team
Installation
SKILL.md
Team
Spawn N coordinated agents working on a shared task list. Uses VS Code's native subagent system for team management, inter-agent messaging, and task dependencies.
When to Use
- Task is decomposable into independent subtasks
- Multiple files/modules need parallel work
- Large-scale refactoring, migration, or multi-service work
When NOT to Use
- Single-file changes → use
/omg-autopilotor direct editing - Sequential pipeline → use
/omg-autopilot - Just need a plan → use
/planor/ralplan
Usage
Related skills