agent-collaboration

Standardize agent decision recording and context sharing in squad settings.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Golnaz89/golnaz89.github.io --skill agent-collaboration-golnaz89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-collaboration
Source: https://github.com/Golnaz89/golnaz89.github.io/tree/main/.copilot/skills/agent-collaboration
Command: npx skills add https://github.com/Golnaz89/golnaz89.github.io --skill agent-collaboration-golnaz89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes how agents on a team coordinate, record decisions, and share context to reduce duplication and miscommunication.

Core Features & Use Cases

  • Centralized decision recording: write decisions to the inbox at .squad/decisions/inbox/{your-name}-{brief-slug}.md with a structured format.
  • Worktree awareness: guidance to locate the repo root using TEAM ROOT and avoid assuming CWD is the repo root.
  • Cross-agent communication: guidelines to request input from other agents via the coordinator.

Quick Start

Record a fresh team decision by writing it to .squad/decisions/inbox/{your-name}-{brief-slug}.md using the standard format.

Frequently Asked Questions about agent-collaboration

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

FAQPage Schema
What is the best way to standardize decision logs for multi-agent collaboration?

Multi-agent collaboration is standardized by writing decisions to a centralized inbox at .squad/decisions/inbox/ with structured frontmatter metadata, ensuring consistent context sharing across your team.

How do I record a team decision in a cross-agent squad setting?

To record a team decision, write a file to .squad/decisions/inbox/{your-name}-{brief-slug}.md using the standard structured format, which centralizes the entry for coordinator review and cross-agent communication.

Why does my agent workflow fail to locate the repo root in a worktree?

Agent workflows fail by assuming the current working directory is the repo root. Worktree awareness requires locating the repo root via TEAM ROOT to correctly navigate file paths in a squad setting.

How do agents share context and request input from other team members?

Agents share context by requesting input from other agents via the coordinator, reducing miscommunication and duplication while maintaining governance over the centralized agent history.

Do I need frontmatter metadata for cross-agent communication logs?

Yes, frontmatter-defined metadata is enforced for cross-agent communication logs to maintain governance over agent history and ensure decisions are structured for centralized coordination.