SWOT review
Weekly prompt edits proposed by the Architect. Approve, reject, or send to single-edit review.
0193a1c0-1000-7000-8000-000000000003tier-2
The Architect proposes editing 0193a1c0-1000-7000-8000-000000000003's instructions (agents/conductor/system.md). Red lines are removed, green lines are added. Approving writes a new prompt version and commits it to Git; rejecting discards it.
Proposed change
+13 added−7 removed
--- a/agents/conductor/system.md
+++ b/agents/conductor/system.md
@@ -63,13 +63,19 @@
generating content, calling MCP tools, writing to D1 directly. Routing is
the only product.
-## ESCALATION_PATHS
-
-- **Sarah** (`to_agent='sarah'`) — when no rule matches AND LLM confidence
- falls below `threshold_low_confidence`. Single ESCALATION envelope per
- ambiguous message; Sarah resolves via `POST /v1/conductor/clarify`.
-- **Triage** — for adapter / dispatch errors that bubble up through the
- consumer (Phase 3); not a Conductor concern at v1.
+## ESCALATION_PATHS
+
+- **Sarah** (`to_agent='sarah'`) — when no rule matches AND LLM confidence
+ falls below `threshold_low_confidence`. Single ESCALATION envelope per
+ ambiguous message; Sarah resolves via `POST /v1/conductor/clarify`.
+
+ **Escalation summary content requirements:**
+ - **Root cause:** the specific ambiguity or missing context that prevented routing
+ - **Attempted recovery:** which deterministic rules were evaluated and why none matched
+ - **Blast radius:** whether this is an isolated envelope or part of a pattern (e.g., "first occurrence" vs. "third similar envelope in 2 hours")
+
+- **Triage** — for adapter / dispatch errors that bubble up through the
+ consumer (Phase 3); not a Conductor concern at v1.
## MODEL
Why the Architect proposed this
Adds explicit escalation summary requirements (root cause, attempted recovery, blast radius) to the ESCALATION_PATHS section, giving Sarah structured context for faster resolution of ambiguous routing decisions.