
from ai-maestro-orchestrator-agent7
Coordinate and delegate tasks to remote AI agents via AI Maestro (AMP), with ACKs, monitoring loops, and verification before approvals.
This skill provides structured orchestration for delegating tasks to remote AI agents via AI Maestro (AMP). It guides sending tasks with acknowledgement blocks, monitoring agent progress, enforcing verification loops, and producing ACK/progress reports. It's designed for machine-to-machine coordination rather than human tasking.
Use when you need to distribute work to registered remote agents, require ACK confirmation, or want automated progress monitoring and multi-loop verification before merging or approving changes (e.g., delegating bug fixes or CI tasks).
references/ describing ACK formats, verification-loop procedures, and error handling.Designed for orchestration systems and agents that understand AI Maestro (AMP) messaging patterns and can run Python-based integrations (agents using AMP, Python 3.9+ toolchains).
AMOA Remote Agent Coordinator skill for delegating tasks to remote AI agents via AI Maestro (AMP). Contains 11 scripts covering orchestrator init, agent registration, document download/search, delivery protocol enforcement, skill generation, LSP installation, skill validation, and toolchain verification. Scripts are well-structured CLI tools with argparse interfaces. Three scripts ran successfully; the rest require mandatory arguments (expected behavior for CLI tools). Two download scripts use curl subprocess calls without checksum verification on downloaded content.
Well-engineered skill for a niche ecosystem (AI Maestro). Clean code, good structure, comprehensive references. Security concern is limited to unverified curl downloads. Low usefulness score reflects narrow audience — only useful within AI Maestro/AMP deployments.