Pre-built agent loops for Cursor, Claude Code, Codex and more. Copy the kickoff and let your agent self-pace.
Deeplinks paste the kickoff only β they cannot install files into your repo.
Browse loops and open one that matches your workflow.
Click Use loop to copy the kickoff, or use an agent deeplink to pre-fill it.
Paste into your agent and let it self-pace until the exit condition passes.
For hook-based loops, download the install files, extract at your project root, then restart the agent.
Implement from a written spec.md checklist β each iteration completes one unchecked requirement with verification.
Every 15 minutes, inspect open PRs with a watch label: nudge reviewers, fix CI, rebase if behind main.
Write a small throwaway script to reproduce a bug, run it, read output, and iterate until the root cause is proven.
Fresh-context loop: pick one incomplete story from prd.json, implement it, run backpressure checks, commit, and update p...
Poll open PRs labeled codex-watch every 15 minutes, review activity, and flag regressions or stale threads.
On an interval, hit health and smoke endpoints after a deploy until all checks return healthy responses.
When a check fails twice the same way, append a guardrail sign to .ralph/guardrails.md so the next iteration avoids repe...
Implement on a branch, run tests, push, open a PR, wait for CI, and loop until checks pass and the PR is ready to merge.