Bug Fix Batch Coordinator

Collects several related bugs into one batch epic so they can be fixed together in a single development pass.

Parameters

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

  • batchSize — maximum number of items processed in one batch.
  • removeLabel — label removed from the ticket after a successful run (idempotency cleanup).

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

Attributes

AttributeValue
JobTeammate
Configbug_fix_batch_coordinator.json
ContextIdbug_fix_batch_coordinator
outputTypenone
skipAIProcessingtrue

Prompt snapshot

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

Actions

postJSAction: createBugFixBatchEpic.js

Bug-Fix Batch Coordinator — postJSAction for bug_fix_batch_coordinator.

  • Source: agents/js/createBugFixBatchEpic.js
  • Side effects:
    • post Jira comment
    • create Jira ticket
    • link Jira issues
  • Parameters (customParams):
    • batchSize
    • removeLabel

LLM step

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

Custom params

  • removeLabel: "sm_bug_fix_batch_coordinator_triggered"
  • batchSize: 5

Generated by js/agentDocGenerator.js

View the agent config on GitHub →

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