thinking-thought-experiment
Test ideas through hypothetical scenarios when empirical testing is impractical. Use for architecture evaluation, edge case analysis, ethics considerations, and strategy development.
npx skills add majiayu000/claude-skill-registry --skill thinking-thought-experiment --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Thought Experiments ## Overview Thought experiments use imagination to test ideas when direct experimentation is impractical, impossible, or premature. Einstein's elevator, Schrödinger's cat, and the trolley problem have advanced physics and philosophy. In engineering, thought experiments help evaluate designs, explore edge cases, and stress-test decisions before implementation. **Core Principle:** Structured imagination is a tool. When you can't test in reality, test in your mind with discipline. ## When to Use - Evaluating architecture before building - Exploring edge cases and failure modes - Stress-testing strategies and plans - Ethical considerations - Competitive scenario analysis - Understanding complex systems - When empirical testing is costly or impossible Decision flow: ``` Need to evaluate an idea? → Can you test empirically? → yes → Test → Is empirical test too costly/slow? → yes → THOUGHT EXPERIMENT FIRST → Are you evaluating edge cases? → yes → THOUGHT EXPERIMENT → Is this a one-way decision? → yes → THOUGHT EXPERIMENT ``` ## Types of Thought Experiments ### 1. The Hypothetical Scenario Imagine a specific situation and trace consequences: ``` "What if we had 100x c
- Overview
- When to Use
- Types of Thought Experiments
- 1. The Hypothetical Scenario
- 2. The Extreme Case
- 3. The Counterfactual
- 4. The Role Reversal
- 5. The Time Shift
- The Thought Experiment Process
- Step 1: Define the Experiment
- Step 2: Set the Initial Conditions
- Step 3: Trace the Consequences
- Step 4: Identify Insights
- Step 5: Derive Actions
What does the thinking-thought-experiment skill do?
Test ideas through hypothetical scenarios when empirical testing is impractical. Use for architecture evaluation, edge case analysis, ethics considerations, and strategy development.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill thinking-thought-experiment --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.
