원클릭으로
session-resume
Resume context from previous session
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resume context from previous session
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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/