What problem does it solve?
It removes the friction of manually stepping through OpenSpec artifact creation by generating everything needed to start implementation in one go.
Core Features & Use Cases
- Change + artifact scaffolding: Creates an OpenSpec change directory from a user-provided change name (kebab-case) or description and prepares all required artifacts.
- Dependency-aware generation: Retrieves the build order from OpenSpec status and generates artifacts in the correct sequence based on dependencies until all
apply.requires artifacts are complete.
- Hands-off momentum: Minimizes back-and-forth by creating artifacts using schema-provided templates and instructions, only asking the user when critical context is unclear.
Example use case: You want to implement an AI workflow feature (e.g., add a new endpoint or integrate a tool) and need the full set of OpenSpec implementation-ready artifacts immediately.
Quick Start
Tell the assistant what change you want to work on (name in kebab-case or a description), and it will generate the full OpenSpec artifact set in dependency order so you can begin with /opsx:apply.