Skip to content
OpenSmartRoute
Skillv1.0.0

assumption-buster

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

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/collaboration/assumption_buster/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill assumption_buster. Copyright stays with the author (MIT).

/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.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-assumption-buster/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-assumption-buster.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-assumption-buster",
  "kind": "skill",
  "name": "assumption-buster",
  "description": "Flip, remove, or exaggerate assumptions to unlock new solution angles.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "challenge-assumptions",
      "invert-assumptions",
      "question-assumptions",
      "stuck-thinking",
      "what-if-we-didn-t",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Flip, remove, or exaggerate assumptions to unlock new solution angles."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/collaboration/assumption_buster/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/collaboration/assumption_buster/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/collaboration/assumption_buster/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# `/collaboration:assumption-buster`\n\nUse when the team feels boxed in or every idea sounds the same.\n\n## Inputs\n- Topic or problem statement\n- Known assumptions/constraints (even if informal)\n- Optional mode flag: `--opposite`, `--zero`, or `--10x`\n\n## Steps\n1. List core assumptions (facts, beliefs, constraints).\n2. Transform each via chosen operator (opposite/zero/10x).\n3. Generate 1–2 reframed ideas per transformed assumption.\n4. Capture evidence to collect and a fast test for each idea.\n5. Pick the most promising 2–3 and move to `/ctx:plan` or Tasks.\n\n## Output Template\n```\n### Assumptions",
  "cost": {
    "context_tokens": 215
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-assumption-buster/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.