What problem does it solve? Starting a 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 template 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. - Store-aware execution: Discovers registered OpenSpec stores via openspec store list --json and applies --store <id> consistently across commands. - Artifact guidance: Shows change status as JSON and retrieves instructions for the first ready artifact, then stops for user direction. - Use Case: A developer says "add user authentication"; the Skill derives add-user-auth, creates the change, and presents the proposal template ready to draft. ## 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.