Help us improve
Share bugs, ideas, or general feedback.
From gsd-ralph
Resume execution after Ralph Loop stopped mid-run. Reads state and continues from where it left off.
npx claudepluginhub fliptables/scape-marketplace --plugin gsd-ralphHow this command is triggered — by the user, by Claude, or both
Slash command
/gsd-ralph:resumeThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# GSD-Ralph: Resume Resume autonomous execution after a Ralph Loop session was interrupted. ## Process ### Step 1: Assess what happened Read: - `.planning/STATE.md` — Which phases are marked complete - `.planning/EXECUTION-LOG.md` — Last execution record (if exists) - `.planning/DECISIONS.md` — Decisions made so far (if exists) - `.planning/RALPH-OVERNIGHT.md` — Original execution scope Check git log for recent commits: ### Step 2: Find resumption point Compare STATE.md completed phases against RALPH-OVERNIGHT.md scope: - Identify the first incomplete phase in the execution range - ...
/resumeResumes a previously-running Claude agent by ID, picking up its transcript and continuing the interrupted task.
/resumeLists active task orchestrations with progress and resumes specific ones via --date --project or --latest. Shows tasks in progress, blocked/next tasks, git activity, and quick actions.
/resumeLists active task orchestrations with progress and resumes specific ones via --date --project or --latest. Shows tasks in progress, blocked/next tasks, git activity, and quick actions.
/resumeResumes a babysitter workflow run by run ID or discovers/suggests incomplete runs based on status, inputs, and process.
/resumeResumes an interrupted DMP workflow (engagement, campaign-plan, etc.) from the last completed step using saved checkpoint artifacts, avoiding a full restart.
/resumeResumes interrupted Lisa specification interviews: scans .claude/lisa-*.md state files, lists for user selection, continues questions via AskUserQuestion, updates draft spec, finalizes MD/JSON docs.
Share bugs, ideas, or general feedback.
Resume autonomous execution after a Ralph Loop session was interrupted.
Read:
.planning/STATE.md — Which phases are marked complete.planning/EXECUTION-LOG.md — Last execution record (if exists).planning/DECISIONS.md — Decisions made so far (if exists).planning/RALPH-OVERNIGHT.md — Original execution scopeCheck git log for recent commits:
git log --oneline -20
Compare STATE.md completed phases against RALPH-OVERNIGHT.md scope:
Continue with the same rules as /gsd-ralph:execute:
Same as /gsd-ralph:execute — update state, create execution log, output completion promise.