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

thinking-cynefin思考细胞毒素

Agent Skill

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

总安装

465

周安装

19

GitHub Stars

46

下载量

150
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

思考细胞毒素用于查找、检索和筛选相关信息,支持多宿主环境下的智能任务处理。

  • 适合在复杂系统分析中识别情境类型并匹配响应策略的场景。
  • 基于输入的问题描述,自动分类到 Cynefin 框架的相应域并推荐行动路径。
  • 安装命令:npx skills add https://github.com/tjboudreaux/cc-thinking-skills --skill thinking-cynefin
  • 需核实是否会触发外部查询或数据写入,并评估对权限的要求。

SKILL.md

Cynefin Framework

Overview

The Cynefin framework, developed by Dave Snowden, classifies problems into domains based on the relationship between cause and effect. Different domains require fundamentally different approaches. Using the wrong approach for the domain leads to failure—agile doesn't fix truly complex problems, and detailed planning doesn't help in chaos.

Core Principle: The nature of the problem determines the nature of the solution. Match your approach to the domain.

When to Use

  • Choosing the right methodology for a project
  • Understanding why an approach isn't working
  • Designing processes for different problem types
  • Deciding how much to plan vs. experiment
  • Understanding organizational challenges
  • Incident response and crisis management

Decision flow:

Facing a problem?
  → What's the relationship between cause and effect?
    → Obvious? → CLEAR DOMAIN
    → Requires analysis? → COMPLICATED DOMAIN
    → Only visible in retrospect? → COMPLEX DOMAIN
    → Cannot perceive? → CHAOTIC DOMAIN

The Five Domains

1. Clear (formerly Simple/Obvious)

Characteristics:

  • Cause and effect are obvious to everyone
  • Best practices exist and work
  • Repeatable processes

Approach: Sense → Categorize → Respond

Problem: Server disk is full
Sense: Alert shows disk at 100%
Categorize: Known issue with known fix
Respond: Clear old logs, add monitoring

Appropriate method:
- Standard operating procedures
- Checklists
- Best practices
- Automation

Failure mode: Complacency. Treating complex problems as clear leads to oversimplification.

2. Complicated

Characteristics:

  • Cause and effect require expertise to see
  • Multiple right answers exist
  • Good practices (not "best" practices)
  • Expert analysis needed

Approach: Sense → Analyze → Respond

Problem: Application performance degradation
Sense: Response times increased 3x
Analyze: Profile, trace, identify bottleneck (requires expertise)
Respond: Apply appropriate fix based on analysis

Appropriate method:
- Expert analysis
- Waterfall/planning
- Detailed specifications
- Engineering analysis
- Multiple valid solutions

Failure mode: Analysis paralysis. Over-analyzing when action is needed, or treating complicated problems as if they're clear.

3. Complex

Characteristics:

  • Cause and effect only visible in retrospect
  • Emergent behavior
  • Cannot predict outcomes
  • Patterns emerge from interactions

Approach: Probe → Sense → Respond

Problem: User engagement is declining
Probe: Run experiments, try interventions
Sense: See what patterns emerge
Respond: Amplify what works, dampen what doesn't

Appropriate method:
- Safe-to-fail experiments
- Agile/iterative
- Prototyping
- A/B testing
- Emergent strategy

Failure mode: Trying to analyze/plan your way through complexity. The system is too interconnected for analysis; you must probe and learn.

4. Chaotic

Characteristics:

  • No perceivable cause and effect
  • High turbulence
  • Need to act first to create stability
  • No time for analysis

Approach: Act → Sense → Respond

Problem: Production is down, cause unknown
Act: Take immediate action to stabilize (rollback, failover)
Sense: Once stable, assess what happened
Respond: Move to complex/complicated domain for investigation

Appropriate method:
- Command and control
- Decisive action
- Rapid response
- Crisis management

Failure mode: Trying to analyze during chaos. The priority is stability, not understanding.

5. Disorder (Center)

Characteristics:

  • Don't know which domain you're in
  • Multiple stakeholders perceive different domains
  • Confusion and disagreement about approach

Approach: Break the problem into parts, classify each part

Problem: "We need to fix our development process"
Reality: Some parts are clear (coding standards)
         Some parts are complicated (architecture decisions)
         Some parts are complex (team dynamics)

Solution: Break apart, apply appropriate approach to each

Domain Assessment

Step 1: Assess Cause-Effect Relationship

## Domain Assessment: [Problem]

Can you see clear cause-effect?
- [ ] Yes, obvious to everyone → CLEAR
- [ ] Yes, but requires expertise → COMPLICATED
- [ ] No, only visible after the fact → COMPLEX
- [ ] No, completely turbulent → CHAOTIC
- [ ] Unsure, mixed signals → DISORDER

Step 2: Test Your Assessment

