بنقرة واحدة
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"