What problem does it solve?
The orchestrator coordinates the end-to-end SDD pipeline by dispatching subagents, enforcing loop caps, and gating the handoff through a mandatory audit stage.
Core Features & Use Cases
- Autonomous Phase 4 orchestration: dispatches dev, code-reviewer, logic-reviewer, qa, blocker-specialist, and audit-agent via the Task tool, with batch launches per turn.
- Robust governance: enforces caps, tracks state in session.yml, and maintains a mechanical audit trail through dispatch-manifest and outputs.
- Handoff-driven delivery: guarantees a single consolidated handoff only after the audit gate passes, with full traceability for compliance and post-mortem analysis.
- Resilience: supports --resume and --restart for interrupted sessions and handles partial failures with defined retry and escalation policies.
Quick Start
Run the orchestrator for an approved Session: /orchestrator FEAT-NNN, or use --resume/--restart to continue or restart an existing one.