一键导入
handoff-protocol
Standard persistence and handoff protocol for inter-agent communication
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standard persistence and handoff protocol for inter-agent communication
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Detect and clean AI-typical writing patterns in documents — em dashes, filler phrases, over-formality
Route questions to Claude, Codex, or Gemini for multi-perspective answers
Claude-Codex-Gemini tri-model orchestration — decompose, query, synthesize
Health check — verifies omg plugin is correctly installed and working
Quick reference — what omg agents and skills are available and how to use them
About omg — version, architecture, capabilities, and credits
| name | handoff-protocol |
| description | Standard persistence and handoff protocol for inter-agent communication |
| tags | ["reference","protocol"] |
All inter-agent data flows through .omg/ with defined subdirectories:
| Directory | Purpose | Producers | Consumers |
|---|---|---|---|
.omg/plans/ | Work plans with acceptance criteria | planner, plan skill | autopilot, ralph, team, verifier |
.omg/research/ | Analysis output, specs, findings | analyst, architect, explore, deep-interview, tracer | planner, executor, autopilot |
.omg/reviews/ | Review verdicts, critique feedback | critic, code-reviewer, security-reviewer, verifier | planner (revision), executor (fixes) |
.omg/qa-logs/ | Iteration state for cyclical workflows | ultraqa, autopilot (Phase 3), ralph | Same skills (next iteration) |
| Key | Value | Set by | Read by |
|---|---|---|---|
omg:active-plan | { path, title, steps, created } | planner | autopilot, ralph, team |
omg:active-spec | { path, title, created } | deep-interview, analyst | planner, autopilot |
omg:last-review | { path, verdict, reviewer, created } | critic, code-reviewer, verifier | planner, executor |
When delegating to another agent via task, always:
.omg/ subdirectoryBefore starting work, always:
store_memory for relevant keys (omg:active-plan, omg:active-spec, omg:last-review).omg/ directories via glob for relevant fileshandoff protocol, persistence protocol
copilot -i "handoff-protocol"