What problem does it solve?
This Skill speeds up creating all artifacts needed for an OpenSpec change, letting you skip step-by-step generation and move directly to implementation.
Core Features & Use Cases
- Fast scaffolding of a new OpenSpec change and its artifacts.
- Dependency-aware artifact creation: artifacts are generated in the correct order based on their dependencies.
- Progress tracking and guidance until all required artifacts are completed.
Quick Start
Run the OpenSpec CLI to create a new change scaffold, then check the artifact order with status in JSON. For example, create a change named 'openspec-change'. Next, run openspec status --change 'openspec-change' --json to view dependencies and artifacts. Use openspec instructions <artifact-id> --change 'openspec-change' --json to generate each artifact in dependency order, and report progress until all required artifacts are done. Finally, run openspec status --change 'openspec-change' to verify all apply-required artifacts are complete.