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— whentrue, skip tickets that already have an open pull request for this work.
Human doc: agents/docs/agents/intake.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | intake.json |
| ContextId | intake |
| outputType | none |
| skipAIProcessing | true |
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.jsoninput/<KEY>/existing_stories.json
postJSAction: createIntakeTickets.js
Create Intake Tickets Post-Action
- Source:
agents/js/createIntakeTickets.js - Reads:
outputs/comment.mdoutputs/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