What problem does it solve? Starting a structured spec-driven change requires knowing the OpenSpec CLI commands, schema selection, and artifact workflow order, which is easy to get wrong manually. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change to create a properly structured change directory with a kebab-case name. - Workflow Schema Selection: Uses the default schema or a user-specified one via --schema, with support for listing available workflows. - Artifact Guidance: Shows change status via openspec status --json and retrieves the template for the first ready artifact without creating it prematurely. - Use Case: A developer wants to add user authentication to their project using spec-driven development; this Skill creates the change scaffold and presents the proposal template so drafting can begin immediately. ## Quick Start Ask the assistant to start a new OpenSpec change for the feature you want to build, for example by saying "start a new change to add user authentication".