ulw-loop

Orchestrate durable work into evidence-backed execution loops with checkpointed progress.

5|Updated May 17, 2026
One-click install
npx skills add https://github.com/islee23520/lfg --skill ulw-loop-islee23520
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ulw-loop
Source: https://github.com/islee23520/lfg/tree/main/skills/ulw-loop
Command: npx skills add https://github.com/islee23520/lfg --skill ulw-loop-islee23520

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The skill helps you run durable, checkpointed work without losing state, proof, or cleanup discipline across long tasks and context loss.

Core Features & Use Cases

  • It breaks work into evidence-backed loops with explicit goals, criteria, and ledgered progress.
  • It supports manual quality checks, worker delegation, and recovery after interruptions or session compaction.
  • Use it for long-running coding tasks, multi-step debugging, staged delivery, and reviewable operational work.

Quick Start

Use the ulw-loop skill to turn this request into a checkpointed, evidence-backed execution plan and begin with the required bootstrap steps.

Frequently Asked Questions about ulw-loop

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

FAQPage Schema
How do I checkpoint long-running coding tasks to prevent state loss?

Checkpoint long-running coding tasks by breaking work into evidence-backed execution loops with append-only ledgers and scoped subagent coordination. This records durable progress and observable evidence before completion.

What is the best way to recover task state after a session compaction or interruption?

Recover task state after session compaction or interruption using checkpointed execution loops with append-only ledgers. This restores durable work progress and resumes staged delivery without losing prior context.

How does evidence tracking work for manual quality assurance in multi-step debugging?

Evidence tracking for manual quality assurance works by requiring observable evidence and cleanup receipts in an append-only ledger before task completion is recorded. This ensures reviewable operational work.

Can I use task orchestration with scoped subagents for staged delivery and worker delegation?

Task orchestration with scoped subagents supports staged delivery and worker delegation by coordinating durable work across execution loops. Subagents execute scoped tasks while ledgered progress maintains state.

Does checkpointed task orchestration require cleanup receipts before recording completion?

Checkpointed task orchestration requires cleanup receipts before completion is recorded. This ensures durable work maintains cleanup discipline and leaves no orphaned state across long-running delivery loops.

When should I not use checkpointed execution loops for software engineering tasks?

Avoid checkpointed execution loops for short-lived or trivial software engineering tasks that do not require manual quality assurance, worker delegation, or recovery from context loss. Overhead outweighs benefits without durable work.