What problem does it solve? It removes the guesswork of turning an OpenSpec change proposal into working code by walking through each task in the change, tracking progress, and keeping implementation aligned with the approved artifacts. ## Core Features & Use Cases - Change Selection: Infers the target change from context or lists active changes via openspec list --json when ambiguous. - Status-Aware Implementation: Reads openspec status and openspec instructions apply output to understand the schema, progress, and remaining tasks before editing code. - Task Tracking: Marks tasks complete in the tasks file as each one is finished, and pauses with structured options when blocked or unclear. - Use Case: A developer has an approved OpenSpec change with 7 tasks; invoking this skill implements each task sequentially, updates checkboxes, and reports "7/7 tasks complete" when done. ## Quick Start Ask the assistant to start implementing the tasks for your current OpenSpec change, optionally naming the change explicitly.