What problem does it solve?
This Skill streamlines launching, coordinating, and reporting on multiple coding agents working in parallel so teams can decompose projects into missions, run them concurrently in isolated worktrees, and collect structured results without manual orchestration.
Core Features & Use Cases
- Plan and decompose: Break a high-level project prompt into a project and chained missions with dependency DAGs.
- Dispatch and monitor: Start agents per mission, observe progress with non-blocking status checks or polling, and manage concurrency/queueing.
- Auto-merge and reporting: Agents run in isolated git worktrees, auto-merge on success, and produce structured reports of files changed, tests, errors, and next steps.
- Use Case: Split a new REST API implementation into feature, tests, and CI missions, dispatch the root mission, monitor progress, and collect per-mission reports for review.
Quick Start
Plan a project from a short prompt like "Build a REST API with auth and tests" and dispatch the root mission to launch parallel agents and return mission IDs.