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.

All Loops (41)

Testing manual
πŸ‘ 1 πŸ“₯ 1
πŸ›‘ Hardened

cardxc

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

Cursor Claude Code
Testing manual πŸ‘‘
πŸ‘ 1.3k πŸ“₯ 1.2k
πŸ›‘ Hardened

Visual Regression Until Match

Run Playwright or Percy visual snapshots on UI changes; fix unintended diffs until baselines match intentionally.

Cursor
testing visual playwright ui
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.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
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
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
Testing manual πŸ‘‘
πŸ‘ 1.7k πŸ“₯ 1.7k
πŸ›‘ Hardened

Format Until Clean

Run the formatter, fix any remaining style issues, and loop until the codebase formats cleanly with no diffs.

Cursor
format prettier quality
Database manual πŸ‘‘
πŸ‘ 1.7k πŸ“₯ 1.6k
πŸ›‘ 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
Testing manual πŸ‘‘
πŸ‘ 1.7k πŸ“₯ 1.9k
πŸ›‘ Hardened

Lint and Typecheck Fix

Run lint and typecheck, fix reported issues, and loop until the codebase is clean.

Cursor
lint typescript quality
API manual πŸ‘‘
πŸ‘ 1.7k πŸ“₯ 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