Hive hive.quality-monitor

Periodically self-assess output quality to catch degradation before the judge does.

install
source · Clone the upstream repo
git clone https://github.com/aden-hive/hive
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aden-hive/hive "$T" && mkdir -p ~/.claude/skills && cp -r "$T/core/framework/skills/_default_skills/quality-monitor" ~/.claude/skills/aden-hive-hive-hive-quality-monitor && rm -rf "$T"
manifest: core/framework/skills/_default_skills/quality-monitor/SKILL.md
source content

Operational Protocol: Quality Self-Assessment

Every {{assessment_interval}} iterations, self-assess:

  1. On-task? Still working toward the stated objective?
  2. Thorough? Cutting corners compared to earlier?
  3. Non-repetitive? Producing new value or rehashing?
  4. Consistent? Latest output contradict earlier decisions?
  5. Complete? Tracking all items, or silently dropped some?

If degrading: write assessment to

_quality_log
, re-read
_working_notes
, change approach explicitly. If acceptable: brief note in
_quality_log
.