Loop

Refine a target through multiple Algorithm cycles with human review or autonomous iteration.

17.4k|2.3k|Updated Sep 8, 2025
One-click install
npx skills add https://github.com/danielmiessler/LifeOS --skill loop-danielmiessler
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: Loop
Source: https://github.com/danielmiessler/LifeOS/tree/main/LifeOS/install/skills/Loop
Command: npx skills add https://github.com/danielmiessler/LifeOS --skill loop-danielmiessler

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

What problem does it solve?

The Loop Skill addresses the challenge of iterative improvement on a target by enabling multiple Algorithm cycles, each building upon the last.

Core Features & Use Cases

  • Iterative Improvement: Refine a target across multiple Algorithm cycles.
  • Human Review Integration: Allows for human review and redirection between iterations.
  • Autoresearch Mode: Enables autonomous iteration without human review.
  • Dead-ends Ledger: Maintains a record of failed approaches to avoid them in future iterations.
  • Cumulative Improvement Tracking: Tracks iteration count and cumulative improvements.

Quick Start

Run the Loop Skill with the target and number of iterations, e.g., /loop --target "path/to/target" --iterations 5.

Frequently Asked Questions about Loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an iterative improvement loop for refining a target through multiple algorithm cycles?β–Ό

You can set up an iterative improvement loop by specifying a target and iteration count, which runs multiple algorithm cycles to refine the target while tracking cumulative improvements and avoiding previously failed approaches logged in a dead-ends ledger.

Can I run autonomous iteration for target refinement without human review?β–Ό

Yes, you can enable autonomous iteration without human review by activating Autoresearch mode, which allows the algorithm to refine the target independently while tracking iteration count and cumulative improvements.

Do I need an algorithm harness before using the iterative refinement process?β–Ό

Yes, an algorithm harness is required to execute the observation and learning phases. The iterative improvement loop relies on this harness to process the target across multiple refinement cycles.

What's the best way to avoid repeating failed approaches during algorithm refinement?β–Ό

Use a dead-ends ledger to avoid repeating failed approaches during algorithm refinement. This ledger maintains a record of unsuccessful strategies, allowing future iterations to bypass previously failed methods.

How does human review integration work between algorithm iteration cycles?β–Ό

Human review integration works by pausing between algorithm cycles to allow manual review and redirection of the target refinement. You can also disable this feature by enabling autonomous iteration mode.

Why does my iterative algorithm refinement keep hitting the same dead ends?β–Ό

Your iterative algorithm refinement may lack a dead-ends ledger to record failed approaches. Maintaining this ledger ensures future cycles avoid previously unsuccessful strategies and prevents repeated dead ends.