Claude-skill-registry assumption-buster
Flip, remove, or exaggerate assumptions to unlock new solution angles.
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/assumption-buster" ~/.claude/skills/majiayu000-claude-skill-registry-assumption-buster-ef6232 && rm -rf "$T"
manifest:
skills/data/assumption-buster/SKILL.mdsource content
/collaboration:assumption-buster
/collaboration:assumption-busterUse when the team feels boxed in or every idea sounds the same.
Inputs
- Topic or problem statement
- Known assumptions/constraints (even if informal)
- Optional mode flag:
,--opposite
, or--zero--10x
Steps
- List core assumptions (facts, beliefs, constraints).
- Transform each via chosen operator (opposite/zero/10x).
- Generate 1–2 reframed ideas per transformed assumption.
- Capture evidence to collect and a fast test for each idea.
- Pick the most promising 2–3 and move to
or Tasks./ctx:plan
Output Template
### Assumptions ### Transforms (opposite/zero/10x) ### Reframed Ideas - Idea … (evidence, fast test) ### Top Picks
Pairings
- Run before
if you need to loosen constraints./collaboration:idea-lab - Feed winners into
to score/prioritize./collaboration:concept-forge