How this skill is triggered — by the user, by Claude, or both
Slash command
/cds-prevention:cds-checkpointThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a snapshot of your session's work. Checkpoints document what was accomplished, decisions made, issues solved, and what should happen next. This helps future sessions understand the project's progress and context.
Create a snapshot of your session's work. Checkpoints document what was accomplished, decisions made, issues solved, and what should happen next. This helps future sessions understand the project's progress and context.
Gather session context by reading:
.context/CURRENT_STATUS.md — what was planned.context/DECISIONS.md — any new decisions madeCreate a checkpoint file at .context/CHECKPOINTS/YYYY-MM-DD-[brief-description].md with:
Update .context/CURRENT_STATUS.md to reflect:
Update the Current Focus section in whichever bootloader files exist (CLAUDE.md and/or .github/copilot-instructions.md) if priorities changed
Suggest a commit to save the checkpoint:
git add .context/CHECKPOINTS/ .context/CURRENT_STATUS.md CLAUDE.md .github/copilot-instructions.md
git commit -m "checkpoint: [brief description of session work]"
Use the template from templates/context/CHECKPOINT_TEMPLATE.md for the checkpoint file format.
npx claudepluginhub xanderscannell/claude-cds-prevention --plugin cds-preventionWraps up a work session by recording changed files, caveats, decisions, and next steps so a fresh session can resume without re-deriving context.
Saves session progress by committing changes, pushing to remote, creating/updating pull requests, persisting decisions/patterns to memory layers, compiling briefings, and archiving features. Use for checkpointing work or PRs.
Captures current Claude Code session state as a reviewable snapshot without stopping work. Summarizes focus, progress, decisions, files touched, and current thread; optionally saves to Markdown file. Ideal for checkpoints, sharing, or reorientation in long sessions.