| name | issue-trees |
| description | Use issue trees to break complex problems into mutually exclusive and collectively exhaustive branches. Use when structuring problem solving, root cause analysis, solution exploration, or consulting-style decomposition. |
| license | MIT |
| metadata | {"author":"itzcull"} |
Issue Trees
Overview
Category: Problem Solving Tool
Purpose: Structure and solve problems systematically by breaking them down into manageable parts
What Are Issue Trees?
Issue trees are "maps of problems" that help break down complex challenges into smaller, more actionable components. They provide a systematic approach to understanding and solving problems through a "divide and conquer" strategy.
Types of Issue Trees
- Problem Trees - Created by asking "Why?"
- Solution Trees - Created by asking "How?"
How to Create an Issue Tree
Problem Tree Principles
- Break the problem into separate categories/branches
- Use MECE principle:
- Mutually Exclusive: No overlap between branches
- Collectively Exhaustive: Covers the entire problem
- Focus on broad categories, not small details
- Apply 80/20 rule: Concentrate on most impactful problem areas
Solution Tree Steps
- Select a specific problem part
- Ask "How might we improve/fix this?"
- Map potential solution categories
- Generate ideas within each category
Example
Scenario: Low Product Feature Adoption
Initial Tree:
- Low adoption of feature X
- Customers don't know about the feature
- Customers know about it but don't use it
Expanded Tree:
- Low adoption of feature X
- Customers don't know about the feature
- Feature not discoverable in product
- Customers unaware outside product
- Customers know about it but don't use it
- Haven't tried the feature
- Don't believe feature helps them
- Tried but rejected feature
- Not usable
- Not working properly
- Doesn't support needs
Key Takeaways
- Provides systematic problem-solving approach
- Helps prioritize problem areas
- Facilitates clear communication about complex challenges
Source
"The Definitive Guide to Issue Trees" on Crafting Cases
Source: https://untools.co/issue-trees/