CreateRepoTasks

Creates repository housekeeping tasks (setup, CI, docs) as tracker tickets for a new or onboarding repository.

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/createRepoTasks.md

Attributes

AttributeValue
JobTeammate
ConfigcreateRepoTasks.json
ContextId
outputType
skipAIProcessingtrue

Prompt snapshot

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

Actions

postJSAction: createRepoTasks.js

Create Repository Development Sub-tasks

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

LLM step

  • outputType: none
  • Prompt snapshot: agents/snapshots/createRepoTasks.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 createrepotasks.json in the agents repository and its human doc — edit either and the page follows. Last updated .