Story Ba Check

Gate check: verifies that all BA sub-tasks of a story are done before the story moves forward.

Parameters

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

  • removeLabel — label removed from the ticket after a successful run (idempotency cleanup).

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

Attributes

AttributeValue
JobTeammate
Configstory_ba_check.json
ContextIdstory_ba_check
outputTypenone
skipAIProcessingtrue

Prompt snapshot

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

Actions

postJSAction: checkSubtasksDoneForBA.js

Check Subtasks Done For BA — postJSAction for story_ba_check agent.

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

LLM step

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

Custom params

  • removeLabel: "sm_story_ba_check_triggered"

Generated by js/agentDocGenerator.js

View the agent config on GitHub →

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