What problem does it solve? Starting a structured spec-driven change requires knowing the OpenSpec CLI commands, schema selection, and artifact workflow order. This Skill walks through creating a new change scaffold and surfacing the first artifact's instructions without skipping steps. ## 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. - Status and Instruction Retrieval: Uses openspec status and openspec instructions to show artifact progress and the template for the first artifact. - Store-Aware Operation: Detects named OpenSpec stores via openspec store list --json and passes --store <id> to relevant commands. - Use Case: A developer wants to add user authentication with a spec-driven workflow; the Skill creates the add-user-auth change, shows 0/N artifact status, and presents the proposal template ready to draft. ## Quick Start Ask the assistant to start a new OpenSpec change for the feature you want to build, and it will scaffold the change and show the first artifact template.