What problem does it solve? Starting a structured spec-driven change requires knowing the correct OpenSpec CLI commands, schema selection, and artifact ordering. This Skill guides the AI through scaffolding a new change directory and surfacing the first artifact's instructions without skipping steps. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change with a validated kebab-case name to create the change directory under openspec/changes/. - Workflow Schema Selection: Uses the default schema by default, or a user-specified schema via --schema, with discovery through openspec schemas --json. - Artifact Status & Instructions: Shows artifact readiness via openspec status and retrieves the template for the first ready artifact with openspec instructions. - Use Case: A developer says "I want to add user authentication." The Skill derives the name add-user-auth, scaffolds the change, shows 0/N artifact status, and presents the proposal template 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.