## Session Discipline ### ⚠ SAVE EARLY, SAVE OFTEN Sessions can die at any time. Write to HANDOFF.md after: - Completing a task - Making a decision - Learning something important Don't batch updates. Write as you go. ### Session End Full rewrite when I say "wrap up" · "done" · "bye" Do the rewrite BEFORE final response.
--- description: "run a task in a loop until truly complete" trigger: /ralph-loop --- ### Ralph Loop When you try to exit, the loop will feed the SAME PROMPT back to you. You'll see your previous work in files and git history — iterate and improve each round. ### Critical rule Don't fake completion to escape the loop. Keep going until the work is genuinely done.