agentsclimarketplace

Assumption mapper

Skill varunk130/ai-customer-discovery-skills/skills/assumption-mapper

12 AI-powered skills for product discovery — from raw customer signal to validated opportunity. Built for Claude Code & GitHub Copilot.

Install
npx -y skills add varunk130/ai-customer-discovery-skills --skill assumption-mapper

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Surfaces the assumptions a product or strategy depends on, classifies them by criticality and evidence quality, and produces a prioritized test plan. Use when: assumption mapping, identify assumptions, what could go wrong, leap-of-faith assumptions, riskiest assumption test, RAT, assumption inventory, validate before building.

SKILL.md

4.8 KB, as published. Nobody here has run it

Assumption Mapper

Every product bet rests on a stack of assumptions. This skill makes them explicit, classifies each as Known / Believed / Hoped, and produces a ranked test plan so the team validates the riskiest assumptions before committing to build.

Core Principle

The assumptions you don't write down are the ones that kill the product. Hidden assumptions become "obvious in hindsight" only because no one stress-tested them. The mapper's job is to drag them into the open and force a verdict on each.

The 3-Tier Classification

TierDefinitionAction
KnownDirect evidence, multiple independent sources, recent dataNo test needed; document the evidence link
BelievedReasonable inference from indirect or partial evidenceTest if assumption is critical; defer if not
HopedWishful thinking dressed as reasoning; no real evidenceTest before any meaningful investment

Cross with criticality (Critical / High / Medium / Low) → the Critical × Hoped quadrant is the team's actual risk surface.

Assumption Categories

The mapper walks through 5 categories to surface assumptions a one-shot brainstorm misses:

CategoryExample Assumptions
Customer / Demand"SMB ops leaders feel this pain weekly"; "buyers will pay $X"
Solution / Product"Our approach is materially better than the workaround"; "the model can hit 90% accuracy on this task"
Channel / Distribution"We can acquire this segment via content"; "our sales team can sell this without retraining"
Economic / Unit"CAC stays under $X at this segment"; "support cost scales sublinearly"
Competitive / Time"Incumbents won't ship this within 6 months"; "the platform shift continues for 2+ years"

Output

Save to outputs/assumption-map-[initiative]-[YYYY-MM-DD].md

  • Assumption Inventory - every assumption surfaced, by category
  • Classification Matrix - Known / Believed / Hoped × Critical / High / Medium / Low
  • Risk Surface - the Critical × Hoped quadrant, called out explicitly
  • Test Plan - for each Critical × (Hoped or Believed) assumption: smallest test that would invalidate it, expected duration, success criteria
  • Defer List - Low-criticality assumptions that don't justify a test (named so they're not silently treated as Known)

Process

Step 1: Frame the Bet

I'll ask:

"Describe the initiative or strategy in 2-3 sentences. What does success look like 12 months from now?"

Step 2: Walk the 5 Categories

Surface 4-8 assumptions per category. Aim for uncomfortable assumptions - the ones the team would rather not name.

Step 3: Classify

For each assumption, classify Known / Believed / Hoped with the evidence (or absence thereof) noted.

Step 4: Rank by Criticality

Critical = the bet fails if this assumption is wrong. Most initiatives have 3-5 Critical assumptions; if the count is higher, the initiative is too entangled and should be decomposed.

Step 5: Build the Test Plan

For each Critical × (Hoped or Believed), design the smallest test that would invalidate the assumption. Tests are ranked by speed-to-disconfirm, not by speed-to-confirm.

Step 6: Pre-Mortem Pass

For each Critical × Hoped, write one sentence: "If this assumption is wrong, the initiative fails because…" If you can't write that sentence, the assumption isn't actually Critical.

Tips

  1. Tests are designed to disconfirm, not confirm. Confirmation bias is the default; rigorous tests look for the cheapest way to be proven wrong.
  2. Decompose entangled bets. An initiative with 8 Critical assumptions is really 3 initiatives stacked.
  3. Re-map at major milestones. Yesterday's Known can become today's Believed when context shifts.
  4. Hoped is not a slur. Most novel products start with several Hoped assumptions; the discipline is acknowledging them, not avoiding them.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.