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.
A CI testing loop that automatically runs card exchange (cardxc) test suites, validates outputs, and reports results.
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 end-to-end tests, fix UI and integration failures, and loop until the E2E suite passes.
Run the production build, fix compile and bundling errors, and loop until the build succeeds.
Weekly npm audit scan, triage vulnerabilities by severity, and propose or apply safe patches.
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.
Loop until API responses match the OpenAPI or JSON Schema contract β catch drift between docs and implementation.
After implementation, run a cleanup pass: remove debug code, tighten naming, delete dead branches, and align with projec...
Run a fixed smoke checklist against staging after deploy: auth, core flows, and error budgets.
Test-first loop: write a failing test, implement the minimum code to pass, refactor, and repeat.