Skills
Claude Code Agent Teams /batch Command: Automatic Worktree Isolation for Independent Parallel Changes Without Manual Git Setup
Claude Code's /batch command provides a simpler alternative to full Agent Teams for independent, parallelizable changes. It handles worktree isolation automatically — no manual git worktree setup needed. Each task runs in its own isolated worktree with its own context window. Best use cases: multiple independent file changes, running competing hypotheses for debugging, cross-layer coordination (frontend + backend + tests simultaneously). For coordinated multi-step work requiring shared state, use full Agent Teams instead. The five-layer Claude stack: MCP (connectivity), Skills (task knowledge), Agent (primary worker), Subagents (parallel workers), Agent Teams (coordination).
↳ Follow the thread