heartbeat-staleness-gate

Solid

Detect stale Squad heartbeat and require visible progress updates.

AI & Automation 58 stars 15 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
59
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
37
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Context Use when Ralph checks status, after major work batches, or before claiming long-running work is complete. ## Patterns - Read `.squad/heartbeat.md` frontmatter. - `updated_at`, `agent`, `current_task`, `last_action`, and `status` should reflect the latest meaningful state. - Rewrite frontmatter instead of appending duplicate frontmatter blocks. - If heartbeat is stale, route a small update to Scribe/Ralph before continuing with status claims. ## Examples - After a gate passes, set `status: committing`. - After work finishes, set `status: idle` and record `last_action`. ## Anti-Patterns - Do not leave stale "implementing" status after work has completed. - Do not bury current status only in agent output.

Details

Author
DanWahlin
Repository
DanWahlin/ai-agent-board
Created
6 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category