Back to Skills

orchestrator

verified

AIDA pipeline orchestration with Task tool multi-agent delegation. Manages 5-phase workflow with Leader/Player subagents.

View on GitHub

Marketplace

aida-local

clearclown/claude-code-aida

Plugin

aida

Repository

clearclown/claude-code-aida
1stars

skills/orchestrator/SKILL.md

Last Verified

January 20, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/clearclown/claude-code-aida/blob/main/skills/orchestrator/SKILL.md -a claude-code --skill orchestrator

Installation paths:

Claude
.claude/skills/orchestrator/
Powered by add-skill CLI

Instructions

# Orchestrator Skill

Orchestrates the entire AIDA pipeline using Task tool for multi-agent delegation.

## Overview

Manages 5-phase workflow and delegates work to Leader/Player subagents via Task tool.
Implements the Conductor/Leader/Player pattern.

## Architecture

```
+-----------------------------------------------------------+
|                    ORCHESTRATOR                            |
+-----------------------------------------------------------+
|                                                            |
|  +-----------------------------------------------------+  |
|  |              Task Tool Delegation                    |  |
|  |                                                       |  |
|  |  Phase 1-4: Task tool -> leader-spec                 |  |
|  |                            |                         |  |
|  |                            +-> Task tool -> player   |  |
|  |                            +-> Task tool -> player   |  |
|  |                                                       |  |
|  |  Phase 5:   Task tool -> leader-impl                 |  |
|  |                            |                         |  |
|  |                            +-> Task tool -> player   |  |
|  |                            +-> Task tool -> player   |  |
|  +-----------------------------------------------------+  |
|                                                            |
|  +-----------------------------------------------------+  |
|  |              Session Management                      |  |
|  |  .aida/state/session.json - Current state           |  |
|  |  .aida/checkpoints/ - Phase snapshots               |  |
|  +-----------------------------------------------------+  |
|                                                            |
+-----------------------------------------------------------+
```

## Task Tool Patterns

### Launching a Leader

| Parameter | Value |
|-----------|-------|
| description | "Launch [leader-name] for [phase]" |
| subagen

Validation Details

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