intelligent-routing

Route user requests to suitable specialist agents with orchestrator fallback.

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/barbosakjn/finance-app --skill intelligent-routing-barbosakjn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intelligent-routing
Source: https://github.com/barbosakjn/finance-app/tree/main/.agent/workflows/.agent/skills/intelligent-routing
Command: npx skills add https://github.com/barbosakjn/finance-app --skill intelligent-routing-barbosakjn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically analyzes user requests and routes them to the most suitable specialist agents without requiring explicit user mentions.

Core Features & Use Cases

  • Automatic request analysis to map user intent to expert teams
  • Agent selection matrix with transparent auto-invocation
  • Override capability to explicitly specify agents and Safe fallback to orchestrator for complex tasks
  • Edge-case handling and cross-domain routing

Quick Start

Automatically route a user request to the most suitable specialist agents.

Frequently Asked Questions about intelligent-routing

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

FAQPage Schema
How do I automatically route tasks to specialist agents in a multi-domain workflow?

Automatic task routing analyzes user requests and maps them to the most suitable specialist agents without requiring explicit user mentions. It handles cross-domain requests by applying transparent auto-invocation and an agent selection matrix.

What is intelligent agent selection and how does it handle cross-domain requests?

Intelligent agent selection identifies the best specialist agents for a given request by silently analyzing the user's intent. It handles cross-domain requests by routing them to expert teams or directing complex tasks to an orchestrator as a safe fallback.

Can I override automatic agent selection to explicitly specify a specialist?

Yes, you can override automatic agent selection by explicitly mentioning the desired specialist agents in your request. The routing system respects this override capability and skips the silent analysis mapping for that specific task.

When should I use an orchestrator instead of auto-selecting specialist agents?

You should use an orchestrator as a safe fallback when a task is too complex for direct specialist assignment. The system automatically directs complex tasks to the orchestrator to ensure proper handling when specific agent routing fails.

Does multi-domain agent routing work without explicit dependencies or components?

Yes, multi-domain agent routing works without explicit dependencies or components. The system operates independently to analyze requests spanning security, frontend, and backend domains, ensuring transparent agent selection with edge-case handling.