agent-collaboration

Standardize multi-agent collaboration with decision logging and reviewer workflows.

Updated Nov 11, 2025
One-click install
npx skills add https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator --skill agent-collaboration-acmeleme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-collaboration
Source: https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator/tree/main/.copilot/skills/agent-collaboration
Command: npx skills add https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator --skill agent-collaboration-acmeleme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams of agents often operate with inconsistent collaboration patterns, leading to miscommunication and untracked decisions.

Core Features & Use Cases

  • Standardized worktree awareness across agents to keep everyone aligned.
  • Inbox-based decision recording to capture and reference decisions.
  • Cross-agent communication protocols and reviewer workflow to manage inputs and approvals.
  • Anti-pattern guidance to avoid duplicated efforts and conflicts.

Quick Start

Log the latest decision to .squad/decisions/inbox/<your-name>-<brief-slug>.md using the standard decision format.

Frequently Asked Questions about agent-collaboration

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

FAQPage Schema
How do I standardize cross-agent communication to prevent untracked decisions?

Standardize cross-agent communication by applying inbox-based decision recording, worktree context awareness, and documented reviewer workflows. This prevents miscommunication and unmanaged decisions by capturing all agent inputs and approvals in a structured format.

What is the best way to log multi-agent decisions in a shared worktree?

The best way to log multi-agent decisions is writing markdown files to the .squad/decisions/inbox/ directory. Use the standard decision format with your agent name and a brief slug to ensure cross-agent coordination and traceability.

How do reviewer roles work in cross-agent collaboration workflows?

Reviewer roles in cross-agent collaboration workflows manage inputs and approvals through standardized communication protocols. This ensures that decisions are validated and conflicts are avoided before agents execute tasks within the shared worktree.

Does agent collaboration support frontmatter metadata in SKILL.md files?

Yes, agent collaboration supports frontmatter metadata in SKILL.md files. This feature allows you to document collaboration patterns and define standardized protocols directly within the skill configuration.

What anti-pattern guidance is available for squad agents to avoid duplicated efforts?

Anti-pattern guidance for squad agents provides documented protocols to avoid duplicated efforts and conflicts. It standardizes worktree awareness and cross-agent input coordination to prevent miscommunication and untracked decisions.