🧠 Thinking Frameworks

Provides structured deep analysis and decision-making using 20 human thinking frameworks like critical thinking, first principles, red team, and design think...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 74 · 0 current installs · 0 all-time installs
byboluobobo@wanikua
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (thinking frameworks for structured analysis) match the contents: SKILL.md plus 20 local reference files. The skill requests no binaries, env vars, or external credentials — proportionate to its stated purpose.
Instruction Scope
Runtime instructions are limited and explicit: detect requested framework, load the local reference file from references/, apply the framework steps to the user's topic, and present analysis. There is no instruction to read unrelated system files or send data to external endpoints. Note: several frameworks (e.g., 'red-team', 'premortem') can generate adversarial/attack-oriented analyses if asked; this is a content-use risk rather than an incoherence in the skill itself.
Install Mechanism
No install spec and no code execution/install steps are present (instruction-only). This minimizes disk writes and arbitrary code installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and its SKILL.md does not reference any secrets or external tokens — the requested environment access is minimal and appropriate.
Persistence & Privilege
always:false and disable-model-invocation:false (normal). The skill does not request permanent system-wide presence or modifications to other skills; autonomous invocation is allowed by platform default but does not combine with other red flags here.
Assessment
This skill appears internally consistent and is essentially a packaged set of local framework prompts (MIT license). Before installing: 1) Note provenance is 'Source: unknown' and homepage is missing — if you require provenance, prefer skills with known repo/homepage or inspect the shipped markdown files yourself. 2) Be careful about content you feed into the skill — frameworks like 'red-team' or 'premortem' can produce adversarial or operationally-sensitive guidance; avoid submitting secrets, credentials, or privileged system details. 3) If you want extra assurance, open and review the reference files (they're plain markdown) to confirm there is no hidden behavior and the guidance fits your safety policies. 4) Because it’s instruction-only, there is no network install risk, but treat any outputs that could be used to perform harmful actions with the same caution you’d apply to any generative model response.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
aivk97bq7hywt4h2z2jy50eyksdbn83gkqqanalysisvk97bq7hywt4h2z2jy50eyksdbn83gkqqcritical-thinkingvk97bq7hywt4h2z2jy50eyksdbn83gkqqdecision-makingvk97bq7hywt4h2z2jy50eyksdbn83gkqqframeworksvk97bq7hywt4h2z2jy50eyksdbn83gkqqlatestvk97bq7hywt4h2z2jy50eyksdbn83gkqqthinkingvk97bq7hywt4h2z2jy50eyksdbn83gkqq

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Skill: Thinking Frameworks

Location: skills/thinking-frameworks/

Description: 20 human thinking frameworks for deep analysis and decision-making. Adapted from Claude Code commands to OpenClaw skills.

Triggers

Use these thinking frameworks when the user:

  • Explicitly requests a thinking mode (e.g., "use critical thinking", "first principles analysis", "red team this")
  • Asks for deep analysis of a problem, decision, or plan
  • Uses command syntax: /thinking <framework> <topic> or /<framework-name> <topic>
  • Needs structured reasoning for complex decisions

Available Frameworks

FrameworkTrigger KeywordsUse When
critical-thinkingcritical, critique, analyze assumptionsQuestioning assumptions, evaluating evidence, detecting biases
first-principlesfirst principles, first principles thinking, elon musk approachStrip away assumptions, rebuild from fundamental truths
systems-thinkingsystems, system thinking, holistic, causal loopsUnderstanding interconnected systems, feedback loops, emergence
design-thinkingdesign thinking, empathize, prototypeUser-centered problem solving, creative iteration
lateral-thinkinglateral, creative, outside the boxBreaking conventional patterns, finding novel solutions
six-thinking-hatssix hats, de bono, white/red/black/yellow/green/blueMulti-perspective analysis, group decision framing
socratic-methodsocratic, questioning, progressive questionsDeep exploration through guided questioning
bayesian-thinkingbayesian, update beliefs, prior, evidenceProbabilistic belief updating with new evidence
second-order-thinkingsecond order, "and then what", consequencesLong-term consequence chains, unintended effects
inversion-thinkinginversion, invert, reverse, how would this failProblem by flipping, finding failure modes
dialectical-thinkingdialectical, thesis antithesis synthesis, hegelResolving contradictions through synthesis
abductive-reasoningabductive, best explanation, inferenceInferring the most likely explanation from observations
mental-modelsmental models, munger, multidisciplinaryCross-disciplinary framework application
red-teamred team, adversarial, attack planFinding weaknesses through adversarial analysis
steelmansteelman, steel man, strongest argumentStrengthening opposing views before countering
probabilistic-thinkingprobabilistic, probability, uncertaintyDecision-making under uncertainty
analogical-reasoninganalogical, analogy, map from knownLearning from parallel domains through mapping
counterfactual-thinkingcounterfactual, "what if", alternative historyExploring alternative scenarios and outcomes
opportunity-costopportunity cost, trade-off, alternative forgoneEvaluating true costs including foregone alternatives
premortempremortem, assume failure,事前验尸Proactive failure analysis before implementation

Usage

Direct Command

/thinking critical-thinking Should we switch from REST to GraphQL?
/red-team Our plan to launch in 3 markets simultaneously
/premortem The new pricing model we're about to ship

Natural Language

"Use first principles to analyze this problem: [problem]"
"Red team this plan for me: [plan]"
"Think about this using second-order thinking: [situation]"

Implementation

  1. Detect the requested framework from user input
  2. Load the corresponding reference file from references/
  3. Apply the framework's structured steps to the user's topic
  4. Present analysis following the framework's methodology

Notes

  • Frameworks are complementary — combine when appropriate (e.g., critical-thinking + red-team)
  • Default to concise output unless user requests depth
  • These are thinking aids, not rigid formulas — adapt to context
  • All frameworks are MIT licensed from the original thinking-skills repo

Files

23 total
Select a file
Select a file to preview.

Comments

Loading comments…