Install
openclaw skills install @deciqai/zero-sum-gameActivate when: someone asks 'are we fighting over a fixed pie?', 'should we cooperate or compete?', 'is the market growing or are we just stealing share?', uses phrases like 'winner-take-all', 'race to the bottom', or 'your gain is my loss', or needs to check whether a negotiation/market/policy situation is truly zero-sum before designing strategy. Do NOT activate when: the situation is already confirmed zero-sum (chess, derivatives, fixed-license auctions) and diagnosis is complete — go straight to minimax; or the question is already framed at the equilibrium level — use nash-equilibrium directly.
openclaw skills install @deciqai/zero-sum-gameZero-sum means total value is fixed — one player's gain is another's exact loss. Most real-world competition is NOT zero-sum: the pie can grow, shrink, or be split in many ways. Misdiagnosis sends strategy in the wrong direction from step one. The most consequential error is zero-sum bias: the tendency to perceive non-zero-sum situations as zero-sum.
Neighbor skills: use prisoners-dilemma when confirmed non-zero-sum but cooperation keeps failing. Use strategic-commitment when genuinely zero-sum and you need credible deterrence. Use nash-equilibrium for the equilibrium solution in confirmed zero-sum settings.
Apply this skill when: entering a competitive situation before determining whether total value is fixed; someone proposes a negotiation assuming "what I gain, you lose"; a market entry hinges on whether total market size is fixed; a policy analysis needs to assess whether an intervention redistributes or creates welfare; someone uses zero-sum language ("winner-take-all", "race to the bottom", "fixed pie").
When NOT to use: already confirmed zero-sum — go straight to minimax; clear cooperative surplus with no competitive distribution problem; stakes trivial and reversible; question already at equilibrium level — use nash-equilibrium directly.
In Coach mode, respond one step at a time. Each [WAIT] is a hard stop — output only that step's question, then stop.
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
Run the Zero-Sum Diagnosis. Five gates; confirm or rule out at each one.
Zero-Sum Diagnosis: <situation>
Contested resource: <unit being divided>
Fixity test: innovation <yes/no> | cooperation <yes/no> | time <short/long>
Bias audit: countability <present/absent> | relative-position <yes/no> | comparative-advantage ignored <yes/no>
Diagnosis: <Zero-Sum | Constant-Sum | Non-Zero-Sum | Mixed> — confidence <high/medium>
If zero-sum → minimax choice: <strategy> | mixed-strategy consideration: <if any>
If non-zero-sum → surplus: <size> | mechanism: <type> | structure: <contract/JV/platform>
Strategic recommendation: <one paragraph>
→ Method in Action: Von Neumann and the Foundation of Zero-Sum Analysis — RAND, 1944–1950
→ Primary sources: references/sources.md
[D] = designed upfront | [O] = observed in real use. [O] entries are more valuable.
| Fake move | Reality |
|---|---|
| [D] "Our market share went down, so we lost" | Share and value captured differ. If total market grew 50% and share fell 30%→25%, absolute revenue grew. |
| [D] "Trade deficits mean we're losing" | Deficits in goods are offset by export of financial claims. Comparative advantage shows both parties gain. |
| [D] "They won the contract, so we lost it" | One award is zero-sum among bidders. Total industry contracting volume is usually not fixed. |
| [D] "We should cooperate — there's value to be created" | Only correct if non-zero-sum. In genuine zero-sum settings, "cooperation" is illegal or a strategic error. |
| [D] "It's just market share — zero-sum by definition" | Market share is a ratio. The denominator is not fixed unless you freeze the time horizon. |
| [D] "They made money, so we left money on the table" | In non-zero-sum negotiation both parties can gain. Counterparty's gain implies your loss only if truly zero-sum. |
| [D] "Race to the bottom on price — classic zero-sum" | Zero-sum on margin within a fixed pool, but non-zero-sum if lower prices expand total demand. |
| [D] "My industry experience says it's zero-sum" | Intuitions fail at inflection points. Run diagnosis from first principles on the current structure. |
| → Add [O] entries here after each real use — paste the actual failure pattern | What went wrong and why |
Part of deciqAI Knowledge Skills — open-source thinking skills that make rigor executable for AI agents. Built by deciqAI · https://deciqai.com · Contributions welcome — see the template at the repo root.