What problem does it solve? When working through an OpenSpec change workflow, it is hard to know which artifact comes next, what template it should follow, and which dependencies must be read first. This Skill automates that progression by querying the openspec CLI for status and instructions, then creating exactly one ready artifact per invocation. ## Core Features & Use Cases - Change Selection: Infers the active change from context, auto-selects when only one exists, or prompts with the most recently modified changes when ambiguous. - Status-Driven Progression: Parses openspec status JSON to find the first artifact with ready status and retrieves its template, rules, and dependencies via openspec instructions. - Guarded Artifact Creation: Re-reads dependency files from disk, applies context and rules as constraints without copying them into output, and verifies the artifact exists before reporting progress. - Use Case: You have an OpenSpec change with a completed proposal and want the next artifact (e.g., design or tasks) generated correctly. Invoke this Skill and it creates that single artifact, then shows progress and what is now unlocked. ## Quick Start Ask the assistant to continue your OpenSpec change, optionally naming the change, and it will create the next ready artifact.