task-router

Route user tasks to suitable agents using keyword extraction and a decision matrix.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill task-router-erhankaraarslan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-router
Source: https://github.com/erhankaraarslan/agent_yazilim_ekibi/tree/main/.claude/skills/task-router
Command: npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill task-router-erhankaraarslan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes a user's task and routes it to the most suitable agent, helping users when they don't know who should handle a request.

Core Features & Use Cases

  • Task routing: analyze user input and suggest the best agent based on keywords, scope, and domain.
  • Multi-agent coordination: propose sequences for complex tasks that involve several specialists.
  • Use Case: A user asks which agent should handle a feature and the skill returns architect for ADR or backend for API work.

Quick Start

Use the task-router skill to route a sample task like "Design a new login endpoint" to the recommended agent.

Frequently Asked Questions about task-router

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

FAQPage Schema
How do I route tasks to the right agents in a multi-agent workflow?

To route tasks to the right agents, this skill analyzes your input using keyword extraction, domain sizing, and a decision matrix to recommend the most suitable agents and define their call order.

What is task routing and when do I need it for multi-domain collaboration?

Task routing is the process of directing requests to specialized agents based on domain analysis. You need it for multi-domain collaboration when you are unsure which specialist should handle a complex feature request.

How do I determine which agent should handle a feature request?

To determine which agent should handle a feature, input the request into the task router. It extracts keywords and sizes the domain to produce a recommended agent, such as an architect for ADR or backend for API work.

Can I use a decision matrix to coordinate sequences for complex tasks?

Yes, you can use this skill to coordinate complex tasks. It applies a decision matrix to propose execution sequences when a request requires multi-agent collaboration across several different domains.

What's the best way to analyze task scope before assigning work to specialists?

The best way to analyze task scope is using a dedicated routing skill that evaluates keywords and domain sizing to match the request with the correct specialist, ensuring the work is assigned to the right agent.