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 transitively walking requires edges, then creates each artifact in dependency order. - Schema-Driven Output: Pulls per-artifact templates, rules, and instructions via openspec instructions so every file follows the correct schema without manual lookup. - Store-Aware Operation: Supports registered OpenSpec stores by discovering store ids with openspec store list --json and applying --store <id> consistently across commands. - Use Case: A developer describes "add user authentication" and receives a complete change folder with proposal, specs, design, and tasks files ready for implementation, without running each creation step interactively. ## 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.