What problem does it solve? Turning a user request into working code often skips planning and review, producing unreviewable or misaligned changes. This Skill enforces a disciplined workflow that converts any intent, story, or bug fix into a written specification, implements it against project conventions, and runs multi-agent adversarial review before presenting the result. ## Core Features & Use Cases - Spec-Driven Implementation: Clarifies intent, investigates the codebase, and writes a structured spec with tasks, acceptance criteria, and boundaries before any code changes. - Dual Routing: Routes zero-blast-radius changes to a fast one-shot path and everything else through a full plan-code-review cycle. - Adversarial Review Loop: Launches blind, edge-case, and acceptance-auditor review subagents, classifies findings, and loops back to re-plan or re-implement when needed. - Use Case: A developer asks to add a new API endpoint. The Skill drafts a spec with acceptance criteria, gets human approval, implements the change via a sub-agent, runs three independent reviews, fixes findings, and presents a clickable review order with a local commit. ## Quick Start Ask the agent to implement a feature or fix a bug, for example: implement password reset functionality following the project conventions.