implementation-harness-loop-prepare

Execute project-local skills sequentially to prepare an unattended loop run.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the preparation process for the next unattended loop run, ensuring all necessary steps are completed in one command.

Core Features & Use Cases

  • Sequential Skill Execution: Chains existing skills in a predefined order to prepare for the loop run.
  • Conditional Execution: Skips stages based on the presence of specific conditions (e.g., no failed tasks, no ideas).
  • Status Tracking: Provides a one-line status update after each stage to keep the user informed.

Quick Start

Run the 'implementation-harness-loop-prepare' command to prepare the harness for the next unattended loop run.

Frequently Asked Questions about implementation-harness-loop-prepare

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

FAQPage Schema
How do I prepare an unattended loop run with one command?

To prepare an unattended loop run, this Skill sequentially executes project-local skills in a predefined order, skipping stages based on conditions like no failed tasks, while providing status updates to streamline the process.

What is skill orchestration for unattended execution?

Skill orchestration for unattended execution is the process of sequentially chaining project-local skills to prepare a system, skipping stages based on conditions, and providing status updates to ensure a fully automated run.

How does conditional execution work during sequence chaining?

During sequence chaining, conditional execution skips specific preparation stages based on the presence of conditions like no failed tasks or no ideas, preventing unnecessary steps from running during the unattended loop preparation.

Do I need a pre-scaffolded harness to use project automation for loop preparation?

Yes, you need a pre-scaffolded harness and no ongoing loop runs to use this project automation skill, ensuring the environment is stable before it begins sequentially executing the preparation sequence.

What is the best way to track status updates during project automation?

The best way to track status updates during project automation is to rely on the one-line status update provided after each sequential stage executes, keeping you informed of the preparation progress without interrupting the unattended loop run.

When should I not use unattended execution for sequence chaining?

You should not use unattended execution for sequence chaining if there are ongoing loop runs or if the harness is not pre-scaffolded, as the preparation sequence requires a stable, pre-configured environment to execute correctly.