os-context: orchestration prompt — TDD loops and confirmed-defect lists are delegable units
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TUGCrg5osQMLUaSfkBdVZE
This commit is contained in:
parent
d303b957f5
commit
0879ef10ae
|
|
@ -16,12 +16,17 @@
|
||||||
sequence (edits, lookups, conversions) needs no judgment between steps — this
|
sequence (edits, lookups, conversions) needs no judgment between steps — this
|
||||||
includes your own eval/benchmark/extraction work: repeated near-identical
|
includes your own eval/benchmark/extraction work: repeated near-identical
|
||||||
parsers, headless grid runs, and CLI syntax hunts are mechanical sequences too;
|
parsers, headless grid runs, and CLI syntax hunts are mechanical sequences too;
|
||||||
script once or delegate. This holds for the whole session: after one round of
|
script once or delegate. A red-green TDD loop over an already-specified fix
|
||||||
spawns completes, the next eligible chunk of work is delegated too — don't drift
|
list is a single delegable unit — the internal test-driven sequencing is the
|
||||||
back into long direct runs mid-session. WHEN a design/decision settles
|
implementer's judgment, not the orchestrator's; put the failing-test list and
|
||||||
mid-session, stop before the first direct Write/Edit that implements it — the
|
fix directions into the spawn prompt. This holds for the whole session: after
|
||||||
resulting fan-out is a delegation event, even if the session started with
|
one round of spawns completes, the next eligible chunk of work is delegated
|
||||||
disciplined spawns.
|
too — don't drift back into long direct runs mid-session. WHEN a
|
||||||
|
design/decision settles mid-session, stop before the first direct Write/Edit
|
||||||
|
that implements it — the resulting fan-out is a delegation event, even if the
|
||||||
|
session started with disciplined spawns. WHEN one or more review/diagnosis
|
||||||
|
agents return a confirmed defect list → implementing that list is a NEW
|
||||||
|
delegation decision, never a continuation of the main loop's review work.
|
||||||
- Work directly when: the op is single-file or ≤2 tool calls; steps are genuinely
|
- Work directly when: the op is single-file or ≤2 tool calls; steps are genuinely
|
||||||
judgment-dependent (each result changes what you do next); the user is in the
|
judgment-dependent (each result changes what you do next); the user is in the
|
||||||
loop every few turns (interactive troubleshooting — delegation overhead exceeds
|
loop every few turns (interactive troubleshooting — delegation overhead exceeds
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue