Team
Team is Routa's lead-driven coordination mode.
What Team Is For
Choose Team when:
- the task spans multiple specialties or code areas
- parallel work and explicit delegation matter
- coordination is as important as implementation
How It Works
Team mode starts with a coordinating lead. That lead plans the work, dispatches child sessions, keeps scopes from colliding, and verifies progress before calling the run complete.
Best Fit
Team is the best match for:
- frontend/backend/QA style separation
- complex delivery work that benefits from waves
- multi-repository or multi-subsystem coordination inside one workspace
Practical Rule
Do not use Team just because it sounds more advanced. Use it when the work really benefits from explicit coordination. If one recoverable thread is enough, Sessions is usually the better starting point.