claude-loop
Autonomous PRD-driven coding with fresh context per story
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-loop?โผ
Run `npx skills add aronprins/claude-loop --all -g -y` in your terminal to install the skill globally for all your projects.
How does claude-loop prevent context degradation?โผ
Each user story gets a fresh subagent with a clean context window, while memory persists through git commits, a progress.txt log, and AGENTS.md files in the source tree.
How do I start an autonomous coding run?โผ
Create a claude-loop/prd.json file listing your user stories, then tell Claude Code to run the loop or work through the PRD.
Can claude-loop run stories in parallel?โผ
Yes. Add dependsOn fields to your stories and ask to run the loop in parallel; independent stories execute concurrently in isolated git worktrees with a merge and verify barrier between waves.
Which project stacks does claude-loop support?โผ
It auto-detects typecheck and test commands for npm, Python, Cargo, and Go projects, and can read custom build setups from a Makefile or justfile.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core