Multi Agent Communication

Use when multiple agent sessions share one project and must coordinate without stepping on each other — announcing started work, touched files, opened PRs, review requests, review feedback, and merges to main over the project message bus. Covers when to broadcast, the message shape, and the ack-without-reply rule that keeps the bus loop-free.

Arasz ffe2dd9 4.4 KB Updated

File contents

Arasz/ai-badger/tree/main/.ai-badger/skills/multi-agent-communication commit ffe2dd93fe

Frequently asked questions

npx skillmds@latest add arasz/multi-agent-communication-2