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
Run workflows with dynamic sub-agents
Split a task into packets, run sub-agents in parallel, synthesize results, and verify completion.
Run agent turns until goal met
Agent executes repeated turns toward a condition, with a lightweight evaluator checking progress after each turn until the goal is reached.
Run agent until goal met
Queue agent turns with goal context until your objective is achieved, treating the goal as untrusted data.