What problem does it solve? Creating an OpenSpec change normally requires stepping through each artifact (proposal, specs, design, tasks) one at a time. This Skill fast-forwards the process by generating every artifact needed for implementation in a single run. ## Core Features & Use Cases - Batch Artifact Creation: Derives the full required artifact set from openspec status --json by transitively following dependency edges, then creates each one in order. - Dependency-Aware Ordering: Reads completed dependency artifacts from disk before writing new ones, and respects skipped and conditional artifacts declared via skip_specs. - Store-Aware Operation: Detects named OpenSpec stores via openspec store list --json and passes --store <id> to all relevant commands. - Use Case: A developer describes a feature like "add user authentication"; the Skill derives the kebab-case name add-user-auth, scaffolds the change, and produces the proposal, specs, design, and tasks files 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.