What problem does it solve?
Dispatch turns a repository-backed goals queue into controlled autonomous execution, so agents can claim work, verify it, and shepherd it through completion without losing track of state or safety.
Core Features & Use Cases
- Queue orchestration: Reads
docs/goals/index.yaml, claims ready goals, and keeps work slots filled according to priority, dependencies, and WIP limits.
- Agent lifecycle management: Spawns isolated implementer agents, detects stale or blocked work, and respawns or escalates when necessary.
- Verification and integration: Runs deterministic validation, optional LLM validation, and safe merge workflows before marking goals complete.
- Use Case: A team wants unattended delivery for a backlog of repository goals, with each goal tracked in Git, verified against acceptance criteria, and merged only after passing the required gates.
Quick Start
Ask the assistant to dispatch the next queued goal in the repository and keep working until the goal is verified, merged, and marked complete.