Agent skill
decision-framework
Thinking frameworks for decisions and problem analysis. Use when evaluating options, root causes, or prioritizing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/decision-framework
SKILL.md
Decision Frameworks
| Situation | Framework |
|---|---|
| Challenge assumptions | First Principles |
| Find root cause | 5 Whys |
| Prioritize tasks | Eisenhower Matrix |
| Focus effort | Pareto 80/20 |
| Identify risks | Inversion |
| Map consequences | Second-Order Thinking |
| Compare options | Decision 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?