ralph-resume

Resume RALPH execution from the last checkpoint by loading intervention state.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/doravidan/supreme-ralph --skill ralph-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-resume
Source: https://github.com/doravidan/supreme-ralph/tree/main/templates/global/skills/ralph-resume
Command: npx skills add https://github.com/doravidan/supreme-ralph --skill ralph-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume RALPH execution from the last checkpoint to avoid redoing progress after pauses or crashes.

Core Features & Use Cases

  • Load intervention state from .ralph/intervention.json and locate the last checkpoint.
  • Set RALPH state to RUNNING and continue with the next subtask.
  • Use Case: Recover from an interruption without losing progress, ensuring seamless feature development.

Quick Start

Use the /ralph-resume command to resume RALPH execution from the last checkpoint.

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 execution from the last checkpoint?

To resume execution from the last checkpoint, use the /ralph-resume command. It loads the intervention state from .ralph/intervention.json, sets the state to RUNNING, and continues with the next subtask without losing progress.

What happens to my interrupted task state when I resume?

When resuming an interrupted task, the system locates the last checkpoint from the .ralph/intervention.json file. It then restores the exact state and proceeds with the next subtask to ensure seamless feature development.

How do I recover from an interruption without redoing progress?

Recover from interruptions by running the resume command. It avoids redoing progress by loading the previously saved checkpoint state and automatically continuing the execution from the exact point of failure.

Do I need an intervention.json file to resume execution?

Yes, you need the .ralph/intervention.json file to resume execution. This file stores the required intervention state and checkpoint data needed to successfully locate the pause point and continue the workflow.

When should I use a checkpoint resume instead of restarting?

Use a checkpoint resume after experiencing a pause or crash to avoid redoing completed work. Restarting is unnecessary if the intervention state file is intact and you need to seamlessly continue feature development.

Related Skills