oocheol

Ulw Loop — Productivity skill for Claude Code

Productivity community

Self-referential loop that runs a task until Oracle-verified completion (cap 100 iterations).

How to install Ulw Loop

Installs to ~/.claude/skills/oocheol-lazyclaude-ulw-loop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oocheol-lazyclaude-ulw-loop && curl -fsSL https://raw.githubusercontent.com/oocheol/lazyclaude/HEAD/commands/ulw-loop.md -o ~/.claude/skills/oocheol-lazyclaude-ulw-loop/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ulw Loop does


description: Self-referential loop that runs a task until Oracle-verified completion (cap 100 iterations). argument-hint: "\"task\" [--completion-promise=TEXT] [--strategy=reset|continue]"

/ulw-loop

Run a task in a self-referential loop until Oracle-verified completion.

Usage

/ulw-loop "task description" [--completion-promise=TEXT] [--strategy=reset|continue]

Arguments

  • task — what to accomplish (required)
  • --completion-promise — explicit condition that proves

Alternatives in Productivity

  • Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★

Full documentation available on GitHub

View Source Repository