DomainTestIf yes, stayIf no, reconsider
ClearDo best practices exist and work reliably?ClearMaybe Complicated
ComplicatedCan experts predict outcomes?ComplicatedMaybe Complex
ComplexCan you run safe-to-fail experiments?ComplexMaybe Chaotic
ChaoticIs the situation too turbulent to experiment?ChaoticMaybe Complex

Step 3: Match Approach

## Approach Selection

Domain: [Assessment result]

Appropriate approach:
- Decision-making style: [Best practice / Expert analysis / Experimentation / Crisis response]
- Planning depth: [Detailed / Moderate / Minimal / None]
- Methodology: [Process / Analysis / Agile / Command]
- Success measure: [Efficiency / Quality / Learning / Stability]

Common Mismatches

Treating Complex as Complicated

Symptom: Extensive planning, but outcomes keep surprising
Example: Detailed user research, perfect spec, but users don't engage
Why it fails: You can't analyze your way to understanding emergent behavior
Fix: Probe with experiments, sense patterns, iterate

Treating Complicated as Clear

Symptom: "Just do it" approach to expert problems
Example: "Build it like they did at [Company]" without understanding why
Why it fails: Context matters; expertise reveals nuances
Fix: Engage experts, analyze the specific situation

Treating Chaotic as Complex

Symptom: Running experiments during a crisis
Example: "Let's A/B test during the outage"
Why it fails: Chaos requires immediate stability, not learning
Fix: Act decisively first, learn later

Treating Clear as Complicated

Symptom: Over-engineering simple problems
Example: Designing an architecture for "Hello World"
Why it fails: Wasted effort, delayed delivery
Fix: Apply best practice, don't over-analyze

Domain-Appropriate Practices

For Clear Domain

## Clear Domain Practices

- Standard operating procedures
- Checklists (like the surgical checklist)
- Automation and scripting
- Documentation
- Training and certification
- Process compliance

Example applications:
- Deployment procedures
- Coding standards
- Basic incident response
- Onboarding checklists

For Complicated Domain

## Complicated Domain Practices

- Expert analysis and consultation
- Structured problem-solving
- Architecture reviews
- Root cause analysis
- Design specifications
- Scenario planning

Example applications:
- System architecture
- Performance optimization
- Security review
- Technology selection

For Complex Domain

## Complex Domain Practices

- Safe-to-fail experiments
- Iterative development
- Retrospectives
- Emergent design
- Short feedback loops
- Feature flags

Example applications:
- Product development
- Team process improvement
- User experience design
- Organizational change

For Chaotic Domain

## Chaotic Domain Practices

- Decisive leadership
- Clear command
- Rapid triage
- Communication of actions
- Post-incident review (later)

Example applications:
- Major outages
- Security incidents
- Crisis response
- Emergency triage

Cynefin Template

# Cynefin Analysis: [Problem/Situation]

## Problem Statement
[Describe the problem]

## Domain Assessment

### Cause-Effect Analysis
Relationship: [Clear / Requires expertise / Retrospective / Turbulent]
Evidence: [What makes you believe this]

### Domain Classification
Domain: [Clear / Complicated / Complex / Chaotic / Disorder]

### Confidence Check
Could this be a different domain? [Assessment]

## Approach

Based on [domain], the appropriate approach is:

| Aspect | Approach |
|--------|----------|
| Decision style | [Best practice / Analysis / Experimentation / Crisis response] |
| Planning | [Detailed / Moderate / Minimal / None] |
| Methodology | [Process / Waterfall / Agile / Command] |
| Success metric | [Efficiency / Quality / Learning / Stability] |

## Specific Actions
Given the domain, I will:
1. [Action]
2. [Action]

Verification Checklist

  • Assessed cause-effect relationship honestly
  • Considered if domain assessment might be wrong
  • Matched approach to domain
  • Not applying complicated solutions to clear problems
  • Not planning detailed solutions for complex problems
  • Not experimenting during chaos
  • Ready to reassess as situation evolves

Key Questions

  • "What's the relationship between cause and effect here?"
  • "Can experts reliably predict the outcome?"
  • "Am I applying the right approach for this domain?"
  • "Is this actually complex, or am I avoiding the analysis?"
  • "Is this actually complicated, or am I over-planning?"
  • "Has the situation moved to a different domain?"

Snowden's Wisdom

"Complex systems are not causal—they're dispositional. You can't predict what will happen; you can only influence what might happen."

"The only way to understand a complex system is to probe it and see how it responds."

Different problems require different thinking. The failure isn't in your methodology—it's in applying the wrong methodology to the wrong domain. Match the approach to the problem, not the other way around.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.04%
按下载量换算59

Claude

31.67%
按下载量换算48

Cursor

17.51%
按下载量换算26

Gemini CLI

9.16%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills