/catchup
Resume your work after /clear or a new chat session.
Usage
/catchupWhat It Does
-
Reads project README.md - Understands project purpose and structure
-
Reads changed files - Uses
git diff --name-only HEAD~10to see recent changes -
Loads relevant Records - Checks Current Status table for in-progress work with Record references
-
Checks Recent Decisions - Reads small decisions that survived the last
/clear -
Reads open private notes - Loads
docs/notes/*.open.mdfiles with session context -
Loads context skills - Matches your Tech Stack to coding standards
-
Summarizes - Shows what changed, open notes, and what’s next
Example Output
Project: claude-code-setup
Tech Stack: Bash, Markdown
Recent changes:
- Added JWT authentication (3 files)
- Updated user model
Records loaded:
- Record 015: Auth decision (in-progress work)
Open notes:
- session-2026-02-01.open.md (Reddit strategy, promotion notes)
Next step: Implement password reset (from CLAUDE.md)When to Use
- After
/clear - Starting a new chat session
- Returning to a project after time away
Related
- /wrapup - Save status before clearing
- /init-project - Set up a new project
- Private Notes - Session notes that stay private