Agent skill

cynefin-classifier

Classify problems into Cynefin Framework domains (Clear, Complicated, Complex, Chaotic, Confusion) and recommend appropriate response strategies. Use when unsure how to approach a problem, facing analysis paralysis, or needing to choose between expert analysis and experimentation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill cynefin-classifier-rjmurillo-ai-agents --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/cynefin-classifier-rjmurillo-ai-agents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Cynefin Classifier Classify problems into the correct Cynefin domain and recommend the appropriate response strategy. This prevents applying the wrong cognitive approach to problems. ## Triggers Activate when the user: - "classify this problem" - "cynefin analysis" - "which domain is this" - "what approach should we take" - "how should we tackle this" - "problem classification" - "should we analyze or experiment" - "is this complex or complicated" ## The Cynefin Framework ```text UNORDERED ORDERED ┌─────────────────────────────────┬─────────────────────────────────┐ │ COMPLEX │ COMPLICATED │ │ │ │ │ Cause-effect visible only │ Cause-effect discoverable │ │ in retrospect │ through expert analysis │ │ │ │ │ Response: PROBE-SENSE-RESPOND │ Response: SENSE-ANALYZE-RESPOND│ │ • Safe-to-fail experiments │ • Expert consultation │ NOVEL │ • Emergent practice │ • Root cause analysis │ KNOWN │ • Amplify what works │ • Good practice │ ├─────────────────────────────────┼─────────────────────────────────┤ │ CHAOTIC │ CLEAR │ │ │ │ │ No discernible cause-effect │ Cause-effect obvious to all │ │ No time for analysis │ │ │ │ Response: SENSE-CATEGORIZE- │ │ Response: ACT-SENSE-RESPOND │ RESPOND │

What's inside
Steps it walks through
  1. Triggers
  2. The Cynefin Framework
  3. Classification Process
  4. Step 1: Identify Cause-Effect Relationship
  5. Step 2: Check Temporal State
  6. Step 3: Validate with Diagnostic Questions
  7. Output Format
  8. Domain-Specific Guidance
  9. Clear Domain
  10. Complicated Domain
  11. Complex Domain
  12. Chaotic Domain
  13. Confusion Domain
  14. Integration with Other Skills
Ships with 1 file
  • metadata.json
Commands it runs
python3 .claude/skills/cynefin-classifier/scripts/classify.py \
More from claude-skill-registry
All skills →
About this skill
What does the cynefin-classifier skill do?

Classify problems into Cynefin Framework domains (Clear, Complicated, Complex, Chaotic, Confusion) and recommend appropriate response strategies. Use when unsure how to approach a problem, facing analysis paralysis, or needing to choose between expert analysis and experimentation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill cynefin-classifier-rjmurillo-ai-agents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going