0.1 · Three layers, one answer
When a user asks Ana a question, she composes context from three layers before answering:| Layer | Scope | Contains | Examples |
|---|---|---|---|
| ORG context | Everyone in the organization | The company dictionary: business rules, glossary, fiscal calendar, the context library’s shared documents | ”Revenue means recognized revenue, GL accounts 4000–4999” · “FY starts Feb 1” |
| ROLE / behavioral context | A team or persona | Scope + voice: which data surfaces this role may use, how to handle ambiguity, response style, hard limits | ”Program managers see the care-management surfaces only, plain language, no SQL” |
| PERSONAL context | One individual | Preferences, personal vocabulary, saved workflows | ”Concise answers, US/Eastern, ‘my accounts’ = accounts I own” |
0.2 · The governance distinction — learn it now, hear it repeated
The single most important operational fact about the stack:| Layer | How changes happen | Why |
|---|---|---|
| Personal | Immediately — your context, your call | It affects only you |
| Org and Role | Proposed patches with review — like a pull request for business logic | They change what everyone (or a whole team) is told; that power gets a gate |
0.3 · The routing table
For any “I want Ana to…” request, the layer is determined by who should be affected:| “I want Ana to…” | Layer | Why |
|---|---|---|
| …give me shorter answers | Personal | Your taste, nobody else’s |
| …know that when I say “my book” I mean accounts where I’m the CSM | Personal | Your shorthand |
| …run my Monday prep when I ask | Personal | Your workflow |
| …use our fiscal calendar for everyone | Org | Company-wide truth |
| …define “active member” the official way | Org | Two people asking must get the same answer |
| …never show SQL to the operations team | Role | A team’s response style |
| …keep [clinical/care] data away from the program-management persona | Role | A persona’s data scope |
| …decline off-scope requests politely and redirect | Role | A persona’s hard limits |
| …know that the staging tables in [warehouse] are unreliable | Org (or connector-scoped) | Everyone querying that source needs it |
teams/, customers/, and business-units/: a folder per identity that routes its questions to the shared, governed definitions. One truth, many doors.
✅ Checkpoint
- You can name the three layers and what kind of knowledge belongs in each
- You can state the governance distinction in one sentence: personal is immediate, org/role is reviewed
- Given five “I want Ana to…” requests from your own org, you routed each to the right layer