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.1k πŸ“₯ 1.2k
πŸ›‘ 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.2k πŸ“₯ 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.5k πŸ“₯ 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.4k
πŸ›‘ 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 πŸ‘‘
πŸ‘ 2k πŸ“₯ 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