Problem solving and analysis: Structured thinking processes for complex problems. Divide & Conquer, Root Cause Analysis, SWOT, Pareto, and decision heuristics.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add ellmos-ai/skills --skill think --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Think?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ellmos-ai-think)More formats (shields.io, HTML) on the badges page.
---
name: think
version: 1.0.0
type: skill
author: Lukas Geiger
created: 2026-03-15
updated: 2026-03-15
description: Problem solving and analysis: Structured thinking processes for complex problems. Divide & Conquer, Root Cause Analysis, SWOT, Pareto, and decision heuristics.
standalone: true
anthropic_compatible: true
bach_compatible: false
bach_origin: true
category: utilities
tags: [thinking, problem-solving, analysis, swot, root-cause, heuristics]
language: de
status: active
visibility: public
dependencies: {'tools': [], 'services': [], 'protocols': [], 'python': []}
provenance: {'origin': 'bach', 'origin_path': 'system/skills/_services/think.md', 'origin_version': '1.0.0', 'origin_repo': 'github.com/ellmos-ai/bach', 'last_sync_from_origin': '2026-03-15', 'last_sync_to_origin': None, 'local_changes_since_sync': True}
---
<img src="banner.png" width="100%" alt="think banner">
# Think — Problemloesung & Analyse
> Strukturierte Denkprozesse fuer komplexe Probleme
---
## Problemloesungs-Ansaetze
### 1. Divide & Conquer
```
Problem -> Teilprobleme -> Loese einzeln -> Kombiniere
```
### 2. Root Cause Analysis
```
Symptom -> Warum? -> Warum? -> Warum? -> Ursache -> Loesung
```
### 3. Constraint Relaxation
```
Unloesbares Problem -> Constraints lockern -> Loesen -> Constraints wieder anziehen
```
### 4. Analogie-Suche
```
Neues Problem -> Aehnliches bekanntes Problem -> Loesung adaptieren
```
---
## Analyse-Methoden
| Methode | Anwendung |
|---------|-----------|
| **SWOT** | Staerken/Schwaechen/Chancen/Risiken |
| **Pro/Contra** | Entscheidungsfindung |
| **Pareto** | 80/20 Priorisierung |
| **Fishbone** | Ursachenanalyse |
---
## Entscheidungs-Heuristiken
### Bei Unsicherheit
```
1. Was ist das Worst-Case-Szenario?
2. Ist es reversibel?
3. Was kostet Nicht-Handeln?
```
### Bei Komplexitaet
```
1. Was ist der einfachste erste Schritt?
2. Was wuerde ein Experte tun?
3. Was waere die 80%-Loesung?
```
---
## Changelog
### 1.0.0 (2026-03-15)
- Portiert aus BACH v3.8.0
---
*Portiert aus BACH v3.8.0 | Standalone-Version*
**Siehe auch:** [brainstorm](../brainstorm/SKILL.md) (Kreativmethoden, Ideenfindung) | [decide](../decide/SKILL.md) (Entscheidungs-Frameworks)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!