proagent-router

Route user requests to Provectus practice specialist agents by domain and intent.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/diegouis/provectus-marketplace --skill proagent-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proagent-router
Source: https://github.com/diegouis/provectus-marketplace/tree/main/plugins/proagent-router/skills/proagent-router
Command: npx skills add https://github.com/diegouis/provectus-marketplace --skill proagent-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as a central dispatcher, ensuring user requests are routed to the most appropriate specialized AI agent within the Provectus ecosystem, preventing misrouting and improving efficiency.

Core Features & Use Cases

  • Intelligent Routing: Analyzes user input to detect the domain and intent.
  • Specialist Dispatch: Selects and invokes the correct practice specialist agent.
  • Ambiguity Handling: Interactively clarifies user intent when multiple or no domains match.
  • Use Case: A user types "/proagent build a CI/CD pipeline". The router identifies 'devops' as the domain and dispatches the request to the proagent-devops:devops-specialist agent.

Quick Start

Use the proagent router to route the request "build a React component".

Frequently Asked Questions about proagent-router

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

FAQPage Schema
How do I route user requests to the right specialist agent?

Route user requests to the right specialist agent by analyzing domain detection and intent analysis, then dispatching the input to the matching practice specialist using the Task tool. If multiple or no clear matches are found, it interactively prompts the user for clarification.

What happens when intent detection matches multiple specialist agents?

When intent detection matches multiple or no specialist agents, the router handles ambiguity by interactively prompting the user for clarification to ensure the request reaches the correct practice specialist instead of guessing.

Can I coordinate cross-practice workflows with a single agent dispatcher?

You can coordinate cross-practice workflows with this single agent dispatcher, which routes requests to specific sub-agents using the Task tool and orchestrates multi-domain handling when a user request spans multiple practice areas.

Why does my request dispatcher misroute domain-specific tasks?

A request dispatcher misroutes domain-specific tasks when it lacks intelligent domain detection and intent analysis. This router prevents misrouting by evaluating user input against practice domains before dispatching to a specialist agent.

Do I need predefined sub-agents to use an agent routing system?

You need predefined sub-agents to use this agent routing system, as it acts as a central dispatcher that selects and invokes the correct practice specialist agent within your ecosystem using the Task tool to execute the routed request.

What is the best way to handle ambiguous user intent in an AI agent ecosystem?

The best way to handle ambiguous user intent in an AI agent ecosystem is to use a central router that analyzes input for domain detection and prompts the user for clarification when no clear specialist match is found before dispatching.