AAWEA.ORG
AAWEA.ORG
AAWEA.ORG
← Back to Loops

πŸ“₯ How to Install and Run Loops

Loops are kickoff prompts that you paste into your AI coding agent. Here's how to get started.

1 Browse and Choose a Loop

Head to the Loops Hub and find a loop that matches your workflow. Each loop card shows the compatible agents, category, and a preview of the kickoff prompt.

2 Copy the Kickoff Prompt

Click the "Copy" button on any loop card or detail page to copy the kickoff prompt to your clipboard. This is the instruction that tells the agent what to do.

3 Open Your Agent

Open your preferred coding agent:

  • Cursor β€” Open Cursor, press Cmd+L (or Ctrl+L) to open the AI chat
  • Claude Code β€” Open your terminal and run claude
  • Codex β€” Open the Codex CLI
  • Gemini CLI β€” Open your terminal and run gemini

4 Paste and Run

Paste the kickoff prompt into your agent's chat or terminal. The agent will begin self-pacing through the loop, running the check command between iterations, and stopping when the exit condition is met or max iterations is reached.

5 Monitor and Review

The agent will give you a short status update after each iteration. Review the output to ensure things are on track. You can intervene at any time by typing additional instructions.