What problem does it solve? Feature specs often drift out of sync with the actual codebase, leading to implementations based on stale or incorrect assumptions. This Skill enforces a disciplined pipeline that finds the next unimplemented spec, reviews it against codebase reality, fixes it, and only then guides implementation. ## Core Features & Use Cases - Spec Discovery: Scans context/feature-specs/ for numbered spec files and cross-references context/progress-tracker.md to identify the next unimplemented feature. - Pre-Implementation Review: Reviews only the target spec against the codebase and relevant skill best practices, requiring all Critical and High findings to be resolved in the spec file before coding begins. - Guided Implementation: After explicit user approval, follows a structured workflow of reading context files, marking progress, implementing exactly as specified, and verifying against the spec's checklist. - Use Case: A developer asks "what's next" in a spec-driven project; the pipeline identifies spec 04, finds its proposed schema conflicts with the actual Prisma models, updates the spec, gets approval, and implements it correctly. ## Quick Start Ask the assistant to pick up the next feature spec and run it through the review and implementation pipeline.