Documentation
README
Dispatching Workflows
When to use
- A phased plan exists (typically from ring:writing-plans) and you want each phase executed by a multi-agent harness, not a single subagent
- You want review and an adversarial contrarian pass baked inside every wave — verified work returns, unverified work does not
- Work benefits from phase checkpoints and supervisor course-correction between phases
Skip when
- One supervised subagent per wave is enough → ring:executing-plans (lighter; the supervisor reviews after the wave returns)
- Production work needing the full gated specialist roster and Gate 0/8/9 → ring:running-dev-cycle
- No plan exists yet → ring:writing-plans first
- Plan covers multiple independent subsystems → split into separate plans before executing
This is the opening of the README. Read the full README on GitHub.