deals/<company>): the body is the living investment memo; metadata carries stage, conviction-score, ebitda-multiple, sources (append-only), last-reviewed, flags.
Building blocks
- Template
deals/templates/deal-memopresets the memo skeleton andmetadataDefaults: {stage: sourcing, conviction-score: 0.5}— every new deal is born queryable. - A Day.ai connector lets the space agent fold each management call into the memo and
appendUniquethe transcript intosources; Google Drive does the same for data-room documents. - The partner-meeting view:
stage = "diligence" AND conviction-score ≥ 0.7, ordered byconviction-scoredesc. Stale coverage:last-reviewed < <60 days ago>. - A webhook on
page.metadata.updated(spacedeals) streams stage changes into the firm’s reporting warehouse.