Docs navigation mb-status

Start & Status

mb-status

Last updated May 25, 2026

Supported in Codex

Show the current operating state before choosing a route or making a claim.

mb-status spans Sense
  1. Sense
  2. Decide
  3. Ship
  4. Reflect

Usage

Use mb-status as an agent route. The route should read Main Branch facts before advice, then stay inside the approval gates for the work it recommends.

bash
mb-status

# Claude Code, when installed
/mb-status

When to use it

Best for

A read-only status check when the operator wants to know what is ready, stale, drifting, or newly changed.

Use when

  • The operator asks for status.
  • A route needs current facts before advice.
  • You need to compare recent work, MoneyPath, provider posture, or ranked actions.

Route workflow

  1. Run the status fact command.
  2. Name readiness, drift, recent work, and since-last-check changes.
  3. Call out MoneyPath, content strategy, provider signals, and ranked actions when present.
  4. Recommend the next narrow route without writing files.

Safe fact commands

Run only the read-only facts needed for the route before recommending next work. Approval-gated commands belong in the plan, not the first move.

bash
mb status --json --peek

Command contract

Reads

  • setup readiness
  • runtime drift
  • recent work
  • MoneyPath
  • open decisions and checkpoints

Writes

  • none

Approval gates

  • none for read-only inspection

Expected output

Return

  • Current readiness.
  • Important drift or blockers.
  • Ranked next actions grounded in status facts.

Do not

  • Do not invent missing status signals.
  • Do not turn status into a repair apply.
  • Do not claim a provider is connected without evidence.

Example response

agent
Status says the repo is initialized, provider posture needs review, and the highest-leverage next action is to close the open site-readiness push.