What problem does it solve?
Enables rapid, end-to-end creation of all OpenSpec artifacts required to move a change to apply-ready state, removing the need to step through each artifact manually and repeatedly run status checks.
Core Features & Use Cases
- Automated scaffolding: Creates a new change scaffold and generates artifact files in dependency order using openspec CLI instructions.
- Dependency-driven workflow: Parses openspec status and instructions JSON to determine artifact order, reads completed dependencies for context, and iterates until required artifacts are done.
- User-guided clarification: Prompts the user only when context is unclear and reports progress with brief confirmations and a final readiness summary.
- Use Case: A developer wants to quickly scaffold and populate all spec, task, and implementation artifacts for a new feature without manually running each openspec command.
Quick Start
Run a fast-forward creation for a change by telling the assistant the change name or describing what you want to build, for example: create a new change called add-user-auth and generate all required artifacts.