tweakidea 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +95 -0
- package/agents/ti-evaluator.md +162 -0
- package/agents/ti-extractor.md +84 -0
- package/agents/ti-merger.md +179 -0
- package/agents/ti-researcher.md +99 -0
- package/bin/install.js +449 -0
- package/commands/tweak/evaluate.md +632 -0
- package/package.json +31 -0
- package/skills/ti-founder/SKILL.md +186 -0
- package/skills/ti-html-report/SKILL.md +352 -0
- package/skills/ti-scoring/EVALUATION.md +63 -0
- package/skills/ti-scoring/SKILL.md +7 -0
- package/skills/ti-scoring/dimensions/behavior-change-required.md +54 -0
- package/skills/ti-scoring/dimensions/clarity-of-target-customer.md +49 -0
- package/skills/ti-scoring/dimensions/defensibility.md +50 -0
- package/skills/ti-scoring/dimensions/founder-market-fit.md +51 -0
- package/skills/ti-scoring/dimensions/frequency.md +44 -0
- package/skills/ti-scoring/dimensions/incumbent-indifference.md +50 -0
- package/skills/ti-scoring/dimensions/mandatory-nature.md +43 -0
- package/skills/ti-scoring/dimensions/market-growth.md +47 -0
- package/skills/ti-scoring/dimensions/market-size.md +50 -0
- package/skills/ti-scoring/dimensions/pain-intensity.md +48 -0
- package/skills/ti-scoring/dimensions/scalability.md +48 -0
- package/skills/ti-scoring/dimensions/solution-gap.md +55 -0
- package/skills/ti-scoring/dimensions/urgency.md +46 -0
- package/skills/ti-scoring/dimensions/willingness-to-pay.md +53 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Willingness to Pay
|
|
2
|
+
|
|
3
|
+
**Weight:** 12%
|
|
4
|
+
**Core Question:** Will people actually pay to solve this?
|
|
5
|
+
|
|
6
|
+
## Signal Table
|
|
7
|
+
|
|
8
|
+
### B2B Signals
|
|
9
|
+
- [ ] Quantifiable ROI ("saves X hours/week", "reduces Y% cost")
|
|
10
|
+
- [ ] Budget already exists for this category
|
|
11
|
+
- [ ] Decision maker has authority to buy
|
|
12
|
+
- [ ] Current spend on inferior alternatives
|
|
13
|
+
- [ ] Pain is tied to revenue/cost/compliance
|
|
14
|
+
|
|
15
|
+
### B2C Signals
|
|
16
|
+
- [ ] Already paying for partial solutions
|
|
17
|
+
- [ ] High emotional investment in outcome
|
|
18
|
+
- [ ] Status/identity attached to solution
|
|
19
|
+
- [ ] Time savings for high-value activities
|
|
20
|
+
- [ ] Strong network effects drive adoption
|
|
21
|
+
|
|
22
|
+
### Red Flags
|
|
23
|
+
- "I'd definitely use it if it were free"
|
|
24
|
+
- Budget requires multiple approvals
|
|
25
|
+
- Problem affects low-value activities
|
|
26
|
+
- Strong free alternatives exist
|
|
27
|
+
|
|
28
|
+
## Scoring Rubric
|
|
29
|
+
|
|
30
|
+
### Score 5 (Strong Willingness to Pay)
|
|
31
|
+
- [ ] Evidence of quantifiable ROI that customers can articulate (specific hours saved, cost reduced, or revenue gained)
|
|
32
|
+
- [ ] Evidence of existing budget allocation or current spend on inferior alternatives to this problem
|
|
33
|
+
- [ ] Decision maker with authority to buy has been identified and is accessible
|
|
34
|
+
|
|
35
|
+
### Score 4 (Good Willingness to Pay)
|
|
36
|
+
- [ ] Evidence that the problem is tied to revenue, cost reduction, or compliance (not just convenience)
|
|
37
|
+
- [ ] Evidence that customers are already paying for partial or inferior solutions in this space
|
|
38
|
+
|
|
39
|
+
### Score 3 (Moderate Willingness to Pay)
|
|
40
|
+
- [ ] At least one credible signal of payment intent beyond "I would use it if it were free"
|
|
41
|
+
- [ ] Evidence that the problem affects activities customers already value and invest in
|
|
42
|
+
|
|
43
|
+
### Score 2 (Weak Willingness to Pay)
|
|
44
|
+
- [ ] Customers express interest but no evidence of actual payment behavior or budget for this problem
|
|
45
|
+
- [ ] Strong free alternatives exist that address most of the pain
|
|
46
|
+
|
|
47
|
+
### Score 1 (No Willingness to Pay)
|
|
48
|
+
- [ ] Primary signal is "I'd use it if it were free" with no evidence of payment willingness
|
|
49
|
+
- [ ] Problem affects low-value activities where customers have no history of spending
|
|
50
|
+
|
|
51
|
+
### B2B/B2C Nuance
|
|
52
|
+
For B2B: Look for existing line-item budget, quantifiable ROI metrics, and short sales cycles as strong WTP evidence. Multi-approval procurement processes weaken WTP unless the champion is clearly identified.
|
|
53
|
+
For B2C: Look for existing spend on partial solutions, status/identity attachment, and high emotional investment as WTP signals. Subscription fatigue in the category weakens WTP evidence.
|