Comparison

sitrep vs just asking your agent

The realest alternative to sitrep is not any tool on these pages. It is typing "what is the status of this project?" into the agent you already run. That prompt is free, needs no install, and inside one warm repo it genuinely works - so this page starts by conceding it, and then is precise about where it stops.

Disclosure: this page is written by the maker of sitrep. Read the framing with that in mind - and note that where the honest answer is "just ask", this page says so.

The one-sentence difference

The prompt re-derives state; sitrep holds it. Every time you ask, the agent has to find the record before it can judge it - locate the plans, the decision logs, the progress notes, read them, and compose an answer. That work is re-paid on every ask, the answer arrives minutes later as a paragraph, and the paragraph reflects that one session's reading. Ask again tomorrow and you pay again - and may get a different paragraph.

sitrep pays the reading cost once, at parse time, and keeps the result current as files change. Status, phases, open decisions, due dates and staleness are extracted by fixed conventions, so the same question gets the same answer twice, every count moves only when a document moved, and every extracted item keeps the file and line it came from. The glance costs nothing, which is what lets it happen twenty times a day.

What the prompt has that sitrep never will: judgment. An agent reads meaning - it can notice that a doc marked active declares its own approach dead in the prose, weigh contradictions, answer follow-ups. The extractor deliberately refuses to interpret prose, because guessing at meaning invents findings. One is an instrument, the other is an analyst.

Side by side

sitrepAsking your agent
What it isAI project status dashboard - a passive state layer over existing filesA capable agent re-reading your files and composing an answer on demand
How the answer is madeExtracted once by fixed conventions, kept current by a file watcherRe-derived from scratch on every ask, by sampling a language model
Time to an answerA glance - the state is already parsed when you lookThe agent finds and reads the docs first, then summarizes - minutes, not moments
Same question twiceThe same answer - a count moves only when a document changedTwo summaries, sometimes two different findings
ProvenanceEvery status, phase and decision keeps the file and line it came fromA composed summary; checking it means asking again or reading the docs yourself
When the docs lieStaleness is measured - an “active” claim nothing has touched in weeks gets flagged against the repo’s real activityThe agent believes what the doc says unless told to cross-check dates, per doc, per ask
Scope per askEvery project at once, newest activity firstIn practice the repo the session is open in; “all my projects” means many asks
Reads meaningNo - it extracts what the docs state, it does not interpret proseYes - weighs contradictions, reads intent, answers follow-ups. Genuinely better at this
Writes to your filesThree guarded state operations in the document’s own convention; nothing else, ever“Make sure the docs are up to date” hands the whole record to free-form edits
Cost per glanceNothing - a local parse you look at, no tokens spentTokens and minutes, every time the question is asked

When to just ask

When to choose sitrep

Using both

This is the pairing the comparison actually resolves to: the prompt is not sitrep's competitor so much as its best client. The MCP server hands agents its parsed state, read-only - so "what is waiting on me?" stops being a re-derivation and becomes a lookup, and the agent spends its context on judgment instead of discovery.

The same split rescues the bigger prompt. "Review recent changes and bring the docs up to date" run bare must first reconstruct an unverified, single-use picture of where everything stands - then throw it away. Run with sitrep underneath, the stale claims, due items and open decisions arrive as a worklist with file and line; the agent applies its judgment and makes the edits in your session, where you see them; and the dashboard afterwards shows whether the stale count actually dropped. The analyst works from the instrument's readings - and the instrument checks the analyst's work.

sitrep is in development, launching first on macOS. Local-first - your files never leave your machine.