Loading...
Loading...
Manage long development sessions with structured progress tracking. Creates SESSION.md files for multi-session handoff, checkpoints progress with WIP commits, and captures learnings to CLAUDE.md. Trigger with 'start session', 'checkpoint', 'wrap session', 'resume session', or 'context getting full'.
npx skill4agent add jezweb/claude-skills dev-sessionSESSION.mdgit branch --show-currentgit add -A && git commit -m "WIP: [what was accomplished]"SESSION.mdCLAUDE.mdgit log --oneline [checkpoint-hash]..HEADgit status| Scenario | Use this skill? |
|---|---|
| Multi-phase feature spanning 2+ sessions | Yes |
| Work that might hit context compaction | Yes |
| Before making risky or destructive changes | Yes (checkpoint first) |
| Quick bug fix or single-file edit | No |
| Single-session task with clear scope | No |
src/auth.ts:42| When | Read |
|---|---|
| Creating a new SESSION.md | references/session-template.md |
| Context compaction tips, what survives | references/compaction-survival.md |