ralph

Loop tasks until completion with architect verification and session persistence.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/RJJJJ/project2 --skill ralph-rjjjj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph
Source: https://github.com/RJJJJ/project2/tree/main/.codex/skills/ralph
Command: npx skills add https://github.com/RJJJJ/project2 --skill ralph-rjjjj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ralph guarantees task completion by looping until a task is fully completed and architect-verified, preventing silent incomplete results.

Core Features & Use Cases

  • Persistence across iterations with session state to recover from failures
  • Parallel execution orchestration with automatic retry and verification gating
  • Architect sign-off required before declaring a task complete, suitable for long-running, high-stakes work

Quick Start

Start Ralph with a task description and let it loop until it is fully completed and verified.

Frequently Asked Questions about ralph

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

FAQPage Schema
How do I guarantee a workflow automation task completes instead of silently returning incomplete results?

To guarantee workflow automation task completion, use a looping mechanism that continuously executes iterations until a formal architect verification gates the final output, preventing silent incomplete results.

How does session persistence work for recovering long-running automation tasks from failure?

Session persistence for long-running automation tasks works by saving state across loop iterations, allowing the workflow to automatically retry and recover execution from the exact point of failure without losing prior progress.

What is architect verification and when do I need it for high-stakes task iteration?

Architect verification is a mandatory sign-off process required before declaring a task complete. You need it for high-stakes, multi-iteration tasks to enforce structured progress gating and prevent premature completion.

How do I start looping a task until it is fully completed and verified?

To start looping a task until completion, provide a task description to the automation tool and let it persistently loop through execution, retry on failure, and apply final verification gating automatically.

Does task verification work with parallel execution orchestration?

Yes, task verification works with parallel execution orchestration by applying automatic retry on failure and mandatory architect sign-off gating across concurrent iterations, ensuring all parallel tasks are fully completed before finalizing.