Install
openclaw skills install reinforced-thinking-modeMulti-round independent deep thinking. Each round produces complete, final-quality solutions. Non-iterative, no TODOs, no angle constraints—pure divergent thinking.
openclaw skills install reinforced-thinking-modeActivate when user needs deep, multi-angle analysis:
Complexity → Rounds:
N independent, complete thinking sessions—not iterative refinement.
Each round must be: "If this were the last round, I am completely satisfied."
✅ Think: "This is my only chance—give it everything"
❌ Never think: "I'll improve this next round"
problem.md + round_{i-1}.md (Round 1: only problem.md)Never use in solution files: TODO, to be improved, next round, later, refine further
reinforced-thinking/problem.md: background, current state, core problem, constraints, success criteriaFor round X:
problem.md + round_{X-1}.md (Round 1: only problem.md)round_X.md, including:
final_report.md (including red team review conclusions)Automatically delete intermediate files (problem.md, round_*.md), only keep final_report.md.
If retention needed, specify in), only keep final prompt.
If ANY of these conditions trigger, MUST redo current round:
| Error | Example | Fix |
|---|---|---|
| Carry context | "Based on R1's UX and R2's tech..." | Only write "Based on problem.md and R3's approach..." |
| Leave TODOs | "Details next round" | Give core design details now |
| Assume facts | "Users probably want X" | Search to confirm or ask user |
| Preset direction | "Next round: security angle" | Let each round choose freely |
| Iterative thinking | "Improve on R1" | Each round is independent, think from scratch |
| No details | "See related docs" | Write complete details directly in file |