implementation-harness-loop-recover

Recover interrupted autonomous build loops by fixing orphaned tasks and stale locks.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/RyanMKrol/LocalJobs --skill implementation-harness-loop-recover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-harness-loop-recover
Source: https://github.com/RyanMKrol/LocalJobs/tree/main/.claude/skills/implementation-harness-loop-recover
Command: npx skills add https://github.com/RyanMKrol/LocalJobs --skill implementation-harness-loop-recover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps recover the autonomous build loop after it was manually interrupted, fixing inconsistencies and preparing the loop for restart.

Core Features & Use Cases

  • Recovery from Interruption: Diagnose and fix issues caused by manual interruption of the build loop.
  • Task Orphan Fixing: Correct orphaned tasks, stale locks, and other inconsistencies.
  • Verification and Commitment: Ensure tasks are genuinely complete before marking them done and pushing changes.
  • Use Case: If you've manually stopped a build loop and need to recover and restart it, this Skill can help you identify and fix any issues left behind.

Quick Start

Run the implementation-harness-loop-recover skill to recover the build loop after a manual interruption.

Frequently Asked Questions about implementation-harness-loop-recover

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

FAQPage Schema
How do I recover an autonomous build loop after manually interrupting it?

To recover an autonomous build loop after manual interruption, run this Skill to diagnose and fix issues like orphaned tasks and stale locks, preparing the loop for a clean git restart.

What causes orphaned tasks and stale locks in a git build loop?

Orphaned tasks and stale locks in a git build loop are caused by manually stopping the autonomous process, leaving inconsistencies in task management state that must be fixed before restarting.

Can I restart a task management loop without fixing orphaned tasks first?

You should not restart a task management loop without fixing orphaned tasks. The recovery process ensures tasks are genuinely complete before marking them done and committing git changes.

Do I need a previously scaffolded harness to recover an interrupted build loop?

Yes, you need a previously scaffolded harness to recover an interrupted build loop. This Skill uses the existing harness framework and git tooling to identify and fix inconsistencies left behind.

What's the best way to verify incomplete tasks before restarting an autonomous loop?

The best way to verify incomplete tasks before restarting an autonomous loop is to run the recovery process, which checks that tasks are genuinely complete before marking them done and pushing git changes.