← ClaudeAtlas

wise-reportlisted

Produce a verified status report of the current session - what is done, what is not, the plan, next steps, open questions, leftovers, and postponed tasks - in compact ref-coded form (F facts, A actions, Q questions, R risks, L leftovers, P postponed), with every claim backed by checkable evidence (git SHA, PR number, file path, test output) or explicitly marked unverified. Pass `--full` for expanded detail, `--save` to also write the report to a handoff file that survives compaction and session end. Invoked as `/wise-report` (bare alias) or `/wise:wise-report` (canonical). Use when the user says "session status", "status report", "where are we", "what's done", "what's left", "summarize the session", "session summary", "what's next", "handoff report", or types `/wise-report`.
e1024kb/wise-claude · ★ 4 · AI & Automation · score 80
Install: claude install-skill e1024kb/wise-claude
# /wise-report - verified session status report Before asking any user question, read and follow the [question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open). Keep asynchronous prompts open until answered; this rule does not authorize questions in autonomous or otherwise prompt-free procedures. ## Why this skill exists Long sessions accumulate finished work, half-finished work, promises, and open questions - and a summary written from memory alone drifts. This skill runs the plugin's shared report pass over the current session so the user gets a compact, ref-coded report where every line is either evidence-tagged or explicitly `(unverified)`, and can reply about any single item ("do A2 first", "drop L1") without quoting it back. The skill is a thin wrapper: parse the two flags, then read the shared `${CLAUDE_PLUGIN_ROOT}/references/report-pass.md` and follow it. The reference is the source of truth for the recall → verify → aggregate → emit discipline, the report template, the handoff-store location, and the final-line format - workflow steps and future `-auto` building blocks read the same file, so a change to the routine lands everywhere at once. ## Invocation ``` /wise-report /wise-report --full /wise-report --save /wise-report --full --save /wise:wise-report [--full] [--save] # canonical namespaced form ``` ## Arguments Parse `$ARGUMENTS` yourself. Only two flags exist, in any order: | Token | Meaning