What problem does it solve? When working through an OpenSpec change, it is easy to lose track of which artifact comes next in the schema workflow. This Skill inspects the change status, picks the next ready artifact, and creates it correctly so the planning workflow keeps moving without manual guesswork. ## Core Features & Use Cases - Status-Driven Progression: Runs openspec status to parse artifact states (done, ready, blocked) and selects the first ready artifact to create. - Instruction-Guided Authoring: Fetches per-artifact templates, rules, and context via openspec instructions, then writes the artifact to the resolved output path. - Store-Aware Operation: Supports registered OpenSpec stores by discovering store ids and applying the --store flag consistently across commands. - Use Case: You have a spec-driven change with a completed proposal but no tasks file. Invoke this Skill and it reads the proposal from disk, follows the schema instructions, and writes tasks.md, then reports progress and what is now unlocked. ## Quick Start Ask the assistant to continue working on your OpenSpec change and create the next artifact for the change you name.