From amplify
Recovers from repeated tool call errors, unexpected failures, or blockers during plan execution by checking the plan, verifying alignment, and fixing specific issues without drifting.
npx claudepluginhub wezzard/skills --plugin amplifyThis skill uses the workspace's default tool permissions.
When you encounter repeated errors with tool calls (e.g., wrong arguments, missing files, permission issues), **DO NOT** simply generalize or guess new parameters, alternative tool locations, as this often leads to drifting away from the original goal by introducing noise to the context.
Use when repeated fix attempts fail, the agent appears stuck in a loop, or complexity is increasing without progress
Handles conflicting instructions, tool failures, scope creep, and user pressures by blending incoming forces then redirecting to productive resolutions.
Provides structured self-debugging workflow for AI agent failures: capture state, diagnose patterns, apply contained recoveries, generate introspection reports. For loops, retries without progress, context drift.
Share bugs, ideas, or general feedback.
When you encounter repeated errors with tool calls (e.g., wrong arguments, missing files, permission issues), DO NOT simply generalize or guess new parameters, alternative tool locations, as this often leads to drifting away from the original goal by introducing noise to the context.
Check the Plan: Immediately look up the plan file of the session to verify the context of the current operation.
Verify Alignment: Determine if the tool call that generated the error is actually part of the tasks currently being executed in the plan. Ask Yourself: "Is the action I just attempted explicitly required by the current step in the plan?"
Re-align to the Plan: