概要
The spawn-subagent skill enables complex task delegation by launching independent Claude Code instances in isolated git worktrees. This allows a parent agent to maintain high-level coordination while subagents handle specific, well-defined implementation or planning tasks. It features robust token tracking, fail-fast mechanics, and strict state management to ensure subagents operate reliably without real-time user supervision. By isolating execution, it prevents context window bloat and allows for parallel development workflows.