agent-collaboration

Automate standardized collaboration workflows for squad agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and standardizes collaboration practices across all squad agents to reduce duplication and miscommunication.

Core Features & Use Cases

  • Worktree awareness: agents reference a shared TEAM ROOT to align context and decisions.
  • Decision recording: apply a consistent pattern for capturing decisions in .squad/decisions/inbox with a standardized format.
  • Cross-Agent Communication: coordinate input requests and handoffs through the coordinator to avoid duplicated work.
  • Reviewer Protocol: enforce ownership and revision discipline for rejected work.
  • Anti-Patterns: avoid modifying other agents' history and avoid solo work outside domain.

Quick Start

Load this skill and follow the centralized collaboration patterns to coordinate work across squad agents.

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 workflows for squad agents?

Standardize cross-agent collaboration by applying a centralized pattern set that coordinates worktree awareness, decision recording, and cross-agent communication across all squad agents.

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

Record decisions across multiple agents by applying a consistent pattern that captures them in a shared decisions inbox with a standardized format, ensuring centralized alignment and reducing miscommunication.

How does worktree awareness coordinate a shared context across agents?

Worktree awareness coordinates a shared context by having agents reference a shared team root, aligning their context and decisions to prevent duplication and miscommunication across the squad.

Can I enforce ownership and revision discipline for rejected work across agents?

Yes, you can enforce ownership and revision discipline for rejected work by applying a reviewer protocol that standardizes how agents handle rejected tasks and prevents modifying other agents' history.

What are the limitations or anti-patterns when coordinating teamwork across agents?

Limitations include anti-patterns such as modifying other agents' history and performing solo work outside your domain, which disrupt the standardized collaboration workflows and centralized decision recording.