What problem does it solve? Creating OpenSpec change artifacts one by one is slow and error-prone, especially when artifacts depend on each other. This Skill fast-forwards the process by generating every artifact required for implementation in a single guided run. ## Core Features & Use Cases - Batch Artifact Generation: Creates the full required artifact set (proposal, specs, design, tasks) by walking the transitive dependency graph from openspec status --json. - Dependency-Aware Ordering: Reads completed dependency artifacts from disk before writing each new artifact, ensuring consistent context across the change. - Store-Aware Operation: Supports named OpenSpec stores via openspec store list --json and the --store flag for multi-repo workflows. - Use Case: A developer describes a new feature like "add user authentication"; the Skill derives the kebab-case name, scaffolds the change, and produces every artifact needed so implementation can start immediately. ## 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.