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 guided run. ## Core Features & Use Cases - Batch Artifact Creation: Runs openspec new change, reads the dependency-ordered artifact list via openspec status --json, and creates each artifact using the schema-driven instructions from openspec instructions. - Dependency-Aware Sequencing: Reads completed dependency artifacts for context before writing new ones, and stops only when every artifact in applyRequires is marked done. - Interactive Clarification: Derives a kebab-case change name from a plain-language description and asks the user for clarification when intent is unclear. - Use Case: You describe "add OAuth login support" and the Skill scaffolds the change, writes the proposal, design, and tasks files, 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 requesting it to create all artifacts for adding user authentication.