What problem does it solve? Starting a new feature or fix with OpenSpec requires knowing the correct CLI commands, naming conventions, and artifact workflow order. This Skill guides the AI through scaffolding a new change correctly, so you get a properly structured change directory without memorizing the openspec CLI. ## Core Features & Use Cases - Guided Change Creation: Derives a kebab-case change name from your natural-language description and runs openspec new change to scaffold the directory. - Workflow Schema Selection: Uses the default artifact workflow by default, or a specific schema via --schema when you request one. - Artifact Status & Instructions: Shows which artifacts are ready via openspec status and prints the template for the first artifact with openspec instructions. - Use Case: You describe "add OAuth login support" and the Skill creates openspec/changes/add-oauth-login/, reports the artifact sequence, 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 instructions.