What problem does it solve? When working on spec-driven changes with OpenSpec, it is easy to lose track of which artifact comes next. This Skill inspects the current change status and creates exactly the next required artifact, keeping the workflow moving without manual bookkeeping. ## Core Features & Use Cases - Status-Driven Progression: Runs openspec status to determine which artifact is ready and creates only that one, never skipping steps. - Interactive Change Selection: Lists recent changes via openspec list --json and prompts the user to pick one when no change name is given. - Template-Guided Authoring: Fetches per-artifact instructions, templates, and dependency context from the CLI to produce correctly structured files like proposal.md, specs, design.md, and tasks.md. - Use Case: You drafted a proposal for a new API feature yesterday. Ask the assistant to continue the change, and it reads the proposal, generates the capability spec files, and reports progress (e.g., 2/4 artifacts complete). ## Quick Start Ask the assistant to continue working on your OpenSpec change and create the next artifact for the change you name.