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.
# 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
Autoloop transforms Claude Code into an autonomous agent that iterates until your task is complete.
Give Claude Code a detailed prompt with clear deliverables. Specific requirements help the verifier check completion.
The agent writes code, runs tests, fixes issues, and commits progress. Each iteration builds on the previous work.
When completion is claimed, a separate agent verifies the work. It runs actual tests, checks the build, and validates all requirements.
If verification fails, the agent sees the feedback and continues working. Only verified completions end the loop.
Built for developers who want AI that actually finishes the job.
Define your goal once. The agent works independently through as many iterations as needed, without waiting for your input.
Each iteration sees all previous work in files and git history. The agent learns from mistakes and fixes issues automatically.
A separate agent (with no conversation access) verifies completion by running actual tests, build, and lint. No self-reporting bias.
Every action is preserved. Review the full git history, see each iteration's changes, and understand every decision made.
Autoloop handles complex, multi-step tasks that would normally require constant supervision.
/autoloop:autoloop "Write tests first, then implement
until all tests pass. Coverage > 80%"
--max-iterations 15
/autoloop:autoloop "Build user auth with JWT,
login/logout, and password reset"
--max-iterations 20
/autoloop:autoloop "Debug the payment flow.
Find root cause, fix it, add tests"
--max-iterations 10
/autoloop:autoloop "Refactor to clean architecture.
Keep all tests passing throughout"
--max-iterations 25
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
Install Autoloop and start building with autonomous AI today.