ralph-resume
SolidResume an interrupted agent loop from last checkpoint
AI & Automation 142 stars
21 forks Updated yesterday MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<!-- AIWG-SKILL-CALLOUT -->
> **Skill access pattern (post-kernel-pivot, 2026.5+)**
>
> Skill names referenced in this document are AIWG skills, **not slash commands**. Most are not kernel-listed and cannot be invoked as `/skill-name` by the platform. Reach them via:
>
> ```bash
> aiwg discover "<capability>"
> aiwg show skill <name>
> ```
>
> Only kernel-listed skills (`aiwg-doctor`, `aiwg-refresh`, `aiwg-status`, `aiwg-help`, `use`, `steward`) are directly invokable as slash commands. See [skill-discovery rule](../../../addons/aiwg-utils/rules/skill-discovery.md).
# Al Resume
Resume a paused or interrupted agent loop.
## Usage
```
/ralph-resume # Resume with existing settings
/ralph-resume --max-iterations 20 # Resume with higher iteration limit
/ralph-resume --timeout 120 # Resume with longer timeout
```
## Parameters
### --max-iterations N
Override the maximum iterations limit. Useful when loop stopped at limit but was making progress.
### --timeout M
Override the timeout in minutes. Useful when loop timed out but task is close to completion.
## Your Actions
### Step 1: Load State
1. Read `.aiwg/ralph/current-loop.json`
2. Verify loop can be resumed (status != 'success', status != 'aborted')
3. Load iteration history and learnings
**If no resumable loop**:
```
No agent loop to resume.
Status: {status}
{If success}: Loop completed successfully. Start a new loop with /ralph
{If aborted}: Loop was aborted. Start fresh with /ralph...
Details
- Author
- jmagly
- Repository
- jmagly/aiwg
- Created
- 9 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
ralph-status
Check status of current or previous agent loop
142 Updated yesterday
jmagly AI & Automation Listed
kookr-ralph-loop
Start, observe, pause, resume, or cancel Kookr's first-class Ralph iteration loops for task-scoped repeated agent work
2 Updated today
kookr-ai AI & Automation Solid
ralph-external
Crash-resilient external loop with state persistence and CI/CD integration
142 Updated yesterday
jmagly AI & Automation Solid
agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
142 Updated yesterday
jmagly AI & Automation Solid
ralph-config
View and configure agent loop settings — show, set, reset, and apply named presets
142 Updated yesterday
jmagly