Analyze scenarios using game theory. Triggers: /strategy, analyze this situation, game theory analysis, optimal strategy, decision analysis, payoff matrix. Use when user provides a scenario with multiple actors/choices and wants to find optimal decisions, expected values, or Nash equilibria.
Analyze user-provided scenarios using game theory frameworks.
Parse the scenario - Extract:
Identify game type:
Build the model:
Solve:
Present results:
## [シナリオ名] 分析 🎯
### 設定の整理
| 要素 | 内容 |
|------|------|
| プレイヤー | ... |
| 選択肢 | ... |
| 目的 | ... |
### 選択肢A: [名前]
[Decision tree using ASCII/code block]
**期待値 = [calculation] = X%**
### 選択肢B: [名前]
[Decision tree]
**期待値 = [calculation] = Y%**
### 比較
| 選択 | 期待値 | 備考 |
|------|--------|------|
| A | X% | ... |
| B | Y% | ... |
### 結論
[Recommendation + reasoning + caveats]