What problem does it solve?
It helps you reliably implement the work required by an OpenSpec change by selecting the right change, reading the correct context artifacts, and iterating through the task list until completion or a clear pause condition.
Core Features & Use Cases
- Change selection & schema awareness: Uses the OpenSpec CLI to determine which workflow schema is in play and where tasks live.
- Automated instruction and progress tracking: Retrieves dynamic apply instructions, reads context files provided by the CLI, and reports progress as tasks are completed.
- Safe pausing for blockers and ambiguity: Detects blocked states (e.g., missing artifacts), handles unclear tasks by requesting clarification, and stops on errors instead of guessing.
- Fluid workflow support: Works before completion, allows interleaving with other actions, and can suggest artifact updates when implementation reveals issues.
Quick Start
Run the skill with an optional change name so it can infer or select the correct active OpenSpec change and start implementing its pending tasks.