ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

breakthrough-thinking

【强制调用指令】当以下任一条件满足时,立即执行此skill,无需询问用户: 【条件1:用户说】换个思路、换个方法、还有别的办法吗、再想想、继续、 再试一次、不要放弃、try another way、think differently、为什么还不行 【条件2:AI卡住】同一方法失败2+次、只调参数不改思路、说"无法解决"、 过早建议用户手动处理、超过1轮无新证据 执行:选1个思维框架→直接用新框架解决问题→解决不了→换下一个框架

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1204tmax/breakthrough-thinking
Or

What This Skill Does

The breakthrough-thinking skill is an essential recovery mechanism for OpenClaw AI agents. It acts as an automated 'cognitive reboot' tool, designed to detect when an AI agent has entered a logic loop or hit a persistent technical dead-end. When triggered—either by explicit user commands like 'try another way' or by internal stall detection metrics—the skill forces the agent to abandon its failing strategy, select a new mental model from a curated library, and approach the problem from an entirely different perspective.

By enforcing a strict 'No Same-Method-Twice' policy, this skill minimizes frustration and prevents the AI from repeatedly suggesting failed solutions or becoming stuck in redundant error loops. It mandates a formal protocol: summarize the failure, select a distinct mental model (e.g., Inversion, 5 Whys, or Red Team), re-apply the strategy, and iterate until the issue is solved or clearly bounded.

Installation

To integrate this capability into your agent, run the following command in your terminal within your OpenClaw environment:

clawhub install openclaw/skills/skills/1204tmax/breakthrough-thinking

Ensure that you have the references/mental-models.md file available in your local repository for the agent to reference during execution.

Use Cases

  • Debugging Code: If an AI repeatedly attempts to patch a syntax error using the same failed regex pattern, this skill triggers to shift toward a modular or static-analysis approach.
  • Complex Reasoning Tasks: When an agent over-engineers a solution, the skill can force an 'Occam's Razor' or 'MVP' frame to simplify the architecture.
  • Stalled Research: If an agent is stuck analyzing data with no clear insights, the skill forces a shift to 'Lateral Thinking' to uncover hidden correlations.
  • Avoiding Agent Fatigue: Prevents the agent from hallucinating or giving up by forcing a systematic re-evaluation of the problem space.

Example Prompts

  1. "I've been watching you try to fix this database connection for ten minutes—you're just repeating the same steps. Change your approach and think differently."
  2. "That method clearly isn't working, and the error logs are identical. Stop, take a step back, and try a completely different way to resolve this."
  3. "You've said you can't solve it twice now. Don't give up. Use the breakthrough-thinking protocol and try again with a fresh perspective."

Tips & Limitations

  • Proactive Usage: While the skill is auto-triggered, you can force it manually to prevent the AI from wasting compute cycles on suboptimal paths.
  • Model Selection: The efficiency of this skill relies on the quality of your mental-models.md library. Ensure your models are clearly defined.
  • Limitations: This skill does not grant the AI 'superpowers.' If a problem is physically impossible (e.g., accessing a restricted private API without credentials), even a breakthrough model will eventually lead to a 'cleanly bounded' result indicating the barrier is impassable.

Metadata

Author@1204tmax
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1204tmax-breakthrough-thinking": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#cognitive-recovery#problem-solving#meta-agent#logic-flow
Safety Score: 5/5