What problem does it solve?
This Skill streamlines starting a new OpenSpec change by guiding you through the artifact-driven workflow, from naming to scaffolding and ready-to-fetch instructions.
Core Features & Use Cases
- Guided change creation: Derives a kebab-case change name from user input and chooses an appropriate workflow schema.
- Schema-aware workflow: Uses the default schema unless a specific one is requested, with an option to list available schemas.
- Artifact readiness checks: Generates a scaffold at openspec/changes/<name> and shows artifact statuses without creating artifacts.
- First artifact instructions: Retrieves the template and context for the first artifact based on the chosen schema.
Quick Start
Provide a kebab-case change name when prompted (e.g., 'add-new-feature'). The system will determine the workflow schema (default unless you specify otherwise) and scaffold the change at openspec/changes/<name>. Check the status with openspec status --change "<name>" and fetch the first artifact instructions with openspec instructions <artifact-id> --change "<name>".