long-run-implement

Orchestrates long-running implementation plans with fresh subagents per plan.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/fiatkongen/saurun-marketplace --skill long-run-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: long-run-implement
Source: https://github.com/fiatkongen/saurun-marketplace/tree/main/plugins/saurun/skills/long-run-implement
Command: npx skills add https://github.com/fiatkongen/saurun-marketplace --skill long-run-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the orchestration and execution of long-running implementation plans by spawning fresh subagents for each plan.

Core Features & Use Cases

  • Fresh-context plan execution: Each plan runs in a new subagent to preserve quality.
  • Atomic, checkpointed progress: Per-task commits and state persistence enable resumable runs.
  • Phase-driven workflow: Initialization, transformation, execution, and finalization with deviation handling.

Quick Start

Start by providing a spec and triggering the skill to transform the plan into executable steps. The system will guide per-plan execution, spawn dedicated subagents, and generate summaries and checkpoints automatically.

Frequently Asked Questions about long-run-implement

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

FAQPage Schema
How do I execute long-running implementation plans without losing context quality?

Long-run plan execution preserves quality by spawning a fresh subagent for each plan. This approach isolates tasks, maintains deterministic outcomes, and prevents context degradation across multiple implementation phases.

What is the best way to orchestrate autonomous software engineering tasks across multiple plans?

Autonomous task orchestration is managed through a phase-driven workflow covering initialization, plan transformation, execution, and finalization. The system handles deviations automatically while ensuring per-task commits and state persistence for resumable runs.

How does state persistence work during long-running plan execution?

State persistence during plan execution is achieved through atomic checkpointed progress. Per-task commits are generated automatically, allowing runs to resume from the last saved state if execution is interrupted or deviates from the original spec.

Can I run multi-phase implementation workflows with atomic commits and deviation handling?

Yes, multi-phase implementation workflows support atomic commits and deviation handling. The system guides per-plan execution, generates checkpoints, and automatically addresses deviations to ensure deterministic task outcomes across the initialization to finalization phases.

Do I need to provide a spec to start long-run plan execution?

Yes, you need to provide a spec to trigger the long-run plan execution. The skill transforms the provided specification into executable steps, then spawns dedicated fresh subagents to carry out per-plan execution with automatic summaries and checkpoints.

When should I not use fresh subagents for long-running implementation tasks?

You should avoid fresh subagent execution when tasks require shared mutable state across plans without checkpointing. This approach relies on isolated contexts and atomic commits, making it unsuitable for workflows needing continuous memory or non-deterministic state transitions.