Story Development Redirect

Routes a story to the repository-specific development agent based on the ticket context.

Parameters

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

  • repoAgentsDir — directory with per-repository agent configs used by the redirect.
  • targetAgentName — name of the agent configuration this redirect routes to.

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

Attributes

AttributeValue
JobTeammate
Configstory_development_redirect.json
ContextIdstory_development_redirect
outputTypenone
skipAIProcessingtrue

Prompt snapshot

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

Actions

preJSAction: redirectToRepoAgent.js

redirectToRepoAgent.js

  • Source: agents/js/redirectToRepoAgent.js
  • Parameters (customParams):
    • repoAgentsDir
    • targetAgentName

LLM step

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

Custom params

  • targetAgentName: "story_development.json"
  • repoAgentsDir (used by JS action)

Generated by js/agentDocGenerator.js

View the agent config on GitHub →

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