Task Done Check

Gate check: verifies that all stories of a task are done before the task itself moves to Done.

Parameters

Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).

  • removeLabel — label removed from the ticket after a successful run (idempotency cleanup).

Human doc: agents/docs/agents/task_done_check.md

Attributes

AttributeValue
JobTeammate
Configtask_done_check.json
ContextIdtask_done_check
outputTypenone
skipAIProcessingtrue

Prompt snapshot

Full prompt / instruction set: agents/snapshots/task_done_check.md

Actions

postJSAction: checkTaskStoriesDone.js

Check Task Stories Done — postJSAction for task_done_check agent.

  • Source: agents/js/checkTaskStoriesDone.js
  • Side effects:
    • post Jira comment
  • Parameters (customParams):
    • removeLabel

LLM step

  • outputType: none
  • Prompt snapshot: agents/snapshots/task_done_check.md

Custom params

  • removeLabel: "sm_task_done_check_triggered"

Generated by js/agentDocGenerator.js

View the agent config on GitHub →

Generated from task_done_check.json in the agents repository and its human doc — edit either and the page follows. Last updated .