What problem does it solve? It removes the manual overhead of tracking and executing implementation tasks defined in an OpenSpec change, ensuring each task is completed, checked off, and reported with clear progress. ## Core Features & Use Cases - Change Selection: Automatically infers the active change from context or lists available changes via openspec list --json when ambiguous. - Schema-Aware Execution: Reads status and apply instructions from the openspec CLI to adapt to different workflow schemas such as spec-driven. - Task Loop with Progress Tracking: Implements each pending task, marks checkboxes complete in the tasks file, and reports progress as N/M tasks complete. - Use Case: A developer has a spec-driven change with 7 tasks defined. Invoke this skill to work through each task sequentially, updating the tasks file and pausing for guidance when blockers or design issues appear. ## Quick Start Ask the assistant to start implementing the tasks for your current OpenSpec change, optionally naming the change to apply.