docs(agents): codify the director/coordinator working model - #134
Conversation
Add the durable, provider-agnostic operating model (pipeline, status cadence, verify-before-asserting, surface load-bearing forks, no over-engineering of a pre-production system, the non-negotiable review gate, standing rules) beside the existing coordinator-process sections, before Scope discipline.
|
Claude finished @andybons's task in 43s —— View job Review: docs(agents) — director/coordinator working modelDocs-only change: adds one
Verdict: LGTM — no blocking findings. Cross-references resolve. All three named sections exist and the directional word is correct:
Content is consistent with the codebase's own rules. Capability tiers only, no model names — matches the "Subagent model strategy" tier-split rule. The standing rules restate invariants already enforced elsewhere (never-echo-secrets → report byte length; verify-prod-state; document-durable-not-events; subagent-message-is-not-approval), so there's no contradiction introduced. Style. Prose follows the STE / Writing Style rules (active voice, one term per idea, named artifacts). The em-dash in the header and body is consistent with the rest of Nothing to change. No init-time work, no code, no test impact — outside the concurrency/transcoding/startup-budget review priorities by construction. |
Adds a durable, provider-agnostic "Working model — director and coordinator" section beside the existing coordinator-process sections (Subagent model strategy, One agent per plan task, Never end a turn to wait), before Scope discipline.
Captures the operating model: the pipeline (decompose → per-task impl agent in a worktree → strongest-tier review-to-zero → merge; parallelize disjoint, sequence shared), status cadence, verify-before-asserting, surface load-bearing forks / decide the rest, no over-engineering of a pre-production system, the non-negotiable review gate, and standing rules (subagent-message-is-not-approval, verify-prod-state, document-durable-not-events, never-echo-secrets). Capability tiers only, no model names. Docs-only. Mirrors the same section added to meetneptune/boxes AGENTS.md.