resume-work
Installation
SKILL.md
/resume-work - Session State Restoration
Overview
This skill reconstructs session state from handoff artifacts so work can continue without wasting time re-reading files and re-discovering decisions. It is the consumer half of the pause/resume pair — /pause-work creates the artifacts, /resume-work consumes them.
The priority cascade exists because handoff quality varies:
- HANDOFF.json — Best case. Machine-readable, structured, created by explicit
/pause. Contains reasoning context. - .continue-here.md — Good case. Human-readable prose. May exist without JSON if user wrote it manually.
- task_plan.md — Fallback. Records task structure but not session reasoning. Better than nothing.
- git log + git status — Last resort. Can infer recent activity but cannot reconstruct reasoning or rejected approaches.
Each level down the cascade loses more context, so the skill always starts from the top.
Instructions
Phase 1: DISCOVER
Related skills
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9