Run long-horizon tasks with ralph

Execute autonomous multi-step work against a completion promise without human intervention until done.

prompt
→ Claude
/ralph-loop "Your task description" --completion-promise "DONE
claude-code

Source: ralph-wiggum/README.md

More automation loops

Schedule batch jobs with Dapr bindings

/schedulenew

Schedule recurring batch jobs and cleanup tasks using Dapr cron bindings, running on your defined cadence.

prompt
→ Claude
/Schedule | bindings.cron | Batch jobs, cleanup tasks |
automationmedium risk

/goal + Routines overnight combo

/scheduleSabrina Ramonovnew

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.

prompt
→ Claude
/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

/goalnew

Run a persistent goal autonomously until completion, routing each task to the optimal model for cost and capability.

prompt
→ Claude
/goal <objective · /loop <task | Set a persistent goal · run autonomously until complete (≤25 turns) |
automationlow risk