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 workflow, resolving dependencies automatically. ## Core Features & Use Cases - Batch Artifact Creation: Derives the full required artifact set from openspec status --json by walking requires edges transitively, then creates each one in dependency order. - Instruction-Driven Generation: Pulls per-artifact templates, rules, and context via openspec instructions and delegates to specific skills or commands when the schema requires it. - Store-Aware Operation: Supports named OpenSpec stores via openspec store list --json and applies --store <id> consistently across all commands. - Use Case: You describe "add user authentication" and the Skill creates the change scaffold, then writes the proposal, specs, design, and tasks files so you can immediately run /opsx-apply to start implementation. ## Quick Start Ask the assistant to fast-forward an OpenSpec change named add-user-auth so all planning artifacts are generated at once.