Claude Code / 에이전트

Dispatch Parallel Subagents

Claude Code / 에이전트

독립 작업들을 병렬 에이전트로 분배

언제 쓰나 · 서로 의존 없는 작업이 2개 이상일 때

#subagents#parallel
다운로드
Split this work into independent subagents that run in parallel: {{work}}.

For each subagent specify:
- A self-contained prompt (it shares no context with siblings — include file paths).
- The exact output shape you expect back.
- Read-only vs. write; if writing, isolate via a worktree to avoid conflicts.

Only parallelize truly independent tasks. Sequence anything with shared state. Merge/dedup results yourself after they return.
jt · v1 · CC0-1.0 · 복사 0