What problem does it solve? Starting a new feature or fix with OpenSpec requires knowing the correct CLI commands, schema selection, and artifact sequencing. This Skill guides the AI through creating a properly scaffolded change with the experimental artifact workflow, avoiding manual setup errors. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change to create a structured change directory with the correct schema. - Store-Aware Operation: Discovers registered OpenSpec stores via openspec store list --json and applies --store <id> consistently across commands. - Artifact Guidance: Retrieves status and instructions for the first artifact (e.g., proposal) so the user knows exactly what to write next. - Use Case: A developer wants to add user authentication to their project. 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 AI 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.