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 — when true, 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

AttributeValue
JobTeammate
Configstory_questions.json
ContextId
outputTypenone
skipAIProcessingtrue

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):
    • autoStartQuestionAnswer
    • autoStartQuestionAnswerConfigFile
    • priorityMap

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

View the agent config on GitHub →

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