# resume-session > Resume session with minimal context load - Author: RobertoChavez2433 - Repository: RobertoChavez2433/field-guide-claude-config - Version: 20260206183150 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/RobertoChavez2433/field-guide-claude-config - Web: https://mule.run/skillshub/@@RobertoChavez2433/field-guide-claude-config~resume-session:20260206183150 --- --- name: resume-session description: Resume session with minimal context load user-invocable: true disable-model-invocation: true --- # Resume Session Load HOT context only and prepare for work. ## Actions ### 1. Read HOT Memory Only 1. `.claude/memory/MEMORY.md` - Key learnings and patterns 2. `.claude/autoload/_state.md` - Current state (max 5 sessions) 3. `.claude/autoload/_defects.md` - Active patterns (max 7 defects) **DO NOT READ** (lazy load only when needed): - `.claude/logs/state-archive.md` - `.claude/logs/defects-archive.md` - `.claude/logs/session-log.md` ### 2. Check Git ```bash git status && git log --oneline -3 ``` ### 3. Present Context **Session Context Loaded** **Phase**: [From _state.md] **Status**: [From _state.md] **Last Session**: [Summary from _state.md] **Next Tasks**: 1. [From _state.md] 2. [...] **Open Questions**: [From _state.md or "None"] ### 4. Ask "What would you like to focus on this session?" Do NOT start implementation until user confirms. ## On-Demand References Read these only when relevant to the task: - Session history: `.claude/logs/state-archive.md` - Defect history: `.claude/logs/defects-archive.md` - Architecture patterns: `.claude/rules/architecture.md` ## Agent Reference | Domain | Agent | |--------|-------| | UI/Screens | `flutter-specialist-agent` | | Data/Models | `data-layer-agent` | | Cloud/Sync | `supabase-agent` | | Auth | `auth-agent` | | QA/Testing | `qa-testing-agent` | | Code Review | `code-review-agent` | | PDF | `pdf-agent` | | Planning | `planning-agent` |