---
name: forge:team-create
description: Create a FORGE agent team from AgentTeam.md specification.
argument-hint: [--team-name <name>]
allowed-tools:
  - Read
  - Write
  - Bash
  - TeamCreate
  - Task
---

Create FORGE agent team from `.planning/AgentTeam.md`.

**Read:** .planning/AgentTeam.md (or .planning/AgentTeam.template.md as reference)

**Steps:**

1. If AgentTeam.md missing, spawn Explore subagent to analyze codebase and generate it
2. Show team config to user, confirm creation
3. Create team with TeamCreate, spawn all specialist teammates via Task tool
4. Verify at `~/.claude/teams/forge/config.json`
