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 guesswork. ## Core Features & Use Cases - Status-Driven Progression: Runs openspec status to determine which artifact is ready, then generates it using the schema's 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. - Schema-Aware Artifact Creation: Supports spec-driven workflows (proposal, specs, design, tasks) and follows the instruction field for other schemas. - Use Case: You have an OpenSpec change with a completed proposal and want the spec files generated. Invoke this Skill, and it reads the proposal's Capabilities section, creates the next spec artifact, and reports progress. ## Quick Start Ask the assistant to continue working on your OpenSpec change and create the next artifact for the change you name.