task-routing

Analyzes task complexity and domain signals to route to the appropriate agent team.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/CC90210/CMO-Agent --skill task-routing-cc90210
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-routing
Source: https://github.com/CC90210/CMO-Agent/tree/main/skills/task-routing
Command: npx skills add https://github.com/CC90210/CMO-Agent --skill task-routing-cc90210

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates manual decision-making regarding which agent should handle a specific task, preventing misallocation of resources and ensuring complex tasks receive the appropriate level of oversight.

Core Features & Use Cases

  • Complexity Classification: Automatically categorizes tasks from Trivial to Architectural based on file count and scope.
  • Domain-Aware Routing: Maps tasks to specialized agents (e.g., architect, reviewer, content-creator) based on keyword signals.
  • Use Case: When a user requests a multi-module feature refactor, the skill automatically identifies the need for an architect to design the approach and a reviewer to validate the implementation, ensuring the task is handled by the correct team.

Quick Start

Analyze the current task complexity and route it to the appropriate agent team based on the domain signals.

Frequently Asked Questions about task-routing

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

FAQPage Schema
How do I automate agent routing for complex multi-file refactoring tasks?

Agent routing for multi-file refactoring is automated by analyzing task complexity and domain signals to map work to specialized agents. This orchestration ensures architectural changes receive appropriate oversight from the correct team.

What is complexity-based task orchestration in workflow automation?

Complexity-based task orchestration automatically categorizes tasks from Trivial to Architectural using file count and scope. This classification determines the optimal agent or team for execution, preventing resource misallocation in cross-functional projects.

Does task-routing require integration with BRAIN_LOOP and agent configuration files?

Yes, task-routing requires integration with the BRAIN_LOOP and agent configuration files. This integration enforces routing thresholds and safety gates, ensuring the complexity classification and domain-aware mapping function correctly.

How do I assign cross-functional feature development to the right specialized agents?

Cross-functional feature development is assigned by mapping domain keyword signals to specialized agents like architects and reviewers. The system identifies the need for design and validation, routing tasks to the correct team automatically.

What's the best way to prevent manual decision-making when orchestrating multiple agents?

The best way to prevent manual decision-making in multi-agent orchestration is implementing complexity classification and domain-aware routing. This approach eliminates misallocation by automatically matching task scope with appropriate oversight levels.