delegation-router

Route tasks to suitable agents using a defined routing matrix.

2|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/masanao-ohba/claude-manifests --skill delegation-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegation-router
Source: https://github.com/masanao-ohba/claude-manifests/tree/main/skills/generic/delegation-router
Command: npx skills add https://github.com/masanao-ohba/claude-manifests --skill delegation-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill reduces manual coordination by automatically routing tasks to the most capable agent based on task type, required scale, and agent capabilities.

Core Features & Use Cases

  • Routing matrix: Defines primary and fallback agents for common task types.
  • Scale-aware delegation: Adjusts agent involvement for trivial to large tasks.
  • Use Case: Imagine a task requiring design-architect before code-developer and test-executor; this skill orchestrates the sequence automatically.

Quick Start

To route a task, provide the task_type and scale to the Delegation Router to receive a concrete routing plan.

Frequently Asked Questions about delegation-router

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

FAQPage Schema
How does multi-agent task delegation work in an orchestration workflow?

Multi-agent task delegation routes tasks to the most capable agent based on task type, scale, and capabilities. It enforces deterministic routing decisions through a routing matrix that maps tasks to required and optional agents.

How do I route a task to a specific agent based on its type and scale?

To route a task, provide the task_type and scale to receive a concrete routing plan. The delegation router applies a routing matrix to determine primary and fallback agents for the given task parameters.

What is the best way to orchestrate a sequence of agents for complex workflows?

Orchestrating agent sequences requires a routing matrix that defines primary and fallback agents for task types. Scale-aware delegation adjusts agent involvement automatically from trivial to large tasks.

Can I use a routing matrix to enforce deterministic task delegation across subagents?

Yes, a routing matrix enforces deterministic routing decisions by mapping task types to required and optional agents. This applies to orchestration workflows across main orchestrator, workflow orchestrator, and subagents.

When do I need scale-aware delegation for multi-agent routing?

Scale-aware delegation is needed when task complexity varies from trivial to large, requiring adjusted agent involvement. It ensures the routing matrix allocates appropriate resources based on task scale.

What are the limitations of deterministic routing decisions in agent orchestration?

Deterministic routing decisions rely on a predefined routing matrix, meaning tasks outside mapped types or scales may lack optimal agent assignment. Fallback agents provide coverage but may not suit novel task patterns.