What problem does it solve?
This Skill helps an AI agent recover from repeated failures, looping behavior, and degraded reasoning by forcing a disciplined debug workflow before more retries waste time.
Core Features & Use Cases
- Failure Capture: Records the exact error, last successful step, last failed tool call, and current environment assumptions so the problem is visible instead of guessed.
- Root-Cause Diagnosis: Classifies failures such as tool-call loops, context overflow, service timeouts, quota issues, stale file state, or wrong hypotheses.
- Contained Recovery: Recommends the smallest safe corrective action, such as narrowing scope, rechecking real state, or trimming noisy context.
- Use Case: When an agent keeps retrying the same command without progress, this Skill turns the behavior into a structured report and a targeted recovery plan.
Quick Start
Use the agent-introspection-debugging skill to capture the failure, diagnose the root cause, and produce a structured recovery report for the current agent run.