vision-rescue

Applies a five-step framework to break through seemingly impossible tasks before surrendering.

2.9k|733|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/zts212653/clowder-ai --skill vision-rescue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vision-rescue
Source: https://github.com/zts212653/clowder-ai/tree/main/cat-cafe-skills/vision-rescue
Command: npx skills add https://github.com/zts212653/clowder-ai --skill vision-rescue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a task looks hopeless and an agent starts oscillating between hope and despair or wrapping surrender in rational language ("current state is optimal", "not worth continuing"), this Skill provides a structured five-step breakthrough framework that forces evidence-based evaluation before any goal is abandoned.

Core Features & Use Cases

  • Despair Signal Detection: Identifies surrender rhetoric, 3+ rounds of hope/despair oscillation, and echo-chamber retries as hard triggers for intervention.
  • Five-Step Breakthrough Framework: Recognize the deadlock, return to first-source truth (code and binaries over docs), seek external voices (community, open source), call a partner with a different methodology, and refuse unilateral surrender.
  • Desperation Packet Gate: A six-question checklist that must be fully answered before declaring "no path forward" and escalating to the operator for a decision.
  • Use Case: After three failed debugging rounds on an integration that seems impossible, run this framework to separate facts from inferences, inspect the actual binary with strings, search Reddit and GitHub for prior solutions, and bring in a teammate with a different approach before concluding anything.

Quick Start

Use the vision-rescue skill to evaluate whether this stuck task is truly unsolvable and produce a Desperation Packet with a new action plan.

Frequently Asked Questions about vision-rescue

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

FAQPage Schema
How do I break through a task that seems impossible to solve?

Apply the five-step framework: recognize the deadlock, return to first-source truth like code or binaries, search community and open-source solutions, call a partner with a different methodology, and refuse to surrender without operator signoff. Complete the six-question Desperation Packet before concluding no path exists.

What are the signs that an AI agent is giving up prematurely?

Key signals include oscillating between hope and despair for 3 or more rounds, wrapping surrender in rational language like "current state is optimal" or "value has changed", and echo-chamber retries where multiple agents repeat the same method. One strong signal or two normal signals triggers the framework.

When should I use vision-rescue instead of a debugging skill?

Use debugging when a known bug needs fixing. Use vision-rescue when the task itself appears impossible, multiple attempts have failed, and outputs contain surrender rhetoric. Vision-rescue can also invoke deep-research or collaborative-thinking as sub-steps.

What is a Desperation Packet and when is it required?

A Desperation Packet is a six-question evidence checklist required before declaring a goal unreachable. It verifies first-source code was read, search angles were changed, community channels were checked, a different-methodology partner was consulted, facts were separated from inferences, and operator costs were stated.

Why does the framework prioritize reading code over web documentation?

Documentation and blog posts are secondary sources that can mislead, causing repeated oscillation. Reading binaries with strings or grepping source code reveals actual decision logic, which resolves deadlocks faster than retrying the same web-based assumptions.