Agent skill · Security

assumption-mapper

Extract and risk-rate hidden assumptions in a product brief or PRD. Use when asked to review a product brief for assumptions, audit a PRD for risks, find hidden assumptions, validate product plans, or run an assumption analysis. Produces a prioritised assumption map with confidence and impact scores, recommended validation methods, and critical assumption flags.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill assumption-mapper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/assumption-mapper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Assumption Mapper Skill Surface and prioritize the untested assumptions embedded in any product plan before development begins. ## Required Inputs Ask the user for these if not provided: - **Product brief, PRD, or concept description** (even rough notes work) - **Stage** (concept / discovery / pre-build / post-launch — affects which assumptions matter most) ## Process 1. Read the provided brief, PRD, or concept description 2. Extract assumptions across four categories: - **Desirability** (do users want this?) - **Feasibility** (can we build it?) - **Viability** (will it sustain the business?) - **Usability** (can users actually use it?) 3. Score each assumption: - Confidence (1-5): How sure are we this is true? - Impact (1-5): How badly does the plan fail if this assumption is wrong? - Priority = Impact − Confidence (higher = test first) 4. **Validate completeness** — Ensure at least one assumption per category. If a category is empty, re-read the brief looking specifically for that type. 5. Output a ranked list with recommended validation methods ## Output Structure ### Assumption Map: [Feature/Product Name] | Assumption | Category | Confidence | Impact | Priority | Validation M

What's inside
Steps it walks through
  1. Required Inputs
  2. Process
  3. Output Structure
  4. Assumption Map: [Feature/Product Name]
  5. Example (Partial)
  6. Anti-Patterns
  7. Deeper Materials
  8. Scoring Rubric (0–40)
  9. Quality Checks
Ships with 3 files
  • references/cheap-tests.md
  • references/worked-example.md
  • templates/assumption-board.md
More from pm-claude-skills
All skills →
About this skill
What does the assumption-mapper skill do?

Extract and risk-rate hidden assumptions in a product brief or PRD. Use when asked to review a product brief for assumptions, audit a PRD for risks, find hidden assumptions, validate product plans, or run an assumption analysis. Produces a prioritised assumption map with confidence and impact scores, recommended validation methods, and critical assumption flags.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill assumption-mapper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going