ralph-resume

Resume paused Ralph sessions and re-dispatch failed tasks with retry, skip, or abort options.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ItsMattG/property-tracker --skill ralph-resume-itsmattg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-resume
Source: https://github.com/ItsMattG/property-tracker/tree/main/.claude/skills/ralph-resume
Command: npx skills add https://github.com/ItsMattG/property-tracker --skill ralph-resume-itsmattg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ralph sessions can be interrupted by circuit breakers, leaving work unfinished. This skill provides a safe, guided way to resume execution and recover from stalls.

Core Features & Use Cases

  • Resume a paused Ralph session to re-dispatch the failed task
  • Offer explicit options to Retry, Skip, or Abort to safely continue or terminate
  • Integrates with the Ralph execution loop to resume epic workflows seamlessly

Quick Start

Run the Ralph resume command to re-dispatch the paused session and recover from the failed task.

Frequently Asked Questions about ralph-resume

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a paused autonomous execution session after a circuit breaker interruption?

You can recover a stalled workflow by running the Ralph resume command to re-dispatch the paused session. This action safely resumes execution and applies controlled recovery logic to the failed task.

What options do I have to recover a stalled workflow task?

When recovering a stalled workflow task, you have explicit options to Retry, Skip, or Abort. These choices allow you to safely continue the epic workflow or terminate the session depending on the failure context.

Why does my Ralph workflow pause unexpectedly?

Your Ralph workflow pauses unexpectedly because a circuit breaker interrupts the autonomous execution session when a task fails or stalls. This mechanism leaves work unfinished and requires a manual resume to proceed safely.

Can I inspect session state before retrying a failed autonomous task?

Yes, you can inspect session state and perform operational checks before retrying a failed autonomous task. The skill supports status queries via shell scripts to verify conditions before applying controlled re-dispatch logic.

Does the workflow recovery process require any specific dependencies or components?

No specific dependencies or components are required to run the workflow recovery process. The skill operates independently through shell scripts and status queries to manage the Ralph execution loop and resume epic workflows.