What problem does it solve? Teams adopting spec-driven development often struggle to learn the workflow because tutorials use toy examples that never touch real code. This Skill walks users through a full SDD cycle — explore, propose, spec, design, tasks, apply, verify, archive — using an actual improvement in their own codebase, producing real production-quality artifacts. ## Core Features & Use Cases - Guided SDD Walkthrough: Narrates each phase of the SDD cycle (explore → propose → spec → design → tasks → apply → verify → archive) with short explanations of what is happening and why. - Real Change Selection: Scans the codebase for small, low-risk, spec-worthy improvements such as missing input validation, inconsistent error messages, or TODO comments, and presents options for the user to choose. - Artifact Generation: Creates proposal.md, delta specs with Given/When/Then scenarios, design.md, and tasks.md following the formats of the individual sdd-* skills, then implements and verifies the change. - Use Case: A developer new to SDD runs the onboarding, picks a missing validation on an API endpoint, and ends the session with a complete archived change, merged specs, and working tested code. ## 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 from proposal to archive.