hive.quality-monitor · git:20260417.803337e · 2026-04-17 · sha256 d6ff38573ddb26be

hive.quality-monitor git:20260417.803337eA

Immutable. This exact content is served forever at /api/v1/blob/d6ff38573ddb26be.

---
name: hive.quality-monitor
description: Periodically self-assess output quality to catch degradation before the judge does.
metadata:
  author: hive
  type: default-skill
  visibility: [worker]
---

## 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`.