user-wraplisted
Install: claude install-skill aberson/skill-mesh
# user-wrap
A THIN front door for the sit-back-down moment. The operator has been away — lunch,
overnight, a context switch — and wants one answer before touching anything: keep
going, recycle the window, wrap it, or just close it? This skill composes three
existing contracts and owns ZERO triage logic of its own:
- **Orientation shape** — `/task-handoff --resume`
([`../task-handoff/SKILL.md`](../task-handoff/SKILL.md) § `--resume` — in-window
orient).
- **Verdict + loss report** — `/session-wrap --advise`
([`../session-wrap/SKILL.md`](../session-wrap/SKILL.md) § `--advise` — verdict +
loss report) is the ONE owner of triage: signal collection, route scoring, the
read-only salvage preview, the 4-verdict banner (KEEP GOING / RECYCLE WINDOW /
WRAP & CLOSE / SAFE TO CLOSE), and the two-line loss report.
- **State fields** — `current.md` format, field semantics, path resolution, and
staleness are owned by
`.claude/references/task-state-schema.md` (workspace reference, not published in this mirror)
(cite it, never restate it).
**Defect clause.** Any triage constant appearing in this file or in
user-wrap-authored output prose — a token threshold, a context ceiling, a staleness
window, a route-scoring rule — is a DEFECT. Those numbers live in session-wrap's
threshold table and the task-state schema doc; they reach user-wrap's output only
inside the verbatim re-presented `--advise` report, never as this skill's own
reasoning.
---
## When to use / when NOT to us