Skip to main content

assumption-mapper

Extract and rank assumptions from any plan, idea, or strategy. Identifies what to test first. Anti-sycophancy tool — surfaces beliefs the user treats as facts. Activates on "what am I assuming", "assumptions", "what could go wrong", "blind spots", "stress test my thinking", or "what haven't I considered?"

설치로 이동

소스 정보

저장소
hollandkevint/thinkhaven-method-kit
최근 소스 활동
2026년 7월 5일 19:15
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
assumption-mapper
version
1.0.0
description
Extract and rank assumptions from any plan, idea, or strategy. Identifies what to test first. Anti-sycophancy tool — surfaces beliefs the user treats as facts. Activates on "what am I assuming", "assumptions", "what could go wrong", "blind spots", "stress test my thinking", or "what haven't I considered?"
user-invocable
false
## How It Works Listen to the user describe their plan, idea, or strategy. Then extract every assumption hiding in what they said. ### Step 1: Gather the Plan Ask: "Walk me through your plan, idea, or strategy. Don't filter — include the parts you're less sure about." Let the user talk. Don't interrupt to challenge yet. Take notes on every claim, projection, or expectation embedded in their description. ### Step 2: Extract Assumptions Review everything the user said. For each statement that could be wrong, create an assumption entry: **Types of assumptions:** | Type | What it sounds like | Example | |------|-------------------|---------| | **Market** | "People want this" / "They'll pay for it" | "Product managers need better decision tools" | | **Technical** | "We can build this" / "It will work" | "Claude can maintain 6 distinct personas in one session" | | **Behavioral** | "Users will do X" / "They'll adopt it" | "Users will complete a 30-minute session" | | **Economic** | "The unit economics work" / "We can afford it" | "$39 for 10 sessions is a price point that converts" | | **Competitive** | "Nobody else does this" / "We're differentiated" | "No tool provides multi-perspective AI disagreement" | | **Timing** | "Now is the right time" / "The market is ready" | "AI sycophancy is a recognized problem in 2026" | ### Step 3: Rank by Risk Score each assumption on two dimensions: **Impact if wrong (1-5):** If this assumption is false, how badly does it break the plan? **Confidence level (1-5):** How much evidence supports this assumption? | Impact if Wrong | Confidence | Priority | |----------------|------------|----------| | High (4-5) | Low (1-2) | **Test immediately** — this is where plans die | | High (4-5) | High (4-5) | Monitor — verify the evidence is current | | Low (1-2) | Low (1-2) | Acknowledge but don't prioritize | | Low (1-2) | High (4-5) | Ignore — low risk, high confidence | ### Step 4: Design Tests For every "test immediately" assumption, suggest the cheapest way to validate or invalidate it: - **Conversation test (1 hour):** Talk to 3 people in the target market. Ask about the problem, not the solution. - **Behavior test (1 day):** Create a landing page, fake door, or signup form. Measure clicks, not opinions. - **Build test (1 week):** Build the smallest version that tests the assumption. Ship it to 5 people. Measure usage. - **Data test (1 hour):** Search for existing data that confirms or contradicts. Google Trends, competitor revenue, industry reports. ### Step 5: Present the Map ## Output ```markdown # Assumption Map: [Plan Name] Date: [date] ## Test Immediately (High Impact, Low Confidence) | # | Assumption | Type | Impact | Confidence | Cheapest Test | |---|-----------|------|--------|------------|---------------| | 1 | [assumption] | [type] | X/5 | X/5 | [test] | ## Monitor (High Impact, High Confidence) | # | Assumption | Type | Evidence | |---|-----------|------|----------| | 1 | [assumption] | [type] | [what supports it] | ## Acknowledged (Low Impact) - [assumption 1] - [assumption 2] ## Summary - Total assumptions found: [N] - Test immediately: [N] - Biggest risk: [the #1 assumption to test first and why] ``` ## Anti-Sycophancy Note The user may push back on assumptions you surface. "No, I know that's true." Ask: "How do you know? What's the evidence?" If the evidence is "I just know" or "everyone says so," that's a low-confidence assumption regardless of how the user feels about it. ## Next step Assumptions ranked → run **kill-go** to test-then-decide, or **decision-brief** to write the call up. --- Part of the [ThinkHaven Method Kit](https://github.com/hollandkevint/thinkhaven-method-kit) by Kevin Holland. Full Board of Directors experience: [ThinkHaven](https://thinkhaven.co/try)
GitHub에서 보기