Create a new swarm team with directories, config, and initialize the current session as team-lead
<team_name> [description] [--no-lead] [--lead-model <model>]# Create Swarm Team Create a new team called `$1`. ## Arguments - `$1` - Team name (required) - `$2` - Team description (optional) - `--no-lead` - Don't auto-spawn team-lead window (optional) - `--lead-model <model>` - Model for team-lead (haiku/sonnet/opus, default: sonnet) ## Instructions Execute the following script using bash explicitly: After running, report: 1. Team name and location 2. Whether team-lead was auto-spawned or if current session is team-lead 3. If team-lead was spawned, mention the window/session was created 4. Next steps: create tasks with `/task-create` and sp...