Agent Skillsmohitagw15856/pm-claude-skills › assumption-mapper

assumption-mapper

GitHub

从产品简报或PRD中提取并评估隐藏假设,按需求、可行性、生存能力和可用性分类打分。输出优先级地图及验证方法,帮助在产品开发前识别关键风险。

plugins/pm-discovery/skills/assumption-mapper/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

审查产品简报中的假设 审计PRD以发现风险 寻找隐藏假设 验证产品计划 运行假设分析

Install

npx skills add mohitagw15856/pm-claude-skills --skill assumption-mapper -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/plugins/pm-discovery/skills/assumption-mapper -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@assumption-mapper

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill assumption-mapper -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "assumption-mapper",
    "description": "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."
}

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 Method
[assumption] [type] [1-5] [1-5] [score] [method]

Critical Assumptions (Impact 4+ and Confidence 2 or below)

[Flagged items with detailed validation recommendations]

Top 3 Assumptions to Validate First

[Detailed recommendations including specific research method, estimated effort, and what the result would change]

Example (Partial)

Input: "We're building a self-serve onboarding flow to reduce time-to-value for SMB customers."

Assumption Category Confidence Impact Priority Validation Method
SMB users can complete onboarding without human help Usability 2 5 3 Unmoderated usability test (n=8)
Faster onboarding correlates with higher retention Viability 3 4 1 Cohort analysis of current onboarding times vs. 90-day retention
The current onboarding is the primary reason for slow time-to-value Desirability 2 4 2 User interviews with recent churned SMB accounts

Anti-Patterns

  • Do not only surface desirability assumptions — feasibility and viability assumptions are equally likely to kill a product and are often overlooked
  • Do not assign high confidence to an assumption just because it hasn't been challenged yet — absence of evidence is not evidence
  • Do not recommend "user interviews" as the validation method for every assumption — some assumptions require quantitative data, competitive analysis, or technical spikes
  • Do not list assumptions that cannot be tested — every assumption in the map must have a plausible validation method, or it should be flagged as unknowable and treated as a risk

Deeper Materials

This skill ships with support files — use them when they are available:

  • references/cheap-tests.md — The Cheap-Test Catalog: Right-Sizing Validation. Apply it while producing the output; it carries the calibration and judgment calls the method summary above compresses.
  • templates/assumption-board.md — a fill-in version of the deliverable with the quality gates inline. Offer it when the user wants to work the document themselves rather than have it generated.

Scoring Rubric (0–40)

Score any output of this skill before handing it over; 32+ is ship-quality.

Dimension 0 5 10
Category coverage Desirability-only — the feasibility and viability assumptions most likely to kill the plan are absent Three categories populated, but the empty one wasn't re-mined from the brief; coverage is token (one throwaway row) All four categories populated with substantive rows, with visible digging into whichever category the brief itself neglected
Scoring discipline Confidence/impact numbers arbitrary or missing; priority arithmetic inconsistent; no critical flags Scores present and Priority = Impact − Confidence holds, but confidence is inflated for unchallenged assumptions and critical flags applied selectively Scores defensible (unchallenged ≠ high confidence), arithmetic consistent including negative priorities left visible, and the CRITICAL flag applied mechanically at Impact 4+ / Confidence ≤2 — even to assumptions the team likes
Validation method fit "User interviews" (or "do research") pasted into every row Methods vary but several are mismatched to the assumption type, missing sample sizes, or unpriced Each method matched to the assumption (data audit, backtest, fake door, desk check, spike…) with sample size and effort; untestable assumptions flagged unknowable and converted to owned risks, not given fake tests
Decision leverage Top-3 list missing, or tests whose outcome would change nothing Top 3 named with effort, but "what the result changes" is vague or the tests validate comfortable assumptions over dangerous ones Top 3 are the highest-priority testable assumptions, each with effort, a pre-committed threshold where relevant, and a concrete decision the result would change

Quality Checks

  • At least one assumption per category (Desirability, Feasibility, Viability, Usability)
  • All Impact 4+ / Confidence 2− assumptions flagged as CRITICAL
  • Each validation method is specific (not just "do research" — name the method and sample size)
  • Priority scores are consistent (Impact − Confidence, higher = more urgent)

Version History

  • 54fad50 Current 2026-07-19 12:54

    添加了输出结构中的“首个需验证的前3个假设”部分,提供具体的研究方法、预估工作量及结果影响说明。

  • a38bc30 2026-07-05 11:16

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
2bab4d5a
Indexed
2026-07-05 11:16

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 11:12
浙ICP备14020137号-1 $방문자$