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 must follow. This Skill inspects the current change status and creates exactly the next ready artifact in the correct schema-defined order. ## Core Features & Use Cases - Status-Driven Progression: Runs openspec status to parse artifact states (done, ready, blocked) and picks the first artifact ready to create. - Schema-Aware Artifact Creation: Fetches per-artifact instructions, templates, and dependency files via openspec instructions, then writes the artifact to the resolved output path. - Ambiguity Handling: Lists recent changes and prompts the user to select one when the target change is unclear, marking the most recently modified as recommended. - Use Case: You have an OpenSpec change with a completed proposal and want the tasks file generated. Invoke this Skill and it reads the proposal from disk, applies the schema template, and writes tasks.md in the right location. ## Quick Start Ask the assistant to continue your OpenSpec change, optionally naming the change, and it will create the next pending artifact for you.