with one click
session-resume
Resume context from previous session
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Resume context from previous session
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | session-resume |
| description | Resume context from previous session |
Helps agents quickly understand where work left off when starting a new session.
# Log usage when using this skill
./scripts/log-skill.sh "session-resume" "manual" "$$"
# Ready todos (highest priority)
ls todos/*-ready-*.md 2>/dev/null | head -5
# In-progress plans
ls plans/*.md 2>/dev/null
# Recent solutions (for context)
ls -t docs/solutions/**/*.md 2>/dev/null | head -3
# Recent commits
git log --oneline -5
# Uncommitted changes
git status --short
After gathering info, summarize:
./scripts/compound-dashboard.sh
Review health grade and recommendations before starting work.
📍 Session Context:
**Active Work:**
- {X} ready todos waiting
- Plan in progress: {plan name if any}
**Recent Activity:**
- Last commit: {subject}
- {Changed files if uncommitted}
**Suggested Next Steps:**
1. {Most logical next action}
2. {Alternative}
Consider running this skill when you see:
todos/plans/docs/solutions/.agent/workflows/Systematic multi-perspective code review with consistent quality gates.
Document solved problems for knowledge persistence
Systematic debugging with structured reproduction and root cause analysis.
Database, auth, and backend expertise for Supabase operations in [PROJECT_NAME]
Manage file-based todo tracking in the todos/ directory
Unified testing commands and patterns across frontend and backend.