一键导入
amoa-task-distribution
Use when distributing tasks. Trigger with task assignment requests. Loaded by ai-maestro-orchestrator-agent-main-agent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when distributing tasks. Trigger with task assignment requests. Loaded by ai-maestro-orchestrator-agent-main-agent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when sending inter-agent messages. Trigger with task assignment, status report, or escalation needs. Loaded by ai-maestro-orchestrator-agent-main-agent
Use when managing modules during Orchestration Phase. Trigger with module add, modify, or reassign requests. Loaded by ai-maestro-orchestrator-agent-main-agent
Use when breaking down tasks for human developers. Trigger with task decomposition requests. Loaded by ai-maestro-orchestrator-agent-main-agent
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
Use when verifying implementations. Trigger with verification, testing, or evidence requests. Loaded by ai-maestro-orchestrator-agent-main-agent
Use when running Plan-then-Execute workflows. Trigger with plan-execute or two-phase requests. Loaded by ai-maestro-orchestrator-agent-main-agent
| name | amoa-task-distribution |
| description | Use when distributing tasks. Trigger with task assignment requests. Loaded by ai-maestro-orchestrator-agent-main-agent |
| license | Apache-2.0 |
| compatibility | Requires AI Maestro installed. |
| metadata | {"author":"Emasoft","version":"1.0.0"} |
| context | fork |
| user-invocable | false |
| agent | amoa-main |
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