agent-collaboration

Automate squad agent collaboration with shared worktree awareness and decision recording.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/lbouriez/Squad-Templates --skill agent-collaboration-lbouriez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-collaboration
Source: https://github.com/lbouriez/Squad-Templates/tree/main/Nectari-Devops-Squad/.copilot/skills/agent-collaboration
Command: npx skills add https://github.com/lbouriez/Squad-Templates --skill agent-collaboration-lbouriez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardized collaboration patterns for all squad agents, enabling worktree awareness, consistent decision recording, and clear cross-agent communication.

Core Features & Use Cases

  • Worktree awareness: Agents reference the TEAM ROOT and relative .squad paths to maintain consistent context.
  • Decision recording: After a decision, agents write it to the inbox at .squad/decisions/inbox/{agent-name}-{brief-slug}.md with a clear title, author, and rationale.
  • Cross-agent communication: Agents can request input from teammates via the coordinator to avoid unilateral work and ensure review.
  • Use Case: In a 18-agent squad, all agents follow the same collaboration patterns to coordinate changes and document decisions centrally.

Quick Start

Instruct all agents to adopt the shared collaboration patterns for worktree awareness, decisions, and cross-agent communication.

Frequently Asked Questions about agent-collaboration

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

FAQPage Schema
How do I coordinate decisions across multiple AI agents in a shared worktree?

Multi-agent coordination in a shared worktree requires standardized patterns for worktree awareness and decision recording. Agents reference the team root, read existing history, and write decisions to a central inbox to ensure consistent cross-agent communication.

What is the best way to record agent decisions for team workflow collaboration?

Decision recording for team collaboration involves writing decisions to a shared inbox directory. Agents create markdown files with a clear title, author, and rationale, ensuring all squad members can review the logic behind unilateral changes.

How does cross-agent communication work in a multi-agent squad?

Cross-agent communication in a multi-agent squad works by routing input requests through a central coordinator. This prevents unilateral work and ensures teammates review changes before they are applied to the shared worktree.

Can I use standardized collaboration patterns for an 18-agent squad?

Standardized collaboration patterns scale effectively for an 18-agent squad. All agents adopt shared rules for worktree awareness, central decision documentation, and coordinator-driven communication to manage complex team workflows.

Do I need a shared .squad directory for multi-agent team workflows?

A shared .squad worktree is required for multi-agent team workflows. Agents rely on this shared directory structure to read history, write decisions to the inbox, and maintain consistent context across the entire squad.

Why does my multi-agent squad make unilateral decisions without team review?

Unilateral decisions occur without standardized cross-agent communication rules. Implementing a coordinator-driven input request process ensures agents document decisions in a central inbox and seek teammate review before proceeding.