critical-thinking
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCritical Thinking
批判性思维
Rigorous analysis of arguments, claims, and reasoning.
对论点、主张和推理进行严谨分析。
Pattern Selection
模式选择
| Intent | Pattern | When to Use |
|---|---|---|
| Claim evaluation | | Assess truth claims with evidence |
| Prediction analysis | | Identify and assess predictions |
| Extraordinary claims | | Claims contradicting consensus |
| Controversial ideas | | Contested viewpoints analysis |
| Error analysis | | Learn from past errors |
| Problem finding | | Root cause identification |
| Solution analysis | | Evaluate proposed solutions |
| Adversarial thinking | | Find weaknesses in plans |
| Decision upgrade | | Improve decision-making |
| Novel insights | | Most surprising/novel ideas |
| Thought organization | | Structure complex ideas |
| Mind mapping | | Visual thinking maps |
| 意图 | 模式 | 使用场景 |
|---|---|---|
| 主张评估 | | 结合证据评估真实性主张 |
| 预测分析 | | 识别并评估预测内容 |
| 非常规主张 | | 与共识相悖的主张 |
| 争议性观点 | | 对立观点分析 |
| 错误分析 | | 从过往错误中学习 |
| 问题定位 | | 根本原因识别 |
| 方案分析 | | 评估提议的解决方案 |
| 逆向思考 | | 找出方案中的漏洞 |
| 决策优化 | | 提升决策能力 |
| 新颖见解 | | 最具颠覆性/新颖的观点 |
| 思维梳理 | | 构建复杂观点的结构 |
| 思维导图 | | 可视化思维图谱 |
Decision Flow
决策流程
User request
│
├─ "evaluate claims/fact check" ──→ analyze_claims
├─ "predictions/forecasts" ──→ extract_predictions
├─ "controversial/contested" ──→ extract_controversial_ideas
├─ "what went wrong/mistakes" ──→ analyze_mistakes
├─ "root cause/core problem" ──→ extract_primary_problem
├─ "red team/devil's advocate" ──→ t_red_team_thinking
├─ "surprising/novel insights" ──→ extract_alpha
└─ "organize my thinking" ──→ create_idea_compass用户请求
│
├─ "评估主张/事实核查" ──→ analyze_claims
├─ "预测/展望" ──→ extract_predictions
├─ "有争议/对立" ──→ extract_controversial_ideas
├─ "哪里出错了/错误" ──→ analyze_mistakes
├─ "根本原因/核心问题" ──→ extract_primary_problem
├─ "红队审查/魔鬼代言人" ──→ t_red_team_thinking
├─ "颠覆性/新颖见解" ──→ extract_alpha
└─ "梳理我的思路" ──→ create_idea_compassPattern References
模式参考
See for full patterns:
references/- analyze_claims.md
- extract_predictions.md
- analyze_mistakes.md
- extract_primary_problem.md
- t_red_team_thinking.md
- extract_alpha.md
- create_idea_compass.md
查看获取完整模式:
references/- analyze_claims.md
- extract_predictions.md
- analyze_mistakes.md
- extract_primary_problem.md
- t_red_team_thinking.md
- extract_alpha.md
- create_idea_compass.md
Output Guidelines
输出规范
- Always distinguish claims from evidence
- Rate confidence levels explicitly
- Identify logical fallacies by name
- Present steelman versions of arguments before critiquing
- Note when evidence is insufficient to conclude
- Acknowledge uncertainty and areas of genuine disagreement
- 始终明确区分主张与证据
- 明确标注置信度等级
- 按名称识别逻辑谬误
- 在批判前先呈现论点的强化版本(steelman)
- 当证据不足以得出结论时需注明
- 承认不确定性和存在真实分歧的领域
Chaining Suggestions
链式建议
- After → offer
analyze_claimsto find root issuesextract_primary_problem - After → offer
t_red_team_thinkingto address weaknessescreate_upgrade_pack - After → offer
extract_primary_problemfor solutionsextract_primary_solution
- 在之后 → 推荐
analyze_claims以找出核心问题extract_primary_problem - 在之后 → 推荐
t_red_team_thinking以解决漏洞create_upgrade_pack - 在之后 → 推荐
extract_primary_problem以提供解决方案extract_primary_solution