Параллельный запуск команды агентов в Claude Code
★ 8.5 · ai-agents
team is a Claude Code skill that spawns N coordinated agents working on a shared task list using Claude Code's implicit agent team model introduced in version 2.1.178+. Instead of the deprecated TeamCreate/TeamDelete APIs, teammates are spawned directly via the Agent/Task tool with distinct name values when CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 is set. Supported agent types include executor, debugger, designer, and CLI workers codex, gemini, and antigravity (agy); team size ranges from 1 to 20 or is auto-sized from task decomposition. Execution follows a staged pipeline — team-plan → team-prd → team-exec → team-verify → team-fix — with the lead agent decomposing the task, pre-assigning owners, and monitoring progress. The optional ralph modifier wraps the pipeline in a persistence loop with retry-on-failure and architect verification before completion.
- #multi-agent
- #agent-orchestration
- #parallel-execution
- #task-distribution
- #team-coordination