06-reference/research

a2a protocols beyond mcp rdco

2026-06-04·research-brief·source: deep-research
a2amcpmulti-agentorchestrationagent-protocols

A2A Protocols Beyond MCP: What Should RDCO Adopt for Inter-Skill Handoff?

The question

MCP solved tool access. Inter-agent comms is still ad-hoc in RDCO: subagent dispatch via the Agent/Task tool, one-way artifact handoff, no shared state, no async message-passing. As the pipeline-* fan-out scales, this gap becomes load-bearing. Which protocol — Google A2A, Pi-to-Pi, or an Anthropic-native pattern — should pipeline-* and check-board adopt? And does RDCO actually need a protocol at all right now?

What we already know (from the vault)

What the web says

Convergences and contradictions

Synthesis for RDCO

Recommendation: do NOT adopt any third-party A2A protocol. The current Agent-tool dispatch + filesystem-scratch-dir handoff is correct for pipeline-* and check-board today. When (and only when) a future skill genuinely needs adversarial peer cross-talk, reach for Anthropic-native Dynamic Workflows first, agent teams second — both are on the harness RDCO already owns.

Reasoning against each option:

Does RDCO need a protocol now? No. The gap described in the question (no shared state, no message-passing) is real but not yet load-bearing — the pipeline is still at smoke-test stage (build-haiku-generator, not yet shipped to a real domain), and the scratch-dir handoff is sufficient and auditable for one-way sequential flow. Premature protocol adoption would add exactly the harness complexity Anthropic's own trajectory (TodoWrite → simpler Task tool) warns against.

Rip-and-replace cost estimate:

Open follow-ups

Related

Sources