What problem does it solve? Turning a user intent, bug report, or story into reviewed, working code often skips planning discipline and adversarial review, producing unreviewable or misaligned changes. This Skill enforces a structured workflow that converts intent into an approved specification, implements it, runs multi-perspective code review, and presents a navigable change summary. ## Core Features & Use Cases - Spec-driven development: Clarifies intent, investigates the codebase, and writes a token-bounded specification with tasks, acceptance criteria, and a code map before any code changes. - Dual routing: Routes zero-blast-radius changes to a fast one-shot path and everything else through the full plan-implement-review cycle. - Adversarial review loop: Runs blind, edge-case, and acceptance-auditor reviews, classifies findings (intent gap, bad spec, patch, defer, reject), and loops back to re-derive code when needed. - Epic context compilation: Distills planning artifacts (PRD, architecture, UX) into a focused per-epic context file and syncs sprint-status.yaml for epic stories. - Use Case: A developer asks to add a new API endpoint with validation. The Skill drafts a spec, gets human approval, implements via sub-agent, runs three review passes, fixes findings, commits, and opens a clickable Suggested Review Order in VS Code. ## Quick Start Ask the agent to implement a feature or fix a bug, for example: implement password reset email flow following the project conventions.