Table of Contents - Overview - When to Use - Prerequisites - Protocol Architecture - Quick Start - Coordination Workflow - Module Reference - Integration with Conjure - Troubleshooting - Exit Criteria Agent Teams Coordination Overview Claude Code Agent Teams enables multiple Claude CLI processes to collaborate on shared work through a filesystem-based coordination protocol. Each teammate runs as an independent process in a tmux pane, communicating via JSON files guarded by locks, with no database, daemon, or network layer. This skill provides the patterns for orchestrating agent teams effecti…