ralph
Installation
SKILL.md
ralph
Iterative task completion loop driven by a user-confirmed Definition of Done. Combines the Ralph Wiggum technique (prompt re-injection on stop) with DoD-based independent verification.
How it works:
- You propose DoD criteria based on the user's request
- User confirms/modifies via AskUserQuestion
- You work on the task
- When you try to stop, the Stop hook checks the DoD checklist:
- If unchecked items remain → blocks exit, re-injects original prompt + remaining items
- If all items checked → allows exit
- Loop continues until all DoD items verified or circuit breaker (max 10 iterations)
Phase 1: DoD Collection
Build a Definition of Done through interactive confirmation before starting work.