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 workflow. ## 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. - Store-Aware Operation: Discovers registered OpenSpec stores via openspec store list --json and applies a sticky --store <id> flag to all scoped commands. - Dependency-Aware Generation: Reads completed dependency artifacts from disk before drafting each new artifact, and respects conditional or skipped artifacts declared in .openspec.yaml. - Use Case: You describe a feature like "add user authentication" and the Skill scaffolds the change, generates the proposal, specs, design, and tasks files, then reports that everything is ready for implementation. ## Quick Start Ask the assistant to fast-forward an OpenSpec change named add-user-auth so all implementation artifacts are created at once.