agentic-long-run

Orchestrates multi-day milestone workflows with checkpointed progress and resumable execution.

3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/alphabeen/oh-my-jinho --skill agentic-long-run-alphabeen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-long-run
Source: https://github.com/alphabeen/oh-my-jinho/tree/main/skills/agentic-long-run
Command: npx skills add https://github.com/alphabeen/oh-my-jinho --skill agentic-long-run-alphabeen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multi-day execution of complex tasks through a milestone pipeline, providing checkpoints, recovery, and auditable state to keep work moving after disruptions.

Core Features & Use Cases

  • Milestone-driven workflow: plan-crafting → run-plan → review-work with explicit checkpoints between milestones.
  • Resumable execution: resumes from the last checkpoint after crashes, rate limits, or pauses without repeating completed work.
  • Parallel milestone coordination and cross-milestone validation to ensure integration integrity.

Quick Start

Start a long run session and approve the initial milestone plans to begin the pipeline.

Frequently Asked Questions about agentic-long-run

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

FAQPage Schema
How do I orchestrate long-running tasks with checkpointed progress?

You orchestrate long-running tasks by executing a milestone pipeline with explicit checkpoints between planning, execution, and review phases. This approach saves persistent state on disk to ensure recoverability and maintain an auditable history across multi-day projects.

Can I resume a multi-day workflow after a crash without repeating completed work?

Yes, resuming a multi-day workflow after crashes or rate limits is supported natively. The system resumes execution from the last saved checkpoint on disk, bypassing completed milestones to prevent duplicate work and maintain auditable state.

What is a milestone-driven workflow for multi-day project execution?

A milestone-driven workflow for multi-day execution structures complex tasks into a sequential pipeline of plan-crafting, run-plan, and review-work stages. It requires persistent state on disk to coordinate dependent milestones and provide recoverable, auditable history.

How do I start a long run session for complex task orchestration?

To start a long run session, initiate the pipeline and approve the initial milestone plans. This begins the coordinated execution flow and establishes the persistent state required for subsequent checkpointing and cross-milestone validation.

Does long-running task orchestration support parallel milestone coordination?

Yes, parallel milestone coordination is supported alongside cross-milestone validation. This ensures integration integrity across dependent tasks while maintaining checkpointed progress and resumable execution throughout the multi-day project lifecycle.

What are the limitations of resuming long-running workflows from checkpoints?

The primary limitation for resuming long-running workflows is the requirement for persistent state on disk. Without this environment setup and a suite of agentic skills, recoverability and cross-milestone validation cannot be guaranteed after disruptions.