What problem does it solve?
This Skill solves the problem of catching session wrap-up issues early by running a non-mutating scan that highlights hygiene problems and cross-artifact inconsistencies before any mutating wrap procedure is allowed to proceed.
Core Features & Use Cases
- W0 transcript-manifest capture (non-mutating): Records session manifest context (git HEAD/branch plus uncommitted/untracked status) into the snapshot directory for later review.
- W1 hygiene scan with severity: Produces a markdown hygiene report and communicates advisory vs error-severity via a strict exit-code contract (0 vs 2).
- W2 cross-artifact consistency check: Generates a markdown consistency report to verify coherence across related artifacts, using the same error-severity exit-code contract.
Use case: Before running the mutating /kb-session-wrap for an AI development session, review the generated reports under .groundtruth/session/snapshots/<session-id>/ to decide whether to proceed or request fixes.
Quick Start
Run /wrap-scan S310 to generate the W0, W1, and W2 slice-1 wrap-up scan reports into the session snapshot directory for owner review.