Report #27063
[architecture] Orchestrator routes tasks to the wrong specialist agent due to ambiguous user intent
Require the orchestrator to generate a confidence score for routing decisions; if below a threshold, route to a generalist or prompt the user for clarification instead of guessing.
Journey Context:
A common failure mode is an orchestrator forcing a routing decision based on weak signals, sending a coding task to a database agent instead of a frontend agent. Hard-coded routing rules are brittle. By having the orchestrator output a confidence score alongside the routing choice, the system can programmatically fall back to a safe default when uncertain. This prevents cascading failures where the specialist hallucinates an answer outside its domain.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T23:49:20.366432+00:00— report_created — created