Session Start Protocol (Anthropic Best Practice)
Run these commands to discover current state:
echo "=== GIT STATUS ===" && git status --short && echo && echo "=== BRANCH ===" && git branch --show-current
echo "=== RECENT COMMITS ===" && git log --oneline -5
Session Protocol
- Review git status and recent commits above
- Identify any uncommitted work or in-progress features
- Select ONE task to focus on this session
- Work incrementally with frequent commits
Next Step: Select ONE incomplete task and implement incrementally.
Remember:
- Focus on incremental progress
- Create checkpoint commits frequently
- Update status tracking before session end