error-recovery
SKILL.md
Use this skill when:
- Sprint fails during /implement-epic
- Feature fails during /implement
- Quality gate blocks deployment
- Any workflow phase returns FAILED status
<quick_start> When a workflow component fails:
- Classify the failure using the decision tree below
- If fixable: Execute auto-fix strategies (max 3 attempts)
- If critical: Stop immediately, report to user
- If unknown: Treat as critical (safe default)