CreateRepoTasksMulti

Same as createRepoTasks but fans out across multiple repositories in one run.

Parameters

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

  • blockedStatus — status name used for blocked tasks.
  • blocksRelationship — link type name that marks a blocking relationship between tickets.
  • labels — labels applied to created tickets.

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

Attributes

AttributeValue
JobTeammate
ConfigcreateRepoTasksMulti.json
ContextId
outputType
skipAIProcessingtrue

Prompt snapshot

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

Actions

postJSAction: createRepoTasksMulti.js

Create Repository Development Sub-tasks — Multi-Task Variant

  • Source: agents/js/createRepoTasksMulti.js
  • Side effects:
    • post Jira comment
    • link Jira issues
  • Parameters (customParams):
    • blockedStatus
    • blocksRelationship
    • labels

LLM step

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

Custom params

  • blockedStatus (used by JS action)
  • blocksRelationship (used by JS action)
  • labels (used by JS action)

Generated by js/agentDocGenerator.js

View the agent config on GitHub →

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