---
name: forge:team-add
description: Add a new member to the FORGE agent team.
argument-hint: <name> <role> <agent-type>
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - TeamCreate
  - Task
---

Add a new specialist to FORGE team by updating AgentTeam.md and recreating team.

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

**Steps:**

1. Validate AgentTeam.md exists
2. Prompt for details if not in args: name (kebab-case), role, agent type, model, owned paths
3. Add member section to AgentTeam.md, increment version
4. Confirm with user, shutdown old team via SendMessage, recreate with TeamCreate, spawn all teammates
5. Verify with `/forge:team-view`
