What problem does it solve? Starting a structured spec-driven change requires knowing the OpenSpec CLI commands, schema selection, and artifact ordering. This Skill walks through the correct sequence so a new change is scaffolded properly without memorizing the workflow. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change to create a scaffolded change directory under openspec/changes/<name>/ with the selected schema. - Artifact Status Inspection: Runs openspec status to show which artifacts are ready and which dependencies remain. - First Artifact Guidance: Retrieves the template and context for the first ready artifact via openspec instructions, then stops for user direction. - Use Case: A developer wants to add user authentication to their project. They describe the goal, the Skill derives the kebab-case name add-user-auth, scaffolds the change, and presents the proposal template ready to draft. ## Quick Start Ask the assistant to start a new OpenSpec change for the feature you want to build, and it will scaffold the change and show the first artifact template.