Agent skill · Testing & QA

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/thinking-thought-experiment/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

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Types of Thought Experiments
  4. 1. The Hypothetical Scenario
  5. 2. The Extreme Case
  6. 3. The Counterfactual
  7. 4. The Role Reversal
  8. 5. The Time Shift
  9. The Thought Experiment Process
  10. Step 1: Define the Experiment
  11. Step 2: Set the Initial Conditions
  12. Step 3: Trace the Consequences
  13. Step 4: Identify Insights
  14. Step 5: Derive Actions
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going