Autoloop

Autonomous AI coding that doesn't stop until it's done.

Give Claude Code a task. An independent agent verifies completion. Walk away. Return to working code.

Quick Start

# Install the plugin
claude plugin marketplace add yaoshengzhe/autoloop && claude plugin install autoloop@autoloop

# Start an autonomous loop
/autoloop:autoloop Build a REST API with tests --max-iterations 15

How It Works

Autoloop transforms Claude Code into an autonomous agent that iterates until your task is complete.

1

Define Your Task

Give Claude Code a detailed prompt with clear deliverables. Specific requirements help the verifier check completion.

2

Agent Works Autonomously

The agent writes code, runs tests, fixes issues, and commits progress. Each iteration builds on the previous work.

3

Independent Verification

When completion is claimed, a separate agent verifies the work. It runs actual tests, checks the build, and validates all requirements.

4

Loop Until Verified

If verification fails, the agent sees the feedback and continues working. Only verified completions end the loop.

Why Autoloop?

Built for developers who want AI that actually finishes the job.

Autonomous

Define your goal once. The agent works independently through as many iterations as needed, without waiting for your input.

Self-Correcting

Each iteration sees all previous work in files and git history. The agent learns from mistakes and fixes issues automatically.

Independently Verified

A separate agent (with no conversation access) verifies completion by running actual tests, build, and lint. No self-reporting bias.

Transparent

Every action is preserved. Review the full git history, see each iteration's changes, and understand every decision made.

What Can You Build?

Autoloop handles complex, multi-step tasks that would normally require constant supervision.

๐Ÿงช

Test-Driven Development

/autoloop:autoloop "Write tests first, then implement
until all tests pass. Coverage > 80%"
--max-iterations 15
๐Ÿ—๏ธ

Feature Implementation

/autoloop:autoloop "Build user auth with JWT,
login/logout, and password reset"
--max-iterations 20
๐Ÿ›

Bug Fixing

/autoloop:autoloop "Debug the payment flow.
Find root cause, fix it, add tests"
--max-iterations 10
โ™ป๏ธ

Refactoring

/autoloop:autoloop "Refactor to clean architecture.
Keep all tests passing throughout"
--max-iterations 25

See It In Action

A complete example with detailed task specification.

/autoloop:autoloop "Build user authentication:

# Requirements
- Login/logout REST endpoints
- JWT token generation and validation
- Password hashing with bcrypt
- Rate limiting on auth endpoints

# Verification (checked by independent agent)
- Unit tests with 80%+ coverage
- Integration tests for all endpoints
- All tests passing
- Build succeeds"

--max-iterations 25

Ready to let AI finish the job?

Install Autoloop and start building with autonomous AI today.