What problem does it solve?
Many OpenSpec workflows require creating multiple interdependent artifacts manually using the CLI, which is slow and error-prone; this Skill automates the sequence so implementable artifacts are produced quickly and consistently.
Core Features & Use Cases
- Automated Change Scaffolding: Create a new change directory and generate all required artifacts in dependency order using openspec CLI commands.
- Dependency-aware Artifact Creation: Query status and instructions, read completed dependencies for context, and populate files from provided templates until apply-ready artifacts are complete.
- Use Case: Quickly bootstrap an implementation-ready change (e.g., add-user-auth) by providing a name or description to produce tasks, specifications, and other artifacts without stepping through each artifact manually.
Quick Start
Provide a kebab-case change name or a short description and ask the Skill to generate all required OpenSpec artifacts for that change, for example create change add-user-auth.