What problem does it solve? Starting a structured spec-driven change requires knowing the OpenSpec CLI workflow, artifact sequence, and store scoping rules. This Skill walks through creating a new change directory, resolving the correct store, and surfacing the first artifact's instructions without prematurely generating content. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change with a kebab-case name derived from the user's description, optionally with a custom workflow schema. - Store-Aware Commands: Discovers registered stores via openspec store list --json and applies a sticky --store <id> flag to all scoped commands. - Artifact Guidance: Shows status JSON and fetches the template for the first ready artifact, then stops for user direction. - Use Case: A developer says "add user authentication" and the Skill creates the add-user-auth change, reports 0/N artifact status, and presents the proposal template ready for drafting. ## Quick Start Ask the assistant to start a new OpenSpec change for the feature or fix you want to build, and it will scaffold the change and show the first artifact template.