swarm
Installation
SKILL.md
Swarm Skill
Unified execution engine for the implementation phase. Loads validated plans from /skill:plan, spawns parallel worker agents in git worktrees, monitors progress, and coordinates merges. Second step in the three-prong workflow: Plan → Implement → Validate.
Workflow
/skill:swarm {feature-name}
↓
Phase 1: Load & validate plan artifacts
↓
Phase 2: Initialize feature branch
↓
Phase 3: Execute batches (spawn → monitor → merge)
↓
Phase 4: Create PR → Complete