What problem does it solve?
This Skill removes the slow, step-by-step overhead of creating OpenSpec artifacts by fast-forwarding through artifact creation until everything required for implementation is ready.
Core Features & Use Cases
- Change scaffolding: Creates a new OpenSpec change directory using a user-provided change name.
- Artifact build ordering: Uses OpenSpec status to determine the correct dependency order and stops only when all required apply-ready artifacts are done.
- Schema-driven outputs: Generates each artifact file by pulling its instructions and template, then writing the artifact content without copying context/rules into the output.
- Interactive clarification: Asks for clarification if required user input for an artifact is unclear.
- Use case: When you want to implement a new feature or fix and need all the OpenSpec scaffolding and artifacts created quickly, without manually creating each one.
Quick Start
Tell me what change you want to work on (a short kebab-case name or a description), and I will fast-forward OpenSpec artifact creation until the change is ready for implementation.