What problem does it solve?
Rapidly creating all implementation-ready OpenSpec artifacts can be slow and error-prone when done step-by-step; this Skill automates the end-to-end artifact creation process from a single change name or user description so you can start implementation faster and with consistent, schema-compliant files.
Core Features & Use Cases
- One-shot scaffolding: Create a change directory and generate every artifact required for implementation in dependency order using the openspec CLI and provided templates.
- Dependency-aware generation: Query openspec status and instructions, read completed dependencies for context, and create artifacts until apply.requires are complete.
- Interactive clarification & tracking: Use an AskUserQuestion flow to clarify unclear inputs and a TodoWrite-style progress tracker to show created artifacts and progress.
- Use Case: Quickly bootstrap a new feature change (e.g., add-user-auth) by supplying a name or description and receiving a complete set of apply-ready artifacts.
Quick Start
Provide a change name or a plain description and run the skill to generate all required OpenSpec artifacts until the change is apply-ready.