What problem does it solve?
This Skill enables teams to orchestrate a swarm of AI workers to execute complex, dependency-aware plans, accelerating delivery while preserving correct sequencing and retry handling.
Core Features & Use Cases
- Parallel plan execution: Spawns multiple worker subagents to run plan tasks concurrently within dependency constraints.
- Deterministic task management: Centralized orchestration that creates and tracks tasks, monitors retries, and enforces exit criteria via a dependency graph.
- Use Case: When you have a multi-step plan with both serial and parallelizable tasks, plan-swarm assigns work to workers to speed up completion while ensuring correct ordering and robust failure handling.
Quick Start
Run the swarm on a plan file, optionally specifying concurrency and model. Example:
/plan-swarm docs/plans/sample-plan.md --workers 3 --model opus