AgentSkillsCN

thinking-lens

提供 14 种结构化思维方法(“视角”),用于开展系统性分析。当您需要深入思考问题、运用不同思维视角、理性推演决策,或实施系统性分析时,可使用此技能。系统会根据具体情境自动选择合适的视角:针对故障采用“5 个为什么”;针对风险采用“事前剖析”;针对假设采用“第一性原理”;针对架构采用“系统思维”;针对理解采用“四因分析”;针对验证采用“货船崇拜检测”;针对校准采用“黄金中庸”。

SKILL.md
--- frontmatter
name: thinking-lens
description: Routes to 14 structured thinking methodologies (lenses) for systematic analysis. Use this skill when you need to think through problems, apply thinking lenses, reason through decisions, or perform systematic analysis. Auto-selects appropriate lens based on context - 5 Whys for failures, Pre-Mortem for risks, First Principles for assumptions, Systems Thinking for architecture, Four Causes for understanding, Cargo Cult Detection for validation, Golden Mean for calibration.

Thinking Lens Skill

Router that selects and applies thinking methodologies from docs/core_principles/.

Keyword → Lens Routing

KeywordsLensFile
"failed", "broke", "why did", "root cause"5 Whys01-FIVE_WHYS_METHODOLOGY.md
"assumptions", "fundamentally", "from scratch"First Principles02-FIRST_PRINCIPLES.md
"risks", "could go wrong", "before we start"Pre-Mortem03-PRE_MORTEM.md
"guarantee failure", "avoid", "anti-patterns"Inversion04-INVERSION.md
"prioritize", "most value", "80/20"Pareto Analysis05-PARETO_ANALYSIS.md
"architecture", "interact", "components"Systems Thinking06-SYSTEMS_THINKING.md
"consequences", "downstream", "side effects"Second-Order Effects07-SECOND_ORDER_EFFECTS.md
"blocked", "bottleneck", "dependencies"Constraint Analysis08-CONSTRAINT_ANALYSIS.md
"challenge", "critique", "wrong with this"Devil's Advocate09-DEVILS_ADVOCATE.md
"compare", "choose between", "options"Comparative Analysis10-COMPARATIVE_ANALYSIS.md
"trade-off", "giving up", "sacrifice"Opportunity Cost11-OPPORTUNITY_COST.md
"explain", "purpose", "why does this exist", "complete picture"Four Causes12-FOUR_CAUSES.md
"going through motions", "process theater", "cargo cult", "actually working", "vibe coding"Cargo Cult Detection13-CARGO_CULT_DETECTION.md
"how much", "balance", "calibrate", "sweet spot", "too much", "too little", "spectrum"Golden Mean14-GOLDEN_MEAN.md

Workflow

  1. Route: Match user keywords to lens using table above
  2. Load: Read full methodology from docs/core_principles/[FILE]
  3. Apply: Follow the step-by-step process and use template from that file

If ambiguous, ask:

"Would you like to focus on risks (Pre-Mortem), root cause (5 Whys), or trade-offs (Opportunity Cost)?"

Quick Reference

Problem TypeLens
Something failed5 Whys
Planning something riskyPre-Mortem
Choosing between optionsComparative Analysis
Understanding a systemSystems Thinking
Prioritizing workPareto Analysis
Understanding why something existsFour Causes
Checking if a practice is actually workingCargo Cult Detection
Finding the right balance/amountGolden Mean
Not surePre-Mortem (safest default)

Hand-offs

SituationRoute To
Need to fix code after analysisdebugger skill
Document root cause in KBretrospective skill
Security issue foundsecurity-pattern-scanner skill

Lens Index

See docs/core_principles/00-THINKING_LENSES_INDEX.md for complete guide.