---
name: majiayu000/hive.error-recovery
source: https://app.decimal.ai/s/majiayu000-hive-error-recovery@1/SKILL.md
source_sha256: c0a0c1444e61
---

## Operational Protocol: Error Recovery

When a tool call fails:

1. Diagnose — record error in notes, classify as transient or structural
2. Decide — transient: retry once. Structural fixable: fix and retry.
   Structural unfixable: record as failed, move to next item.
   Blocking all progress: record escalation note.
3. Adapt — if same tool failed 3+ times, stop using it and find alternative.
   Update plan in notes. Never silently drop the failed item.