gsd-resume-work
Resumes work by restoring session context. Use this to pick up exactly where you left off.
Install
mkdir -p .claude/skills/gsd-resume-work-acidicsoil && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18827" && unzip -o skill.zip -d .claude/skills/gsd-resume-work-acidicsoil && rm skill.zipInstalls to .claude/skills/gsd-resume-work-acidicsoil
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Resume work from previous session with full context restorationKey capabilities
- →Resume work smooth from previous session
- →Load or reconstruct `STATE.md`
- →Detect checkpoint files (`.continue-here`)
- →Identify incomplete work (PLAN without SUMMARY)
- →Present status and route to context-aware next actions
How it works
The skill loads the project state, detects checkpoints and incomplete work, then presents the status. It routes to the `resume-project` workflow to restore context and determine the next action.
Inputs & outputs
When to use gsd-resume-work
- →Resume previous coding session
- →Restore context after timeout
- →Continue interrupted GSD workflows
About gsd-resume-work
Maps previous session context to current tasks, managing user prompts and interaction workflows to ensure continuity. It provides a standard method for resuming agent-driven development.
Resume work from previous session with full context restoration
When not to use it
- →When an explicit non-interactive flag is present and user approval for defaults is not given
- →When `request_user_input` is rejected or unavailable and text mode is not desired
Limitations
- →Codex has no `multiSelect` for `request_user_input`
- →Typed GSD agent dispatch is not possible with `multi_agent_v1` schema
- →Codex `spawn_agent` does not create or bind a git worktree automatically
How it compares
This skill provides a structured method for restoring a full project context and resuming work, including handling user interaction and agent spawning, unlike manually piecing together previous session information.
Compared to similar skills
gsd-resume-work side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-resume-work (this skill) | 0 | 2mo | No flags | Advanced |
| pptx | 393 | 7mo | Review | Advanced |
| nano-pdf | 63 | 3mo | Review | Beginner |
| video-downloader | 101 | 8mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by AcidicSoil
View all by AcidicSoil →You might also like
pptx
anthropics
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
youtube-transcript
michalparkola
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
browser-automation
browserbase
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.