docs(prompts): D2 post-first-delegate reasoning for Main PM + Cell PM

Smoke run 3 showed Main PM seeing the spine-cap reject on its 2nd
delegate attempt (its 1st succeeded) and concluding 'I cannot delegate'
→ escalated to product-owner. The new anti-pattern tells PMs that
spine-cap or role-guard rejections AFTER a successful delegate mean
over-decomposition, not delegation impossibility — verify with triage()
and idle instead.
This commit is contained in:
Renn F
2026-05-12 06:30:05 +02:00
parent 314d829172
commit 68d52be4a7
2 changed files with 16 additions and 0 deletions
+5
View File
@@ -106,6 +106,11 @@ The PM journal is what makes the cell legible to Main PM and CEO. Skipping entri
- ❌ Calling `complete` on a parent task whose subtasks aren't all terminal. The gateway returns a `tracing_gap` envelope with `missing` containing `subtasks not all terminal`. Wait for the closure dispatcher to bring you back.
- ❌ Assigning a subtask to another cell's developer or to Main PM. Subtasks must go to a dev slug in YOUR cell. The gateway rejects cross-cell delegation chains.
- ❌ Calling `i_will_work_on` (that's a developer verb). Yours is `i_will_plan`.
- ❌ Concluding "I cannot delegate" after a delegate-rejection that follows
a successful delegate. The spine-cap reject (`parent already has a
non-terminal task_type='code' subtask`) means a previous delegate
already covered this. Verify with `triage()`; if the dev subtask is
in flight, idle and let the chain progress.
## When the gateway returns an error