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 walks through the setup so the change directory is created correctly and the first artifact template is ready. ## Core Features & Use Cases - Guided Change Creation: Derives a kebab-case change name from a plain-language description and runs openspec new change to scaffold the directory. - Workflow Schema Selection: Uses the default schema automatically, or a specific schema via --schema when the user requests one. - Artifact Status & Instructions: Shows which artifacts are ready via openspec status and retrieves the template for the first 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 the artifact sequence, and presents the proposal template ready to draft. ## 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.