get-unstuck

Solid

Pause, surface the current plan + open questions, and suggest the next concrete step so the agent (or operator) can recover from a deadlock or analysis paralysis.

AI & Automation 2 stars 0 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

# Stuck — recovery checklist Stop. Don't make another tool call. Read this whole skill before deciding what to do next. ## What "stuck" actually looks like You probably got here because one of these is true: - The same file keeps being edited and reverted, or the same tool keeps being called with slightly different inputs and the same result. - You've explained a plan three different ways and the user is still unhappy. - A test / build keeps failing and your fixes aren't moving the failure mode, just relocating it. - You're about to open a PR / send a commit but you can't summarise what changed. If none of those describe the moment, this skill probably isn't what you needed. ## Recovery — five-step recipe ### 1. State the original goal in one sentence What was the *user's* original ask? Not your interpretation, not the third-derivative subgoal you ended up chasing. The literal prompt or its plain-English rephrasing. ### 2. List what's actually been done Not what you tried, not what you intended. What's *committed to disk* or *visible in the conversation* right now. Bullet list of ≤ 5 items. ### 3. List the open question(s) What single piece of information would unblock you? It's almost always one of: - A clarification from the user (which of two interpretations, what counts as "done", which file is canonical). - A reading you skipped (a config you haven't opened, a log line you haven't grepped, a manifest you assumed about). - A test / repro you don...

Details

Author
CocoRoF
Repository
CocoRoF/geny-executor
Created
4 months ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

stuck-recovery

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.

4 Updated 4 weeks ago
irfad7
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

674 Updated 3 days ago
coreyhaines31
AI & Automation Listed

debugging-agent-runs

Recover when the AGENT itself is stuck — looping, repeating the same failed action, burning tokens/budget, overflowing context, drifting from the goal, or acting on stale state. Use when a run isn't converging and reworded retries aren't helping. This is a workflow you follow, not a hidden runtime that auto-heals. For bugs in the product code use fixing-bugs.

5 Updated 1 weeks ago
Cristhianzl