# Assumption Buster

> Flip, remove, or exaggerate assumptions to unlock new solution angles.

- Skill: `nickcrew/assumption-buster` (Agent Skill)
- Install (CLI): `npx skillmds add nickcrew/assumption-buster`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nickcrew/assumption-buster/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: nickcrew (https://skillmd.com/u/nickcrew)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/nickcrew/assumption-buster

---


# `/collaboration:assumption-buster`

Use 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`, `--zero`, or `--10x`

## Steps
1. List core assumptions (facts, beliefs, constraints).
2. Transform each via chosen operator (opposite/zero/10x).
3. Generate 1–2 reframed ideas per transformed assumption.
4. Capture evidence to collect and a fast test for each idea.
5. Pick the most promising 2–3 and move to `/ctx:plan` or Tasks.

## Output Template
```
### Assumptions
### Transforms (opposite/zero/10x)
### Reframed Ideas
- Idea … (evidence, fast test)
### Top Picks
```

## Pairings
- Run before `/collaboration:idea-lab` if you need to loosen constraints.
- Feed winners into `/collaboration:concept-forge` to score/prioritize.

