uninterrupted-execution

Execute long-running tasks from TASK.md with verification gates and progress heartbeats.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/eivindeb/agent-skills --skill uninterrupted-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninterrupted-execution
Source: https://github.com/eivindeb/agent-skills/tree/main/uninterrupted-execution
Command: npx skills add https://github.com/eivindeb/agent-skills --skill uninterrupted-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill automates the execution of complex, long-running tasks by breaking them down into manageable milestones, ensuring progress is tracked, verified, and escalated appropriately.

Core Features & Use Cases

  • Milestone-based Execution: Executes tasks defined in TASK.md step-by-step.
  • Verification Gates: Validates completion of each milestone against predefined criteria.
  • Error Handling & Escalation: Classifies errors, retries intelligently, and escalates on repeated failures.
  • Heartbeats: Provides regular progress updates during execution.
  • Use Case: Managing a multi-day software deployment process that requires verification at each stage before proceeding to the next.

Quick Start

Execute the task defined in the file .agent/tasks/2023-10-27-deploy-app/TASK.md.

Frequently Asked Questions about uninterrupted-execution

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

FAQPage Schema
How do I automate long-running task execution with milestone verification?

Automating long-running task execution requires breaking workflows into milestones defined in a TASK.md file, ensuring step-by-step progress tracking, verification gates, and evidence-backed closure. This approach handles complex workflows by validating completion criteria before proceeding.

What is milestone-based task execution and how does it handle errors?

Milestone-based task execution processes tasks step-by-step from persisted agreements, classifying errors through fingerprinting and applying escalation policies for repeated failures. It ensures complex workflows are managed safely by validating each stage against predefined criteria.

How do I execute a multi-day software deployment process with verification gates?

Executing a multi-day software deployment process involves defining steps in a TASK.md file and running milestone-by-milestone execution with verification gates. The system validates each stage against criteria, provides progress heartbeats, and handles error escalation before proceeding.

Can I track progress and get updates during complex workflow automation?

Tracking progress during complex workflow automation is handled through progress heartbeats that provide regular updates during execution. The system manages task execution from persisted agreements, ensuring you receive continuous status updates while milestones are verified.

What is the best way to manage error escalation for repeated task failures?

Managing error escalation for repeated task failures involves classifying errors, fingerprinting them, and applying intelligent retry logic before escalating. This ensures complex workflows handle transient issues appropriately while escalating persistent problems to prevent stalled execution.