Intake

Product intake: analyzes a raw request against existing epics and stories, then creates the missing epics/stories and posts an analysis comment.

Parameters

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

  • checkOpenPR — when true, skip tickets that already have an open pull request for this work.

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

Attributes

AttributeValue
JobTeammate
Configintake.json
ContextIdintake
outputTypenone
skipAIProcessingtrue

Prompt snapshot

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

Actions

preJSAction: checkWipLabel.js

Check WIP Label Pre-Action

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

preCliJSAction: fetchEpicsToInput.js

Fetch Epics To Input Pre-CLI Action

  • Source: agents/js/fetchEpicsToInput.js
  • Writes:
    • input/<KEY>/existing_epics.json
    • input/<KEY>/existing_stories.json

postJSAction: createIntakeTickets.js

Create Intake Tickets Post-Action

  • Source: agents/js/createIntakeTickets.js
  • Reads:
    • outputs/comment.md
    • outputs/stories.json
  • Side effects:
    • update field “Story Points”
    • post Jira comment
    • create Jira ticket
    • link Jira issues
    • assign ticket
    • attach file to ticket

LLM step

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

Custom params

  • checkOpenPR (used by JS action)

Generated by js/agentDocGenerator.js