What problem does it solve? Creating an OpenSpec change normally requires stepping through each artifact (proposal, specs, design, tasks) one at a time. This Skill fast-forwards that process by generating every artifact needed for implementation in a single run, resolving dependencies automatically. ## Core Features & Use Cases - Batch artifact creation: Runs openspec new change, then walks the dependency graph from openspec status --json to create every artifact the apply phase transitively requires. - Instruction-driven generation: Pulls per-artifact templates, rules, and context via openspec instructions and writes each file to its resolved output path. - Store-aware operation: Detects named OpenSpec stores with openspec store list --json and passes --store <id> to all relevant commands. - Use Case: You describe a feature like "add user authentication"; the Skill derives the kebab-case name add-user-auth, scaffolds the change, and produces the proposal, specs, design, and tasks files ready for implementation. ## Quick Start Ask the assistant to fast-forward an OpenSpec change, for example: create all artifacts for a change named add-user-auth so I can start implementation.