What problem does it solve? When working through an OpenSpec change, it is easy to lose track of which artifact comes next, what its required structure is, and which dependencies must be read first. This Skill inspects the current change status and creates exactly the next ready artifact, keeping the spec-driven workflow moving without manual bookkeeping. ## Core Features & Use Cases - Status-driven progression: Runs openspec status to parse artifact states (done, ready, blocked) and picks the first ready artifact to create. - Template-guided artifact creation: Fetches per-artifact instructions, templates, rules, and dependency files via openspec instructions, then writes the artifact to the resolved output path. - Store and change selection: Supports named OpenSpec stores via --store <id> and helps disambiguate between multiple active changes by listing the most recently modified ones. - Use Case: You have a change with a completed proposal and want the design document next. Invoke the Skill, and it reads the proposal from disk, applies the schema's template and rules, writes the design artifact, and reports the updated progress. ## Quick Start Ask the assistant to continue your OpenSpec change, optionally naming the change, and it will create the next artifact for you.