What problem does it solve? When working through an OpenSpec change, it is hard to know which artifact comes next, what its required structure is, and which dependencies must be read first. This Skill automates that progression by querying the openspec CLI for status and instructions, then creating exactly one correctly-structured artifact per invocation. ## Core Features & Use Cases - Change Selection: Infers the active change from context or lists recent changes with status and schema so the user can pick one. - Status-Driven Progression: Parses openspec status --json to find the first ready artifact and retrieves its template, rules, and dependencies via openspec instructions. - Guardrailed Artifact Creation: Re-reads dependency files from disk, applies context and rules as constraints without copying them into output, and verifies the artifact exists before reporting progress. - Use Case: A developer has a proposal artifact done and asks to continue; the Skill detects the next ready artifact (e.g., design or tasks), reads the proposal, writes the new file to the resolved output path, and shows updated progress. ## Quick Start Ask the assistant to continue your OpenSpec change, optionally naming the change, and it will create the next artifact in the workflow.