One-click install
npx skills add https://github.com/marcmunoz-uno/jailbreak --skill ralph-marcmunoz-uno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph
Source: https://github.com/marcmunoz-uno/jailbreak/tree/main/skills/ralph
Command: npx skills add https://github.com/marcmunoz-uno/jailbreak --skill ralph-marcmunoz-uno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ralph prevents complex AI work from ending in “mostly done” states by enforcing PRD-based story tracking and fresh reviewer verification before declaring completion.

Core Features & Use Cases

  • PRD-driven persistence: Breaks work into prioritized user stories backed by acceptance criteria from prd.json, iterating until every story passes.
  • Reviewer-verified completion: Requires mandatory verification against the specific acceptance criteria before marking a story as complete.
  • Automatic retry and progress tracking: Wraps parallel execution with session persistence, retry-on-failure behavior, and progress.txt recording for multi-iteration runs.
  • Use case: When you need a feature shipped without gaps—e.g., “implement endpoint X, validate behavior, add tests, and confirm reviewer acceptance”—Ralph keeps iterating until the defined criteria are satisfied.

Quick Start

Use the ralph skill to complete and verify your task until all PRD stories pass by telling the AI: “ralph, implement this feature and keep going until it’s verified and done”.

Frequently Asked Questions about ralph

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

FAQPage Schema
How do I ensure complex engineering tasks meet all PRD acceptance criteria?

PRD-driven persistence loops enforce task completion by breaking work into prioritized user stories from prd.json, iterating until every story passes reviewer verification. This prevents complex AI work from ending in incomplete states by continuously rechecking acceptance criteria across retries.

What is the best way to automate test-driven workflow verification for multi-iteration feature development?

Test-driven workflow verification is automated by wrapping parallel execution with session persistence and automatic retry-on-failure behavior. Progress is recorded in progress.txt while the system iterates until defined acceptance criteria are explicitly met and verified.

Can I use agent orchestration to handle code changes requiring build and test verification?

Agent orchestration applies to multi-iteration engineering work including code changes that require tests and build verification. It wraps execution with session persistence, automatically retrying failed tasks until all PRD user stories pass reviewer acceptance.

Does PRD execution handle session cancellation and post-review cleanup automatically?

PRD execution includes mandatory post-review cleanup and clean session cancellation as part of its persistence loop. It also handles regression re-verification to ensure previously passing stories remain valid after new iterations.

Why do my AI-assisted development tasks keep finishing in a mostly done state?

AI-assisted tasks often finish incomplete because they lack PRD-based story tracking and fresh reviewer verification before declaring completion. Enforcing a PRD-driven persistence loop iterates until all user stories pass and are reviewer-verified, eliminating gaps.

How do I track progress across multiple task iterations without losing session state?

Track multi-iteration progress using session persistence and progress.txt recording. The system maintains state across retries, wrapping parallel execution so that failed attempts automatically retry until all acceptance criteria are satisfied and verified.