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 run, so you can go from idea to implementation-ready change without manual back-and-forth. ## 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: Pulls per-artifact instructions, templates, and rules from openspec instructions so each file follows the correct structure without copying internal context blocks. - Interactive Clarification: Asks the user open-ended questions when the change goal or artifact context is unclear, deriving kebab-case change names from plain descriptions. - Use Case: You describe "add user authentication" and the Skill scaffolds openspec/changes/add-user-auth/, generates the proposal, design, and tasks artifacts, and reports the change is ready for implementation. ## Quick Start Ask the assistant to fast-forward an OpenSpec change, for example: create all artifacts for a change named add-user-auth so it is ready to implement.