recover-from-errors

Verify current plan context before re-executing failed tool calls.

22|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/WeZZard/skills --skill recover-from-errors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recover-from-errors
Source: https://github.com/WeZZard/skills/tree/main/claude/amplify/skills/recover-from-errors
Command: npx skills add https://github.com/WeZZard/skills --skill recover-from-errors

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repeated plan-execution errors can stall automation, cause drift, and waste time chasing incorrect inputs or misaligned steps.

Core Features & Use Cases

  • Plan-aligned error recovery: Verify the current plan before re-running or adjusting actions.
  • Drift detection and alignment: Identify when performed actions are outside the planned steps and re-align to the plan.
  • Safe re-execution: Gate retries with checks to prevent cascading failures.

Quick Start

When an error occurs during plan execution, consult the current plan, verify the failing action is part of the plan, and re-align execution to the planned steps.

Frequently Asked Questions about recover-from-errors

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recover from repeated tool-call errors during plan execution?

Recover from repeated tool-call errors by verifying the current plan context, checking if the failing action is part of the plan, and re-aligning execution to the planned steps. This prevents drift and ensures actions match the original automation session goals.

What is plan drift in automation and how does error handling fix it?

Plan drift in automation occurs when performed actions fall outside planned steps. Error handling fixes it by detecting the misalignment, verifying the current plan context, and safely re-aligning subsequent tool calls to the original planned execution path.

How do I prevent cascading failures when retrying failed automation steps?

Prevent cascading failures during automation retries by gating re-execution with plan alignment checks. Verify the failing action is part of the current plan and confirm context before retrying to ensure safe re-execution without compounding errors.

Can I use plan verification to debug misaligned actions in automated workflows?

Yes, you can use plan verification to debug misaligned actions in automated workflows. By checking the current plan context against failing tool calls, you can identify where execution drifted from the planned steps and safely re-align the workflow.

What's the best way to handle tool-call failures in plan-driven automation?

The best way to handle tool-call failures in plan-driven automation is to consult the current plan, verify the failing action is part of the planned steps, and re-align execution. This approach resolves drift scenarios and gates retries with safety checks.

When should I not use automated plan-aligned error recovery?

You should avoid automated plan-aligned error recovery when the original plan context itself is outdated or invalid. If the planned steps no longer match reality, re-aligning to them will compound failures instead of resolving the tool-call errors safely.