intelligent-routing

Route user requests to specialist agents by analyzing keywords, domains, and complexity.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dgkngk/super-kit --skill intelligent-routing-dgkngk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intelligent-routing
Source: https://github.com/dgkngk/super-kit/tree/main/skills/tech/intelligent-routing
Command: npx skills add https://github.com/dgkngk/super-kit --skill intelligent-routing-dgkngk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the selection of the most appropriate specialist AI agent for any given user request, eliminating the need for manual agent specification and streamlining complex task delegation.

Core Features & Use Cases

  • Automatic Request Analysis: Intelligently analyzes user input to identify keywords, domains, and complexity.
  • Agent Selection Matrix: Maps identified intents and keywords to specific specialist agents (e.g., security-auditor, frontend-specialist).
  • Use Case: When a user asks to "fix the login bug," the skill automatically identifies the intent as "Bug Fix" and routes it to the debugger agent without the user needing to specify it.

Quick Start

Use the intelligent-routing skill to automatically select the best agent for the request "Create a secure login system with dark mode UI".

Frequently Asked Questions about intelligent-routing

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

FAQPage Schema
How do I automate agent selection for task delegation in my workflow?

Automatic agent selection works by analyzing user requests for keywords, domains, and complexity, then mapping those intents to specialist agents like a debugger or security-auditor. This enables zero-command operation.

How does intelligent routing handle complex multi-domain requests?

Intelligent routing handles complex multi-domain requests by falling back to an orchestrator for architectural challenges. Simple and moderate tasks route directly to specialists, ensuring appropriate task delegation.

Can I route tasks to specific specialist agents without using manual commands?

Yes, you can route tasks to specific specialist agents without manual commands. The skill analyzes input intent, such as identifying a bug fix, and automatically delegates it to the appropriate debugger agent.

What's the best way to map user intents to specialist agents like security-auditor or frontend-specialist?

The best way to map user intents to specialist agents is through an agent selection matrix that evaluates request keywords and domains. This directs tasks to agents like security-auditor or frontend-specialist automatically.

Does intelligent routing integrate with existing workflows for zero-command operation?

Intelligent routing integrates with existing workflows to provide zero-command operation by automatically analyzing requests and selecting the best agent. This seamless integration streamlines task delegation without workflow modifications.

When should I not use automatic agent routing for my requests?

You should not use automatic agent routing when requests involve highly ambiguous multi-domain challenges requiring manual architectural oversight. In these cases, direct orchestrator management is preferable to automated intent mapping.