Intent Routing Skill

Route tasks to sub-agents using intent classification and routing policies.

2|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/reaatech/agents-md-kit --skill intent-routing-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Intent Routing Skill
Source: https://github.com/reaatech/agents-md-kit/tree/main/examples/orchestrator/skills/routing
Command: npx skills add https://github.com/reaatech/agents-md-kit --skill intent-routing-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the routing of tasks to the most appropriate sub-agent using intent classification and routing policies, reducing manual handoffs and delays.

Core Features & Use Cases

  • Intent classification to identify task intent and urgency
  • Confidence scoring to gate routing decisions and propose alternatives
  • Policy-driven routing with fallback paths and circuit-breakers
  • Observability hooks to audit routing decisions and metrics
  • Typical use cases include multi-agent workflow orchestration, chat routing, and dynamic task delegation

Quick Start

Dispatch a task description and context; the system will route to the best sub-agent immediately.

Frequently Asked Questions about Intent Routing Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate routing tasks to the right sub-agent in a multi-agent workflow?▼

Automate multi-agent workflow routing by using intent classification to identify task intent and urgency, then applying policy-driven routing to dispatch tasks to the best sub-agent immediately.

What is the best way to handle fallback paths when dynamic task delegation fails?▼

Handle fallback paths during dynamic task delegation by implementing policy-driven routing with circuit-breakers, which gate routing decisions using confidence scoring to propose alternatives automatically.

How does confidence scoring gate routing decisions for chat routing orchestration?▼

Confidence scoring gates chat routing orchestration by evaluating intent classification results, ensuring tasks only dispatch to sub-agents when certainty is high enough or proposing alternative paths otherwise.

Can I audit routing decisions and metrics for multi-agent workflow orchestration?▼

You can audit routing decisions and metrics for multi-agent workflow orchestration by utilizing built-in observability hooks, which track intent classification outcomes and sub-agent handoffs for review.

Does intent classification for task routing require explicit tool definitions?▼

Yes, intent classification for task routing requires explicit tool definitions and input validation to enforce robust routing logic, ensuring accurate sub-agent handoffs and reliable fallback paths.