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. ## Core Features & Use Cases - Batch Artifact Creation: Derives the full required artifact set from openspec status JSON, including transitive dependencies, and creates each one in dependency order. - Instruction-Driven Generation: Reads per-artifact templates, rules, and context from openspec instructions so each file follows the correct schema. - Store-Aware Operation: Supports named OpenSpec stores via --store <id> flags discovered through openspec store list --json. - Use Case: A developer describes a new feature like "add user authentication"; the Skill creates the change scaffold, then writes the proposal, specs, design, and tasks files so implementation can begin immediately. ## Quick Start Ask the assistant to fast-forward an OpenSpec change by describing what you want to build, for example requesting it to create all artifacts for adding user authentication.