What problem does it solve? Starting a structured 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 ahead. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change to create a kebab-case change directory with the default or user-specified workflow schema. - Status and Instructions: Shows artifact status via openspec status --json and retrieves the template for the first ready artifact with openspec instructions. - Store-Aware Operation: Supports registered OpenSpec stores by resolving store ids with openspec store list --json and passing --store <id> consistently. - Use Case: A developer says "I want to add OAuth login to our API" and the Skill derives the name add-oauth-login, 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.