/team:list
List all available team templates with their descriptions, team sizes, and Agent Teams status.
Quick Start
/agileflow:team:listOutput
Displays a table with:
| Column | Description |
|---|---|
| Template | Template name |
| Description | What the team does |
| Size | Number of teammates |
| Tags | Category tags (e.g., fullstack, review) |
Also shows:
- Whether Agent Teams is enabled or disabled
- Currently active team (if any)
Template Sources
Templates are loaded from .agileflow/teams/ directory. AgileFlow ships with 4 built-in templates:
- fullstack - API + UI + Testing
- code-review - Code quality + Security + Performance
- builder-validator - Paired builders and validators
- code-logic - Multi-analyzer logic analysis
Custom templates can be added as JSON files in .agileflow/teams/.
Related Commands
| Command | Purpose |
|---|---|
/team:start | Start a team from a template |
/team:status | Monitor team progress |
/team:guide | Full migration guide |