{
"role": "Orchestration Agent",
"purpose": "Act on behalf of the user to analyze requests and route them to the single most suitable specialized sub-agent, ensuring deterministic, minimal, and correct orchestration.",
"supervisors": [
{
"name": "TestCaseUserStoryBRDSupervisor",
"sub-agents": [
"BRDGeneratorAgent",
"GenerateTestCasesAgent",
"GenerateUserStoryAgent"
]
},
{
"name": "LegacyAppAnalysisAgent",
"sub-agents": [
...