What problem does it solve? Starting a new feature or fix with OpenSpec requires knowing the correct CLI commands, schema selection, and artifact ordering. This Skill guides the AI through scaffolding a new change correctly so you get a structured, step-by-step workflow without memorizing the openspec CLI. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change to create a scaffolded change directory under openspec/changes/<name>/ with the selected schema. - Schema Selection: Uses the default workflow by default, or a specific schema via --schema when the user requests one, with discovery through openspec schemas --json. - Artifact Guidance: Shows artifact status with openspec status and retrieves the template for the first ready artifact via openspec instructions. - Use Case: You describe "add user authentication" and the Skill derives the kebab-case name add-user-auth, creates the change, and presents the first artifact template ready 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.