wise-reportlisted
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