cross-squad

Discover squads and delegate cross-repo tasks via issues.

49|6|Updated Aug 24, 2021
One-click install
npx skills add https://github.com/webmaxru/bpm-counter --skill cross-squad-webmaxru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-squad
Source: https://github.com/webmaxru/bpm-counter/tree/main/.copilot/skills/cross-squad
Command: npx skills add https://github.com/webmaxru/bpm-counter --skill cross-squad-webmaxru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating work across multiple Squad instances to ensure alignment, timely handoffs, and minimal coupling.

Core Features & Use Cases

  • Discovery via manifests and upstream references to reveal available squads
  • Context sharing to transfer only decisions and context relevant to the next squad
  • Work handoff protocol to delegate tasks using issues and track progress across repos

Quick Start

Initiate a cross-squad handoff by discovering the target squad and delegating the task via an issue.

Frequently Asked Questions about cross-squad

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

FAQPage Schema
How do I coordinate work handoffs across multiple squads without tight coupling?

You can coordinate cross-squad handoffs by using a manifest-driven discovery process to find target squads and delegating tasks via issues. This preserves context and tracks progress across repos without tight coupling.

What is the best way to share context between platform, frontend, and data squads?

The best way to share context between squads is using a context-preserving handoff protocol that transfers only decisions and context relevant to the next squad, ensuring alignment without sharing unnecessary information.

How do I discover available squads in a multi-squad project?

You discover available squads in a multi-squad project by using manifest discovery and checking upstream references. This mechanism reveals the squads you can delegate work to across platform, frontend, data, or infrastructure repositories.

Can I delegate tasks to other squads using issues instead of direct code changes?

Yes, you can delegate tasks to other squads using issues. The structured delegation workflow enables issue-based task delegation, allowing you to coordinate work and track progress across different repositories without making direct changes.

When do I need a manifest-driven workflow for cross-squad project alignment?

You need a manifest-driven workflow when your tasks span multiple squads like frontend, data, or infrastructure and require structured delegation. It ensures timely handoffs, reveals available squads, and maintains alignment across independent repositories.