aronprinsaronprinsCommunityยท1 Agent Skills Included

claude-loop

Autonomous PRD-driven coding with fresh context per story

Executes a full PRD of user stories autonomously, spawning a fresh subagent for each story that implements, tests, and commits its work. Eliminates context degradation on long coding runs by persisting memory through git history, a progress log, and per-module AGENTS.md files. Supports sequential execution by default and parallel wave mode with isolated git worktrees for independent stories.
npx skills add aronprins/claude-loop --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’