What problem does it solve? When working through an OpenSpec change, it is hard to know which artifact comes next, what its required structure is, and which dependencies must be read first. This Skill inspects the change status and creates exactly the next ready artifact in the correct order. ## 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. - Instruction-Guided Authoring: Fetches per-artifact templates, rules, and dependency context via openspec instructions, then writes the artifact to the resolved output path. - Multi-Store Support: Discovers registered OpenSpec stores with openspec store list --json and applies a sticky --store <id> flag to all scoped commands. - 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, follows the schema's template and rules, and writes the design artifact without skipping steps. ## Quick Start Ask the assistant to continue working on your OpenSpec change and create the next artifact for the change you name.