intelligent-routing

Analyze user requests to route tasks to specialist agents or orchestrators.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/VoTruongDanh/AI_Cafe --skill intelligent-routing-votruongdanh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intelligent-routing
Source: https://github.com/VoTruongDanh/AI_Cafe/tree/main/ai-service/.agent/skills/intelligent-routing
Command: npx skills add https://github.com/VoTruongDanh/AI_Cafe --skill intelligent-routing-votruongdanh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of selecting the correct specialist agent for a given user request, eliminating the need for users to manually specify which agent to use.

Core Features & Use Cases

  • Automatic Agent Selection: Analyzes user requests to identify keywords, domains, and complexity to choose the most suitable agent(s).
  • Intelligent Task Routing: Routes tasks to single agents for simple requests or to an orchestrator for complex, multi-domain tasks.
  • Use Case: When a user asks to "fix the login button style," the skill automatically identifies this as a frontend task and invokes the frontend-specialist without the user needing to type /use @frontend-specialist.

Quick Start

Use the intelligent-routing skill to automatically select the best agent for your request.

Frequently Asked Questions about intelligent-routing

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

FAQPage Schema
How do I automate specialist agent selection for user requests?

Automate specialist agent selection by analyzing user requests to identify keywords, domains, and complexity. The system determines the optimal agent or orchestrator for task execution automatically, eliminating manual specification.

How does intelligent task routing work for multi-domain requests?

Intelligent task routing works by evaluating request complexity to route simple tasks directly to a single specialist agent. For complex, multi-domain requests, it routes the task to an orchestrator for coordinated execution.

Can I route frontend tasks without manually invoking a specific agent?

Yes, you can route frontend tasks without manual invocation. When a request like fixing a login button style is analyzed, the system automatically identifies the domain and invokes the appropriate specialist agent transparently.

What is the best way to integrate agent selection into existing agentic workflows?

The best way to integrate agent selection into agentic workflows is using a zero-command, transparent invocation mechanism. This provides seamless integration by automatically determining the correct agent based on request analysis.

Do I need an orchestrator for simple single-domain task routing?

No, you do not need an orchestrator for simple single-domain task routing. The system analyzes task complexity and routes simple requests directly to a single specialist agent, reserving the orchestrator for complex tasks.

What keywords does automated agent selection analyze to determine the right specialist?

Automated agent selection analyzes keywords, domains, and complexity within the user request to determine the right specialist. This analysis ensures the optimal agent or orchestrator is chosen for the specific task.