What problem does it solve?
The dispatch skill solves the coordination problem of turning a multi-phase delta into finished work by reliably orchestrating planning, parallel implementation, merging, and continuation—without leaving the user to micromanage sub-agents.
Core Features & Use Cases
- End-to-end phase orchestration: Drives an entire delta across phases (planning when needed) until completion or a hard stop.
- Task batching for token budgets: Estimates per-task complexity and batches work to fit worker capacity while choosing sonnet vs opus escalation.
- Controlled parallelism with safe isolation: Uses worktree isolation only when it is safe (explicit disjointness / positive evidence of no dependencies) and enforces branch-point checks before spawning.
- Policy-driven verification: Reads mandatory verification commands from project configuration and ensures workers verify their changes.
- Worktree merge + verification loop: Merges worktree worker branches with conflict reporting and re-runs verification on merged results.
Quick Start
Use the dispatch skill to orchestrate a delta to completion by invoking it with the delta identifier you want to implement.