You talk; the room writes itself. Every conversation, every meeting, every decision lands in a folder structure organized by venture stage. You open it in your file manager. You back it up like any other folder. You own it. You never filed a thing. The Data Room is not a database you query or a dashboard you maintain. It is a folder on your machine that grows smarter the more you put in it — because every new entry triggers a scan against everything already there, and the results surface as contradictions, gaps, and connections that Larry brings to your attention.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jsagir/mindrian-os-plugin/llms.txt
Use this file to discover all available pages before exploring further.
Where the room lives
./.mindrian/ captures the in-progress scratchpad and the birth answers from the current session. Neither folder is ever sent anywhere.
The eight ICM sections
The room is organized around eight sections that map to venture stages. Larry fills these as you work — you do not sort or file.| Section | Purpose |
|---|---|
problem-definition | The core problem, reframed and evidence-graded |
market-analysis | Market size, trends, customer segments |
solution-design | Solution, technology, architecture |
business-model | Revenue model, unit economics, go-to-market |
competitive-analysis | Competition, positioning, differentiation |
team-execution | Team, advisors, execution plan |
legal-ip | Legal structure, agreements, IP protection |
financial-model | Financial projections, metrics, assumptions |
bank/ (the opportunity bank), journal/ (session summaries), and meetings/ (filed transcripts with extracted intelligence).
The local knowledge graph
Every room contains a SQLite graph atroom/.room-graph/room.db. This is the local mind of the room — the data structure that makes the room compound over time.
The room graph is entirely local. It is never sent anywhere. Brain queries carry only generic framework handles — framework names, problem-type enums, phase identifiers — never your notes, decisions, or meetings.
Project → Room → Section → Entry. Concepts mentioned across entries are linked as :Concept nodes. Every methodology run produces a :MethodologyRun node connected to the entries it produced.
Entry edges track the epistemic relationship between pieces of evidence:
| Edge type | Meaning |
|---|---|
SUPPORTS | One entry reinforces another |
CONTRADICTS | One entry conflicts with another |
DERIVED_FROM | One entry was produced from another |
PROMOTED_TO | A finding was elevated to a decision |
VALIDATED_BY | A claim was confirmed by evidence |
KILLED_BY | A claim was invalidated by evidence |
The intelligence cascade
Every time you add something new to the room — a filed meeting, a methodology result, a pasted URL — the system compares it against everything already there. The cascade produces typed edges that classify how the new entry relates to existing work.The decision workflow
Every surfaced finding renders as a Decision Gate — three choices, every time.APPROVE
The finding is correct. It cascades into the room as a typed edge and becomes part of the knowledge graph.
REJECT
The finding is wrong. You provide a reason. That reason becomes a
REJECTED_BECAUSE edge — graph data, not a deleted event.DEFER
Not now. The finding is queued for the next milestone audit. The room remembers it was deferred.
How the room compounds
Most tools get messier the more you put in. Search ranks worse. Folders bloat. The AI forgets what you told it last session. The Data Room goes the other way. The room compounds because nothing forgets and everything compares. Every prior decision, and the reason behind it, remains part of working memory. When you return to a room after a week away, Larry reads the room back to you — the gaps that opened, the contradictions that need resolving, the opportunities that surfaced since your last session.Room views
The room generates three views you can access at any time.| Command | What it renders |
|---|---|
/mos:wiki | A browsable three-panel wiki across all room sections |
/mos:graph "your question" | Ask a question against the local knowledge graph |
/mos:export presentation | Six self-contained HTML views: dashboard, wiki, deck, insights, diagrams, graph |