What problem does it solve? Creating an OpenSpec change normally requires stepping through each artifact (proposal, specs, 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 dependency graph via openspec status --json, and creates each artifact in dependency order. - Schema-Driven Output: Pulls per-artifact instructions, templates, and rules from openspec instructions so every file follows the correct schema. - Progress Tracking & Clarification: Tracks artifact progress, asks the user when context is unclear, and stops once all applyRequires artifacts are done. - Use Case: You describe "add user authentication" and the Skill scaffolds the change, writes the proposal, design, and tasks files, and reports that the change is ready for implementation. ## 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.