Task Router

Decide how much machinery a request deserves before starting it — answer inline, delegate to one subagent, recon-then-plan, or fan out across agents — and pick a model tier to match, so a two-line answer doesn't cost a five-agent workflow. Use when a request's size or blast radius is unclear, before spawning any subagent or workflow, when choosing which model an agent should run on, or when the user asks "how should we approach this", "is this a big job", "what's the best way to tackle this", "route this", "delegate this", "who should do this", or "which model should handle this". Also use when a task spans several repos, domains, or unknown files, and before any multi-agent fan-out to confirm the fan-out is actually warranted. The cost policy is a parameter — set it once and the routing table follows it.

ai-automation-tools Updated

File contents

ai-automation-tools/agent-skills/tree/main/Skills/Core/Automation/task-router commit 37e8b68c51

Frequently asked questions

npx skillmds@latest add ai-automation-tools/task-router