Resume context from previous session
Helps agents quickly understand where work left off when starting a new session.
# Log usage when using this skill
Call MCP `call_tool_logger_manager` { action: "logSkill", name: "session-resume", outcome: "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:
Call MCP `call_tool_compound_manager` { action: "dashboard" }
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/skills/workflows/