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 walks through the structured setup of a new change so the scaffold, status, and first artifact template are created correctly without manual CLI guesswork. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change with a validated kebab-case name to create the change directory in the resolved planning home. - Workflow Schema Selection: Uses the default schema by default, or a user-specified schema via --schema, with discovery through openspec schemas --json. - Status and Instructions Retrieval: Reports artifact status via openspec status --json and fetches 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 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.