What problem does it solve?
Cross-squad resolves the friction of handing off work and sharing context between independently owned squad repositories by providing a lightweight discovery and delegation protocol so teams can collaborate without tight coupling.
Core Features & Use Cases
- Manifest-based Discovery: Find squads and their capabilities via a published .squad/manifest.json or a central registry.
- Issue-based Delegation: Create well-structured cross-repo issues with context, acceptance criteria, and labels to request work from another squad.
- Tracking & Feedback: Poll delegated issues, update origin tickets with status, and close the feedback loop to ensure accountability.
- Use Case: A frontend squad requests platform-squad to add monitoring endpoints by discovering the platform manifest, creating a cross-squad issue with acceptance criteria, and tracking the resulting PR until merge.
Quick Start
Create a cross-squad issue in the target squad's repository with a clear title, concise context, and acceptance criteria so the other squad can pick up the work.