Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

thinking-model-combination思维模型组合

Agent Skill

thinking-model-combination 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

447

周安装

19

GitHub Stars

46

下载量

157
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:thinking-model-combination(思维模型组合)
来源仓库:https://github.com/tjboudreaux/cc-thinking-skills
仓库路径:skills/thinking-model-combination
安装命令:
npx skills add https://github.com/tjboudreaux/cc-thinking-skills --skill thinking-model-combination
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tjboudreaux/cc-thinking-skills --skill thinking-model-combination

简介

思维模型组合用于查找、检索和筛选相关信息,整合多个理论框架协同分析。

  • 适用于跨学科问题、战略规划及系统性风险研判场景。
  • 自动匹配输入主题,推荐互补性强且覆盖全面的思维模型集合。
  • 安装命令:npx skills add https://github.com/tjboudreaux/cc-thinking-skills --skill thinking-model-combination
  • 模型库更新依赖上游仓库,长期使用需关注版本同步机制。

SKILL.md

Model Combination

Overview

Real-world problems rarely fit neatly into a single mental model. Model combination uses multiple frameworks together—sequentially, in parallel, or nested—to achieve deeper understanding than any single model provides. The skill is knowing how to combine models productively without creating confusion or analysis paralysis.

Core Principle: Multiple lenses reveal what single lenses miss. But combination requires discipline, not just accumulation.

When to Use

  • Complex problems spanning multiple domains
  • High-stakes decisions where blind spots are costly
  • When single models leave important questions unanswered
  • Validating conclusions through different frameworks
  • Teaching comprehensive analysis
  • Building robust decision processes

Decision flow:

Analyzing a problem?
  → Does one model fully address it? → yes → Use single model
  → Are there important blind spots? → yes → ADD COMPLEMENTARY MODEL
  → Are stakes high enough to justify deeper analysis? → yes → USE MULTIPLE MODELS

Combination Patterns

Pattern 1: Sequential (Pipeline)

Use one model's output as another's input:

## Sequential Combination

Model A → Model B → Model C

Example: Product Decision
1. Jobs to be Done → Identify the real user need
2. First Principles → Design solution from fundamentals
3. Pre-mortem → Identify what could go wrong
4. Reversibility → Assess if we can course-correct

Flow:
[JTBD identifies need] → [First Principles designs solution] →
[Pre-mortem finds risks] → [Reversibility determines commitment level]

Each model builds on previous insights.

Pattern 2: Parallel (Multiple Lenses)

Apply models independently, compare results:

## Parallel Combination

     ┌→ Model A → Result A ─┐
Problem → Model B → Result B → Synthesis
     └→ Model C → Result C ─┘

Example: Strategic Decision
Apply independently:
- Red Team: "How could this fail?"
- Opportunity Cost: "What are we giving up?"
- Second-Order Thinking: "What happens next?"

Synthesis:
| Model | Conclusion | Unique Insight |
|-------|------------|----------------|
| Red Team | [Finding] | [What only this revealed] |
| Opportunity Cost | [Finding] | [What only this revealed] |
| Second-Order | [Finding] | [What only this revealed] |

Combined conclusion: [Synthesis of all three]

Pattern 3: Nested (Zoom Levels)

Use different models at different scales:

## Nested Combination

Macro level: Model A
  └→ Meso level: Model B
       └→ Micro level: Model C

Example: System Optimization
- Macro (System): Theory of Constraints → Find the bottleneck
- Meso (Process): Scientific Method → Diagnose bottleneck cause
- Micro (Action): OODA Loop → Rapid iteration on fixes

The macro model identifies WHERE to focus.
The meso model identifies WHAT is happening.
The micro model guides HOW to respond.

Pattern 4: Adversarial (Thesis-Antithesis)

Use models that challenge each other:

## Adversarial Combination

Model A argues FOR → ← Model B argues AGAINST

Example: Investment Decision
- Optimistic lens (First Principles): "Here's why this could work"
- Pessimistic lens (Pre-mortem): "Here's why this will fail"
- Neutral lens (Bayesian): "Here's the actual probability"

Structure:
| Aspect | First Principles | Pre-mortem | Bayesian Estimate |
|--------|------------------|------------|-------------------|
| Market | [Optimistic case] | [Failure mode] | [P(success)] |
| Technology | [Optimistic case] | [Failure mode] | [P(success)] |
| Team | [Optimistic case] | [Failure mode] | [P(success)] |

Resolution: Adjust probabilities based on adversarial insights

Pattern 5: Temporal (Time-Based)

Different models for different time horizons:

## Temporal Combination

Past: Model A (understand history)
Present: Model B (assess current state)
Future: Model C (project outcomes)

Example: Career Decision
- Past (5 Whys): "Why am I in this situation?"
- Present (Circle of Competence): "What are my current advantages?"
- Future (Regret Minimization): "What will 80-year-old me think?"

Timeline:
Past analysis → Present assessment → Future projection → Decision

Combination Recipes

Recipe 1: High-Stakes Decision

## High-Stakes Decision Recipe

Combine: Reversibility + Pre-mortem + Opportunity Cost + Second-Order

Step 1 - Reversibility Check:
Is this Type 1 or Type 2?
[Assessment]

Step 2 - Pre-mortem:
Assume failure, explain why
[Failure modes]

Step 3 - Opportunity Cost:
What's the best alternative?
[Alternatives foregone]

Step 4 - Second-Order:
What happens after the immediate effect?
[Cascading consequences]

Synthesis:
Given [reversibility], with risks of [pre-mortem findings],
giving up [opportunity cost], leading to [second-order effects],
the decision is: [Conclusion]

