From ai-maestro-orchestrator-agent
Runs orchestration commands to coordinate agents executing approved plans. Use after plan approval to start, monitor, or cancel orchestration phases with status tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-maestro-orchestrator-agent:amoa-orchestration-commandsamoa-mainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Runs orchestration phase commands to coordinate agents executing approved plans.
README.mdreferences/cancellation-cleanup.mdreferences/checklists.mdreferences/command-details.mdreferences/examples.mdreferences/op-cancel-orchestrator.mdreferences/op-check-orchestrator-status.mdreferences/op-monitor-orchestration-status.mdreferences/op-start-orchestration.mdreferences/op-start-orchestrator-loop.mdreferences/op-stop-hook-enforcement.mdreferences/orchestration-loop-mechanics.mdreferences/python-scripts.mdreferences/start-orchestration-procedure.mdreferences/state-file-format.mdreferences/status-monitoring.mdreferences/stop-hook-behavior.mdreferences/troubleshooting.mdRuns orchestration phase commands to coordinate agents executing approved plans.
Plan Phase complete (/approve-plan), state file design/state/exec-phase.md exists.
Commands: /start-orchestration, /orchestration-status, /orchestrator-status, /cancel-orchestrator. Full syntax: command-details.md
/start-orchestration to activate/orchestration-status every 10-15 min/cancel-orchestrator when doneCopy this checklist and track your progress:
/start-orchestration/orchestration-statusDetails: checklists.md
For loop mechanics and stop hook, see skill amoa-orchestration-loop.
Status as Markdown tables; errors as hook blocking reasons.
Input: /start-orchestration --project-id PVT_kwDOB1234567
Output: Phase activated, stop hook enabled, agents ready for assignment.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentManages AI Maestro orchestrator loop lifecycle, stop hooks, and state files. Monitors tasks from Claude Tasks, GitHub Projects, files; enforces 4-loop verification before completion.
Guides proactive use of /orchestrate for complex multi-agent workflows with sequential/parallel execution, conditionals, retries, visualization, checkpoints, and automation.
Orchestrates multi-agent workflows with parallel pipelines, sync barriers, state tracking, checkpointing, and progress metrics. Use for coordinating 3+ agents across sessions.