AIDA pipeline orchestration with Task tool multi-agent delegation. Manages 5-phase workflow with Leader/Player subagents.
View on GitHubSelect agents to install to:
npx add-skill https://github.com/clearclown/claude-code-aida/blob/main/skills/orchestrator/SKILL.md -a claude-code --skill orchestratorInstallation paths:
.claude/skills/orchestrator/# 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