/team:stop
Gracefully shut down the currently active team, syncing all final states back to AgileFlow's status.json.
Quick Start
/agileflow:team:stopHow It Works
- Verifies an active team exists
- Asks for confirmation via AskUserQuestion
- Syncs final task states to
status.json - Stops all teammate sessions (native mode) or subagent tasks (fallback mode)
- Clears team state from
session-state.json - Displays a final summary report with tasks completed
Summary Report
After shutdown, shows:
- Total tasks completed
- Quality gate pass/fail counts
- Any incomplete tasks that need manual attention
- Time elapsed
Related Commands
| Command | Purpose |
|---|---|
/team:start | Start a new team |
/team:status | Check team status before stopping |
/team:guide | Full migration guide |