What problem does it solve? Starting a new feature or fix with OpenSpec requires knowing the correct CLI commands, schema selection, and artifact sequence. This Skill guides the AI through scaffolding a new change correctly, including store selection and kebab-case naming, without skipping required steps. ## 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: Discovers registered OpenSpec stores via openspec store list --json and applies a sticky --store <id> flag to all subsequent commands. - Artifact Guidance: Shows current artifact status and retrieves the template and instructions for the first artifact without prematurely creating content. - Use Case: A developer says "I want to add user authentication." The Skill derives the name add-user-auth, scaffolds the change, reports status, and presents the proposal template for the user to fill in next. ## 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.