What problem does it solve? Starting a structured spec-driven change requires knowing the OpenSpec CLI commands, schema selection, and artifact sequencing. This Skill walks through scaffolding a new change correctly so the first artifact template is ready without manual setup errors. ## 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 Awareness: Discovers registered OpenSpec stores via openspec store list --json and applies --store <id> consistently across all subsequent commands. - Artifact Guidance: Shows change status and retrieves the template and instructions for the first artifact without creating it prematurely. - Use Case: A developer says "add user authentication" and the Skill derives the name add-user-auth, scaffolds the change, reports 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.