Loop

Installation
SKILL.md

/loop — Iterative Improvement

Run the Algorithm in mode: loop — multiple full Algorithm cycles on the same target, each iteration building on the last. Unlike /optimize (autonomous mutation loop), /loop runs full Algorithm passes with human review between iterations.

Invocation

/loop --target "path/to/target" --iterations 5
/loop --target "~/.claude/skills/Art/Workflows/TechnicalDiagrams.md" --goal "make diagrams more consistent"
/loop --resume       # Resume a previous loop
/loop --status       # Show iteration history

What Happens

Each iteration is a full Algorithm cycle (OBSERVE → THINK → PLAN → BUILD → EXECUTE → VERIFY → LEARN) with:

  • ISC criteria that evolve between iterations
  • Each cycle's LEARN phase informs the next cycle's OBSERVE
  • ISA tracks iteration count and cumulative improvements
Related skills

More from danielmiessler/personal_ai_infrastructure

Installs
7
GitHub Stars
13.0K
First Seen
11 days ago