What problem does it solve? Turning a feature request, bug fix, or refactor into working code often skips planning and review, producing inconsistent changes that drift from project conventions. This Skill enforces a disciplined pipeline that converts user intent into an approved specification, implements it, and runs adversarial multi-layer review before completion. ## Core Features & Use Cases - Spec-driven routing: Clarifies intent, loads epic or planning context, and routes work to either a one-shot path for zero-blast-radius changes or a full plan-code-review pipeline. - Frozen-intent specifications: Generates a token-bounded spec file with intent, boundaries, I/O edge-case matrix, code map, tasks, and acceptance criteria, locked after human approval. - Adversarial review loop: Runs parallel review layers (Blind Hunter, Edge Case Hunter, Verification Gap) over the diff, classifies findings, and loops back to re-plan or patch until clean. - Use Case: Ask it to add a new API endpoint; it drafts a spec, gets your approval, implements via a subagent, reviews the diff for edge cases and verification gaps, commits, and presents a suggested review order. ## Quick Start Ask the assistant to implement a specific feature or fix, such as adding input validation to the login form, and it will plan, implement, and review the change end to end.