Run long-horizon tasks with ralph
Execute autonomous multi-step work against a completion promise without human intervention until done.
/ralph-loop "Your task description" --completion-promise "DONE
claude-code
Source: ralph-wiggum/README.md ↗
More automation loops
Schedule batch jobs with Dapr bindings
Schedule recurring batch jobs and cleanup tasks using Dapr cron bindings, running on your defined cadence.
/Schedule | bindings.cron | Batch jobs, cleanup tasks |
automationmedium risk
/goal + Routines overnight combo
The two-layer answer to how do I run this overnight: /goal drives in-session work to done, while a scheduled Routine keeps recurring unattended work running on Anthropic's cloud with your laptop closed.
/schedule a Routine (runs on Anthropic cloud, laptop closed) for recurring unattended work, and use `/goal` for in-session iterate-to-done — the two-layer overnight pattern.
automationmedium risk
Set and ship autonomous goals
Run a persistent goal autonomously until completion, routing each task to the optimal model for cost and capability.
/goal <objective · /loop <task | Set a persistent goal · run autonomously until complete (≤25 turns) |
automationlow risk