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 ignore project conventions. This Skill enforces a disciplined pipeline that converts user intent into a reviewed, tested, and committed code change. ## Core Features & Use Cases - Spec-driven planning: Clarifies intent, investigates the codebase, and writes a token-bounded implementation spec with tasks, acceptance criteria, and a code map before any code changes. - Subagent implementation and multi-layer review: Dispatches implementation to a context-free subagent, then runs parallel review layers (blind hunter, edge-case hunter, verification-gap) with triage into patch, defer, or spec-fix loopbacks. - Epic and sprint integration: Compiles epic context from planning artifacts and syncs story status in sprint-status.yaml for teams working from epics. - Use Case: Ask to add a new API endpoint; the Skill drafts a spec for your approval, implements it via a subagent, reviews the diff for edge cases and missing tests, commits the result, and presents a suggested review order. ## Quick Start Ask the assistant to implement a feature or fix a bug, for example: implement password reset functionality following the project's existing patterns.