AgileFlow

/team:list

PreviousNext

List available team templates

/team:list

List all available team templates with their descriptions, team sizes, and Agent Teams status.

Quick Start

/agileflow:team:list

Output

Displays a table with:

ColumnDescription
TemplateTemplate name
DescriptionWhat the team does
SizeNumber of teammates
TagsCategory 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/.

CommandPurpose
/team:startStart a team from a template
/team:statusMonitor team progress
/team:guideFull migration guide