skills: add execution agent dispatch protocol

This commit is contained in:
2026-03-07 20:58:32 +10:00
parent dd1884e4c2
commit f0ed738453
4 changed files with 194 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@
- Historical temporary preference once was: all subagents **primary** = `openai-codex/gpt-5.2`, **fallback** = `github-copilot/claude-opus-4.6`.
- Current important exception / newer rule: **codex_worker** should use **primary** = `openai-codex/gpt-5.4`, prefer high/extra/xhigh thinking when available, and should **not auto-fallback** to another model. If its primary model is unavailable, report to Tao and let Tao decide the replacement model.
- Additional long-lived execution agents initialized locally for repeat use: **docs_worker**, **qa_worker**, **ops_worker**.
- Execution-agent system still needs a standardized dispatch/handoff layer: task input template, result format, and blocker/escalation rules.
## 8) Watchdog / automation policy
- Tao preference: avoid watchdog-style auto-restart automation.