# War Room MCP · Cinematic Boardroom Demo

The script David runs in the room. Every line tested. Every system live.

---

## The room

Sand Hill Road. A glass-walled boardroom on the third floor. Five investors around a long oak table. Phones face down. One screen mirrors David's iPhone to the wall.

David walks in alone. No deck. No laptop. Just the phone in his hand. He sets it on the table, screen up, taps once.

> "Hey David. I'm here. What are we doing today?"

David: *"Show them what we built. Pull me the fifty best chiropractors in Roseville within ten miles of the Venture Lab."*

**[Claude calls `wr_list_top_lhf { limit: 50 }`]**

> "Pulling now. Fifty contacts ranked by fit score. Top of the list: Larsen Chiropractic and Rehab, score 100, two miles from the Lab. Sacramento Back Doctor, score 100, three miles. Want me to put them on the screen?"

The wall lights up. Real names. Real distances. Real scores.

---

David: *"Now find me twenty pediatric dentists in Folsom. Enrich them. Add them to the CRM."*

**[Claude calls `wr_discover_leads { specialty: "pediatric dentist", location: "Folsom, CA", count: 20 }`]**

> "On it. Pulling from NPI Registry, cross-verifying against the practice websites. About twenty seconds."

Twenty seconds. Then:

> "Twenty added. Eighteen with verified emails, two with verified domain-only. All eight tags applied. Want me to score them and queue them for outreach?"

David turns to the partners. *"I haven't touched a keyboard since I sat down."*

---

David: *"Generate a five-step email sequence. Pain-point opener, dollar-figure benchmark, peer social proof, urgency tied to May sixteenth, soft break-up close. Tone: founder-to-founder, not corporate. Cadence: eleven days. Save it as 'Boardroom Demo · Chiro Five-Touch.'"*

**[Claude calls `wr_generate_sequence`]**

> "Generating. Step one ready in seconds, full sequence rolling out. Want to read step one or fire it?"

David: *"Read me step one."*

> *"Subject: Dr. Larsen — found $11K hiding in your Cigna contract. Body, three short paragraphs, ends with one clean call to action."*

The partners glance at each other.

---

David: *"Now create a multi-channel campaign. Email goes today. LinkedIn connection request day two. SMS day five. Walk-in route day seven for anyone who hasn't replied. Run it on the top fifty in test mode."*

**[Claude calls `wr_create_campaign { channels: ["email","linkedin","sms","field"], target_segment: "chiro_top_50", test_mode: true }`]**

> "Building campaign now. Wiring four channels into one orchestrated flow with branching logic on reply detection. Dashboard going live."

The wall fills with the live SSE-driven dashboard. Sequence steps as nodes. Channels as colored lines. Fifty contacts entering the funnel.

David: *"Six verticals. Same engine. Healthcare hits revenue May sixteenth. After that, real estate. Then SaaS. Then recruiting."*

---

The lead investor: *"Take it out of test mode and run it for real on ten contacts. I want to see emails actually leave."*

David: *"Claude. Take the campaign live on the top ten. Real sends. Confirm before fire."*

**[Claude calls `wr_test_mode { enabled: false }` → confirms → `wr_enroll_segment { segment: "chiro_top_10", sequence_id }` → `wr_tick_now`]**

> "Confirming. Top ten chiropractors. Real Gmail sends from David at TryReimburseOS. LinkedIn requests via Dux-Soup. SMS scheduled for day five. Walk-in routing populated for day seven. Estimated cost: zero. Estimated time to first open: under three minutes. Fire?"

David: *"Fire."*

> "Live. Sending now."

Three minutes later, the dashboard shows the first open. Then the second. Then a reply.

> "David — heads up. Larsen Chiropractic just replied. Tone reads positive, asking about pricing. Want me to draft a response?"

David: *"Yeah. In my voice. Don't send. Show me."*

**[Claude calls `wr_draft_reply { thread_id }`]**

The draft appears on the wall. It sounds like David. The partners read in silence.

---

The lead investor leans back. *"How long did this take you to build?"*

David: *"Two months. Three weeks of focused work. With Claude."*

She nods slowly. *"Send me the term sheet draft tomorrow."*

---

## The signature close

When the demo wraps:

David: *"Claude — signature close."*

**[Claude calls `wr_signature_close`]**

> "Right now: 1 campaign live, 50 contacts in flight, 1 reply already today. Next 30 days: $48K weighted pipeline. That's the closing beat."

The forecast hits the wall. The room is quiet.

End scene.

---

## 5-minute walkthrough (for solo practice runs)

```
1. Open claude.ai with War Room MCP connector enabled.
2. "Use the War Room MCP. Pull the top 5 chiros."
3. "Enroll them in the 5-touch sequence in test mode."
4. "Show me stats."
5. "Now run signature close."
```

That's the full loop. Five voice commands. Real systems. Real data. No theater.

---

## Voice command cheat sheet

| Phase | Command |
|---|---|
| **Open** | "Pull me the top 50 chiros." |
| **Discover** | "Find 20 pediatric dentists in Folsom." |
| **Generate** | "Generate a 5-step sequence for chiropractors. Founder-to-founder tone." |
| **Enroll** | "Enroll the top 50 in the 5-touch." |
| **Multi-channel** | "Wire email + LinkedIn + SMS + walk-in on the top 50." |
| **Status** | "Show me stats." / "Show me hot leads." |
| **Reply** | "Draft a reply to the Larsen thread in my voice." |
| **Pipeline** | "Move Larsen to proposal stage." / "Forecast me." |
| **Safety** | "Pause everything." / "Test mode on." |
| **Close** | "Signature close." |

---

## Demo Rehearsal Mode

Before the real boardroom: open `warroomcrm.com/dashboard` → toggle **Operator Mode → Demo Rehearsal**. This automatically arms `wr_test_mode` on your token. You can run the entire script above with zero risk of a real send. When the dashboard reads "DEMO REHEARSAL — sandbox active", you're safe.

When you walk into the actual room, toggle it off. Everything else stays the same.
