一键导入
amoa-agent-replacement
Use when replacing agents. Trigger with agent replacement or handoff requests. Loaded by ai-maestro-orchestrator-agent-main-agent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when replacing agents. Trigger with agent replacement or handoff 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-agent-replacement |
| description | Use when replacing agents. Trigger with agent replacement or handoff requests. Loaded by ai-maestro-orchestrator-agent-main-agent |
| license | Apache-2.0 |
| compatibility | Python 3.8+, PyYAML, GitHub CLI, AI Maestro, AMCOS. |
| metadata | {"author":"Emasoft","version":"1.0.0"} |
| user-invocable | false |
| context | fork |
| agent | amoa-main |
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.
Replacement Protocol Flow · Step 1: Receive AMCOS Notification · Step 2: Compile Task Context · Step 3: Generate Handoff Document · Step 4: Reassign Kanban Tasks · Step 5: Send Handoff to New Agent · Step 6: Confirm Reassignment · Python Scripts
3.1 Required Sections · 3.2 Task Detail Format · 3.3 Progress Documentation · 3.4 Communication History Format · 3.5 Next Steps Clarity Requirements
2.1 Information Sources · 2.2 State File Extraction · 2.3 GitHub Issue Collection · 2.4 Communication History Retrieval · 2.5 Git Branch Analysis