team-communication-protocols

Define messaging schemas and plan approval workflows for agent teams.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/dxas90/opsy-bag --skill team-communication-protocols-dxas90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-communication-protocols
Source: https://github.com/dxas90/opsy-bag/tree/main/.claude/teams/musketeers/skills/team-communication-protocols
Command: npx skills add https://github.com/dxas90/opsy-bag --skill team-communication-protocols-dxas90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Teams of autonomous agents often waste resources and encounter deadlocks due to unclear messaging norms, unapproved plans, and unmanaged shutdowns.

Core Features & Use Cases

  • Message Type Selection: Choose between direct messages, broadcasts, and shutdown requests to fit the situation.
  • Plan Approval Workflow: Require leads to review and approve plans before execution.
  • Shutdown Protocol: Coordinate graceful termination of all teammates with request/response handling.
  • Teammate Discovery: Read team configuration to identify members by name.
  • Anti‑Pattern Guidance: Avoid costly broadcasts and other common pitfalls.

Quick Start

Use the team-communication-protocols skill to set up messaging norms and request a graceful shutdown of all teammates.

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 graceful shutdowns for a multi-agent team?

You can prevent deadlocks by applying structured communication protocols that enforce clear messaging norms. This skill defines message schemas and plan approval workflows to ensure agents coordinate resources effectively and avoid unapproved plan execution.

How do I implement a plan approval workflow for autonomous agents?

Message type selection involves choosing between direct messages, broadcasts, and shutdown requests based on the situation. This skill provides anti-pattern guidance to help you avoid costly broadcasts and select the correct message schema for each scenario.

What is the best way to discover teammates in a multi-agent team configuration?

The best way to discover teammates is to read the team configuration to identify members by name. This skill establishes teammate discovery protocols by processing the team configuration data to locate and coordinate with specific autonomous agents.

Why do unapproved plans cause resource waste in agent teams?

Unapproved plans cause resource waste because agents execute tasks without coordinated oversight, leading to redundant actions. This skill solves the problem by requiring leads to review and approve plans before execution, establishing clear messaging norms.