docs(agents): one agent per plan task, not one agent per plan - #131
Merged
Conversation
A monolithic plan-executing agent compacts repeatedly and drags its full history behind every late turn. Measured 2026-08-12: plan agents ran ~700k-800k tokens; fresh per-round reviewers ran ~120k-300k. Plans are written for a zero-context engineer, so a fresh agent per task loses nothing.
|
Claude finished @andybons's task in 33s —— View job Code ReviewDocs-only change: adds a "One agent per plan task" guidance section to
Verdict: LGTM. No blocking findings. This is a clean, well-placed documentation addition. It sits logically between "Subagent model strategy" and "Never end a turn to wait on an external event", extending the subagent-dispatch guidance the reader just absorbed. Strengths
Minor observations (non-blocking, no change requested)
No correctness, concurrency, or protocol surface is touched. Nothing to fix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context-economy rule from today's measurements: monolithic plan-executing agents ran ~700k-800k subagent tokens each (repeated compaction, full-history drag), while fresh per-round reviewers stayed at ~120k-300k and stayed sharp. Plans are zero-context-engineer documents, so per-task dispatch loses no fidelity.
🤖 Generated with Claude Code
https://claude.ai/code/session_01WG6N8YSSwXMma1DKTMwJdf