From ai-maestro-orchestrator-agent
Handles agent replacement in AI Maestro by compiling task context from GitHub issues, kanban cards, and message history, generating handoff documents, reassigning tasks, and confirming with AMCOS.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentThis skill uses the workspace's default tool permissions.
Handle agent replacement triggered by AMCOS. When an agent fails or loses context, compile task context and generate handoff documents for the replacement.
README.mdreferences/amcos-notification-handling.mdreferences/confirmation-protocol.mdreferences/context-compilation-workflow.mdreferences/design-document-protocol.mdreferences/edge-case-protocols.mdreferences/emergency-procedures.mdreferences/error-handling-reference.mdreferences/examples.mdreferences/handoff-delivery-protocol.mdreferences/handoff-document-format.mdreferences/handoff-protocols.mdreferences/kanban-reassignment-protocol.mdreferences/op-compile-task-context.mdreferences/op-confirm-reassignment.mdreferences/op-generate-handoff-document.mdreferences/op-reassign-kanban-tasks.mdreferences/op-receive-amcos-notification.mdreferences/op-send-handoff.mdreferences/replacement-workflow-steps.mdDistributes GitHub tasks to AI agents by priority, dependencies, availability, skills, and load using labels and AI Maestro messaging. For task assignment requests.
Use when dispatching subagents, composing prompts for teammates, structuring handoff reports, or managing context boundaries between agents. Covers both subagent prompts and team-level messaging.
Implements PACT agent teams protocol for task claiming, teachback verification, inter-agent messaging with SendMessage, blocker reporting, and work handoffs.
Share bugs, ideas, or general feedback.
Handle agent replacement triggered by AMCOS. When an agent fails or loses context, compile task context and generate handoff documents for the replacement.
Python 3.8+, PyYAML, GitHub CLI (gh) authenticated, AI Maestro running, AMCOS operational.
Handoff document (GitHub issue comment), state file update, AMCOS confirmation, kanban reassignment.
agent-messaging skill.See: replacement-workflow-steps.md for detailed steps.
Copy this checklist and track your progress:
agent-messaging skillInput: AMCOS notification {"type": "agent-failed", "agent": "libs-svg-svgbbox", "reason": "context-loss"}
Output: Handoff document posted to GitHub issue + kanban tasks reassigned + AMCOS confirmation sent
See: examples.md for full examples.
See: error-handling-reference.md for errors and solutions.