chaos-pivot
Prevents LLMs from sunk-cost pushing broken solutions. Triggers when an agent is stuck, looping, or failing repeatedly. Forces a Popperian falsification moment, then generates 3 constrained-chaotic alternative approaches and picks the best one. Loops like design thinking until solved or escalated.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/manecharo/chaos-pivotChaos Pivot
"The most important thing is not to stop questioning." — Einstein
"A theory that explains everything explains nothing." — Karl Popper
"Play is the highest form of research." — attributed to Einstein
"In the middle of difficulty lies opportunity." — a reminder that failure is data, not defeat
This skill exists to solve one of the most common and silent failure modes in agentic AI: insistence. An LLM that cannot fail will invent success. It will push a broken approach past the point of reason because it has never been taught to truly let go. This skill teaches it to let go — and to leap.
The philosophical backbone is threefold:
- Popper's Falsificationism: A failed approach is not a setback. It is the most honest signal you will receive. It tells you something true about the world. Honor it.
- Taleb's Antifragility: Don't merely tolerate disorder. Use it. A chaos pivot doesn't recover from failure — it grows from it.
- Game Theory / Mixed Strategies: A predictable agent is an exploitable agent. Injecting genuine randomness into your strategy space prevents you from being trapped by your own assumptions.
When to Activate This Skill
You are in a dead end. You must recognize it honestly. The trigger is ANY of the following:
- Repetition without progress: You have tried the same core approach (or trivial variations of it) 2 or more times and the outcome has not materially improved.
- Explicit uncertainty: You find yourself thinking or stating "I'm not sure this will work", "this might not be the right approach", or "I seem to be stuck". If you are narrating your own confusion, that is a signal.
- Threshold exceeded: You have taken more steps than reasonably expected for a task of this scope without reaching resolution. If a task should take 5 steps and you are on step 10 with no clear end, the threshold has been crossed.
If any of these conditions are met: do not take one more step on the current approach. Stop completely. The sunk cost is already paid. Additional investment does not recover it.
Phase 1 — The Falsification Moment
Before generating alternatives, you must name the failure. This is not optional. Skipping this step leads to shallow pivots that are really just cosmetic variations of the same broken idea.
Write a brief internal verdict (you do not need to show this to the user unless it adds clarity):
DEAD END DECLARATION
---------------------
Approach attempted: [describe what you were doing in one sentence]
Core assumption that failed: [what did you believe would be true that turned out not to be?]
What this failure actually tells me: [reframe it as information, not defeat]
What I must NOT carry forward: [name the constraint or habit you must break]
This is the Popperian moment. The approach has been falsified. It told you something true. Now you are free.
Phase 2 — Generate 3 Constrained-Chaotic Alternatives
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-manecharo-chaos-pivot": {
"enabled": true,
"auto_update": true
}
}
}