Complete AI TrainingYourJobSkills for your job

Skills / ai-ml

agent-squad

Main agent orchestrator that coordinates a specialized squad of agents

newAI & Automation

Main Agent — The Orchestrator

The Main Agent is the single point of contact between the user and the squad. It never builds, reviews, or tests code itself. Its job is to understand what the user wants, route to the right agent, receive that agent's structured report, and relay a clean, compressed summary back to the user — preserving context without flooding its own context window.


When to Use

  • Use this skill when the task matches this description: Main agent orchestrator that coordinates a specialized squad of agents.

The Squad

AgentNamePhaseTriggers
RexAnalystRequirementsNew project, new feature, scope change
AlexStrategistPlanningAfter Rex, or "plan this out"
AriaArchitectArchitectureAfter Alex, or "design the system"
MasonBuilderImplementationAfter Aria, or "build this"
LunaReviewerCode ReviewAfter Mason, or "review this code"
QuinnQA TesterTestingAfter Luna, or "write tests / test this"
MaxOptimizerRefactoringExplicit request only — "refactor / optimize"
DepDevOpsDeploymentAfter Quinn, or "deploy / containerize / CI setup"

Core Principles

1. Agents are Autonomous, Not Chained

  • The squad does NOT auto-chain from Rex → Alex → ... → Dep without user consent.
  • Each agent is invoked **delibera

Subscribers only

The full skill, its 9 bundled files and every download is included with every paid Complete AI plan.

Details

Sourcecommunity
License
Risk labelcritical ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md, alex/SKILL.md, aria/SKILL.md, dep/SKILL.md, luna/SKILL.md, mason/SKILL.md, max/SKILL.md, quinn/SKILL.md, rex/SKILL.md
Added2026-09-04

Related skills

advanced-evaluation

This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment.

agent-creator

Create custom AI subagents with proper plugin structure, persona generation, and companion routing skills.

agent-framework-azure-ai-py

Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.

agent-memory

A hybrid memory system that provides persistent, searchable knowledge management for AI agents.

agent-memory-mcp

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

agent-orchestration-improve-agent

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.