refresh
/refresh
Silently reload project context by reading critical configuration files.
Usage
/refresh # Silent context reload
Execution Steps
1. Read Core Configuration
Read: CLAUDE.md
Read: .claude/memories/about-taylor.md
Error if CLAUDE.md missing: "CLAUDE.md not found"
2. Read Recent Memories
Get today's date and read memories from the last 3 days:
Bash: date +%Y-%m-%d # Get today's date
Bash: ls .claude/memories/2026-01-*.json | tail -10 # Recent memory files
Read any memory files from the last 3 days (by filename date prefix).
3. Read Shared Documentation
Glob: shared/docs/**/*.md
# Read each found file
Skip silently if not found.
4. Get Recent Activity
Bash: git log -3 --format="%h - %s"
Skip if git unavailable.
5. Output
Context refreshed
Silent operation: Do NOT summarize files, list what was read, or explain context.
What Gets Loaded
| Category | Files |
|---|---|
| Core | CLAUDE.md |
| Profile | .claude/memories/about-taylor.md |
| Memories | .claude/memories/YYYY-MM-DD-*.json (last 3 days) |
| Shared | shared/docs/**/*.md |
| Git | Last 3 commits |
Error Handling
| Situation | Action |
|---|---|
| CLAUDE.md missing | Error message |
| Other files missing | Skip silently |
| Git unavailable | Skip git, continue |
When to Use
- Starting a new conversation
- After long break in session
- Before major planning work
- When context feels stale
Not for: Mid-task validation (use /sanity-check), project-specific context (read files directly)
More from taylorhuston/local-life-manager
daily-review
Complete daily journal review. Use at end of day or next morning to fill in journal sections, review highlights, and plan tomorrow. Triggers on "daily review", "end of day", "journal review", "what did I do today".
48weekly-review
Weekly review and planning session. Use at end of week or weekend to review progress, plan next week, and set priorities. Triggers on "weekly review", "plan my week", "what did I do this week", "Sunday planning".
25daily-journal
Daily journal management for the my-vault Obsidian vault. Use for morning routines, daily reviews, quick journal updates, checking yesterday's entry, or setting today's highlight. Triggers on "good morning", "daily review", "journal", "what did I do", "highlight".
23life-planning
Cross-repo life and project planning. Use when user wants to plan their week, prioritize projects, review progress across all areas, or make decisions about what to focus on. Triggers on "plan my week", "what should I work on", "prioritize", "weekly review", "life planning".
23flashcards
Generate spaced repetition flashcards from notes or topics. Use when user wants to create flashcards, make review cards, prepare for spaced repetition, or convert notes to quiz format. Triggers on "flashcards", "make cards", "spaced repetition", "review cards".
21video-summarize
Summarize a single YouTube video and create a note. Use when user shares a video URL or asks to summarize a specific video. Triggers on "summarize this video", "video summary", YouTube URLs.
17