What problem does it solve? Multi-agent teams previously duplicated identical collaboration rules across every agent charter, creating redundant context and inconsistent practices for recording decisions and requesting help. ## Core Features & Use Cases - Worktree Awareness: Resolves the repository root via the TEAM ROOT path from the spawn prompt, falling back to git rev-parse --show-toplevel instead of assuming the current directory. - Decision Recording: Writes team-affecting decisions as structured entries to .squad/decisions/inbox/{name}-{slug}.md using a standard date/what/why format. - Cross-Agent Communication & Reviewer Protocol: Routes requests for other members through the coordinator and enforces that rejected work is revised by a different agent than the original author. - Use Case: An agent finishes a schema change affecting teammates, drops a decision file into the inbox, and flags in its response that the coordinator should bring in the reviewer. ## Quick Start Follow the agent-collaboration patterns to record your decision in the squad inbox and request input from another team member through the coordinator.