| name | checkpoint |
| description | Summarize current progress, what's done, what's left, and any blockers. Use between tasks or when context is getting long. |
Create a checkpoint of the current session:
- Run
git status and git diff --stat to see what's changed
- Summarize progress:
- What was the goal?
- What's been done so far?
- What files were modified and why?
- What's left:
- Remaining tasks or open questions
- Any blockers or decisions needed
- State of the code:
- Does it build? Were tests run?
- Any known issues?
Format as a concise status report. This helps if context gets compacted or the session is resumed later.