Back to Skills

maestro-delegation-advisor

verified

Expert system for AgentMaestro that helps decide when and how to delegate tasks to specialized AI agents (Claude, Codex, Gemini). Use when you need to determine which agent is best suited for a task, or when a task should be broken down and delegated to multiple agents.

View on GitHub

Marketplace

agent-maestro

NehoraiHadad/agent-maestro-cli

Plugin

maestro-delegation-suite

Repository

NehoraiHadad/agent-maestro-cli

plugins/maestro-delegation-suite/skills/maestro-delegation-advisor/SKILL.md

Last Verified

January 17, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/NehoraiHadad/agent-maestro-cli/blob/main/plugins/maestro-delegation-suite/skills/maestro-delegation-advisor/SKILL.md -a claude-code --skill maestro-delegation-advisor

Installation paths:

Claude
.claude/skills/maestro-delegation-advisor/
Powered by add-skill CLI

Instructions

# Maestro Delegation Advisor

This skill provides intelligent guidance for delegating tasks to specialized AI agents within the AgentMaestro multi-agent orchestration system.

## ๐Ÿš€ How Delegation Works in Claude Code

**IMPORTANT:** When running in Claude Code, delegation happens **automatically** through subagents!

Claude Code will **automatically invoke** the appropriate subagent based on the task description. You don't need to use special markers or syntax - just recognize when a task matches a specialized agent's strengths.

### Available Subagents

1. **`codex-delegator`** - Automatically invoked for code generation tasks
2. **`gemini-delegator`** - Automatically invoked for research and automation tasks

These subagents run in **separate contexts**, meaning their token usage does NOT impact your context!

---

## When to Use This Skill

Invoke this skill whenever you encounter a task that might benefit from delegation to a specialized agent. Consider delegation when:

- The task requires capabilities outside your primary strengths
- The task can be broken into parallel independent subtasks
- A specialized agent would complete the task more efficiently
- The task requires a combination of different capabilities (research + design + implementation)

---

## Available Agents and Their Capabilities

### Claude (Architecture & Security Specialist)
**Performance:** SWE-bench: 72.7% | Context: 1M tokens | Speed: Medium | Cost: High

**Best for:**
- Complex architecture & system design (95/100)
- Large-scale refactoring (90/100)
- Security audits & vulnerability analysis (92/100, 44% faster, 25% more accurate)
- Deep codebase analysis requiring extended context
- Enterprise-grade solutions requiring safety
- Financial analysis and legal document review

**Avoid for:**
- Simple, quick fixes (use Codex via `codex-delegator`)
- Cost-sensitive projects (use Gemini via `gemini-delegator`)
- Tasks requiring web search (use Gemini via `gemini-delegator`)

**Indicators:** r

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
14425 chars