Section 20 · Sales Rep Work Elimination / Zero-Entry CRM
20.30One-click account briefing
Built in the POC- No.
- 20.30
- DMA's reference
- Decision Book p.42
- Phase
- Phase 1
- Autonomy
- L3 · Act within rules
- DMA's decision
- Yes
What DMA asked for · Decision Book p.42
Brief anyone on an account in one click.
Why it matters to DMA: The answer to "what's going on with this account?" should take seconds.
In our words, from DMA's Product Decision Book v3, page 42.
How we do it
- In the team workspace, one message gets the brief: status, the buried fact, people (contact details masked), deals, last touch, owner, tier, next best action, what could make it wrong, and consent flags.
- It runs in the asker's own scope: a rep sees only their book. A deeper brief (objections, commitments, full deal history) is one more message.
- In the dashboard, the Account 360 shows the same picture.
The flow
It plays on its own while it's on screen; hover or use the controls to pause or step through.
Asked
"Brief me on Northside Dental."
- Person
- Rule in code
- Screen
Where the data goes
The same six stages on every page. Nothing reaches Nutshell except through the write gate.
- 1DMA AI workspace
Source
A person asks in the team workspace, or opens the account in the dashboard.
- 2Sync
Copies Nutshell changes into the bridge database
Keeps the account, people, deals and notes current.
- 3Bridge database
A copy of the CRM data, plus what the AI works out
The account record: facts with quotes, score, next best action, contactability.
- 4AI
Claude models, only through DMA's own gateway
The workspace assistant picks the read-only brief tool and puts the answer in words; it cannot change anything.
- 5Write gate
The only way back into Nutshell: checked, approved when needed, sent once
Nothing is written to Nutshell.
- 6Nutshell
The system of record
Nutshell is not changed.
The tables behind it
Drawn from the POC's database catalogue: structure only, no data.
PK primary keyFK reference the database enforces (solid line)ID reference kept by id (dashed line)
| Table | What it holds | Columns |
|---|---|---|
| ai.account_twin | The account's current AI picture: lifecycle, tier, next best action and whether it can be contacted. | 16 |
| ai.extracted_facts | Facts the AI found, each with the exact quote it came from and a confidence. | 15 |
How the tables connect (2)
| Column | Points to | Kept by |
|---|---|---|
| ai.account_twin.prompt_id | agent.prompts | The application (by id) |
| ai.extracted_facts.prompt_id | agent.prompts | The application (by id) |
Worked example
Synthetic demo data: every name, business and number is made up.
The brief for Northside Dental Group (synthetic account, real answer).
What the brief covers
- People
- Dana Ortiz, Ops Director (e-mail masked) · Raj Patel, Marketing Manager (bounced)
- Owner
- Chris Holloway (former employee)
- Flags
- Consent: sendable (draft rules, pending counsel) · not suppressed · no open issue
In the running POC

1 / 2The team workspace (DMA AI): "brief me on northside dental" and the brief it returns.
- 1The question, in plain words.
- 2The brief: status, the buried fact, people, next best action and what could make it wrong.
Team workspace (LibreChat, branded DMA AI) · account brief. Captured from the running POC on September 25, 2026; synthetic data.
See it live
Opens the exact screen in the running POC, in a new tab.
| Open | Where | What to try |
|---|---|---|
| Accounts | DMA AI dashboard | Open an account: facts, next best action, people and the timeline. |
Status
Built in the POC. This capability runs in the POC today, on synthetic data, end to end.