orchestration-routing

Route incoming work to specialist agents with phase, cost, and quality gates.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/davidrrowley/CortexYouV3 --skill orchestration-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration-routing
Source: https://github.com/davidrrowley/CortexYouV3/tree/main/.agents/skills/orchestration-routing
Command: npx skills add https://github.com/davidrrowley/CortexYouV3 --skill orchestration-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces misrouted work, missed approvals, and uncontrolled spend by classifying incoming requests and delegating them to the appropriate specialist agents while enforcing phase gates, cost ceilings, and quality gates.

Core Features & Use Cases

  • Classification & Routing: Classifies requests by stream, risk, and complexity and selects the cheapest acceptable model or specialist agent.
  • Delegation with Acceptance Criteria: Produces delegated task assignments that include clear acceptance criteria and validation steps.
  • Governance & Escalation: Enforces phase gates and approval requirements, consolidates programme status (risks, dependencies, next actions), and triggers escalations on conflicts or repeated failures.
  • Use Case: Triage a new feature spec in discovery phase, assign design and implementation tasks to the appropriate agents, set validation steps for CI checks, and surface dependencies and budget risks to stakeholders.

Quick Start

Ask the orchestration-routing skill to route a new task by providing the phase, spec-kit links, repo status, and any budget or approval constraints.

Frequently Asked Questions about orchestration-routing

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

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

Multi-agent task routing classifies incoming requests by stream, risk, and complexity to delegate work to the appropriate specialist agents. It enforces phase gates, cost ceilings, and quality gates to reduce misrouted work and uncontrolled spend.

What is the best way to enforce approval gates and cost ceilings for delegated tasks?

Enforcing approval gates and cost ceilings for delegated tasks involves applying governance rules during agent orchestration. This approach triggers escalations on conflicts or repeated failures while consolidating programme status, risks, and dependencies.

How do I add acceptance criteria and validation steps when delegating work to agents?

Adding acceptance criteria and validation steps to delegated work requires producing task assignments that explicitly define quality gates. This includes specifying CI status checks, read-only repository inspection, and minimal write access constraints for the specialist agents.

Can I use agent orchestration to triage feature specs and assign implementation tasks?

Yes, agent orchestration can triage a new feature spec in the discovery phase by classifying the request and assigning design and implementation tasks to appropriate agents. It surfaces dependencies and budget risks to stakeholders while setting validation steps for CI checks.

When should I not use automated routing for multi-agent task delegation?

Automated routing for multi-agent task delegation should be avoided when requests lack clear phase definitions or when budget and approval constraints are undefined. Without these inputs, the system cannot reliably classify complexity or enforce the necessary quality gates and cost ceilings.