What problem does it solve?
Multi-dev teams need a lightweight, decentralized way to exchange notes and capture personal thoughts without interrupting workflow. The inbox provides a flat-file, git-friendly messaging surface that archives messages to recipient-specific files and surfaces unread items on demand.
Core Features & Use Cases
- Flat-file inbox: .claude/inbox/<recipient>.md stores all messages per recipient with append-only history.
- One recipient per file: Each teammate or self-note has a dedicated file; identity is derived from git config user.name.
- Modes for read/write/self-write: Read pending messages, write new messages to teammates, or capture quick self-notes for future you.
- Status tracking: Messages track unread vs. read; done state never deletes history.
- Git-friendly delivery: No automatic commits; messages land in the working tree for the user to review and commit.
Quick Start
Start by running /inbox to view your messages, and send messages with /inbox to <name>: <message>.