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 required before implementation in a single workflow, resolving dependencies automatically. ## Core Features & Use Cases - Batch Artifact Creation: Derives the full required artifact set from openspec status --json by transitively walking requires edges, then creates each one in dependency order. - Instruction-Driven Generation: Pulls 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: Discovers registered OpenSpec stores with openspec store list --json and applies a sticky --store <id> flag across all scoped commands. - Use Case: You describe "add user authentication" and the Skill creates the change scaffold, writes the proposal, specs, design, and tasks files, then reports that everything is ready for /opsx-apply. ## Quick Start Ask the assistant to fast-forward an OpenSpec change by describing what you want to build, for example: create all artifacts for a change named add-user-auth.