GTM sales corpus — where “sales calls” and commercial work live
Last updated: 2026-04-29
This is the correct place to look for sales (GTM, pursuits, partners, proposals, SOW work) in the monorepo. It is not about vault/clients/.../transcripts, which is mostly delivery (standups, weeklies, build syncs).
Golden rule
| You want | Search here | Do not use as the default “sales” index |
|---|---|---|
| GTM, pursuits, sales calls (as filed), SOWs, partner syncs, decks | brainforge-platform/vault/gtm/sales/** and knowledge/sales/** | vault/clients/**/transcripts (thousands of delivery touchpoints) |
A blind search of vault/**/transcripts is the wrong index for “how we handle a buyer objection” — you will drown in CTA/ABC/Eden project calls.
1) Canonical tree: vault/gtm/sales (entire subtree)
Path: brainforge-platform/vault/gtm/sales/**/*.md
Size (as scanned): 117 markdown files — this is the full GTM sales corpus in git (SOW framework, lead proposals, partner transcripts, breezy, plan-medicare, enablement, etc.).
| Bucket (heuristic) | Count | What it is |
|---|---|---|
sow-framework/** | ~42 | Templates & examples — many say “Prepared by: Robert Tseng” as format samples, not a meeting recording |
leads/** (proposals, etc.) | ~24+ | Account SOWs, proposals, lead notes (Sunstone, YouVersion, …) — often the paper trail of a deal even when no transcripts/ file exists |
**/transcripts/** | 18 (includes breezy/.../README.md) / 17 call bodies | Actual exported call notes in this tree |
breezy/meeting-notes, agendas, sows | ~4+ | Meeting artifacts |
| Other (e.g. root deck, enablement) | rest | GTM material |
Transcript bodies only (sales calls as text in repo), excluding README:
find brainforge-platform/vault/gtm/sales -path '*/transcripts/*.md' ! -name README.md
→ 17 files (listed in BACKFILL-LOG.md §A).
Important: A proposal or SOW under leads/<account>/ often is the durable record of what was said commercially — mine those for pricing, scope, and objection handling when there is no separate transcript.
2) knowledge/sales (pursuit copies + negotiation library)
Path: knowledge/sales/**/*.md
Size: ~18 files (lead spines, SOW drafts, negotiation-precedents, TSIB / All Dunkin transcripts, etc.).
Use this for portable pursuit docs that may not exist under vault/gtm/sales or are duplicated here for Cursor access.
3) “Robert Tseng” in vault/gtm/sales — read carefully
~15 files under vault/gtm/sales mention Robert Tseng in the first ~150k characters. Only part of those are calls:
| Kind | Example paths |
|---|---|
| Transcripts (calls) | partners/snowflake/.../2026-02-16_..._strategy_....md, partners/vixul/.../2026-02-17_..._sync_....md |
| SOW examples (author line) | sow-framework/examples/sow-forecast-urban-stems.md, .../upwork-proposal-ilmor-GA4.md — not a live transcript |
| Proposals (author) | leads/sunstone/PROPOSAL_..., leads/youversion/sow-... — commercial text, often as good as a call for precedents |
| Deck | laralens-ai-sales-automation-deck.md |
For negotiation precedents, treat SOWs and proposals in leads/ as first-class sources, not only transcripts/.
4) Glob patterns for AI and skills (sales, not client delivery)
-
Full GTM sales corpus (recommended default):
brainforge-platform/vault/gtm/sales/**/*.md -
Call notes only (small):
brainforge-platform/vault/gtm/sales/**/transcripts/**/*.md -
Lead + partner commercial text:
brainforge-platform/vault/gtm/sales/leads/**/*.md
brainforge-platform/vault/gtm/sales/partners/**/*.md -
Knowledge mirror:
knowledge/sales/**/*.md -
Exclude (unless you know you need delivery):
brainforge-platform/vault/clients/**
5) Related
- BACKFILL-LOG.md — Robert+Uttam in transcripts only + wider
vaultstats (for debugging search noise) - FRAMEWORK.md — Getting to Yes alignment