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 the process by generating every artifact needed before implementation in a single pass, 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: Fetches per-artifact templates, rules, and context via openspec instructions, and delegates to other skills or commands when the instruction field says so. - Store-aware operation: Supports named OpenSpec stores via openspec store list --json and the --store <id> flag on relevant commands. - Use Case: You describe "add user authentication" and the Skill creates the change add-user-auth, then produces the proposal, specs, design, and tasks files in order, ending with a status summary 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.