agentic-long-run

Coordinate multi-day milestone projects with checkpoint recovery and gated phases.

273|26|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/tmdgusya/roach-pi --skill agentic-long-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-long-run
Source: https://github.com/tmdgusya/roach-pi/tree/main/extensions/agentic-harness/skills/agentic-long-run
Command: npx skills add https://github.com/tmdgusya/roach-pi --skill agentic-long-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates long-running projects by coordinating planning, execution, and review across multiple milestones, ensuring recoverable progress with explicit checkpoints.

Core Features & Use Cases

  • Milestone lifecycle orchestration: coordinates agentic-plan-crafting, agentic-run-plan, and agentic-review-work for each milestone with gate checks and recovery.
  • Checkpoint-driven recovery: persists state and checkpoints to disk to enable resumption after interruptions.
  • Parallel milestone handling: supports parallel milestones with isolation to avoid file conflicts and streamlined integration checks.

Quick Start

Start a long-run session by naming it, then trigger the harness to begin milestone planning and execution.

Frequently Asked Questions about agentic-long-run

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

FAQPage Schema
What is milestone orchestration for long-running automation projects?

Milestone orchestration coordinates planning, execution, and review phases across multi-day automation projects with strict gating, failure handling, and checkpoint recovery to ensure persistent progress.

How do I set up multi-day automation runs with checkpoint recovery?

Start a long-run session by naming it, then trigger the harness to begin milestone planning and execution. The system persists state and checkpoints to disk to enable resumption after interruptions.

Can I run parallel milestones without causing file conflicts?

Yes, parallel milestone handling supports isolation to avoid file conflicts. It provides streamlined integration checks across isolated milestones during the execution and review phases.

Does this automation workflow support failure handling and controlled retries?

Yes, the workflow enforces strict gating, failure handling, and controlled retries throughout the automation process. It applies state persistence and auditable checkpoints to manage cross-milestone integration.

When should I use checkpoint-driven recovery for agentic workflows?

Use checkpoint-driven recovery for long-running tasks requiring strict gating and cross-milestone integration. It persists state to disk, enabling resumption after interruptions during multi-day project execution.