Recipe 2: System Diagnosis

## System Diagnosis Recipe

Combine: Cynefin + Theory of Constraints + Feedback Loops + Leverage Points

Step 1 - Cynefin:
What domain is this? [Clear/Complicated/Complex/Chaotic]
Appropriate approach: [Sense-Categorize-Respond / Sense-Analyze-Respond / etc.]

Step 2 - Theory of Constraints:
Where's the bottleneck?
[Constraint identification]

Step 3 - Feedback Loops:
What reinforcing/balancing loops exist?
[Loop mapping]

Step 4 - Leverage Points:
Where can small changes have big effects?
[Intervention points]

Synthesis:
This is a [domain] problem. The constraint is [X].
The key feedback loop is [Y]. The highest leverage point is [Z].

Recipe 3: Innovation Challenge

## Innovation Recipe

Combine: First Principles + TRIZ + Effectuation + Via Negativa

Step 1 - First Principles:
What are the fundamental truths?
[Core elements]

Step 2 - TRIZ:
What contradictions exist? What inventive principles apply?
[Contradiction resolution]

Step 3 - Effectuation:
What means do we have? What's affordable loss?
[Means inventory and constraints]

Step 4 - Via Negativa:
What should we remove or avoid?
[Subtractions]

Synthesis:
Starting from [first principles], resolving [contradiction] via [TRIZ principle],
using [available means], and removing [via negativa items],
the innovation path is: [Approach]

Recipe 4: Argument Evaluation

## Argument Evaluation Recipe

Combine: Steel-manning + Bayesian + Debiasing

Step 1 - Steel-manning:
What's the strongest version of this argument?
[Strengthened argument]

Step 2 - Bayesian:
What's my prior? What evidence would update it?
Prior: [X%]
Evidence that would increase: [List]
Evidence that would decrease: [List]

Step 3 - Debiasing:
What biases might affect my evaluation?
[Bias checklist]

Synthesis:
The steel-manned argument is [X]. Given [evidence] and controlling for [biases],
my updated probability is [Y%]. Conclusion: [Assessment]

Combination Anti-Patterns

Too Many Models

## Anti-Pattern: Model Soup

Problem: Using 5+ models without clear purpose
Result: Confusion, analysis paralysis, contradictory conclusions

Symptoms:
- Can't synthesize findings
- Each model says something different
- Analysis takes forever
- No clear recommendation emerges

Fix: Maximum 3-4 models with clear roles
     Define how models relate BEFORE applying
     Designate a "tiebreaker" model for conflicts

Incompatible Models

## Anti-Pattern: Forced Marriage

Problem: Combining models with conflicting assumptions
Example: Effectuation (embrace uncertainty) + Detailed planning (predict future)

Symptoms:
- Models contradict each other fundamentally
- Can't reconcile conclusions
- Feels like arguing with yourself

Fix: Use models in sequence for different phases
     Or use as adversarial pair intentionally
     Don't try to blend incompatible worldviews

Model Without Purpose

## Anti-Pattern: Checkbox Combination

Problem: Adding models to seem thorough, not for insight
Result: Wasted effort, no additional value

Symptoms:
- Model confirms what you already knew
- No new insights from additional model
- Adding models "just in case"

Fix: Add model only if it addresses a specific blind spot
     Ask: "What question does this model answer that others don't?"

Model Combination Template

# Model Combination Analysis: [Problem]

## Problem Characterization
[Describe the problem and why combination is needed]

## Combination Pattern
Pattern: [Sequential/Parallel/Nested/Adversarial/Temporal]
Rationale: [Why this pattern]

## Models Selected
| Model | Role | What It Addresses |
|-------|------|-------------------|
| | | |

## Analysis

### Model 1: [Name]
[Analysis using this model]
Key insight: [What this uniquely revealed]

### Model 2: [Name]
[Analysis using this model]
Key insight: [What this uniquely revealed]

### Model 3: [Name]
[Analysis using this model]
Key insight: [What this uniquely revealed]

## Synthesis

### Convergence
Where models agree: [Common conclusions]

### Divergence
Where models differ: [Conflicting conclusions]
Resolution: [How to resolve conflicts]

### Unique Contributions
| Model | Unique Insight |
|-------|----------------|
| | |

## Combined Conclusion
[Synthesis that incorporates all models]

## Confidence Assessment
Confidence in conclusion: [High/Medium/Low]
What would change my mind: [Key uncertainties]

Verification Checklist

  • Each model has a clear, distinct role
  • Combination pattern is explicit
  • Models are compatible or deliberately adversarial
  • Synthesis addresses convergence and divergence
  • Not using more models than necessary
  • Clear combined conclusion emerges

Key Questions

  • "What does each model contribute that others don't?"
  • "How do these models relate to each other?"
  • "Where do the models agree? Disagree?"
  • "Am I adding models for insight or just thoroughness?"
  • "What's the simplest combination that addresses the problem?"
  • "How do I synthesize if models conflict?"

Munger's Wisdom (Extended)

"I've long believed that a certain system—which almost any intelligent person can learn—works way better than the systems most people use. What you need is a latticework of mental models in your head."

"You may have noticed students who just try to remember and pound back what is remembered. Well, they fail in school and in life. You've got to hang experience on a latticework of models in your head."

The latticework isn't just having models—it's the connections between them. Combination is how you weave the lattice. Individual models are threads; combination creates the fabric that catches reality's complexity.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.85%
按下载量换算58

Claude

28.14%
按下载量换算44

Cursor

18.82%
按下载量换算30

Gemini CLI

8.69%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills