What problem does it solve? When working on spec-driven changes with OpenSpec, it is easy to lose track of which artifact comes next (proposal, specs, design, tasks). 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-aware progression: Runs openspec status --json to determine which artifact is ready, then generates it using the CLI-provided template, context, and rules. - Interactive change selection: If no change name is given, lists recent changes via openspec list --json and prompts the user to pick one instead of guessing. - Guided artifact authoring: Reads completed dependency artifacts for context and writes the new artifact to the CLI-specified output path, one artifact per invocation. - Use Case: You drafted a proposal for a new feature change yesterday. Ask to continue the change, and the Skill detects the proposal is done, then generates the capability spec files that are now unlocked. ## Quick Start Ask the assistant to continue your OpenSpec change, optionally naming the change, and it will create the next pending artifact for you.