/task-implement — Implementer
Command: /task-implement · Role file: TASK_IMPLEMENTER_ROLE.md
Implements a task from its spec. Has two modes detected from task status:
- Full implementation (
ready/in-progress) — implement the wholeTASK.md. - Change implementation (
changes-requested/changes-implementing) — implement only the recorded post-delivery change requests.
What it does
- Follows the spec exactly — no scope expansion, no unrequested refactors.
- Self-verifies each checklist item before marking implemented.
- Brackets the work with
implement-start/implement-end(orchange-start/change-endin change mode).
In the flow
Full mode → implemented → /task-git. Change mode →
changes-implemented → /task-git. See Transitions.
Related CLI
implement-start / implement-end ·
change-start / change-end · full prompt:
Reference → TASK_IMPLEMENTER_ROLE.md.