What problem does it solve?
This Skill orchestrates approved swarm plans so multiple implementation tasks can run in parallel without losing control over scope, order, or safety.
Core Features & Use Cases
- Wave-by-wave orchestration: Executes tasks in planned waves, updating task status and stopping the run when a failure appears.
- Filesystem isolation: Uses git worktrees in isolated mode so each worker can modify only its declared write set.
- Merge auditing: Verifies every changed file against the task contract before applying the patch back to the main branch.
- Failure recovery: Preserves failed worktrees for inspection and supports clean cleanup when a task makes no changes.
- Use Case: A lead agent has a multi-task feature plan and wants parallel workers to implement each task safely while maintaining strict write-set discipline.
Quick Start
Use the swarm-dispatch skill to run the approved swarm slug from .claude/state/swarm and guide each wave through isolated worker execution and merge audit.