Agent skill

thinking-reversibility

Classify decisions by reversibility and match decision process to decision type. Use for technology choices, architecture decisions, process changes, and hiring decisions.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill thinking-reversibility --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-reversibility/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

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Type 1 vs Type 2 Decisions
  4. Type 1: One-Way Doors
  5. Type 2: Two-Way Doors
  6. The Reversibility Analysis
  7. Step 1: Assess True Reversibility
  8. Step 2: Categorize the Decision
  9. Step 3: Match Process to Type
  10. Common Reversibility Misclassifications
  11. Treating Type 2 as Type 1
  12. Treating Type 1 as Type 2
  13. Hidden Reversibility
  14. Hidden Irreversibility
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going