What problem does it solve?
Executes work from tracked tasks or plan files. Finds ready-to-work tasks via the configured issue tracker (priority and dependency aware), claims them, implements phases (write code, run tests, update plan), handles failures via bug rounds, and closes tasks on completion. Use when the user says "execute", "work on next task", "execute the plan", "start implementing", "run the plan", or passes a task ID or plan file path. Each invocation executes one phase — after completion, offers to continue with the next unblocked task. Also triggers on "resume", "what's next", or "next task". Accepts no argument (pick from ready tasks), a task ID, or a .md plan file path.
Core Features & Use Cases
- Finds ready-to-work tasks via an issue tracker, with priority and dependency awareness.
- Claims tasks, implements phases (write code, run tests, update plan), and handles failures via bug rounds.
- Closes tasks on completion and supports phase-by-phase execution with prompts to continue.
- Works with or without a tracker: you can pass a task ID or plan file path, or let the skill pick from ready tasks.
Quick Start
Instruct me to execute the next available phase from a plan or tracker task.