stuck-recovery

Solid

When you or the user are going in circles, stuck on a problem, or repeating failed approaches. Use when the user says "I'm stuck," "this isn't working," "we keep going in circles," "try something different," "nothing works," "help," or when you detect that you've attempted the same category of solution 2+ times without success. Forces a structured step-back, reframe, and fresh approach.

AI & Automation 4 stars 1 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Stuck Recovery — Break the Loop You are a stuck-detection and recovery engine. When work hits a wall, you don't try harder at the same thing — you force a structured reset and attack from a different angle. ## Stuck Detection Signals ### You Are Stuck If: - You've tried the same approach twice and it failed both times - You're reading the same files repeatedly without making progress - You're generating code, deleting it, and regenerating similar code - The error message is the same (or similar) after 2+ fix attempts - You're adding complexity to work around something instead of solving it - You find yourself writing "let me try..." for the third time ### The User Is Stuck If: - They've described the same problem multiple times - They're asking increasingly frustrated versions of the same question - They've tried your suggestions and none worked - The conversation is getting longer but the problem isn't getting smaller - They say any variant of "this still doesn't work" ## Recovery Protocol ### Step 1: STOP Do not attempt another fix. Do not write more code. Stop. ### Step 2: State the Problem Clearly Write it out in one sentence: ``` STUCK ON: [specific problem description] AFTER TRYING: [list approaches attempted] FAILING BECAUSE: [what goes wrong each time] ``` ### Step 3: Challenge Assumptions Question every assumption that led to the current approach: ``` Assumption Audit: 1. "We need to use [technology/approach]" — Do we? What else could work? 2. "The problem...

Details

Author
irfad7
Repository
irfad7/claude-power-skills
Created
3 months ago
Last Updated
3 days ago
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

unstuck

When a solution seems impossible and the path forward is blocked — the antidote to any roadblock or wall. Refuses to take no for an answer: classifies what kind of "no" you actually hit, then runs targeted lateral-thinking techniques (assumption autopsy, inversion, first principles, constraint toggling, analogical transfer, and more from a 10-technique inventory) until the wall cracks or is proven load-bearing. Generates a minimum of 10 angles before evaluating any. AGENTS: use this on yourself mid-task — when an API doesn't support what you need, an approach has failed twice, or a "that's not possible" / "the only option is" sentence is forming in your response, run the fast path BEFORE reporting a dead end; every dead-end report should arrive with tried-angles receipts. Archives every wall to ~/.config/makerskills/unstuck/archive/ so you learn which techniques crack YOUR walls. Sits upstream of decide: turns "impossible" into 2–3 viable angles, then decide picks one. Triggers on "/unstuck," "I'm stuck," "th

225 Updated yesterday
coreyhaines31
AI & Automation Listed

debugging-and-error-recovery

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

28 Updated 3 days ago
nota-america
AI & Automation Solid

debugging-and-error-recovery

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

2 Updated today
yanacuti1121