What problem does it solve? Turning a feature request or bug fix into reviewed, working code often skips planning and review discipline, producing unreviewable diffs and scope creep. This Skill enforces a structured workflow that converts user intent into an approved specification, implements it, and runs multi-agent adversarial review before presenting results. ## Core Features & Use Cases - Spec-Driven Planning: Clarifies intent, investigates the codebase, and writes a token-bounded specification with tasks, acceptance criteria, and a code map before any code changes. - Multi-Agent Adversarial Review: Runs blind, edge-case, and acceptance-auditor review subagents on the diff, classifying findings as patches, spec fixes, or deferred work with loopback handling. - Sprint & Epic Integration: Syncs story status with sprint-status.yaml, compiles epic context from planning artifacts, and generates a clickable Suggested Review Order for human reviewers. - Use Case: A developer asks to add a checkout validation feature; the Skill drafts a spec, gets approval, implements it via sub-agent, runs three review passes, commits the change, and opens an annotated review trail in VS Code. ## Quick Start Ask the agent to implement a specific feature or bug fix, for example: implement server-side validation for the checkout form following the quick dev workflow.