task-intake-router

Route ambiguous requests to Copilot CLI modes, agent types, and models.

42|9|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/drvoss/everything-copilot-cli --skill task-intake-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-intake-router
Source: https://github.com/drvoss/everything-copilot-cli/tree/main/skills/copilot-exclusive/task-intake-router
Command: npx skills add https://github.com/drvoss/everything-copilot-cli --skill task-intake-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Copilot CLI offers multiple execution paths: interactive mode, Plan Mode, Autopilot, task agents, /fleet, background delegation, and per-agent model overrides. This skill ensures incoming requests are turned into an explicit routing decision so you do not default to the wrong mode out of habit.

Core Features & Use Cases

  • Plan Mode for structured decomposition and planning before coding
  • Autopilot for autonomous execution with guardrails
  • task agents for typed delegation (explore, task, general-purpose, code-review)
  • /fleet for parallel execution
  • Background delegation to cloud execution and draft PRs
  • Per-agent model overrides for cost/quality optimization

Quick Start

Provide the incoming request and its goal, and the skill will route to the appropriate mode, agent type, and model.

Frequently Asked Questions about task-intake-router

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

FAQPage Schema
How do I route Copilot CLI requests to the correct execution mode?

Route Copilot CLI requests by applying explicit intake routing to evaluate the incoming request and assign the correct mode, agent type, and model. This prevents defaulting to the wrong execution path out of habit and ensures predictable handoffs.

When should I use Plan Mode versus Autopilot for multi-file features?

Use Plan Mode for structured decomposition and planning before coding multi-file features, and switch to Autopilot for autonomous execution with guardrails. Plan Mode handles complex decomposition, while Autopilot executes tasks within defined safety boundaries.

What is the best way to delegate typed tasks to Copilot CLI agents?

Delegate typed tasks by routing incoming requests to specific task agents like explore, task, general-purpose, or code-review. This ensures each request is matched to an agent type optimized for its specific execution and analysis requirements.

Can I run parallel Copilot CLI executions for fan-out scenarios?

Yes, you can route requests to /fleet for parallel execution or use background delegation to cloud execution to generate draft PRs. These modes handle fan-out scenarios where multiple tasks need to run concurrently.

How do I optimize cost and quality when selecting Copilot CLI models?

Optimize cost and quality by applying per-agent model overrides during the routing process. This allows you to match specific model capabilities to the complexity and security sensitivity of each delegated task.

Why does my Copilot CLI default to the wrong mode for security-sensitive reviews?

Copilot CLI defaults to the wrong mode because routing decisions are often made by habit rather than explicit intake. Applying structured routing dimensions and guardrails ensures security-sensitive reviews are directed to the correct plan-first or typed agent path.