What problem does it solve? Creating an OpenSpec change normally requires stepping through each artifact (proposal, design, tasks) one at a time. This Skill fast-forwards the process by generating every artifact required before implementation in a single workflow. ## Core Features & Use Cases - Batch Artifact Creation: Runs openspec new change, reads the build order via openspec status --json, and creates each ready artifact in dependency order. - Schema-Driven Output: Pulls per-artifact instructions, templates, and rules from openspec instructions so each file follows the correct schema. - Dependency-Aware Sequencing: Reads completed dependency artifacts for context and stops only when all applyRequires artifacts report done. - Use Case: A developer describes "add user authentication" and receives a fully scaffolded change at openspec/changes/add-user-auth/ with all artifacts 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.