mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user