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 required artifact, keeping the proposal-to-tasks pipeline moving without manual bookkeeping. ## Core Features & Use Cases - Status-Driven Progression: Runs openspec status to determine which artifact is ready, then generates it using the CLI-provided template, context, and rules. - Interactive Change Selection: Lists recent changes via openspec list --json and prompts the user to pick one when no change name is given, never guessing. - Schema-Aware Artifact Creation: Supports spec-driven workflows (proposal, specs, design, tasks) and follows the instruction field for other schemas. - Use Case: You drafted a proposal yesterday and return today. Ask to continue the change, and the Skill reads the proposal, generates the capability spec files, and reports progress (e.g., 2/5 artifacts complete). ## Quick Start Ask the assistant to continue working on your OpenSpec change and create the next artifact for the change you are working on.