From thinking-skills
Classifies problems by cause-effect to choose the right approach: plan, analyze, experiment, or stabilize. Avoids mismatched methods for clear, complicated, complex, chaotic domains.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-skills:thinking-cynefinThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cynefin (Dave Snowden) classifies a problem by the relationship between cause and effect, then prescribes the matching approach. Using the wrong approach for the domain is the failure mode: detailed planning is useless in chaos, and experimentation is reckless when a best practice already exists.
Cynefin (Dave Snowden) classifies a problem by the relationship between cause and effect, then prescribes the matching approach. Using the wrong approach for the domain is the failure mode: detailed planning is useless in chaos, and experimentation is reckless when a best practice already exists.
Core Principle: The nature of the problem determines the approach. Classify first, then act.
| Cause–effect is… | Domain | Approach | Do this |
|---|---|---|---|
| Obvious to anyone | Clear | Sense → Categorize → Respond | Apply the known best practice / runbook; don't over-engineer |
| Knowable with expertise/analysis | Complicated | Sense → Analyze → Respond | Investigate, profile, design; multiple valid solutions exist |
| Only visible in retrospect (emergent) | Complex | Probe → Sense → Respond | Run small safe-to-fail probes, amplify what works |
| Not perceivable; turbulent | Chaotic | Act → Sense → Respond | Act now to stabilize (rollback/failover), understand later |
| Unsure which domain | Disorder | Decompose | Split into parts and classify each part |
Can you see clear cause→effect?
obvious to everyone → CLEAR
knowable with analysis → COMPLICATED
only clear in hindsight → COMPLEX
totally turbulent, no time → CHAOTIC
can't tell → DISORDER (decompose)
Before committing, test the classification:
"Complex systems are dispositional, not causal—you can't predict what will happen, only influence what might." The failure is rarely the methodology itself; it's applying the wrong methodology to the wrong domain.
npx claudepluginhub tjboudreaux/cc-thinking-skills --plugin thinking-skillsClassifies problems into Cynefin Framework domains (Clear, Complicated, Complex, Chaotic, Confusion) and recommends response strategies like sense-analyze-respond. Use when unsure of approach, facing analysis paralysis, or choosing analysis vs experimentation.
Classifies problems into Cynefin Framework domains (Clear, Complicated, Complex, Chaotic, Confusion) and recommends response strategies like probe-sense-respond. Use for approach uncertainty or analysis paralysis.
Classifies new software problems into Cynefin domains (Clear, Complicated, Complex, Chaotic, Confused) and recommends methods like best practices, expert analysis, or experiments. Updates Claude canvas files.