thinking-reversibility
Classify decisions by reversibility and match decision process to decision type. Use for technology choices, architecture decisions, process changes, and hiring decisions.
Profile →npx skills add majiayu000/claude-skill-registry --skill thinking-reversibility --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.
# Reversibility Thinking ## Overview Jeff Bezos distinguishes between Type 1 (irreversible, one-way door) and Type 2 (reversible, two-way door) decisions. The key insight: most decisions are Type 2 but get treated as Type 1, causing analysis paralysis. Match your decision process to the reversibility of the decision. **Core Principle:** Reversible decisions should be made quickly by individuals. Irreversible decisions deserve deliberation. Most decisions are more reversible than they appear. ## When to Use - Technology choices - Architecture decisions - Process changes - Hiring decisions - Feature implementations - Organizational changes - Any decision where you're uncertain how much analysis is warranted Decision flow: ``` Decision to make? → Is it easily reversible? → yes → DECIDE QUICKLY (Type 2) → Is it hard/impossible to reverse? → yes → DELIBERATE CAREFULLY (Type 1) → Unsure of reversibility? → ANALYZE REVERSIBILITY FIRST ``` ## Type 1 vs Type 2 Decisions ### Type 1: One-Way Doors **Characteristics:** - Irreversible or very costly to reverse - Consequences are significant and lasting - Changing course means starting over **Examples:** - Fundamental architecture choices (monol
- Overview
- When to Use
- Type 1 vs Type 2 Decisions
- Type 1: One-Way Doors
- Type 2: Two-Way Doors
- The Reversibility Analysis
- Step 1: Assess True Reversibility
- Step 2: Categorize the Decision
- Step 3: Match Process to Type
- Common Reversibility Misclassifications
- Treating Type 2 as Type 1
- Treating Type 1 as Type 2
- Hidden Reversibility
- Hidden Irreversibility
What does the thinking-reversibility skill do?
Classify decisions by reversibility and match decision process to decision type. Use for technology choices, architecture decisions, process changes, and hiring decisions.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill thinking-reversibility --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.