← ClaudeAtlas

statuslisted

Show a Requivo session's readiness, blocking slots, current revision, and artifact freshness. Pure deterministic read — no reasoning, no API key. Use when the user asks where a session stands or what is still blocking it.
jbkkz/requivo · ★ 2 · AI & Automation · score 71
Install: claude install-skill jbkkz/requivo
# /requivo:status Report where a session stands. This is a **deterministic read** — do not re-analyse the request with Claude; just run the command and translate the result. ## Preflight This is often the first Requivo command a new user runs, and the `requivo` CLI is a **separate install** from the plugin. So start with the shared **preflight** in `${CLAUDE_PLUGIN_ROOT}/REASONING.md`: run `requivo doctor --json` and check whether the command ran *at all* — not what it reported. If it could not run, the CLI is not installed; say the four things REASONING.md lists and stop. This skill reads and writes nothing, so there is nothing to undo. ## Run `$ARGUMENTS` is the session slug. Run: ``` requivo status <slug> --json ``` (Add nothing else — the numbers come from Core, not from you.) ## Relay Translate the JSON into plain language, in the vocabulary the user reads elsewhere — *what we know*, *what we are assuming*, *open question*, *needs updating*. Slot ids are the wire format, not something to show: - **Are we ready?** Two states, no invented middle ground: *ready for a first decision brief*, or *not ready* — and if not ready, name what is still unresolved by its `label`, never the raw id. - **Revision**: the session's history position. Mention it only if the user asks or if it matters. - **Documents**: for each, whether it is up to date or **needs updating**. "Needs updating" means the understanding has moved in a way that actually touches what that document was buil