account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"Conduct Van Westendorp Price Sensitivity Meter analysis to identify acceptable price ranges. Use this skill when the user needs to determine price boundaries for a new product, find the optimal and indifference price points, or survey-based pricing research — even if they say
$ npx -y skills add charlieviettq/awesome-agent-skill --skill algo-price-van-westendorp --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/algo-price-van-westendorpContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Conduct Van Westendorp Price Sensitivity Meter analysis to identify acceptable price ranges. Use this skill when the user needs to determine price boundaries for a new product, find the optimal and indifference price points, or survey-based pricing research — even if they say
name: "\"algo-price-van-westendorp\"" description: "\"Conduct Van Westendorp Price Sensitivity Meter analysis to identify acceptable price ranges. Use this skill when the user needs to determine price boundaries for a new product, find the optimal and indifference price points, or survey-based pricing research — even if they say 'what should we charge', 'price sensitivity survey', or 'acceptable price range'.\"." allowed-tools: Read, Glob, Grep
Van Westendorp PSM uses four price perception questions to identify an acceptable price range through intersection analysis. Produces: Point of Marginal Cheapness (PMC), Point of Marginal Expensiveness (PME), Indifference Price Point (IPP), and Optimal Price Point (OPP). Requires survey data from 100+ respondents.
**Trigger conditions:**
**When NOT to use:**
IRON LAW: Van Westendorp Identifies an ACCEPTABLE Range, Not Optimal Price It doesn't account for competition, costs, or willingness to pay at scale. It tells you WHERE prices are perceived as reasonable, not what maximizes revenue. Use as input to pricing strategy, not as the final answer.
Survey 100+ target customers with four questions at various price points: 1. Too cheap (quality suspect)? 2. A bargain (great deal)? 3. Getting expensive (but would consider)? 4. Too expensive (would not buy)? **Gate:** 100+ responses, all four curves plottable.
1. For each price point, compute cumulative percentages for each question 2. Plot four curves: "too cheap" (descending), "cheap/bargain" (descending), "expensive" (ascending), "too expensive" (ascending) 3. Find intersections:
4. Acceptable range = [PMC, PME]
Check: PMC < OPP < IPP < PME (expected ordering). All intersections exist within surveyed range. **Gate:** Four-point ordering is logical, range is commercially viable.
Return price points and acceptable range.
{
"price_points": {"opp": 299, "ipp": 349, "pmc": 199, "pme": 449},
"acceptable_range": {"min": 199, "max": 449},
"metadata": {"respondents": 250, "currency": "TWD", "product": "..."}
}**Input:** 200 survey responses for a SaaS product, price range tested: $5-$50/month **Expected:** PMC=$12, OPP=$18, IPP=$22, PME=$35. Acceptable range: $12-$35.
| Input | Expected | Why | |-------|----------|-----| | Curves don't intersect | Extend surveyed range | Price points tested were too narrow | | IPP < OPP | Unusual but possible | Check data quality, may indicate confused respondents | | Very wide range | Low price sensitivity | Product category has high tolerance |
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…