team-communication-protocols

Structure agent team messaging with direct messages, broadcasts, and shutdown requests.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Jhabbig/Habbig --skill team-communication-protocols-jhabbig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-communication-protocols
Source: https://github.com/Jhabbig/Habbig/tree/main/.claude/plugins/wshobson/agent-teams/skills/team-communication-protocols
Command: npx skills add https://github.com/Jhabbig/Habbig --skill team-communication-protocols-jhabbig

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps agent teams communicate clearly and efficiently so work does not stall at handoff points, shared interfaces, or shutdown time.

Core Features & Use Cases

  • Message Selection: Choose between direct messages, broadcasts, and shutdown requests based on urgency and audience.
  • Plan Approval Workflow: Review, approve, or reject a teammate's plan before implementation begins.
  • Coordination Hygiene: Avoid noisy broadcasts, stale interfaces, identity confusion, and other collaboration anti-patterns.
  • Use Case: A team lead can notify one implementer that an API is ready, broadcast a critical shared contract update, and then shut down teammates cleanly after work is complete.

Quick Start

Use this skill to decide the right message type for a teammate update and produce a clear handoff or approval message.

Frequently Asked Questions about team-communication-protocols

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate agent teams to prevent communication failures during handoffs?

To prevent work from stalling at handoff points, you structure agent team communication using direct messages, broadcasts, and shutdown requests based on urgency and audience. This approach enforces consistent recipient naming and messaging hygiene to avoid collaboration failures.

What is the best way to manage plan approval before an agent starts implementation?

The best way to manage plan approval is to use a structured workflow that reviews, approves, or rejects a teammate's plan before implementation begins. This ensures agent coordination remains structured and prevents unreviewed work from proceeding.

When should I use broadcasts versus direct messages for team communication?

Use broadcasts for critical shared updates like contract changes and direct messages for targeted updates like notifying one implementer that an API is ready. Selective broadcast use prevents noisy messaging and maintains coordination hygiene across agent teams.

How do I handle shutdown requests for agents after a task is complete?

To handle shutdown requests for agents after task completion, you use graceful shutdown handling protocols. This cleanly terminates teammates after work is complete, preventing stale interfaces and avoiding messaging anti-patterns during the teardown process.

What are common messaging anti-patterns to avoid in agent coordination?

Common messaging anti-patterns to avoid in agent coordination include noisy broadcasts, stale interfaces, and identity confusion. Avoiding these collaboration anti-patterns requires consistent recipient naming and selective message selection to keep teams unblocked.