Story Questions
Collects open business questions for a story and creates them as question sub-tickets assigned for review.
Parameters
Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).
autoStartQuestionAnswer— whentrue, automatically trigger the question-answering workflow for created question tickets.autoStartQuestionAnswerConfigFile— agent config file used for the auto-started question-answering workflow.priorityMap— maps question priorities to tracker priority names.
Human doc: agents/docs/agents/story_questions.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | story_questions.json |
| ContextId | — |
| outputType | none |
| skipAIProcessing | true |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/story_questions.md
Actions
preCliJSAction: fetchQuestionsToInput.js
Fetch Questions To Input Pre-CLI Action
- Source:
agents/js/fetchQuestionsToInput.js - Writes:
input/<KEY>/existing_questions.json
postJSAction: createQuestionsAndAssignForReview.js
Create Questions and Assign For Review Post-Action
- Source:
agents/js/createQuestionsAndAssignForReview.js - Reads:
outputs/questions.json
- Side effects:
- post Jira comment
- create Jira ticket
- assign ticket
- Parameters (customParams):
autoStartQuestionAnswerautoStartQuestionAnswerConfigFilepriorityMap
LLM step
- outputType:
none - Prompt snapshot:
agents/snapshots/story_questions.md
Custom params
autoStartQuestionAnswer(used by JS action)autoStartQuestionAnswerConfigFile(used by JS action)priorityMap(used by JS action)
Generated by js/agentDocGenerator.js