What problem does it solve?
Provides a structured, artifact-driven process to start a new OpenSpec change so users can consistently scaffold and prepare the first artifact for a feature, fix, or modification without accidentally creating artifacts prematurely.
Core Features & Use Cases
- Guided Change Creation: Prompts for a valid kebab-case change name or derives one from a user description, validates naming, and checks for existing changes.
- Workflow Selection & Discovery: Uses the default schema unless the user requests a specific schema, with instructions to list available schemas when asked.
- Artifact Preparation: Runs openspec commands to scaffold the change, show artifact status, and fetch the template and context for the first ready artifact so the user can author it.
- Use Case: A developer wants to propose "add-user-auth" as a new feature; this Skill scaffolds openspec/changes/add-user-auth, shows which artifacts are required, and provides the template for the first artifact.
Quick Start
Start a new OpenSpec change named add-user-auth using the default experimental artifact workflow and show the template for the first artifact.