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 (32)

Testing manual
πŸ‘ 4 πŸ“₯ 3
πŸ›‘ Hardened

cardxc

A CI testing loop that automatically runs card exchange (cardxc) test suites, validates outputs, and reports results.

Cursor Claude Code
Git manual πŸ‘‘
πŸ‘ 1.6k πŸ“₯ 1.6k
πŸ›‘ Hardened

Merge Conflict Resolver

Rebase or merge target branch, resolve conflicts file by file, and loop until the branch is current and tests pass.

Cursor Claude Code
git rebase merge
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
Testing manual πŸ‘‘
πŸ‘ 1.6k πŸ“₯ 1.1k
πŸ›‘ Hardened

E2E Until Green

Run end-to-end tests, fix UI and integration failures, and loop until the E2E suite passes.

Cursor Claude Code
e2e playwright testing
Testing manual πŸ‘‘
πŸ‘ 1.9k πŸ“₯ 1.9k
πŸ›‘ Hardened

Build Until Green

Run the production build, fix compile and bundling errors, and loop until the build succeeds.

Cursor Claude Code
build compile ci
Maintenance interval πŸ‘‘
πŸ‘ 1.1k πŸ“₯ 1.8k
πŸ›‘ Hardened

Security Audit Weekly

Weekly npm audit scan, triage vulnerabilities by severity, and propose or apply safe patches.

Cursor Claude Code
security npm audit maintenance
Database manual πŸ‘‘
πŸ‘ 1.7k πŸ“₯ 1.7k
πŸ›‘ Hardened

Migration Until Applied

Run database migrations, fix schema issues, and loop until migrations apply cleanly in dev.

Cursor Claude Code
database prisma migrations
CI manual πŸ‘‘
πŸ‘ 2.1k πŸ“₯ 1.4k
πŸ›‘ Hardened

Fix CI Until Green

Fetch the latest failed CI run, reproduce the failure locally, fix it, and repeat until checks pass.

Cursor Claude Code
ci github fix
API manual πŸ‘‘
πŸ‘ 1.8k πŸ“₯ 1.6k
πŸ›‘ Hardened

API Contract Until Match

Loop until API responses match the OpenAPI or JSON Schema contract β€” catch drift between docs and implementation.

Cursor Claude Code
api openapi contract-testing
Review manual πŸ‘‘
πŸ‘ 2k πŸ“₯ 1.8k
πŸ›‘ Hardened

De-Sloppify Pass

After implementation, run a cleanup pass: remove debug code, tighten naming, delete dead branches, and align with projec...

Cursor Claude Code
review quality cleanup
DevOps manual πŸ‘‘
πŸ‘ 1.4k πŸ“₯ 1.7k
πŸ›‘ Hardened

Staging Smoke Test

Run a fixed smoke checklist against staging after deploy: auth, core flows, and error budgets.

Cursor Claude Code
staging smoke-test deploy
Testing manual πŸ‘‘
πŸ‘ 1.6k πŸ“₯ 1.6k
πŸ›‘ Hardened

Autoloop TDD

Test-first loop: write a failing test, implement the minimum code to pass, refactor, and repeat.

Cursor Claude Code
tdd testing red-green-refactor