triad-heartbeat

Coordinate triad wakeups and work checks across TM-1, TM-2, and TM-3.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Heretek-AI/heretek-skills --skill triad-heartbeat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triad-heartbeat
Source: https://github.com/Heretek-AI/heretek-skills/tree/main/skills/triad-heartbeat
Command: npx skills add https://github.com/Heretek-AI/heretek-skills --skill triad-heartbeat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triad Heartbeat automates wake checks across TM-1, TM-2, and TM-3 to prevent timeout drift, verify git state sync, and monitor queued work, reducing manual oversight. It protects against stale state, ensures timely recovery actions, and keeps consensus readiness for operations.

Core Features & Use Cases

  • Schedule-driven wake checks on all triad nodes to maintain synchronization.
  • Corruption detection, git-state alignment, memory replication verification, and pending task awareness.
  • Real-world use: when a node lags, the heartbeat triggers alerts, reconciles state, and surfaces work items for processing.

Quick Start

Configure and enable the triad-heartbeat to start regular wake checks across TM-1, TM-2, and TM-3.

Frequently Asked Questions about triad-heartbeat

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

FAQPage Schema
How do I keep triad nodes synchronized to prevent timeout drift?

To keep triad nodes synchronized and prevent timeout drift, you can schedule automated wake checks across TM-1, TM-2, and TM-3 nodes. This heartbeat mechanism monitors git state sync and queued work to maintain consensus readiness and prevent stale state.

What is triad heartbeat consensus scheduling and when is it needed?

Triad heartbeat consensus scheduling is a deterministic process that coordinates wake checks and work verification across a three-node quorum. It is needed when managing tasks like git state syncing, ledger reconciliation, corruption checks, and queue processing to protect against stale state and ensure timely recovery.

How do I configure wake checks for cross-node state comparison?

You configure wake checks by enabling a structured triad-state and consensus ledger that applies across all nodes. This setup triggers alerts and reconciles state automatically whenever a node lags, surfacing pending work items for immediate processing.

Can I use heartbeat monitoring for git state alignment and memory replication verification?

Yes, heartbeat monitoring supports git state alignment, memory replication verification, and corruption detection across the triad. It verifies that all nodes maintain synchronized consensus readiness and triggers alerts when alignment issues are detected.

Does triad heartbeat monitoring require external dependencies for task queue processing?

No, triad heartbeat monitoring operates without external dependencies. It uses a structured triad-state and consensus ledger internally to gate guarded actions and manage deterministic scheduling for queue processing across the nodes.

Why does timeout drift occur in a quorum and how do scheduled heartbeats help?

Timeout drift occurs in a quorum when nodes fall out of sync due to unmanaged scheduling delays. Scheduled heartbeats apply deterministic wake checks across all nodes, preventing drift by ensuring timely recovery actions and continuous state comparison.