wrapup
Installation
SKILL.md
What this skill does
Captures the state of the current project so a future session resumes without losing context. Writes (all paths relative to the project root):
tasks/SESSION.md— latest wrap-up (overwritten each run)tasks/ROADMAP.md— living list of what's next (updated each run)tasks/sessions/YYYY-MM-DD-HHMM.md— archived snapshot (new each run)CLAUDE.md— ensures a one-line pickup pointer exists
Strictly read-only with respect to git unless the user explicitly opts in to a commit during step 2. Never pushes, never resets, never force-anything.
Workflow
Run steps in order. Don't batch — each step's output informs the next.