ralph-loop

star 1

RFC-driven iterative execution loop for complex multi-unit work. Use when a task must be decomposed, validated in stages, and integrated safely.

Xnhyacinth By Xnhyacinth schedule Updated 5/20/2026

name: ralph-loop description: RFC-driven iterative execution loop for complex multi-unit work. Use when a task must be decomposed, validated in stages, and integrated safely.

Ralph Loop

Use a staged loop for complex execution:

  1. Define RFC scope, constraints, and acceptance tests.
  2. Decompose into independent work units with dependencies.
  3. Execute one unit at a time with explicit verification gates.
  4. Integrate in dependency order and re-validate after each merge.
  5. If blocked, narrow scope and retry with updated constraints.

Unit Requirements

  • id
  • depends_on
  • scope
  • acceptance_tests
  • risk_level
  • rollback_plan
Install via CLI
npx skills add https://github.com/Xnhyacinth/MySkills --skill ralph-loop
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator