Skip to content
Development
Command

/resume-work

Resume work from previous session with full context restoration

From plugin
gsd-pro
8038 skills15 agents38 commands3 hooks
Install
$ npx -y skills add itsjwill/gsd-pro --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/resume-work

Context preview

What this command does when you run it.

Resume work from previous session with full context restoration

Command definition

resume-work.md
name: gsd:resume-work
description: Resume work from previous session with full context restoration
allowed-tools:
  - Read
  - Bash
  - Write
  - AskUserQuestion
  - SlashCommand

<objective> Restore complete project context and resume work seamlessly from previous session.

Routes to the resume-project workflow which handles:

  • STATE.md loading (or reconstruction if missing)
  • Checkpoint detection (.continue-here files)
  • Incomplete work detection (PLAN without SUMMARY)
  • Status presentation
  • Context-aware next action routing

</objective>

<execution_context> @~/.claude/get-shit-done/workflows/resume-project.md </execution_context>

<process> **Follow the resume-project workflow** from `@~/.claude/get-shit-done/workflows/resume-project.md`.

The workflow handles all resumption logic including:

1. Project existence verification 2. STATE.md loading or reconstruction 3. Checkpoint and incomplete work detection 4. Visual status presentation 5. Context-aware option offering (checks CONTEXT.md before suggesting plan vs discuss) 6. Routing to appropriate next command 7. Session continuity updates </process>

Ships withgsd-pro

GSD Pro — The most powerful AI coding workflow for Claude Code. Free alternative to Cursor Composer, Copilot Workspace, Devin & Bolt. Multi-model routing, rollback/recovery, adaptive context. Fork of 30K★ original. npx get-shit-done-cc

Get the whole plugin, auto-invoked
Stats
80
Stars
0
Views
17
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
6mo ago
Created

Repo: itsjwill/gsd-pro