What problem does it solve? Starting a new feature or fix with OpenSpec requires knowing the correct CLI commands, schema selection, and artifact workflow order. This Skill walks through the setup steps so a new change is scaffolded correctly without memorizing the openspec CLI. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change to create a structured change directory with the default or a user-specified workflow schema. - Store-Aware Operation: Detects registered OpenSpec stores via openspec store list --json and applies the --store flag consistently across all commands. - Artifact Guidance: Shows the current artifact status and retrieves the template and instructions for the first artifact without creating it prematurely. - Use Case: A developer wants to add user authentication to their app. The Skill derives the kebab-case name add-user-auth, scaffolds the change, 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.