sitrep

Installation
SKILL.md

/sitrep — Freestyle Dashboard (Stream Projection)

/sitrep is a PROJECTION, not a writer. It reads the lifecycle trigger stream and renders current state. Never mutates. Never archaeology.

Source of truth: .lev/pm/workstreams/*/trace/*.yaml (lifecycle_trigger.v1)

Schema ref: .lev/pm/proposals/20260415-lifecycle-trigger-envelope.yaml

When to Use

  • Mid-flow: "what's happening across my queue right now?"
  • After a /capture or /close tick: "did everything land?"
  • Before /work: "what should I pick up?"
  • After long thinking: "what's in memory vs on disk?"

Distinct from /capture (which WRITES and sweeps) — /sitrep only READS.

Protocol

Installs
1
Repository
lev-os/agents
GitHub Stars
22
First Seen
Jul 16, 2026
sitrep — lev-os/agents