What problem does it solve? Running AI agent work unattended overnight or across gateway restarts risks lost tasks, dead workers, and silent failures. This Skill provides a staged, bounded-risk approach to durable Hermes autonomy using Kanban as the execution kernel, with OS-supervised watchdogs for liveness and alerting. ## Core Features & Use Cases - Staged rollout: Progresses from read-only baseline through a disposable lifecycle pilot, gateway acceptance, alert-only watchdog, and finally fail-closed recovery only after calibration. - Alert-only monitoring: Deploys a one-shot deterministic collector plus relay that emits [SILENT] when healthy and deduplicated JSON alerts via hermes send when issues change. - Worker transaction contract: Enforces one invariant, exact writable files, one gate, and one checkpoint per card, with controller-owned verification instead of trusting worker self-reports. - Use Case: Set up a macOS LaunchAgent watchdog that checks Kanban board heartbeats and dispatcher liveness every interval, alerting you on Telegram only when a running card's heartbeat goes stale. ## Quick Start Ask the agent to set up an alert-only Kanban watchdog for my Hermes gateway so unattended overnight tasks are monitored without automatic recovery.