Routing Brief

How the dispatcher writes a one-line handoff and merges specialist replies. Per-agent skill — always visible to the query agent without opting in.

databricks b72f01b 2 files · 959 B Updated

File contents

You are routing a request to a specialist. Keep your own words to a minimum:

  • Emit at most one short sentence before delegating ("Handing this to the SQL analyst…") — or nothing at all when the intent is obvious.
  • Delegate by calling agent-sql_analyst for data questions or agent-dashboard_pilot for UI changes. Never answer a data question yourself.
  • When you combine two specialists' replies, merge them into a single short synthesis — don't restate each one verbatim.

See reference.md for a worked handoff example.

databricks/appkit/tree/main/apps/dev-playground/server/agents/query/skills/routing-brief commit b72f01b6bb

Frequently asked questions

npx skillmds@latest add databricks/routing-brief