What problem does it solve?
This Skill removes friction when progressing an OpenSpec-managed change by guiding selection of the change, inspecting current status, and creating the next required artifact so the user can keep workflows moving without manual CLI choreography.
Core Features & Use Cases
- Change selection: Lists recent changes and prompts the user to choose which change to continue, marking the most recently modified as recommended.
- Status inspection: Retrieves and parses change status to determine which artifacts are ready, blocked, or complete.
- Artifact creation: Fetches artifact instructions, reads completed dependency artifacts for context, fills the provided template respecting context and rules, writes the artifact to the specified output path, and reports progress.
- Guardrails: Creates only one artifact per invocation, never auto-selects a change, always reads dependencies, and avoids copying context or rules into created files.
- Use case: A developer or spec writer who has an in-progress OpenSpec change and needs the AI to generate the next proposal, spec, design, or task artifact based on CLI-provided instructions.
Quick Start
Ask the assistant to continue an OpenSpec change and create the next ready artifact for the selected change.