Skip to main content

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.

When you need a frozen Data Room artifact to share with someone outside the team, /mos:snapshot packages everything into a portable bundle. Read-only by design. It generates two files in one command: a three-door lobby (index.html) that adapts to what your room actually contains, and a full museum (hub.html) with every artifact across every section in a single file. The lobby is what you show someone first; the museum is the complete reference.

Two Files, One Command

FilePurpose
index.htmlThe lobby — three doors picked adaptively from your room’s content
hub.htmlThe museum — every artifact across every section, inline, single file
The center door of the lobby always links to the full Data Room (hub.html). The two flanking doors are picked from whatever deliverables your room has — a Feynman deck, the opportunity bank, an investment thesis, deep-grade results, meeting intelligence, or the knowledge graph — ranked by what’s most useful to a reader seeing the room for the first time. If your room has fewer than two detected deliverables, the lobby fills the remaining slots with starter invitation cards so the layout is never broken.

When to Use It

Before a pivot

Capture the room state before you change direction so you have a reference for what you decided and why.

At a phase milestone

Mark the end of discovery, validation, or design with a frozen artifact you can reference later.

Before sharing with co-founders

Package what you have into something readable outside the terminal before a strategy conversation.

For investors or mentors

Generate a portable HTML export that opens in any browser with no server needed.

Output Location

Both files are written to room/exports/:
room/exports/
├── index.html    # Lobby (3 doors, adaptive) — served as site root
└── hub.html      # Museum (full content) — Door 2 destination
To deploy: copy the entire exports/ folder to Vercel, Render, or any static host. Visitors land on the lobby by default.

Flags

FlagWhat it does
--output <path>Write hub.html to a custom path instead of room/exports/hub.html
--openOpen the lobby in the default browser immediately after generation

Usage

# Snapshot the current room
/mos:snapshot

# Snapshot and open in browser immediately
/mos:snapshot --open

# Snapshot a specific room by path
/mos:snapshot ~/MindrianRooms/my-venture

# Write the museum to a custom location
/mos:snapshot --output ./synteris-hub.html
If some sections are empty, the lobby handles it gracefully — starter invitation cards fill any remaining door slots. The snapshot will note which sections are empty, but it will never generate a broken layout.

Sharing Options

Once generated, the export works entirely offline — no server, no npm, no external dependencies. Open it directly from the filesystem with file:// or deploy it:
# Deploy to Vercel
cd room/exports && npx vercel

# Zip and send
zip -r data-room.zip room/exports/
The exported HTML contains your full room content. Share only what you intend to share. MindrianOS does not host or access your data.

Build docs developers (and LLMs) love