orch-routing

Route user requests to specialist agents using single-agent, multi-phase, or parallel patterns.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3 --skill orch-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orch-routing
Source: https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3/tree/main/modules/dev/instruction_core/data/skills/orch-routing
Command: npx skills add https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3 --skill orch-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routing user requests to the correct specialist agent based on task analysis to improve coordination and reduce handoff delays.

Core Features & Use Cases

  • Single-Agent Routing: direct a task to a single responsible agent.
  • Multi-Phase Routing: orchestrate sequential agent steps across domains.
  • Parallel Routing: run independent routing tasks concurrently when safe.
  • Use Case: scenario where a user request requires discovery and delegation across HyperDream, HyperArch, and HyperSan.

Quick Start

Provide a user request and allow orch-routing to determine the correct routing path to the appropriate specialist agent.

Frequently Asked Questions about orch-routing

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

FAQPage Schema
How does multi-agent orchestration and routing work for cross-domain tasks?

Multi-agent orchestration works by analyzing user requests and delegating them to specialist agents. It supports single-agent, multi-phase, and parallel routing patterns to coordinate cross-domain tasks with clear context-aware instructions.

What is the best way to route independent workflow tasks concurrently?

The best way to route independent workflow tasks is using parallel routing, which concurrently runs delegation tasks across multiple agents when safe. This orchestration pattern minimizes handoff delays and optimizes multi-phase task coordination.

Can I orchestrate sequential workflow steps across different domain experts?

Yes, you can orchestrate sequential workflow steps using multi-phase routing. This delegates agent tasks in a specific sequence across domain experts, ensuring structured coordination and robust handoffs between each phase.

How do I delegate a user request to a single responsible agent?

You can delegate a user request using single-agent routing. This analyzes the task and directs it to one appropriate specialist agent, enforcing clear instructions and context-aware delegation for targeted problem solving.

When should I use parallel routing instead of multi-phase orchestration?

Use parallel routing when you have safe, independent tasks that can run concurrently to save time, and choose multi-phase orchestration when sequential agent steps are required across domains for correct workflow dependency execution.