Documentation Index
Fetch the complete documentation index at: https://docs.agents-squads.com/llms.txt
Use this file to discover all available pages before exploring further.
What Makes a Good Squad?
A squad is a team of agents organized around a business domain—not a technical function.Think departments, not features. “Research” not “Text Processing”.
Squad Structure
Creating a Squad
1. Create the Directory
2. Define SQUAD.md
3. Add Agents
Create individual.md files for each agent listed.
Squad Design Patterns
Pattern 1: Pipeline
Agents work in sequence.Pattern 2: Parallel
Agents work independently on related tasks.Pattern 3: Specialist
One lead agent delegates to specialists.Running Squads
Best Practices
| Do | Don’t |
|---|---|
| Organize by business domain | Organize by technical function |
| 3-7 agents per squad | 20+ agents in one squad |
| Clear ownership boundaries | Overlapping responsibilities |
| Shared squad memory | Isolated agent silos |
Next Steps
Use Memory
Share context between agents
CLI Reference
All squad commands