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 from 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 via openspec instructions so each file follows the correct structure. - Interactive Clarification: Asks the user what they want to build when no change name or description is provided, deriving a kebab-case change name automatically. - Use Case: A developer says "fast-forward a change for adding user authentication" and receives a complete openspec/changes/add-user-auth/ directory 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 that adds user authentication.