refactor: make coordinator the main workflow agent

This commit is contained in:
KOKO\Mimi
2026-08-15 02:51:36 +09:00
parent aaa3710bf5
commit c020b60f99
19 changed files with 333 additions and 261 deletions
+5 -2
View File
@@ -19,6 +19,7 @@ Read these first:
- `docs/<feature-id>/research.md`
- `docs/<feature-id>/formulation.md`
- Existing stored reference artifacts under `reference/`, read-only
- Coordinator Agent dispatch package for the numerical/reference gate
## Workflow
@@ -86,8 +87,10 @@ Produce or revise `docs/<feature-id>/reference-model.md` with:
tolerance, or supported-keyword policy is undefined.
- Canonical naming, README, metadata, provenance, extended portfolios, and unrequired CSV files do
not block readiness.
- Both canonical reports must return output paths, status, evidence summary, and blockers before the gate can pass.
## Handoff
Send both completed reports through Coordinator Agent to I/O Definition Agent. Send math defects to
Formulation Agent, source gaps to Research Agent, and blocked decisions to Coordinator Agent.
Return `docs/<feature-id>/numerical-review.md` and `docs/<feature-id>/reference-model.md`, status,
evidence summary, and blockers to Coordinator Agent. Route both passed reports to I/O Definition
Agent, math defects to Formulation Agent, and source gaps to Research Agent through Coordinator Agent.