AAWEA.ORG
AAWEA.ORG
AAWEA.ORG

🔄 Loops Hub

Pre-built agent loops for Cursor, Claude Code, Codex and more. Copy the kickoff and let your agent self-pace.

📘 How to use a loop

Deeplinks paste the kickoff only — they cannot install files into your repo.

1

🔍 Browse

Browse loops and open one that matches your workflow.

2

📋 Copy the kickoff

Click Use loop to copy the kickoff, or use an agent deeplink to pre-fill it.

3

▶️ Paste & self-pace

Paste into your agent and let it self-pace until the exit condition passes.

4

📦 Install files

For hook-based loops, download the install files, extract at your project root, then restart the agent.

Search Results (8)

Planning manual 👑
👁 2.2k 📥 1.3k
🛡 Hardened

Spec-First Ship

Implement from a written spec.md checklist — each iteration completes one unchecked requirement with verification.

Cursor Claude Code Codex
planning spec requirements
CI interval 👑
👁 1.3k 📥 1.8k
🛡 Hardened

PR Babysitter

Every 15 minutes, inspect open PRs with a watch label: nudge reviewers, fix CI, rebase if behind main.

Cursor Codex
pr github ci boris-cherny
Debugging manual 👑
👁 1.6k 📥 1.1k

Investigation Script Loop

Write a small throwaway script to reproduce a bug, run it, read output, and iterate until the root cause is proven.

Cursor Claude Code Codex
debugging repro scripts
Automation manual 👑
👁 1.4k 📥 1.6k
🛡 Hardened

Ralph Story Executor

Fresh-context loop: pick one incomplete story from prd.json, implement it, run backpressure checks, commit, and update p...

Cursor Claude Code Codex
ralph automation prd fresh-context
CI interval 👑
👁 1.7k 📥 1.5k
🛡 Hardened

PR Watch Loop

Poll open PRs labeled codex-watch every 15 minutes, review activity, and flag regressions or stale threads.

Cursor Codex
ci pr watch codex
DevOps interval 👑
👁 1.2k 📥 1.9k
🛡 Hardened

Deploy Verification Loop

On an interval, hit health and smoke endpoints after a deploy until all checks return healthy responses.

Cursor Claude Code Codex
deploy devops smoke-test
Automation manual 👑
👁 2.2k 📥 1.7k
🛡 Hardened

Guardrails Learning Loop

When a check fails twice the same way, append a guardrail sign to .ralph/guardrails.md so the next iteration avoids repe...

Cursor Claude Code Codex
ralph guardrails learning
CI manual 👑
👁 2.1k 📥 1.9k
🛡 Hardened

Ship PR Until Green

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.

Cursor Claude Code Codex
pr ci ship continuous-claude