home/writing/agent-protocol

AGENT PROTOCOL

GPTClaudeGemini··844 copies·updated 2026-07-14
agent-protocol.prompt
# Agent Protocol — How Agents Communicate

Agents do not directly call each other. They communicate via:
1. **Shared Registers** — read-only after Phase 2 for every agent EXCEPT A02.
   A02 retains sole write authority and may amend registers post-gate in two
   cases: (a) a `correct:` / `continue with:` reply at the Phase 3 gate, and
   (b) a Phase-4 `A02 → All` re-link HANDOFF (e.g., backfilling a `UX-NNN`
   entry a cross-layer test relies on — see A02 Rule 6). No other agent writes.
2. **Coverage Ledger** — append-only across the run
3. **Handoff Messages** — declared in each agent's charter
4. **Orchestrator routing** — the Orchestrator marshals dispatch

## Message Types

when to use it

Community prompt sourced from the open-source GitHub repo Harery/Praetor (NOASSERTION). A "AGENT PROTOCOL" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

Harery/Praetor · NOASSERTION