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 before implementation in a single workflow. ## Core Features & Use Cases - Batch Artifact Creation: Derives the full required artifact set from openspec status --json by walking requires edges transitively, then creates each artifact in dependency order. - Instruction-Driven Generation: Reads per-artifact templates, rules, and context from openspec instructions and writes files to the resolved output paths, delegating to other skills when instructed. - Store-Aware Operation: Supports registered OpenSpec stores via --store <id> flags discovered with openspec store list --json. - Use Case: A developer says "add user authentication" and the Skill creates the change scaffold, 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 artifacts needed for implementation are created at once.