What problem does it solve? Coordinating multiple AI agent teammates often fails due to unclear messaging norms: wasted broadcasts, missed integration handoffs, deadlocks, and ungraceful shutdowns. This Skill provides structured protocols so agent teams communicate predictably and avoid common coordination anti-patterns. ## Core Features & Use Cases - Message Type Selection: Guidance on when to use direct messages, broadcasts, and shutdown requests, with JSON payload examples. - Plan Approval Workflow: A review loop where the team lead approves or rejects an implementer's plan before work begins. - Graceful Shutdown Protocol: A sequenced shutdown_request/shutdown_response flow with rejection handling and team cleanup. - Message Templates: Ready-to-use templates in references/messaging-patterns.md for task assignment, blocker reports, integration notifications, and review summaries. - Use Case: When spawning a new agent team, use this Skill to establish communication norms, route plan approvals through the lead, and shut down teammates cleanly after all tasks complete. ## Quick Start Use the team-communication-protocols skill to set up messaging norms and a plan approval workflow for my newly spawned agent team.