What problem does it solve? Coordinating dozens of AI agents across engineering, QA, DevOps, and business workflows requires manual orchestration, state tracking, and failure recovery that single-agent coding sessions cannot provide. ## Core Features & Use Cases - Multi-Agent Orchestration: Dispatches 37 specialized agent types across 7 swarms (Engineering, Operations, Business, Data, Product, Growth, Review) using the Task tool with model-tiered routing (Opus for planning, Sonnet for development, Haiku for tests). - RARV Self-Verification Cycle: Every iteration follows Reason-Act-Reflect-Verify with git checkpoints, continuity logs, and automatic retry on test failure. - Quality Gates & Recovery: Enforces blind 3-reviewer parallel code review, anti-sycophancy devil's advocate checks, circuit breakers, dead-letter queues, and exponential-backoff resume on rate limits. - Use Case: Provide a PRD for a full-stack web app and let the system autonomously progress through discovery, architecture, development, QA, deployment, and growth phases while you monitor a live dashboard. ## Quick Start Run ./autonomy/run.sh with the path to your PRD file after launching Claude Code with the --dangerously-skip-permissions flag.