Протоколы коммуникации внутри агентных команд
★ 8.5 · productivity
team-communication-protocols is a Claude Code skill that defines structured messaging protocols for agent team communication, covering message type selection, plan approval workflows, graceful shutdown procedures, and anti-patterns to avoid. The skill specifies three message types: direct `message` for single recipients, `broadcast` for critical team-wide alerts (used sparingly, as it sends one message per teammate and consumes proportional API resources), and `shutdown_request` for coordinated termination with approve/reject responses. The plan approval flow covers spawning a teammate in `plan_mode_required`, calling `ExitPlanMode`, lead review, and responding with `plan_approval_response`. Teammate discovery relies on reading `~/.claude/teams/{team-name}/config.json`, always referencing members by `name` rather than `agentId`. Built for engineering teams orchestrating multi-agent pipelines who need reliable coordination, idle-teammate handling, and clean shutdown sequencing.
- #team-communication
- #coordination
- #messaging-protocols
- #shutdown-procedures
- #team-management