agent-routing

Classify user intent and route requests to specialist agents.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Ryko1141/Hedge-Edge-agentic --skill agent-routing-ryko1141
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-routing
Source: https://github.com/Ryko1141/Hedge-Edge-agentic/tree/main/Orchestrator%20Agent/.agents/skills/agent-routing
Command: npx skills add https://github.com/Ryko1141/Hedge-Edge-agentic --skill agent-routing-ryko1141

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as the central nervous system for the Hedge Edge business, ensuring that every incoming user request is accurately understood and directed to the most appropriate specialist AI agent for handling.

Core Features & Use Cases

  • Intent Classification: Precisely determines the user's goal and the business domain involved.
  • Agent Assignment: Routes requests to single or multiple specialist agents based on defined capabilities.
  • Workflow Orchestration: Identifies and triggers pre-defined cross-agent workflows for complex tasks.
  • Use Case: When a user asks "What's our MRR this month and how can we increase it?", this skill will identify the need for both the Finance Agent (for MRR data) and the Business Strategist (for growth recommendations), and route accordingly, potentially initiating a "Monthly Business Review" workflow.

Quick Start

Use the agent-routing skill to classify the user's request and determine the correct agent.

Frequently Asked Questions about agent-routing

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

FAQPage Schema
How does intent recognition work for routing requests to specialist agents?

Workflow orchestration identifies and triggers pre-defined cross-agent workflows for complex tasks. It handles multi-domain requests by checking for existing workflows before assigning requests to multiple specialist agents, ensuring coordinated task execution.

How do I route a multi-domain request that requires data from multiple AI agents?

To route a multi-domain request, classify the user intent to identify required business domains, then assign the request to multiple specialist agents. The system checks for pre-defined cross-agent workflows to orchestrate complex tasks before making assignments.

Can I use this for task delegation within a custom 9-agent AI architecture?

Yes, this handles task delegation within a 9-agent AI architecture. It uses a defined routing matrix to classify inbound requests and delegate them to the appropriate specialist agents based on their specific capabilities.

What happens when ambiguous requests are sent to the Orchestrator?

When ambiguous requests are sent to the Orchestrator, the routing matrix evaluates the intent to determine the correct specialist agent. This ensures all inbound requests are accurately classified and directed even if the initial domain is unclear.