What problem does it solve? When working on spec-driven changes with OpenSpec, it is easy to lose track of which artifact comes next in the workflow. This Skill inspects the current change status and creates exactly the next ready artifact, keeping the planning process moving without manual guesswork. ## Core Features & Use Cases - Status-Driven Progression: Runs openspec status to parse artifact states (ready, blocked, done) and picks the first artifact ready to be created. - Guided Artifact Creation: Fetches per-artifact instructions, templates, and dependency context from the CLI, then writes the artifact to the resolved output path. - Change Selection & Store Support: Infers the active change from context, prompts with recently modified changes when ambiguous, and supports registered OpenSpec stores via --store <id>. - Use Case: You have an OpenSpec change with a completed proposal and want the design document next. Ask to continue the change, and the Skill reads dependencies, applies the schema template, and writes the next artifact. ## Quick Start Ask the assistant to continue your OpenSpec change, optionally naming the change, and it will create the next artifact in the workflow.