From ai-maestro-orchestrator-agent
Decomposes goals into parallel tasks, assigns agents, monitors progress, and verifies results. For AI Maestro orchestration workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-maestro-orchestrator-agent:amoa-orchestration-patternsamoa-mainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Decomposes goals into parallel tasks, assigns agents, monitors progress, and verifies results. For guardrails and rules, see skill `amoa-orchestration-guardrails`.
README.mdreferences/agent-selection-guide-part1-language-agents.mdreferences/agent-selection-guide-part2-specialized-agents.mdreferences/agent-selection-guide-part3-decision-selection.mdreferences/agent-selection-guide-part4-patterns-practices.mdreferences/agent-selection-guide-part5-advanced.mdreferences/agent-selection-guide.mdreferences/archive-structure.mdreferences/changelog-writing-guidelines.mdreferences/decomposition-example.mdreferences/delegation-checklist.mdreferences/language-verification-checklists-part1-core-languages.mdreferences/language-verification-checklists-part2-extended-platforms.mdreferences/language-verification-checklists-part3-swift-and-universal.mdreferences/language-verification-checklists.mdreferences/log-formats.mdreferences/non-blocking-patterns.mdreferences/op-classify-task-complexity.mdreferences/op-define-scope-boundaries.mdreferences/op-identify-task-dependencies.mdDecomposes goals into parallel tasks, assigns agents, monitors progress, and verifies results. For guardrails and rules, see skill amoa-orchestration-guardrails.
Task assignments, progress updates, and verified integration results.
Copy this checklist and track your progress:
Input: "Implement OAuth2 login" Output: 5 parallel agents: db-schema, oauth-config, login-flow, token-refresh, auth-tests. Monitor 10 min, 4 loops before PR.
Blocked tasks escalate per progress-monitoring.md. Failed agents respawn once, then escalate.
AI Maestro running, GitHub CLI (gh) authenticated.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentOrchestrates multi-agent parallel execution for complex tasks like features, refactoring, testing, reviews, and documentation using cc-mirror tracking and TodoWrite visibility.
Guides orchestrators through delegation framework: provide observations and success criteria to sub-agents while preserving autonomy. Use before Agent tool invocation or specialist agent prompts.
Coordinates multiple agents and disciplines to break down complex tasks, define handoff contracts, and surface dependencies. Use when ownership is unclear or work crosses design, engineering, QA, and production.