thewarroom-ag

Cynefin — Development skill for Claude Code

Development community

Run Cynefin Framework analysis (Classify → Challenge → Respond) on a situation.

How to install Cynefin

Installs to ~/.claude/skills/thewarroom-ag-analytical-frameworks-cynefin/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thewarroom-ag-analytical-frameworks-cynefin && curl -fsSL https://raw.githubusercontent.com/thewarroom-ag/analytical-frameworks/HEAD/commands/cynefin.md -o ~/.claude/skills/thewarroom-ag-analytical-frameworks-cynefin/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cynefin does


description: Run Cynefin Framework analysis (Classify → Challenge → Respond) on a situation

Run the Cynefin skill on the following situation. Classify the domain, challenge the classification adversarially, resolve, then produce the domain-appropriate response strategy.

Print the compact output by default: one result line per stage, then the final synthesis in full, then an offer to expand any part.

If $ARGUMENTS contains `--full` (or the user asks to see everything, or asks you not t

Alternatives in Development

  • Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★
  • Maestro Next — Unified entry for all development intents — classify intent, assess complexity, route to the correct execution 530 ★
  • Obsidian Challenge — Red-team your current idea against your own vault history — finds contradictions, past failures, and flawed as 277 ★

Full documentation available on GitHub

View Source Repository