Use when no productive next action can be selected because dependencies, authority, contradictory constraints, missing access, or unresolved evidence block progress.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add ihabkhaled/AI-Psychiatry --skill deadlock-recovery --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Deadlock Recovery?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ihabkhaled-deadlock-recovery)More formats (shields.io, HTML) on the badges page.
---
name: deadlock-recovery
description: Use when no productive next action can be selected because dependencies, authority, contradictory constraints, missing access, or unresolved evidence block progress.
---
# Deadlock Recovery
## Core principle
Deadlock recovery identifies the actual blocking condition and narrows the problem before declaring blocked.
## Procedure
1. Stop reasoning on speculative branches.
2. Restate goal, DoD, and established evidence.
3. Remove assumptions and optional work.
4. Identify the smallest condition preventing every valid action.
5. Test one bounded alternative source or isolation if available.
6. Report Blocked, Evidence, and Needed when external input is truly required.
## Required output
Exact blocker, proof, attempted bounded recovery, and required unblocking input.
## Limits
Use L1 through L4 before L5 blocked; same strategy maximum 3.
## Common mistakes
Do not call ordinary difficulty, one failed test, unfamiliar code, or a large file deadlock.
## Stop condition
Stop when a valid action exists or an evidenced external blocker is reported.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!