Wrap Continue

Checkpoint a long-lived thread mid-task so it can be thrown away and resumed in a fresh one — stop background writers, commit, smart-push, reconcile open items into BACKLOG.md, and render a copyable pickup prompt inline. Use when the work is NOT finished and continues immediately in a new thread ("wrap and continue", "checkpoint", "context reset", "trim and keep going", "recycle this thread"). Do NOT use when the session is actually over — done for the day, work complete, or switching to unrelated work; that is /wrap's heavy retrospective. The distinguishing test is whether the task is finished, not whether the thread is ending.

seansmithworks 870477d 19.9 KB Updated

File contents

seansmithworks/agent-skills/tree/main/skills/wrap-continue commit 870477d0cc

Frequently asked questions

npx skillmds@latest add seansmithworks/wrap-continue