What problem does it solve? Turning a feature request or bug fix into reviewed, working code often skips planning and review discipline, producing unreviewed diffs and scope creep. This Skill enforces a structured pipeline that clarifies intent, writes a bounded spec, implements it, and runs adversarial review before presenting the result. ## Core Features & Use Cases - Spec-driven routing: Clarifies user intent, checks scope (single goal, 900–1600 tokens), and routes work to either a one-shot path or a full plan-code-review cycle with human approval checkpoints. - Adversarial review loop: Launches Blind Hunter and Edge Case Hunter reviewers on the diff, classifies findings (intent_gap, bad_spec, patch, defer, reject), and loops back to re-plan or re-implement when needed. - Epic context compilation: Distills planning artifacts (PRD, architecture, UX) into a focused per-epic context file and syncs story status with sprint-status.yaml. - Use Case: Ask it to add a retry button to a queue row; it drafts a spec with tasks and acceptance criteria, gets your approval, implements the change, reviews the diff, commits, and opens a clickable Suggested Review Order in VS Code. ## Quick Start Ask the agent to implement a specific feature or bug fix, for example: implement a numbered-copy naming scheme for overwritten contact sheet outputs.