
Ilm Alan Claude Loop
- 1 repo stars
- Updated January 13, 2026
- Ilm-Alan/claude-loop
ilm-alan-claude-loop is a Claude Code plugin that runs iterative until-completion agent loops with promises and multi-session support.
About
ilm-alan-claude-loop is a Claude Code plugin that wraps agent work in an explicit iteration loop: keep going while conditions hold, stop when a completion promise is satisfied, and carry state across sessions. Developers reach for it when one-shot answers leave tasks half-finished—refactors that stall, test fixes that need several passes, or chores that need until-done behavior. The plugin is control-flow for the agent, not a library for your app. It sits in Build under agent tooling as the canonical shelf, with natural overlap in Operate when you iterate on production fixes. Complexity is intermediate because you must define clear completion promises or risk runaway loops. Register it when you already use Claude Code plugins and want guardrailed persistence instead of manually re-prompting “continue until X is done.”
- Iterative development loop plugin with completion promises for Claude Code
- Supports multi-session runs so long tasks resume with a clear done condition
- while/until style loop semantics documented in plugin keywords
- Focused single-plugin bundle (1 plugin) for agent control flow
- Targets builders who need persistence until a stated completion criterion is met
Ilm Alan Claude Loop by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install ilm-alan-claude-loop@Ilm-Alan/claude-loopAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | January 13, 2026 |
| Repository | Ilm-Alan/claude-loop ↗ |
What it does
Install claude-loop when you want the agent to keep working in a while/until loop with explicit completion promises across multiple sessions until the task is actually done.
Who is it for?
Best when you're automating multi-step fixes, refactors, or test-driven iteration and want explicit stop conditions in Claude Code.
Skip if: One-shot Q&A or workflows where a single response is enough and loops would add risk or cost.
What you get
After install, Claude can run while/until loops tied to completion promises until the criterion you set is met, including across sessions.
- Configured iterate-until-done agent sessions
- Multi-session continuity for long implementation tasks
- Stopped runs when completion promise is satisfied
By the numbers
- 1 plugin in the bundle
- Repository: Ilm-Alan/claude-loop
- Keywords: loop, completion, until, whiletrue, multi-session
Recommended Plugins
How it compares
Agent iteration control plugin, not a testing framework or CI MCP integration.
FAQ
Who is Ilm Alan Claude Loop for?
It is for Claude Code users who need persistent iterate-until-done behavior with completion promises and multi-session continuity.
When should I use Ilm Alan Claude Loop?
Use it during implementation when a task clearly needs several agent passes and a defined completion promise before you stop.
How do I add Ilm Alan Claude Loop to my agent?
Add the Ilm-Alan/claude-loop plugin from its repository in Claude Code and configure your loop with an explicit until or while completion condition.