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 build order via openspec status --json, and creates each artifact in dependency order until all applyRequires artifacts are done. - Schema-Driven Output: Fetches per-artifact instructions, templates, and rules from openspec instructions so each file follows the correct schema. - Interactive Clarification: Derives a kebab-case change name from a plain-language description and asks the user when intent is unclear. - Use Case: You describe "add user authentication" and the Skill scaffolds the change, writes the proposal, design, and tasks artifacts, then reports 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: create an OpenSpec change for adding user authentication.