What problem does it solve? When working through a multi-artifact OpenSpec change (proposals, specs, tasks), it is easy to lose track of which artifact comes next and what structure it should follow. This Skill inspects the current change status and creates exactly the next ready artifact, keeping the 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, and dependency files via openspec instructions, then writes the artifact to the resolved output path. - Change selection and store support: Infers the active change from context, prompts with recently modified changes when ambiguous, and supports named OpenSpec stores via --store flags. - Use Case: You have an in-progress spec-driven change with a completed proposal. Ask to continue, and the Skill reads the proposal from disk, generates the next artifact (e.g., design or tasks) from the schema template, and reports progress. ## Quick Start Ask the assistant to continue your OpenSpec change, optionally naming the change, and it will create the next artifact for you.