What problem does it solve? Starting a spec-driven change often involves manual scaffolding, unclear naming conventions, and uncertainty about which artifact to write first. This Skill automates the creation of a new OpenSpec change directory and guides you through the first artifact step by step. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change to create a structured change directory with a kebab-case name derived from your description. - Schema Selection: Uses the default workflow by default, or a custom schema via --schema when you request a specific workflow. - Store Awareness: Discovers registered OpenSpec stores with openspec store list --json and applies --store <id> consistently across commands. - Use Case: You want to add user authentication to your project. Describe the goal, and the Skill creates the change add-user-auth, shows artifact status, and presents the template for the first artifact (e.g., the proposal) without writing any content yet. ## 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 instructions.