What problem does it solve? Turning an OpenSpec change proposal into working code requires manually tracking tasks, reading scattered context files, and updating checklists. This Skill automates that loop by driving the openspec CLI to select a change, load its context, and implement tasks one by one. ## Core Features & Use Cases - Change Selection: Infers the target change from conversation context or lists active changes via openspec list --json when ambiguous. - Schema-Aware Context Loading: Runs openspec status and openspec instructions apply to discover which artifacts (proposal, specs, design, tasks) to read for the active workflow schema. - Guided Task Implementation: Works through pending tasks, marks each checkbox complete in the tasks file, and pauses on blockers, ambiguity, or design issues. - Use Case: After drafting an OpenSpec change for a new API endpoint, invoke this Skill to read the proposal and tasks, implement each task in the codebase, and track progress until all tasks are complete and ready to archive. ## Quick Start Ask the assistant to start implementing the tasks from your current OpenSpec change, optionally naming the change to apply.