Skip to main content
Version: Next

/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 whole TASK.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 (or change-start / change-end in change mode).

In the flow

Full mode → implemented/task-git. Change mode → changes-implemented/task-git. See Transitions.

implement-start / implement-end · change-start / change-end · full prompt: Reference → TASK_IMPLEMENTER_ROLE.md.