| name | amoa-remote-agent-coordinator |
| description | Use when coordinating remote AI agents via AI Maestro messaging. NOT for human coordination. Trigger with agent delegation or multi-agent requests. Loaded by ai-maestro-orchestrator-agent-main-agent |
| license | Apache-2.0 |
| compatibility | AI Maestro (AMP), Python 3.9+ |
| metadata | {"author":"Emasoft","version":"1.2.0"} |
| context | fork |
| user-invocable | false |
| agent | amoa-main |
Remote Agent Coordinator
Overview
Delegates tasks to remote AI agents via AI Maestro messaging.
Prerequisites
AI Maestro (AMP) running, Python 3.9+, registered agents.
Instructions
- Verify AI Maestro running and agents registered
- Prepare task with ACK block, context, scope, criteria
- Send via AMP, wait for ACK (5 min timeout)
- Monitor progress every 10-15 min
- Enforce 4 verification loops before PR approval
Copy this checklist and track your progress:
Output
ACK confirmations, progress reports, verification results, PR decisions.
Examples
Input: Delegate "fix auth bug #42" to libs-auth-agent
Output: Task sent, ACK received, 4 loops done, PR approved.
Error Handling
See error-handling-protocol.md.
Resources
Skill-authoring guidance (consulted when scaffolding skill/agent documents for the remote agents this skill coordinates):