NO ANALYSIS THAT STOPS AT FIRST ORDER — first order effects are what everyone sees; the analysis only earns its value at second and third order
Second Order Thinker
Most decisions are made on first order thinking: action A causes obvious result B. This is where most people stop. Second order thinking asks what happens after B. Third order asks what happens after that. The consequences that bite hardest are almost always second or third order — by which point they feel like bad luck rather than predictable outcomes.
When to Use This Skill
Before any decision with a time horizon beyond 30 days
When analyzing a trend that others are treating as a simple story
When evaluating a policy, product feature, or architectural change with broad reach
When a decision affects more than one team, system, or stakeholder group
When something "obviously good" deserves more scrutiny before committing
Core Workflow
Restate — Confirm the decision, action, or trend being analyzed. One sentence. Ask for clarification if the scope is ambiguous.
Map first order — Identify the immediate, obvious consequences. These are not the interesting ones.
Map second order — For each first order effect, ask: "And then what?" These are where unintended consequences live.
Map third order — For the most significant second order effects, ask: "And then what?" This is where unpredictability begins.
Identify the unintended consequence — The one outcome nobody is planning for that is most likely to emerge.
Name the feedback loop — The dynamic where an effect circles back and amplifies or undermines the original decision.
Output Format
## Second Order Analysis: [Decision / Action / Trend]
### First Order Effects (immediate, obvious)
- [Effect 1]
- [Effect 2]
- [Effect 3]
### Second Order Effects (consequences of the above)
- [Effect 1 — traces back to which first order effect]
- [Effect 2 — traces back to which first order effect]
- [Effect 3 — traces back to which first order effect]
### Third Order Effects (where it gets unpredictable)
- [Effect 1 — traces back to which second order effect]
- [Effect 2 — traces back to which second order effect]
### The Unintended Consequence
[One sentence. Specific. The outcome nobody is planning for that is most likely to emerge.]
### The Feedback Loop
[One sentence. The dynamic where an effect circles back and amplifies or undermines the original decision. This is the most strategically important output.]
Rules
First order effects are not the point. State them briefly and move on.
Every second and third order effect must trace back to a prior effect — not appear from nowhere.
The unintended consequence must be specific. "There could be unforeseen effects" is not analysis.
The feedback loop is the highest-value output. It is where a decision becomes self-reinforcing or self-undermining. Identify it carefully.
If the decision has multiple actors (e.g. competitors, regulators, users), model their responses as second order effects — they will adapt to first order outcomes.
When the third order effects become genuinely unpredictable, say so explicitly rather than inventing false precision.
Common Failure Modes to Avoid
Failure
What to Do Instead
Listing only negative consequences
Model both amplifying and undermining effects
Vague second order effects ("it could cause problems")
Name the specific mechanism and who is affected
Stopping at first order and calling it analysis
Always surface at least 3 second order effects
Treating the feedback loop as optional
It is mandatory — every significant decision has one
Confusing second order with "bad things that might happen"
Second order = the effect of an effect, positive or negative
Worked Example Structure
For "Introduce a free tier to a paid SaaS product":
First order: More signups, lower ARPU, increased infrastructure load
Second order: Free users generate word-of-mouth (from signups) → Paid conversion pressure increases as free tier matures (from lower ARPU) → Support costs rise disproportionately (from infrastructure + free users)
Third order: Enterprise prospects perceive product as commodity (from word-of-mouth positioning) → Competitors match free tier, eliminating the acquisition advantage
Unintended: The free tier attracts a user segment that is structurally unable to convert, anchoring the product's reputation in a market it cannot monetize.
Feedback loop: Free tier growth generates social proof → social proof attracts more free users → each free user raises the support-to-revenue ratio → the ratio increase pressures the team to restrict the free tier → restriction reduces social proof.
Related
For adversarially challenging a decision before it is made: use the-fool skill.
For validating a system design with structured peer review: use multi-agent-brainstorming skill.
For recording the decision and its rationale after analysis: use architecture-decision-records skill.
1---2name: second-order-thinker3description: Iron Law4---56## Iron Law78**NO ANALYSIS THAT STOPS AT FIRST ORDER — first order effects are what everyone sees; the analysis only earns its value at second and third order**910# Second Order Thinker1112Most decisions are made on first order thinking: action A causes obvious result B. This is where most people stop. Second order thinking asks what happens after B. Third order asks what happens after that. The consequences that bite hardest are almost always second or third order — by which point they feel like bad luck rather than predictable outcomes.1314## When to Use This Skill1516- Before any decision with a time horizon beyond 30 days17- When analyzing a trend that others are treating as a simple story18- When evaluating a policy, product feature, or architectural change with broad reach19- When a decision affects more than one team, system, or stakeholder group20- When something "obviously good" deserves more scrutiny before committing2122## Core Workflow23241. **Restate** — Confirm the decision, action, or trend being analyzed. One sentence. Ask for clarification if the scope is ambiguous.252. **Map first order** — Identify the immediate, obvious consequences. These are not the interesting ones.263. **Map second order** — For each first order effect, ask: "And then what?" These are where unintended consequences live.274. **Map third order** — For the most significant second order effects, ask: "And then what?" This is where unpredictability begins.285. **Identify the unintended consequence** — The one outcome nobody is planning for that is most likely to emerge.296. **Name the feedback loop** — The dynamic where an effect circles back and amplifies or undermines the original decision.3031## Output Format3233```34## Second Order Analysis: [Decision / Action / Trend]3536### First Order Effects (immediate, obvious)37- [Effect 1]38- [Effect 2]39- [Effect 3]4041### Second Order Effects (consequences of the above)42- [Effect 1 — traces back to which first order effect]43- [Effect 2 — traces back to which first order effect]44- [Effect 3 — traces back to which first order effect]4546### Third Order Effects (where it gets unpredictable)47- [Effect 1 — traces back to which second order effect]48- [Effect 2 — traces back to which second order effect]4950### The Unintended Consequence51[One sentence. Specific. The outcome nobody is planning for that is most likely to emerge.]5253### The Feedback Loop54[One sentence. The dynamic where an effect circles back and amplifies or undermines the original decision. This is the most strategically important output.]55```5657## Rules5859- First order effects are not the point. State them briefly and move on.60- Every second and third order effect must trace back to a prior effect — not appear from nowhere.61- The unintended consequence must be specific. "There could be unforeseen effects" is not analysis.62- The feedback loop is the highest-value output. It is where a decision becomes self-reinforcing or self-undermining. Identify it carefully.63- If the decision has multiple actors (e.g. competitors, regulators, users), model their responses as second order effects — they will adapt to first order outcomes.64- When the third order effects become genuinely unpredictable, say so explicitly rather than inventing false precision.6566## Common Failure Modes to Avoid6768| Failure | What to Do Instead |69|---------|-------------------|70| Listing only negative consequences | Model both amplifying and undermining effects |71| Vague second order effects ("it could cause problems") | Name the specific mechanism and who is affected |72| Stopping at first order and calling it analysis | Always surface at least 3 second order effects |73| Treating the feedback loop as optional | It is mandatory — every significant decision has one |74| Confusing second order with "bad things that might happen" | Second order = the effect of an effect, positive or negative |7576## Worked Example Structure7778For "Introduce a free tier to a paid SaaS product":7980- **First order:** More signups, lower ARPU, increased infrastructure load81- **Second order:** Free users generate word-of-mouth (from signups) → Paid conversion pressure increases as free tier matures (from lower ARPU) → Support costs rise disproportionately (from infrastructure + free users)82- **Third order:** Enterprise prospects perceive product as commodity (from word-of-mouth positioning) → Competitors match free tier, eliminating the acquisition advantage83- **Unintended:** The free tier attracts a user segment that is structurally unable to convert, anchoring the product's reputation in a market it cannot monetize.84- **Feedback loop:** Free tier growth generates social proof → social proof attracts more free users → each free user raises the support-to-revenue ratio → the ratio increase pressures the team to restrict the free tier → restriction reduces social proof.8586## Related8788> For adversarially challenging a decision before it is made: use `the-fool` skill.89> For validating a system design with structured peer review: use `multi-agent-brainstorming` skill.90> For recording the decision and its rationale after analysis: use `architecture-decision-records` skill.
Run npx skillmds@latest add kumaran-is/second-order-thinker in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Iron Law It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
kumaran-is (@kumaran-is) published this skill. Their other Agent Skills are listed on their SkillMD profile.