From ai-maestro-orchestrator-agent
Distributes GitHub tasks to AI agents by priority, dependencies, availability, skills, and load using labels and AI Maestro messaging. For task assignment requests.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentThis skill uses the workspace's default tool permissions.
Distributes tasks to agents by priority, dependencies, and agent state.
references/blocked-task-handling.mdreferences/dependency-management.mdreferences/distribution-workflow-checklist.mdreferences/error-handling.mdreferences/examples.mdreferences/load-balancing.mdreferences/op-assign-task.mdreferences/op-check-dependencies.mdreferences/op-move-task-to-blocked.mdreferences/op-query-ready-tasks.mdreferences/op-reassign-task.mdreferences/op-restore-task-from-blocked.mdreferences/op-select-agent.mdreferences/op-sort-tasks-by-priority.mdDecomposes dev goals into parallel tasks for AI agents, assigns up to 20, monitors every 10-15min, verifies 4 loops before PR integration. For task orchestration in AI Maestro.
Decomposes complex tasks into parallel units, designs dependency graphs with blockedBy/blocks, and coordinates multi-agent teams via task descriptions and workload balancing. For agent workflows and progress monitoring.
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.
Share bugs, ideas, or general feedback.
Distributes tasks to agents by priority, dependencies, and agent state.
Requires gh CLI, AI Maestro API, and familiarity with amoa-label-taxonomy and amoa-messaging-templates.
status:ready tasks, sort by priority (critical > high > normal > low), skip tasks with unresolved blockedBy depsassign:<agent> + status:in-progress labels, send message via agent-messaging — see op-assign-task.mdDependency types: Hard (block), Soft (assign with note), None (parallel). Circular deps → escalate. See dependency-management.md
Load balancing: prefer lowest-load agent. See load-balancing.md
Blocked tasks: acknowledge, record, move to Blocked column, escalate. See blocked-task-handling.md
Copy this checklist and track your progress:
Full checklist: distribution-workflow-checklist.md
Assignment confirmation (label + ACK) and delegation log.
Input: 3 ready tasks, 2 agents — Output: Critical task assigned, labels updated, ACK received. See examples.md