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:
- Define RFC scope, constraints, and acceptance tests.
- Decompose into independent work units with dependencies.
- Execute one unit at a time with explicit verification gates.
- Integrate in dependency order and re-validate after each merge.
- If blocked, narrow scope and retry with updated constraints.
Unit Requirements
iddepends_onscopeacceptance_testsrisk_levelrollback_plan