team-communication-protocols

Define structured JSON messaging protocols for agent team communication.

3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DrLuggels/my_dhbw --skill team-communication-protocols-drluggels
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-communication-protocols
Source: https://github.com/DrLuggels/my_dhbw/tree/main/.claude/plugins/agent-teams/skills/team-communication-protocols
Command: npx skills add https://github.com/DrLuggels/my_dhbw --skill team-communication-protocols-drluggels

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides clear, structured protocols for agent teams to communicate effectively, ensuring efficient collaboration, plan approvals, and graceful shutdowns, while avoiding common pitfalls.

Core Features & Use Cases

  • Structured Messaging: Define and use specific message types (message, broadcast, shutdown_request) for clarity and resource efficiency.
  • Plan Approval Workflow: Standardize the process for reviewing and approving agent-generated plans.
  • Graceful Shutdown: Implement a reliable sequence for team members to exit.
  • Use Case: When starting a new project with multiple agents, use this skill to establish the communication norms, define how plans will be approved, and ensure a smooth shutdown process at the end.

Quick Start

Use the team-communication-protocols skill to send a direct message to 'agent-1' with the content 'Please review the latest plan'.

Frequently Asked Questions about team-communication-protocols

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

FAQPage Schema
How do I structure inter-agent communication for a multi-agent workflow?

Inter-agent communication is structured using defined JSON message formats for `message`, `broadcast`, and `shutdown_request` types to ensure clarity and resource efficiency across agent teams.

What is the plan approval workflow for agent team collaboration?

The plan approval workflow standardizes the review process for agent-generated plans by utilizing a specific plan approval response mechanism, ensuring structured coordination before execution within the team.

How do I implement a graceful shutdown procedure for agent teams?

A graceful shutdown is implemented by sending a `shutdown_request` message type, which initiates a reliable sequence for team members to safely exit the workflow.

When do I need to use broadcast messaging in agent team coordination?

Broadcast messaging is needed when you need to send information to all agents simultaneously in a multi-agent workflow, ensuring every team member receives the same coordination update efficiently.

Can I use custom message formats for agent team communication protocols?

No, agent team communication protocols require strict adherence to predefined JSON message formats for `message`, `broadcast`, and `shutdown_request` types to maintain clear inter-agent coordination.

What is the best way to establish communication norms for a new multi-agent project?

The best way to establish communication norms is to implement structured messaging protocols at project initiation, defining message type selection, plan approval workflows, and shutdown procedures upfront.