---
name: forge:team-start
description: Start the FORGE agent team by spawning all teammates.
argument-hint: [--team-name <name>]
allowed-tools:
  - Read
  - Bash
  - TeamCreate
  - Task
---

Spawn all specialist teammates defined in AgentTeam.md.

**Read:** .planning/AgentTeam.md, ~/.claude/teams/forge/config.json

**Steps:**

1. Validate AgentTeam.md exists
2. Parse all specialist roles (name, agent type, model, prompt)
3. Check existing team for inactive members
4. Spawn team-lead first, then all specialists via Task tool
5. Verify team is active, show member summary
