Agent skill

thinking-second-order

Think beyond immediate consequences to second and third-order effects. Use for strategic decisions, policy changes, and avoiding unintended consequences.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill thinking-second-order --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/thinking-second-order/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Second-Order Thinking ## Overview Second-order thinking, articulated by Howard Marks, moves beyond immediate effects to consider what happens next, and what that leads to. First-order thinking is simplistic ("This action solves the problem"); second-order thinking asks "And then what?" repeatedly. **Core Principle:** The obvious answer to "What should I do?" is often wrong because it ignores downstream effects. ## When to Use - Making strategic or architectural decisions - Evaluating policy or process changes - Considering incentive structures - Planning features that change user behavior - Decisions with long-term consequences - When the "obvious" solution feels too easy Decision flow: ``` Decision with consequences beyond immediate? → yes → APPLY SECOND-ORDER THINKING ↘ no → First-order may suffice ``` ## First vs Second-Order Thinking | Situation | First-Order | Second-Order | |-----------|-------------|--------------| | Team is slow | Add more engineers | More engineers → more coordination → slower decisions → may get slower | | Users complain | Add the feature they request | Feature → complexity → more support load → less time for core work | | Costs too high | Cut spending

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. First vs Second-Order Thinking
  4. The Process
  5. Step 1: Identify the Decision and First-Order Effect
  6. Step 2: Ask "And Then What?"
  7. Step 3: Apply the 10/10/10 Framework
  8. Step 4: Consider Systemic Effects
  9. Step 5: Map the Consequence Chain
  10. Common Second-Order Effects in Software
  11. Optimization
  12. Hiring
  13. Process Addition
  14. Technical Shortcuts
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the thinking-second-order skill do?

Think beyond immediate consequences to second and third-order effects. Use for strategic decisions, policy changes, and avoiding unintended consequences.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill thinking-second-order --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going