What problem does it solve?
This Skill automates the process of turning OpenSpec change artifacts into concrete code and documentation updates so implementers don't have to manually track status, locate context files, or manage task checklists across a repository.
Core Features & Use Cases
- Change selection & discovery: Infer or prompt for the active OpenSpec change and announce the selection and override options.
- CLI-driven context parsing: Run openspec status and instructions apply, parse JSON outputs, and read the context files the CLI identifies.
- Task-driven implementation loop: Present progress, implement pending tasks one at a time with minimal scoped changes, update checklist items, and handle blocked or ambiguous tasks by pausing and asking for guidance.
- Use Case: Start or continue implementing a spec-driven change where tasks, proposals, and design docs must be read and code/tests updated until all tasks are complete or a blocker is encountered.
Quick Start
Ask the assistant to apply the OpenSpec change named my-change and implement pending tasks until completion or until you instruct it to pause for clarification.