One-click install
npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill ralph-shayne-snap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ralph
Source: https://github.com/shayne-snap/oh-my-antigravity/tree/main/plugin/skills/ralph
Command: npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill ralph-shayne-snap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ralph prevents complex coding tasks from being marked “done” after partial work by enforcing persistence, fresh verification, cleanup, regression checks, and required architect sign-off.

Core Features & Use Cases

  • Bounded continuation loop: iterates until completion or a hard stop, resuming from true saved state instead of restarting discovery.
  • Verification-first completion: performs current-run evidence capture, architect verification, mandatory deslop/cleanup (unless disabled), and regression re-verification.
  • Plan-gated execution: insists on resolving the latest approved plan handoff and matching PRD/test-spec artifacts before implementation.

Quick Start

Run it like a runtime loop by invoking: omagy ralph --json

Frequently Asked Questions about ralph

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

FAQPage Schema
How do I automate stateful verification for multi-iteration coding tasks?▼

Stateful automation for multi-iteration coding tasks is driven by a bounded continuation loop that resumes from saved session context, enforcing fresh verification and architect approval before completion.

What is an agent workflow bounded continuation loop?▼

An agent workflow bounded continuation loop iterates coding tasks until completion or a hard stop, resuming execution from true saved state rather than restarting the discovery process.

How do I prevent partial coding work from being marked as done?▼

To prevent partial coding work from being marked done, enforce a persistence loop with mandatory architect verification, deslop cleanup, regression re-verification, and a passing completion audit.

Does plan-gated execution require approved plan handoffs?▼

Plan-gated execution insists on resolving the latest approved plan handoff and matching PRD and test-spec artifacts before allowing implementation to proceed.

What does deslop cleanup do during regression-safe task completion?▼

Deslop cleanup removes unnecessary code or artifacts during the completion loop, ensuring regression-safe output by re-verifying the codebase after the cleanup phase.

Can I disable mandatory cleanup when running stateful automation?▼

Mandatory deslop cleanup is enforced during the verification-first completion process, but it can be explicitly disabled unless strict regression re-verification is required.