amcos-failure-detection

Detect and classify remote agent failures during heartbeat checks and message delivery.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Emasoft/ai-maestro-chief-of-staff --skill amcos-failure-detection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amcos-failure-detection
Source: https://github.com/Emasoft/ai-maestro-chief-of-staff/tree/main/skills/amcos-failure-detection
Command: npx skills add https://github.com/Emasoft/ai-maestro-chief-of-staff --skill amcos-failure-detection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Detects when a remote agent becomes unresponsive or crashes, enabling timely containment and recovery decisions.

Core Features & Use Cases

  • Failure detection through heartbeat checks to spot offline/slow agents.
  • Detect message delivery failures and unacknowledged messages.
  • Track task progress timeouts and categorize failures for escalation.

Quick Start

Trigger a failure-detection cycle against a target agent to initiate detection and classification.

Frequently Asked Questions about amcos-failure-detection

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

FAQPage Schema
How do I detect remote agent failures during heartbeat checks?

Remote agent failure detection during heartbeat checks identifies offline or slow agents by applying classification logic to heartbeat intervals, determining the failure type and guiding the appropriate recovery path.

What is the best way to classify unacknowledged message delivery failures for escalation?

Classifying unacknowledged message delivery failures involves applying detection logic to message timeouts, categorizing the failure type, and producing structured outputs for incident logging and escalation.

How do I track task progress timeouts to identify an unresponsive agent?

Tracking task progress timeouts to identify an unresponsive agent requires monitoring task execution intervals, applying failure-detection rules, and classifying the timeout to determine the correct recovery actions.

Does failure detection integrate with AI Maestro registry and agent-status queries?

Failure detection integrates with the AI Maestro registry and agent-status queries by applying classification rules during heartbeat checks and message delivery to generate structured incident logs for escalation.

Can I trigger a failure-detection cycle against a specific target agent?

Triggering a failure-detection cycle against a target agent initiates the detection and classification process, evaluating heartbeat checks, message delivery, and task progress timeouts to determine the failure type.

What are the limitations of using heartbeat checks for remote agent failure detection?

Heartbeat checks for remote agent failure detection are limited to identifying offline or slow agents based on interval timeouts, and must be combined with message delivery and task progress tracking for full classification.