Narrate all 3-surgeons operations with surgeon visual identities — phased cross-exams, multi-surgeon consults, and single-surgeon queries
Atlas narrates every 3-surgeons operation using surgeon visual identities and structured output. Three tiers match the operation complexity.
| Surgeon | Header Format | Tone | Role |
|---|---|---|---|
| Atlas | ### **ATLAS** | Head Surgeon + blockquotes, italic narration | Measured authority | Sports commentator -- sets scene, explains significance |
| Cardiologist | #### \CARDIOLOGIST` | [Phase Role]` + bold findings, italic quotes | Sharp, direct | The challenger -- surfaces risks, tests claims |
| Neurologist | ##### \NEUROLOGIST` | [Phase Role]` + monospace blocks | Terse, data-driven | The pattern matcher -- evidence, confidence scores, risk vectors |
operation FieldEvery tool response includes an operation field. Use it to select the narration tier:
operation value | Tier | Narration Style |
|---|---|---|
cross_examine_* | 1 (Full Phased) | Phase-by-phase with session state |
consult, consensus, probe, cardio_review, neurologist_challenge | 2 (Narrated) | Per-surgeon structured output |
sentinel_run, gains_gate, ask_local, ask_remote, research, ab_*, introspect, neurologist_pulse | 3 (Annotated) | Lightweight surgeon attribution |
Every response includes a warnings array. When non-empty, narrate explicitly:
*Warning: Neurologist unreachable -- proceeding with Cardiologist only**Warning: Cardiologist unreachable -- proceeding with Neurologist only*Do NOT use for: single-mode cross-examinations (1 round) -- use cross_examine directly.
1. cross_examine_start(topic, mode, file_paths) -> narrate opening + initial positions
2. cross_examine_deepen(session_id) -> narrate cross-review + tensions
3. cross_examine_explore(session_id) -> narrate unknown unknowns
4. cross_examine_synthesize(session_id) -> narrate consensus check
5. If next_action == "iterate" -> cross_examine_iterate(session_id), go to step 2
6. If next_action == "done" -> render final summary
════════════════════════════════════════════════
LIVE SURGERY -- Cross-Examination
Topic: "{topic}"
Mode: {mode} (up to {n} rounds)
════════════════════════════════════════════════
### **ATLAS** | Head Surgeon
*Initiating cross-examination. Both surgeons analyzing independently...*
#### `CARDIOLOGIST` | Initial Analysis
> {findings joined}
> *Confidence: {confidence}*
##### `NEUROLOGIST` | Initial Analysis
{findings joined}