until-done

Loop a task with persistent retries until architect verification completes.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/shaun0927/codex-superskills --skill until-done
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: until-done
Source: https://github.com/shaun0927/codex-superskills/tree/main/skills/ralph
Command: npx skills add https://github.com/shaun0927/codex-superskills --skill until-done

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ralph creates a self-persisting loop that keeps working on a task until it is fully complete and architect-verified.

Core Features & Use Cases

  • Persistent iteration across retries to ensure completion.
  • Parallel delegation to specialists with automatic retry, and mandatory verification before finalization.
  • Flexible workflow: you can chain iterations, verify progress, and cleanly exit with cancel.

Quick Start

Initiate a Ralph loop on the current task, enforcing architect verification before completion.

Frequently Asked Questions about until-done

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

FAQPage Schema
How do I keep a task looping until architect verification confirms true completion?

To keep a task looping until true completion, you can use an iterative persistence mechanism that enforces architect verification before closure. This approach maintains state across retries and delegates parallel subtasks automatically.

What is the best way to automate persistent iteration across multiple task retries?

Automating persistent iteration across task retries requires a self-persisting loop that continuously works on the objective. It ensures tasks spanning multiple iterations are fully executed and verified before finalization.

Can I delegate parallel subtasks and require verification before the main loop exits?

Yes, you can delegate parallel subtasks to specialists with automatic retry while requiring explicit verification before the main loop exits. This ensures all delegated components are fully complete before closure.

How do I chain task iterations and cleanly exit an automation loop when work is done?

To chain task iterations and cleanly exit an automation loop, use a workflow that verifies progress at each step. You can initiate the loop on the current task and execute a clean cancel once completion is verified.

Why does my multi-step task close before all parallel work is fully verified?

A multi-step task closes prematurely if it lacks mandatory architect verification before finalization. Implementing a persistent loop with explicit completion checks ensures parallel delegation is fully verified before exiting.