Skip to content
Back to the feed
● Lab·skill·Public · Apr 2025

wrap + wrap-continue · session hygiene for long-lived threads

Two slash commands for Claude Code context discipline. /wrap is end-of-day heavy capture · commits, Linear, Second Brain, session notes. /wrap-continue is mid-task light capture with a hot-resume pickup prompt, for recycling a thread without ending the work.

SeanSmithDesign / agent-skillsMarkdown
fragment · wrap-continue · mid-task context reset
// /wrap-continue · light capture, mandatory commit+push,
// hot-resume pickup prompt rendered inline.
//
// Use when recycling a long-lived thread mid-task.
// Not for end-of-day · use /wrap for that.
//
// Pairs with /compact as token-discipline tooling.
What it does

/wrap is the heavy end-of-session closer: reconciliation, commits, Linear updates, Second Brain post-drafting, session notes, state file written before compacting. /wrap-continue is the lightweight version: commit and push whatever is in-flight, write a pickup prompt inline, then clear. Both enforce the commit before context reset.

Why I built it

Every long session ends one of two ways: you're actually done, or you're hitting the context ceiling mid-task. Those are different situations and the right behavior is different. The first time I ran the full close-out flow twice in one day I stopped doing it manually.

Specimen

The artifact is the argument. Words exist only to help you read what the artifact is already saying.

essay · how I work now
Related in the lab