Team Communication Protocols
技能 已验证 活跃Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding whether to send a direct message or a broadcast, when a team-lead needs to review and approve an implementer's plan before work begins, when orchestrating a graceful team shutdown after all tasks are complete, or when debugging why teammates are not coordinating correctly at integration points.
To establish clear and effective communication norms within agent teams, ensuring smooth coordination, efficient task management, and graceful termination.
功能
- Defines message types: message, broadcast, shutdown_request
- Implements plan approval workflow
- Orchestrates graceful team shutdown procedures
- Documents communication anti-patterns
- Provides teammate discovery via config file
使用场景
- Establishing communication norms for a new team
- Deciding message types (direct vs. broadcast)
- Reviewing and approving agent plans
- Coordinating graceful team shutdowns
- Debugging teammate coordination issues
非目标
- Directly executing tasks or code
- Managing individual agent task assignments (beyond message routing)
- Providing a generic chat interface for arbitrary conversation
Documentation
- info:Configuration & parameter referenceWhile message formats are documented, explicit details on parameters for all message types and the `config.json` structure could be more explicit.
Execution
- info:ValidationInput message structures are defined, but explicit validation of all fields (e.g., recipient format, content type) is not detailed.
Code Execution
- info:Error HandlingThe SKILL.md outlines error scenarios like missing `request_id` and provides user-facing explanations, but detailed structured error reporting is not evident.
Errors
- info:Actionable error messagesThe SKILL.md identifies potential error conditions like missing `request_id` and provides a user-friendly explanation, but does not detail specific remediation steps or doc links.
Practical Utility
- info:Edge casesThe troubleshooting section addresses some edge cases like unresponsive teammates and rejected shutdowns, but detailed failure modes with specific recovery steps could be expanded.
安装
请先添加 Marketplace
/plugin marketplace add wshobson/agents/plugin install agent-teams@claude-code-workflows质量评分
已验证类似扩展
Agent Teams
100Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.
Team Lead Persona
100Lead a team — run standups, coordinate tasks, and communicate.
Ce Brainstorm
100Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says "let's brainstorm", "what should we build", or "help me think through X", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.
Slack
100Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.
Gmail
100Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels. Use when user asks to: search email, read email, send email, create email draft, mark as read, archive email, star email, or manage Gmail labels. Lightweight alternative to full Google Workspace MCP server with standalone OAuth authentication.
Foundation Meeting Agenda
100Produces an attendee-facing agenda that sets what will be discussed, who owns each topic, and how time will be spent. Supports ten meeting type variants (standup, planning, review, decision-making, brainstorm, 1-on-1, stakeholder-review, project-kickoff, working-session, exec-briefing). Emits a shareable summary suitable for Slack or email plus a full agenda with time-boxed topics, type tags, owners, attendee prep, and logistics.