skills: add execution-agent planning workflow

This commit is contained in:
2026-03-07 20:40:48 +10:00
parent fe0adfba35
commit 1510da97e4
4 changed files with 156 additions and 0 deletions
+1
View File
@@ -57,4 +57,5 @@
- Preference: `codex_worker` should avoid automatic fallback; if GPT-5.4 is unavailable, report to Tao for model decision.
- Preference: execution agents should get the strongest execution model; main should remain strong for PM/summary work, but not necessarily do the coding itself.
- New delegation rule clarified: unless work is truly tiny and can be finished in one short pass, main should avoid personally editing/coding and should delegate implementation to `codex_worker` first.
- New agent-splitting rule clarified: create multiple execution agents when work is parallelizable, responsibilities differ, contexts would otherwise get mixed, or separate validation/release tracks are needed; avoid splitting tiny or tightly coupled work.
- This architecture is the current default, but Tao may revise it as needs change.