What problem does it solve? Learning a spec-driven development (SDD) workflow is hard when examples are toy projects disconnected from real work. This Skill teaches the full SDD cycle by executing it on the user's actual codebase, producing real artifacts and production-quality code. ## Core Features & Use Cases - Guided SDD Walkthrough: Narrates each phase — explore, propose, spec, design, tasks, apply, verify, archive — explaining what happens and why at every step. - Real Change Selection: Scans the codebase for small, low-risk, spec-worthy improvements (missing validation, inconsistent error messages, extractable utilities) and lets the user choose. - Full Artifact Generation: Creates proposal.md, delta specs with Given/When/Then scenarios, design.md, and tasks.md following the SDD format conventions, then implements and verifies the change. - Use Case: A developer new to SDD runs the onboarding, picks a missing input validation on an API endpoint, and ends the session with a complete archived change and merged specs. ## Quick Start Ask the orchestrator to launch the SDD onboarding walkthrough so it can scan your codebase and guide you through a complete spec-driven change.