What problem does it solve? Continuing a spec-driven change requires knowing which artifact comes next, what its template and rules are, and where to write it. This Skill automates that progression by querying the openspec CLI for change status and generating exactly one artifact per invocation. ## Core Features & Use Cases - Change Selection: Infers the active change from context or lists recent changes with status and modification time when ambiguous. - Status-Driven Progression: Parses openspec status JSON to find the first ready artifact and fetch its instructions, template, and dependencies. - Guarded Artifact Creation: Re-reads dependency files from disk, applies context and rules as constraints without copying them into output, and verifies the file exists after writing. - Use Case: You have an OpenSpec change with a completed proposal and want the next artifact (such as design or tasks) generated correctly — invoke this Skill and it creates exactly that one artifact, then reports progress. ## Quick Start Ask the assistant to continue your OpenSpec change, optionally naming the change, and it will create the next ready artifact.