What problem does it solve? It removes the guesswork of advancing an OpenSpec change by checking the change's status, identifying the next ready artifact, and creating it according to the schema's instructions. ## Core Features & Use Cases - Status-driven progression: Runs openspec status to parse artifact states (ready, blocked, done) and picks the first ready artifact to create. - Schema-guided artifact creation: Fetches per-artifact instructions, templates, and dependency files via openspec instructions, then writes the artifact to the resolved output path. - Store-aware workflows: Supports registered OpenSpec stores by discovering them with openspec store list --json and applying a sticky --store <id> flag to all scoped commands. - Use Case: After drafting a proposal for a spec-driven change, ask the assistant to continue; it reads the proposal from disk, generates the next artifact (such as design or tasks), and reports progress. ## Quick Start Ask the assistant to continue working on your OpenSpec change, optionally naming the change or store to use.