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 to view or launch the active Data Room, /mos:room opens the room view with its current state. It is the default entry point for room navigation: the overview renders a semantic tree of all sections with filing status and health signals; passing a section name gives you a wiki-style card with graph relationships and the governing thought; the view subcommand launches the live browser dashboard.

The Overview View

Running /mos:room with no arguments produces the semantic tree overview:
-- Acme Robotics -- ~/MindrianRooms/acme-robotics/ -- Pre-Opportunity --

  ▼ room/
  ├─ ▼ problem-definition/          3 entries
  │  ├─ ✓ domain-exploration.md     2026-03-20
  │  ├─ • trend-analysis.md         2026-03-21
  │  └─ • assumption-map.md         2026-03-22
  ├─ ▶ market-analysis/             1 entry
  ├─ ▷ solution-design/             empty
  ├─ ▶ business-model/              2 entries
  ├─ ▷ competitive-analysis/        empty
  ├─ ▶ team-execution/              2 entries
  ├─ ▷ legal-ip/                    empty
  └─ ▷ financial-model/             empty

  5 sections with content, 3 empty.
Symbols at a glance: expanded (has content shown), collapsed with content, empty. Entry status: complete artifact, draft. If there are active intelligence signals — contradictions, gaps, convergences — up to three appear in a strip below the tree. If there are no signals, the strip is omitted.

Section Card View

Passing a section name drills into that section for a wiki-style card:
-- Acme Robotics -- problem-definition -- Pre-Opportunity --

  Governing Thought:
  "IT integration is the real wedge, not the hardware."

  Entries (3):
  ├─ ✓ domain-exploration.md     2026-03-20  deep
  ├─ • trend-analysis.md         2026-03-21  quick
  └─ • assumption-map.md         2026-03-22  deep

  Graph:
  ├─ INFORMS  market-analysis (2 edges)
  ├─ CONTRADICTS  financial-model (1 edge)
  └─ CONVERGES  solution-design (1 edge)
If the section has no entries yet, Larry shows the starter questions from ROOM.md so you have somewhere to begin.

Subcommands

SubcommandWhat it does
/mos:roomOverview — semantic tree of all sections
/mos:room <section>Section card — governing thought, entries, graph edges
/mos:room add <name>Add a new section to the room
/mos:room viewLaunch the live browser dashboard
/mos:room linkifyInject wikilinks and branded footers in place
/mos:room exportGenerate a standalone HTML export

Usage

# Overview of the active room
/mos:room

# Drill into a section
/mos:room problem-definition

# Add a custom section
/mos:room add partnerships

# Launch the live dashboard in a browser
/mos:room view

/mos:ignite

The front door for starting or excavating a room.

/mos:status

Section-by-section health with governing thoughts and health glyphs.

/mos:snapshot

Package a shareable point-in-time export of the room.

/mos:graph

Query the room knowledge graph for connections and contradictions.

Build docs developers (and LLMs) love