| name | context-refresh |
| description | Systematically rebuild mental model of any repository at session start |
| version | 1.0.0 |
| triggers | ["session start","/refresh-context","cold start"] |
Context Refresh
Eliminates the cold-start problem by executing a 7-step discovery protocol.
Protocol
- Read CLAUDE.md and project config (package.json, Cargo.toml, etc.)
git log --oneline -15 for recent history
git status for current state
- Directory structure overview
- Check for active PRs or branches
- Read memory files if they exist
- Synthesise into a working mental model
Target
Complete refresh in < 3500 tokens. No exploration agents needed.