agent-collaboration

Centralize cross-agent collaboration with worktree rules and inbox-based decisions.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/sudhakrms/CalendarControl --skill agent-collaboration-sudhakrms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-collaboration
Source: https://github.com/sudhakrms/CalendarControl/tree/main/coffee/.copilot/skills/agent-collaboration
Command: npx skills add https://github.com/sudhakrms/CalendarControl --skill agent-collaboration-sudhakrms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes duplicated collaboration patterns across agents, reducing redundancy and ensuring consistent behavior for worktree awareness, decision recording, and cross-agent communication.

Core Features & Use Cases

  • Worktree awareness: coordinate with TEAM ROOT and avoid assuming CWD is repo root.
  • Decision recording: publish decisions to inbox at .squad/decisions/inbox/{your-name}-{brief-slug}.md with standard formatting.
  • Cross-agent communication: request input from others via the coordinator; governance via reviewer protocol.
  • Anti-pattern guidance: refrain from writing directly to others' histories; use inbox.

Quick Start

Apply these patterns in your agent workflow to ensure worktree awareness, centralized decision writing, and coordinated cross-agent input through the coordinator.

Frequently Asked Questions about agent-collaboration

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

FAQPage Schema
How do I coordinate cross-agent collaboration in a multi-agent squad?

Cross-agent collaboration is coordinated by standardizing communication through a central coordinator, ensuring agents use inbox-based decision workflows and explicit cross-agent prompts to prevent miscommunication.

What is the best way to record decisions across multiple AI agents?

Recording decisions across multiple agents requires publishing decisions to an inbox at .squad/decisions/inbox/{your-name}-{brief-slug}.md, using standard formatting to maintain consistent governance and history.

How do I manage worktree awareness when multiple agents operate in the same repository?

Worktree awareness is managed by coordinating with TEAM ROOT rules, explicitly preventing agents from incorrectly assuming the current working directory is the repository root.

Why should agents avoid writing directly to other agents' history files?

Agents should avoid writing directly to others' history files because it creates an anti-pattern; instead, they must use the centralized inbox system to request input and route updates through the coordinator.

Does this multi-agent workflow require a central coordinator for governance?

Yes, this multi-agent workflow requires a central coordinator to handle governance via a reviewer protocol, route explicit cross-agent communication, and enforce deterministic task guidance.

When do I need centralized patterns for multi-agent team workflows?

You need centralized patterns for multi-agent team workflows when duplicated collaboration behaviors cause redundancy, requiring standardization for worktree awareness, decision recording, and cross-agent communication.