What problem does it solve?
Many contributors struggle to start a well-formed OpenSpec change with the correct workflow, artifact sequence, and naming conventions; this Skill provides a guided, repeatable process to scaffold a change and surface the first artifact instructions without accidentally creating or committing artifacts.
Core Features & Use Cases
- Guided Change Creation: Derives or validates a kebab-case change name from user input and instructs how to run the openspec CLI to scaffold the change.
- Schema and Artifact Guidance: Chooses the default workflow schema unless the user requests another, queries schema options if asked, and shows the status and first-artifact template without creating artifacts.
- Use Case: Ideal for spec authors or engineers who want to create a new feature, bugfix, or modification in an OpenSpec repository while preserving control and review of initial artifacts.
Quick Start
Ask: Start a new change named add-user-auth and show me the first artifact template using the default workflow.