Gsd-skill-creator decision-framework

Thinking frameworks for decisions and problem analysis. Use when evaluating options, root causes, or prioritizing.

install
source · Clone the upstream repo
git clone https://github.com/Tibsfox/gsd-skill-creator
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Tibsfox/gsd-skill-creator "$T" && mkdir -p ~/.claude/skills && cp -r "$T/examples/skills/dev/decision-framework" ~/.claude/skills/tibsfox-gsd-skill-creator-decision-framework && rm -rf "$T"
manifest: examples/skills/dev/decision-framework/SKILL.md
source content

Decision Frameworks

SituationFramework
Challenge assumptionsFirst Principles
Find root cause5 Whys
Prioritize tasksEisenhower Matrix
Focus effortPareto 80/20
Identify risksInversion
Map consequencesSecond-Order Thinking
Compare optionsDecision Matrix

Processes

First Principles: State problem → list assumptions → challenge each → identify fundamentals → build from truths.

5 Whys: State problem → ask "why?" iteratively → verify chain backwards → act on deepest cause.

Eisenhower: Urgent+Important (do), Not-Urgent+Important (schedule), Urgent+Not-Important (delegate), Neither (eliminate).

Pareto: List items → measure impact → sort → find ~20% driving ~80% → focus there.

Inversion: State goal → "what guarantees failure?" → list failure modes → invert into prevention.

Second-Order: Map effects → map what THOSE cause → find hidden costs → decide with full picture.

Decision Matrix: List options → weighted criteria → score each → sum → sanity check winner.