What problem does it solve?
This Skill eliminates the slow, step-by-step process of creating OpenSpec change scaffolding and all required artifacts before implementation.
Core Features & Use Cases
- Change scaffolding: Creates an OpenSpec change directory from a clear kebab-case change name.
- Dependency-aware artifact generation: Determines artifact build order from
openspec status --json, then generates artifacts until the change is apply-ready.
- Template-driven outputs: Uses
openspec instructions ... --json to read templates and write each artifact to its required output path, while respecting dependency context and schema instructions.
- Use Case: When you want to implement a new feature or fix and need all required implementation artifacts created immediately (instead of doing them one-by-one).
Quick Start
Tell me what change you want to work on (name in kebab-case or a description), and I will fast-forward through OpenSpec artifact creation to generate everything needed for implementation.