cross-squad

Discover squads via .squad manifests and delegate tasks across repositories.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/jperezdelreal/GymBro --skill cross-squad-jperezdelreal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-squad
Source: https://github.com/jperezdelreal/GymBro/tree/main/.copilot/skills/cross-squad
Command: npx skills add https://github.com/jperezdelreal/GymBro --skill cross-squad-jperezdelreal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-squad orchestration coordinates discovery, context sharing, and handoffs across multiple squads and repositories to keep work synchronized.

Core Features & Use Cases

  • Discovery via .squad manifests to identify capable squads
  • Context sharing to minimize duplication and miscommunication
  • Structured work handoffs using a defined delegation protocol

Quick Start

Initiate a cross-squad handoff by discovering the appropriate squad and delegating a task.

Frequently Asked Questions about cross-squad

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

FAQPage Schema
How do I delegate tasks across multiple squads and repositories?

Cross-squad delegation uses a defined protocol to structure work handoffs across repositories. It identifies capable squads through manifests and transfers tasks with explicit context sharing to minimize miscommunication.

What is manifest-based squad discovery for multi-repo orchestration?

Manifest-based squad discovery uses `.squad` files within repositories to identify which teams are capable of handling specific tasks. This mechanism enables automated orchestration and targeted context sharing across squads.

How does context sharing work during cross-squad handoffs?

Context sharing during handoffs provides unified context to downstream squads to prevent duplicated effort and miscommunication. It tracks feedback and coordinates upstream and downstream dependencies safely across repositories.

Can I use this for upstream and downstream coordination in a multi-squad environment?

Yes, cross-squad orchestration is specifically designed for multi-squad environments requiring upstream and downstream coordination. It synchronizes task delegation and manage dependencies across multiple repositories.

What is the best way to structure work handoffs across squads?

The best way to structure work handoffs is using a controlled delegation protocol that ensures safe context sharing. This approach provides explicit guidance on handoff procedures and feedback tracking to keep work synchronized.

When should I not use cross-squad orchestration for task delegation?

Cross-squad orchestration is unnecessary for single-squad environments or isolated repositories that do not require synchronized handoffs. If your tasks lack upstream or downstream dependencies, this orchestration adds unneeded overhead.