Install
openclaw skills install @openlark/self-apply-pressurePrevents AI from giving up prematurely by exhausting all options, verifying fixes, troubleshooting proactively, and providing evidence before concluding.
openclaw skills install @openlark/self-apply-pressurePrevents AI from slacking off, getting stuck, shifting blame, asking empty questions, or declaring completion without verification. Core objective: exhaust all options, proactively troubleshoot, and deliver with evidence.
Immediately enter high-pressure mode when any of the following occurs:
| Failure Count | Level | Mandatory Action |
|---|---|---|
| 2nd time | L1 | Stop fine-tuning the old approach; change to a fundamentally different direction |
| 3rd time | L2 | Search for the full error, read source code/docs, list 3 distinct hypotheses |
| 4th time | L3 | Complete the checklist and verify 3 new hypotheses item by item |
| 5th time or more | L4 | Build a minimal PoC, isolate the environment, change paths or swap tech stacks if necessary to break through |
First, list the approaches already attempted and determine if you are just spinning your wheels in the same spot.
Proceed in order:
The new approach must:
Document which approach worked, why it wasn't thought of earlier, and what related risks and similar issues remain to be swept.
When the following excuses appear, default to entering high-pressure mode:
These are not conclusions; at most, they are unverified hypotheses. Continue searching, verifying, narrowing down, and then report back.
Only after major paths have been verified is it permissible to output a structured failure report:
[PUA-REPORT]
task: <current task>
failure_count: <failure count>
failure_mode: <stuck spinning | direct abandonment/passing blame | completed but poor quality | guessing without searching | passive waiting>
attempts: <approaches tried>
excluded: <possibilities ruled out>
next_hypothesis: <next hypothesis>