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-ralph# 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 previous Claude agent by ID, loading its transcript to continue the interrupted task where it left off. Pass agent ID; optionally add follow-up prompt.
/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 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.
/resumeDetects and resumes interrupted Plan Cascade tasks by auto-detecting mega-plan, hybrid-worktree, or hybrid-auto context and routing appropriately.
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.