Analyze strategic interactions and calculate optimal decision paths using Game Theory. Trigger on: strategic planning, negotiation tactics, pricing wars, competitive analysis, conflict of interest, or any scenario where outcomes depend on multiple agents. Also trigger for Nash Equilibrium, dominant strategies, backward induction, Pareto optimality, mechanism design, Bayesian games, Prisoner's Dilemma, salary negotiation, co-founder disputes, inheritance conflicts, career pivots, household coordination. If someone asks what should I do knowing my competitor will react or how do I negotiate or I have a conflict - use this skill. Produces dark-themed visual analysis: payoff matrix, Nash equilibrium, optimal strategy, action phases, strategic verdict.
This skill operates on the principle of Strategic Interdependence: an agent's utility is contingent upon the actions of others. We move beyond simple optimization to recursive modeling — asking not just what we should do, but what we should do in response to what others do, knowing they are thinking the same about us.
The skill balances pure theoretical rationality with Bounded Rationality — recognizing that humans use heuristics, suffer cognitive biases, and satisfice rather than optimize. The output is always actionable, never just academic.
Categorize the interaction:
Apply the relevant lens:
For coaching/negotiation scenarios, evaluate whether the current "rules of the game" can be redesigned:
scripts/mechanism_designer.py to check IR and IC conditions formallyFor uncertain life choices with multiple paths:
scripts/regret_calculator.py to simulate mixed strategies over iterationsProduce a structured visual analysis (HTML artifact). See Output Format section below.
/model_conflict [description]: Maps a personal/professional dispute into a normal or extensive-form game to identify Nash Equilibria/minimize_regret [option A] [option B]: Applies CFR principles to weigh long-term costs of divergent life choices/design_incentives [goal]: Constructs an incentive-compatible framework for partners, employees, or family membersAlways produce a dark-themed HTML artifact with the following sections:
sendPrompt())#0f0f0f, cards: #1a1a1a, borders: #2a2a2argba(20, 184, 166, 0.15), border #14b8a6rgba(239, 68, 68, 0.1)#4ade80, negative values: #f87171, neutral: #94a3b8#ef4444 background on matrix header when NOT Pareto-optimalreferences/methodology.md — Theoretical foundations (Von Neumann, Nash, Selten, Harsanyi, Schelling, Kahneman). Read when you need to justify solution concepts or explain theory to the user.evals/evals.json — 5 benchmark scenarios with expected outputs. Use to verify skill quality.scripts/regret_calculator.py — CFR simulation for life/career decisions with multiple uncertain pathsscripts/mechanism_designer.py — IR/IC checker for agreement and negotiation design