What problem does it solve? Complex coding tasks often ship with undetected defects because a single agent context both implements and verifies its own work, leading to shallow review and premature completion. ## Core Features & Use Cases - Swarm Mode Activation: Writes a session contract file that switches the agent into a swarm-like orchestration mode for the current session. - Layered Validation Ladder: Separates explorer (candidate generation), reviewer (independent validation), and critic (final challenge) roles across isolated subagent contexts. - Risk-Based Triage: Applies deep validation only to high-risk areas like auth, payments, migrations, and concurrency while keeping low-risk changes lightweight. - Use Case: Run /swarm refactor the auth refresh flow to enable swarm mode and immediately execute the refactor with parallel exploration, independent reviewer sign-off, and CI compatibility checks before pushing. ## Quick Start Ask the agent to run /swarm followed by your task, such as fixing failing auth tests, and it will enable swarm mode and execute the task with parallel subagents and independent validation.