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
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | story_development_redirect.json |
| ContextId | story_development_redirect |
| outputType | none |
| skipAIProcessing | true |
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):
repoAgentsDirtargetAgentName
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