원클릭으로
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 직업 분류 기준
| 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"
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