What problem does it solve?
Dispatch removes the friction of coordinating multiple agent tasks by automatically planning and executing work across a dependency graph, including validation, critique, verification, fixes, and final commit orchestration.
Core Features & Use Cases
- Smart input resolution: Run the latest dispatch by default, or target a specific dispatch name, directory, dispatch.yaml, or spec file.
- Spec-driven planning to executable DAG: Validates requirement completeness, captures a baseline build state, explores the codebase, extracts quality gates, and decomposes work into parallelizable tasks.
- Quality-gated execution loop: Applies per-task critique (optionally), performs fast/verification gates, remediates failures through critique or verification fix loops, and retries until completion.
Quick Start
Load the dispatch skill with the spec file path to run the full orchestrated plan: dispatch using the provided spec file.