hive.quality-monitor · git:20260314.cdaec8a · 2026-03-14 · sha256 b76d8c7752a33bd2
hive.quality-monitor git:20260314.cdaec8aA
Immutable. This exact content is served forever at /api/v1/blob/b76d8c7752a33bd2.
--- name: hive.quality-monitor description: Periodically self-assess output quality to catch degradation before the judge does. metadata: author: hive type: default-skill --- ## Operational Protocol: Quality Self-Assessment Every 5 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`.