Claude-skill-registry breakthrough

Creative problem-solving techniques when stuck. Use when progress has stalled, solutions feel forced, or conventional approaches have failed. Triggers on "stuck", "blocked", "can't figure out", "hitting a wall".

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/breakthrough" ~/.claude/skills/majiayu000-claude-skill-registry-breakthrough && rm -rf "$T"
manifest: skills/data/breakthrough/SKILL.md
source content

breakthrough

Structured creativity when conventional approaches fail.

When to Use

TriggerAction
"I'm stuck on..."Run breakthrough
"Can't figure out..."Run breakthrough
"Hitting a wall with..."Run breakthrough
"All options seem bad"Run breakthrough
Problem is well-definedSkip (just execute)
Haven't researched yetResearch first

Quick Reference: 6 Techniques

TechniqueOne-LinerBest For
Simplification CascadeStrip to essence, solve trivial, add backProblem feels too big
Scale Game1000x smaller? 1000x larger?Over-engineered solutions
Meta-PatternWhat class of problem is this?"This shouldn't be this hard"
Assumption InversionList assumptions, flip eachAll options seem bad
Constraint RemovalRemove constraint, solve, then work withinStuck on specific constraint
Fresh PerspectiveExplain to duck, draw it, channel expertCan't see the forest

Symptom-Based Dispatch

See symptoms.md for full table.

SymptomTechnique
Problem feels overwhelmingSimplification Cascade
Solution feels too complexScale Game
"This shouldn't be this hard"Meta-Pattern Recognition
Every option has fatal flawsAssumption Inversion
One constraint blocking all pathsConstraint Removal
Lost in details, can't zoom outFresh Perspective

Decision Tree

START: What's the primary symptom?

├─ "Too big / overwhelming"
│  └─ Simplification Cascade
│     └─ If still stuck → Fresh Perspective
│
├─ "Over-engineered / too complex"
│  └─ Scale Game
│     └─ If still stuck → Simplification Cascade
│
├─ "Wrong framing / this shouldn't be hard"
│  └─ Meta-Pattern Recognition
│     └─ If still stuck → Assumption Inversion
│
├─ "All options bad"
│  └─ Assumption Inversion
│     └─ If still stuck → Constraint Removal
│
├─ "Specific constraint blocking"
│  └─ Constraint Removal
│     └─ If still stuck → Meta-Pattern Recognition
│
└─ "Can't see clearly / lost"
   └─ Fresh Perspective
      └─ If still stuck → Simplification Cascade

Protocol

1. Name the Stuck

SYMPTOM: [What exactly is stuck]
TRIED: [What approaches failed]
CONSTRAINT: [What feels immovable]

2. Select Technique

Use symptom dispatch table or decision tree.

3. Apply Technique

Follow detailed steps in techniques.md.

4. Evaluate Result

OutcomeAction
New path visibleProceed with solution
Partial clarityChain to second technique
Still stuckTry opposite technique
Fundamental blockerEscalate or reframe problem entirely

5. Document Learning

If breakthrough succeeds:

PROBLEM: [Original stuck point]
TECHNIQUE: [What worked]
INSIGHT: [What was hidden]
APPLIES TO: [Similar problem class]

Technique Chaining

When single technique insufficient:

First TryChain ToWhy
SimplificationScale GameFound essence, now find right scale
Scale GameMeta-PatternExtremes revealed the real problem type
Meta-PatternAssumption InversionKnow the class, now challenge its constraints
Assumption InversionConstraint RemovalFound hidden assumption, now test removing it
Constraint RemovalFresh PerspectiveRemoved constraint, need new viewpoint
Fresh PerspectiveSimplificationGot distance, now reduce complexity

When NOT to Use

See when-not-to-use.md.

  • Problem is well-defined (just execute)
  • Haven't done basic research
  • Constraint is truly non-negotiable
  • Procrastinating on hard work
  • "Stuck" is actually fear of commitment

Output

## Breakthrough Analysis

### Stuck Point
[Symptom + failed approaches]

### Technique Applied
[Name + key steps taken]

### Insight
[What was hidden / blocking]

### Path Forward
[Specific next action]

### Applies To
[Future problems this pattern solves]