Save a checkpoint of the current session's progress and project plan for future continuation.
Saves current session progress and project plan to a checkpoint file for future continuation.
/plugin marketplace add chrshydn/checkpoint-plugin/plugin install checkpoint-plugin@checkpoint-plugin-marketplaceSave a checkpoint of the current session's progress and project plan for future continuation.
Gather context:
git status to see current changesgit diff --stat to summarize file changesgit log --oneline -5 to see recent commitsCreate the savepoint entry with this format:
## YYYY-MM-DD HH:MM
### Session Summary
[Brief description of what this session focused on]
### Completed This Session
- [List what was accomplished]
### Project Plan
[Current state of the project - what's left to do, next steps, or "All tasks completed" if done]
### Notes
[Any important context, decisions, blockers, or things to remember for next session]
---
Write to CLAUDE_SAVEPOINT.md:
/loadpoint will read to resumeAppend to CLAUDE_SAVEPOINT_LOG.md (history):
Confirm with a brief summary of what was saved
$ARGUMENTS