When you need a fast read on the room’s current state,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.
/mos:status shows the governing thought per section plus health glyphs. The 10-second status check — run it after filling a section, before grading, or any time you need a grounded sense of where the venture stands.
Usage
| Invocation | What it shows |
|---|---|
/mos:status | Every section in the active room |
/mos:status market-analysis | One section’s full governing thought, arguments, MECE check, artifacts, and identity |
/mos:status --stale-only | Only sections flagged stale (artifacts newer than the MINTO governing thought) |
What happens
Run the renderer
Larry runs
scripts/mos-status.cjs against the active room. The renderer reads each section’s MINTO governing thought and reasoning_health_score from lib/core/folder-memory.cjs readTriple, with cache hits served through lib/core/statusline-cache.cjs. No Brain queries. No SIGNAL sweeps. Pure local room read.Health glyph assignment
Each section gets a Canon Part 2 health glyph based on the MINTO reasoning health score and whether a governing thought exists at all.
Render the Shape E report
The renderer emits the full Body Shape E (Action Report): header, per-section rows, summary line, and next actions. Larry presents the output verbatim — no added commentary, no emoji.
Room health glyphs
| Glyph | Meaning | Condition |
|---|---|---|
check | Healthy | Governing thought present, reasoning_health_score ≥ 0.7 |
warn | Needs attention | Present, but score between 0.4 and 0.7 |
low | Weak | Present, but score below 0.4 |
-- | Empty or stale | No MINTO yet, or artifacts are newer than the governing thought |
(stale: reason) suffix. Empty sections carry (no MINTO yet). The renderer under-promises — it never fakes content.
What “room health” means in practice: section coverage (how many sections have a governing thought), evidence quality (the
reasoning_health_score distribution), and whether any sections are stale. A healthy room has check on 4+ sections and no low sections going into a grade.Example output
Running/mos:status on a five-section room:
Session-aware view
/mos:status shows section health as it stands now — a snapshot of what has been filed, whether pre-existing or added in this session. Use it:
- After a methodology run to confirm the artifact was filed and the governing thought updated
- Before
/mos:gradeto see which sections are weak before Larry scores them - After a stale warning to identify which sections need their MINTO regenerated with
/mos:reason <section>
Example
Pairs well with
/mos:grade
Score the room after checking health. Status tells you what’s weak; grade tells you by how much.
/mos:suggest-next
Turn the health picture into a ranked recommendation for what to fill next.
/mos:pipeline
Run a methodology chain to fill the empty sections status surfaces.