What problem does it solve?
This Skill removes the friction of progressing an OpenSpec change by automating selection, status inspection, and creation of the next required artifact so users do not have to manually coordinate CLI calls, parse JSON, or manage artifact templates.
Core Features & Use Cases
- Guided change selection: Prompts the user to pick a change from the most recently modified options and marks a recommended choice.
- Status inspection and decisioning: Runs openspec status to determine which artifacts are ready, blocked, or complete and chooses the next artifact to produce.
- Artifact generation: Fetches artifact instructions, reads completed dependency files for context, fills the provided template respecting context and rules, writes the artifact to the specified output path, and reports progress and unlocked artifacts.
- Use case: Move a proposal forward into a spec or design artifact in a spec-driven workflow by asking the assistant to continue a specific change.
Quick Start
Ask the assistant to continue your OpenSpec change by saying "Continue my change named <change-name> and create the next artifact."