Three-Agent Architect–Builder–Reviewer
trialed · as of 2026-07-22 (Architect model on trial; §7)One ticket flows through three agents in sequence: Architect plans → Builder implements → Reviewer (fresh context, different model tier) clears or bounces. No agent judges its own work.
Claude Fable 5 @max
Builder·Claude Opus 4.8 @xhigh
Reviewer·Claude Fable 5 @xhigh
Triage (nightly only)·Claude Sonnet 5 @xhigh
/breakdown-prd[focus notes, e.g. module-count hint or what to defer]Decompose docs/PRD.md into sub-PRDs + template-compliant tickets (three-agent pattern, pre-Gate-1 planning)/build-ticket<ticket-id>Run the Builder stage on a planned ticket (three-agent pattern)/nightly-issues[max-issues]Nightly issue sweep — triage open issues, auto-fix the fixable ones through the three-agent pipeline, post the morning report (designed for headless `claude -p "/nightly-issues"`)/plan-ticket<ticket-id or path to ticket file>Run the Architect stage on a ticket (three-agent pattern)/review-ticket<ticket-id> [branch-or-PR-ref]Run the Reviewer stage on a built ticket (three-agent pattern) — requires a fresh context/start-all[supervised|autonomous] [concurrency]Whole-PRD Gate 1 — compute the module DAG, publish every module's tickets, run all modules through the pipeline in dependency order (three-agent pattern)/start-milestone<module dir, e.g. docs/prd/01-foo> [supervised|autonomous] [concurrency]Gate 1 start signal — publish the module's tickets as tracker issues, then run the milestone pipeline (three-agent pattern)/verify-delivery<ticket-id>Post-merge Definition-of-Done check for a ticket (three-agent pattern) — verifies delivery instead of assuming it