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 real code changes. ## Core Features & Use Cases - Guided Full-Cycle Walkthrough: Narrates each SDD phase — explore, propose, spec, design, tasks, apply, verify, archive — with short explanations of what and why. - Real Change Selection: Scans the codebase for small, low-risk, spec-worthy improvements (missing validation, inconsistent errors, TODOs) and lets the user pick. - Production-Quality Artifacts: Creates proposal.md, delta specs, 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 "add input validation to the signup 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 change cycle.