What problem does it solve? It removes the guesswork of turning an OpenSpec change plan into working code by walking through each task in the change, reading the right context files, and tracking progress until the change is fully implemented. ## Core Features & Use Cases - Change selection and status inspection: Resolves the target change from user input or context, then reads schema, progress, and task state via openspec status and openspec instructions apply. - Guided task implementation loop: Reads context files (proposal, specs, design, tasks), implements each pending task, and marks checkboxes complete as work finishes. - Blocked and paused state handling: Detects blocked or all-done states, surfaces design issues or scope creep, and pauses for user decisions instead of guessing. - Use Case: A developer has an approved OpenSpec change like add-auth with a tasks file. They invoke the skill, which reads the spec artifacts, implements each task in order, checks them off, and reports 7/7 tasks complete with a suggestion to archive. ## Quick Start Ask the assistant to apply the OpenSpec change named add-auth and implement its remaining tasks.