long-running-agent

Coordinate multi-agent long-running tasks with progress tracking and review gates.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Throokie/claude-code-skills --skill long-running-agent-throokie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: long-running-agent
Source: https://github.com/Throokie/claude-code-skills/tree/main/skills/long-running-agent
Command: npx skills add https://github.com/Throokie/claude-code-skills --skill long-running-agent-throokie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating and managing long-running tasks across multiple agents to ensure continuity and accountability.

Core Features & Use Cases

  • Orchestrator-Workers core: central coordination, dynamic task distribution, and progress consolidation.
  • Progress tracking: persistent state across sessions and recoverable workflows.
  • Enforced completion gates: mandatory review and verification before closure.

Quick Start

Define a new long-running project, spawn a lead agent, and delegate tasks to subagents to start execution.

Frequently Asked Questions about long-running-agent

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

FAQPage Schema
How do I coordinate long-running tasks across multiple agents to ensure continuity?

To coordinate long-running tasks across multiple agents, use an orchestrator-workers core that provides central coordination, dynamic task distribution, and progress consolidation for complex, multi-stage projects.

How does progress tracking work for multi-agent workflows that span multiple sessions?

Progress tracking for multi-agent workflows relies on persistent state storage across sessions, enabling recoverable workflows and automated recovery if a task is interrupted or fails mid-execution.

How do I enforce accountability and completion in multi-stage task orchestration?

To enforce accountability in multi-stage task orchestration, apply enforced completion gates that require mandatory review and verification before final closure, ensuring strict quality control.

What is the best way to manage asynchronous collaboration for complex multi-agent projects?

The best way to manage asynchronous collaboration for complex multi-agent projects is using a central coordination model that handles role assignment, progress persistence, and recoverable workflows.

When do I need long-running task orchestration for multi-agent systems?

You need long-running task orchestration for multi-agent systems when handling complex, multi-stage projects that require asynchronous collaboration, persistent progress tracking, and enforced closure to maintain accountability.

Can I use automated recovery to handle interruptions in long-running agent workflows?

Yes, automated recovery is supported for long-running agent workflows through persistent state tracking, allowing you to resume and recover complex multi-stage tasks if sessions are interrupted.