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.
Run the production build, fix compile and bundling errors, and loop until the build succeeds.
Fetch the latest failed CI run, reproduce the failure locally, fix it, and repeat until checks pass.
Run lint and typecheck, fix reported issues, and loop until the codebase is clean.
Every 15 minutes, inspect open PRs with a watch label: nudge reviewers, fix CI, rebase if behind main.
After implementation, run a cleanup pass: remove debug code, tighten naming, delete dead branches, and align with projec...
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.
A CI testing loop that automatically runs card exchange (cardxc) test suites, validates outputs, and reports results.
Run Playwright or Percy visual snapshots on UI changes; fix unintended diffs until baselines match intentionally.
Rebase or merge target branch, resolve conflicts file by file, and loop until the branch is current and tests pass.
Implement from a written spec.md checklist β each iteration completes one unchecked requirement with verification.
Run the production build, fix compile and bundling errors, and loop until the build succeeds.
Run end-to-end tests, fix UI and integration failures, and loop until the E2E suite passes.
Weekly npm audit scan, triage vulnerabilities by severity, and propose or apply safe patches.
Run the formatter, fix any remaining style issues, and loop until the codebase formats cleanly with no diffs.
Run database migrations, fix schema issues, and loop until migrations apply cleanly in dev.
Fetch the latest failed CI run, reproduce the failure locally, fix it, and repeat until checks pass.
Run lint and typecheck, fix reported issues, and loop until the codebase is clean.
Loop until API responses match the OpenAPI or JSON Schema contract β catch drift between docs and implementation.