What problem does it solve? Starting a new feature or change without a written specification leads to untracked decisions and misaligned implementation. This Skill scaffolds a lightweight change specification so planning happens before code is written. ## Core Features & Use Cases - Spec Scaffolding: Copies the specs/_template directory into a new specs/NNNN-<change-name>/ folder with an auto-incremented four-digit prefix. - Metadata Pre-fill: Fills in the change title, Draft status, and current date, leaving problem, goals, and approach sections as author prompts. - Roadmap Linkage: Reads docs/product/roadmap.md and binds the spec to a specific roadmap item, annotating the roadmap entry with the spec path. - Use Case: Before implementing a checkout redesign, run the Skill to create specs/0007-checkout-redesign/ with proposal, design, and tasks files ready to complete, ensuring the branch guardrail hook allows code edits later. ## Quick Start Ask the assistant to create a new spec for the change you want to plan, for example by saying create a spec for the checkout redesign.