Run an autonomous dev team across GitHub repos (looper)
Runs Claude Code/Codex as an autonomous multi-role dev team — planner → reviewer ↔ fixer → worker — across all of a user's GitHub repos, entirely driven by issue labels. Each loop runs in its own git worktree so multiple repos/issues proceed in parallel without collisions.
Implementation note
High risk: opens PRs, pushes commits, and runs across multiple repos with label-gated human checkpoints as the only stop mechanism — keep branch protection and required human PR approval on, and pilot on one non-production repo before enabling multi-repo mode. This is a distinct, actively maintained, specifically named tool with its own label-based orchestrator (looperd); it is NOT the same project as the already-published 'Looper — design-review your loop before running it' entry (source: ksimback/looper, a plan-first design-review skill with no GitHub/label integration) and is thematically adjacent to but more specific than the already-published 'Multi-repo autonomous dev team loop' — evaluator/human reviewer should confirm no duplicate before publishing.
More automation loops
Ship production-grade apps autonomously
Hand an idea to Claude Code; it authors specs, designs, builds, tests, secures, and ships until enterprise done or budget exhausted.
claude-progress.txt harness pattern (Anthropic)
Anthropic's first-party file-as-memory harness for long-running agents: every fresh-context session recovers state from a progress file and the git log, does one unit of work, updates the file, commits, and exits.
Complete all tasks in tasks.md
Work through your tasks.md file, completing each task until none remain or max iterations is reached.