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 for implementation in a single workflow. ## Core Features & Use Cases - Batch Artifact Creation: Derives the full required artifact set from openspec status --json by walking dependency edges transitively, then creates each one in dependency order. - Store-Aware Operation: Discovers registered OpenSpec stores with openspec store list --json and applies --store <id> consistently across all scoped commands. - Schema-Driven Output: Follows the instruction, template, context, and rules returned by openspec instructions for each artifact, respecting skipped and conditional artifacts. - Use Case: You describe a feature like "add user authentication" and the Skill derives the kebab-case name, scaffolds the change, and produces the proposal, specs, design, and tasks files ready for implementation. ## 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.