What problem does it solve?
Provides a structured, artifact-driven way to start a new OpenSpec change so users can create feature, fix, or modification scaffolds without guessing the required artifacts or workflow steps.
Core Features & Use Cases
- Guided Change Creation: Derives a kebab-case change name from a user's description or validates a provided name and creates a scaffolded change directory.
- Workflow Selection & Visibility: Uses the default schema unless the user requests another, shows workflow/schema choices, and displays artifact readiness status.
- First-Artifact Instructions: Retrieves and presents the template and context for the first ready artifact so contributors can draft content without accidentally creating artifacts.
- Use Case: A developer wants to open a spec-driven feature change; the skill scaffolds openspec/changes/<name>/, shows which artifacts are pending, and prepares the first artifact template for them to draft.
Quick Start
Use the openspec CLI to create a new change by giving a kebab-case name or describing the change and then ask to show the first artifact instructions.