| name | amoa-orchestration-commands |
| description | Use when running orchestration phase commands. Trigger with start, monitor, or cancel orchestration requests. Loaded by ai-maestro-orchestrator-agent-main-agent |
| license | Apache-2.0 |
| compatibility | Python 3.8+, PyYAML, GitHub CLI, AI Maestro. |
| metadata | {"author":"Emasoft","version":"1.0.0"} |
| user-invocable | false |
| context | fork |
| agent | amoa-main |
Orchestration Commands Skill
Overview
Runs orchestration phase commands to coordinate agents executing approved plans.
Prerequisites
Plan Phase complete (/approve-plan), state file design/state/exec-phase.md exists.
Instructions
Commands: /start-orchestration, /orchestration-status, /orchestrator-status, /cancel-orchestrator. Full syntax: command-details.md
- Run
/start-orchestration to activate
- Register agents and assign modules
- Monitor with
/orchestration-status every 10-15 min
- Cancel with
/cancel-orchestrator when done
Copy this checklist and track your progress:
Details: checklists.md
For loop mechanics and stop hook, see skill amoa-orchestration-loop.
Output
Status as Markdown tables; errors as hook blocking reasons.
Examples
Input: /start-orchestration --project-id PVT_kwDOB1234567
Output: Phase activated, stop hook enabled, agents ready for assignment.
Error Handling
See troubleshooting.md
Resources