From GSD Core
Restores full project context from a previous session by loading STATE.md, detecting checkpoints and incomplete work, then routing to the next appropriate action.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-resume-workThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Routes to the resume-project workflow which handles:
<execution_context> @~/.claude/gsd-core/workflows/resume-project.md </execution_context>
Execute end-to-end.npx claudepluginhub open-gsd/gsd-coreResumes coding sessions by detecting blockers, reconciling STATE.md with filesystem, and suggesting next actions from checkpoints or plans.
Restores session context from a previous Claude Code session after context resets, compaction, or new conversations. Checks for handoff files and project state to resume work.
Resumes work on existing projects: lists from registry JSON, reads project_state.md for state summary and phase, scans in-progress tasks, suggests next actions. Triggers: 'pick up where I left off'.