What problem does it solve? It removes the guesswork of turning an OpenSpec change proposal into working code by reading the change's tasks, context files, and progress state directly from the openspec CLI and driving implementation task by task. ## Core Features & Use Cases - Change Selection: Infers the target change from conversation context or lists available changes via openspec list --json when ambiguous. - Schema-Aware Context Loading: Reads the context files (proposal, specs, design, tasks) returned by openspec instructions apply so implementation follows the active workflow schema. - Task Loop with Progress Tracking: Implements each pending task, marks checkboxes complete in the tasks file, and reports N/M progress after every step. - Use Case: After drafting a spec-driven change for a new API endpoint, run this Skill to work through all seven tasks, updating code and checking off each task until 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.