1.2 KiB
1.2 KiB
Session Handoff Protocol Snippet for Project CLAUDE.md
Copy this section into your project's CLAUDE.md file to enable session management for that project.
Session Handoff Protocol
Purpose: Track execution progress and manage context between sessions.
Quick Reference
Before ending any session:
- Update SESSION.md with current state
- Create git checkpoint commit (see format in SESSION.md notes)
- Note concrete "Next Action"
When resuming:
- Read SESSION.md
- Check "Next Action"
- Continue from that point
SESSION.md Location
File: SESSION.md (project root)
Purpose: Navigation hub that references planning docs, tracks current progress
Update: After significant progress (not every tiny change)
Status Icons
- ⏸️ = Not started (pending)
- 🔄 = In progress
- ✅ = Complete
- 🚫 = Blocked
Stages Within a Phase
- Implementation → Writing code for tasks
- Verification → Testing against verification criteria
- Debugging → Fixing issues found during verification
Update SESSION.md to reflect current stage.
For full protocol details, see ~/.claude/skills/project-session-management/