docs/parallel-primitives.md.
~150K tok simplest
Example: /ork:cover spawns one Task per test tier.
~400K tok debate-capable
Example: /ork:brainstorm with system-designer vs backend-thinker.
N ร budget survives /clear
Example: M170 wave โ 4 detached sessions, one per worktree.
| Primitive | Fit? | Why |
|---|---|---|
| Task tool | โ | Subagents return and die โ can't watch persistently |
| Agent Teams | โ | No coordination needed โ rebase is mechanical |
claude agents CLI | โ | Heavy: N processes for a polling loop is wasteful |
| A single foreground loop + gh CLI | โ | ONE process, ONE budget, watches N PRs |
Lesson: not every "N things" needs parallelism. Sometimes the right answer is a smarter single loop.