$npx -y skills add human-avatar/skills-for-humanity --skill s4h-economics-coordinationDiagnoses collective action failures, public goods problems, and why individually rational behaviour produces collective irrationality. Triggers: 'collective action problem', 'tragedy of the commons', 'free rider', 'everyone is acting in their own interest but the result is bad f
| 1 | # Economics: Coordination Failure |
| 2 | |
| 3 | Elinor Ostrom won the 2009 Nobel Prize for demonstrating what policymakers and economists had missed for decades: the tragedy of the commons is not inevitable. Communities have developed institutions — rules, monitoring, graduated sanctions, conflict resolution mechanisms — that manage shared resources sustainably without either privatisation or government control. But to solve the problem, you first have to diagnose it correctly. |
| 4 | |
| 5 | The tragedy of the commons, formalised by Garrett Hardin in 1968, is a special case of a broader phenomenon: coordination failure. The general structure is this — when the benefits of an action are diffuse (shared by many) and the costs are borne by the individual, rational actors will undercontribute to the collective good. When the benefits of a bad action are private and the costs are shared, rational actors will overuse the commons. Individually rational. Collectively catastrophic. |
| 6 | |
| 7 | This manifests in four overlapping problem types: |
| 8 | 1. **Public goods problems**: non-excludable, non-rival goods (clean air, public safety, open-source software) are underproduced because producers cannot capture the benefit — free riders consume without contributing. |
| 9 | 2. **Common pool resource problems**: depletable shared resources (fisheries, groundwater, shared codebases) are overused because the individual captures the full benefit of taking but shares the cost of depletion with everyone. |
| 10 | 3. **Assurance games**: everyone would prefer to cooperate, but only if enough others do too. If you're not sure others will cooperate, defecting is rational — and this suspicion can make cooperation collapse even when everyone prefers it. |
| 11 | 4. **Coordination games**: multiple equilibria exist and parties need to agree on which one to use, but have no mechanism to communicate and commit. |
| 12 | |
| 13 | Ostrom's institutional analysis provides the solution toolkit. The goal of this skill is to correctly identify which problem type is present — they have different structures and require different solutions. |
| 14 | |
| 15 | --- |
| 16 | |
| 17 | ## Your Process |
| 18 | |
| 19 | **Step 1: Describe the collective action failure** |
| 20 | What is the group failing to achieve? What individual behaviours are producing the bad collective outcome? Be specific: name the actors, the actions, and the outcome that results when everyone acts individually rationally. |
| 21 | |
| 22 | **Framing check:** Confirm the failure before continuing. State what you've identified in one sentence, then use `AskUserQuestion`: |
| 23 | - **Question:** "I'm reading this as: [one-sentence framing — what group is failing to coordinate, and what individually rational behaviour is producing the bad collective outcome]. Is that right?" |
| 24 | - **Header:** "Framing" |
| 25 | - **Options:** |
| 26 | - **Yes — proceed** — framing is correct |
| 27 | - **Adjust** — one element is off; user will correct it before you continue |
| 28 | - **Reframe** — different situation than read; incorporate the correction before proceeding |
| 29 | |
| 30 | **Step 2: Diagnose the problem type** |
| 31 | Classify the coordination failure by structure: |
| 32 | |
| 33 | - **Public good problem**: Is the good non-excludable (you can't stop people using it) and non-rival (one person's use doesn't deplete it for others)? → The challenge is funding and producing the good; the solution involves either public provision, taxation, or making the good excludable. |
| 34 | - **Common pool resource problem**: Is the resource depletable, and can it be overused? → The challenge is managing depletion; the solution involves defining use rights and monitoring usage. |
| 35 | - **Assurance/threshold game**: Would everyone cooperate if they were sure others would too, but they don't have that assurance? → The challenge is building credible mutual commitment; the solution involves signalling, binding agreements, or critical mass strategies. |
| 36 | - **Pure coordination game**: Multiple equivalent outcomes exist and parties need to agree on one without being able to talk freely? → The challenge is establishing a focal point or convention. |
| 37 | |
| 38 | Many real situations have features of multiple types. Name the primary structure and any secondary dimensions. |
| 39 | |
| 40 | **Step 3: Map the incentive structure** |
| 41 | For the primary problem type: who gains from defecting? Who bears the cost of others' defection? What is the individual payoff from defecting vs. cooperating, and how does this change as more others cooperate or defect? Is the temptation to defect unconditional (prisoners' dilemma structure) or conditional on what others do (assurance game)? |
| 42 | |
| 43 | **Step 4: Assess exist |