What problem does it solve?
Many spec-driven development workflows require repeatedly reading CLI-generated instructions, locating context files, and making minimal, targeted code changes while keeping task artifacts in sync; this Skill automates and guides that workflow so implementers can focus on coding rather than orchestration.
Core Features & Use Cases
- Change selection & validation: Infers or prompts to choose the correct change, lists active changes when ambiguous, and announces the chosen change and how to override it.
- CLI-driven context retrieval: Calls the openspec CLI to get status and apply instructions, parses JSON output to discover schema, context files, progress, and dynamic instructions.
- Iterative implementation loop: Reads relevant context files, implements pending tasks with minimal, focused changes, updates task checkboxes, and handles blocked or all_done states with clear guidance.
- Use Case: A developer continues work on an active OpenSpec change, uses the Skill to fetch current tasks, apply incremental code updates, and mark progress without manually juggling files and JSON outputs.
Quick Start
Use the openspec CLI to fetch apply instructions for the target change and implement the next pending task.