What problem does it solve? It removes the manual effort of tracking and executing implementation tasks defined in an OpenSpec change, keeping task checkboxes, progress, and context files synchronized during development. ## Core Features & Use Cases - Change Selection: Automatically infers the active change from conversation context or lists available changes via openspec list --json when ambiguous. - Schema-Aware Execution: Reads openspec status and openspec instructions apply output to load the correct context files (proposal, specs, design, tasks) for any workflow schema. - 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 an approved OpenSpec change with 7 tasks. They invoke this Skill to work through each task, updating code and checkboxes until all tasks are done and the change is ready to archive. ## Quick Start Ask the assistant to start implementing the tasks for your current OpenSpec change, optionally naming the change explicitly.