@miranda0808/maya-codex 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/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pricing-strategy
|
|
3
|
+
description: "When the user wants help with pricing decisions, packaging, or monetization strategy. Also use when the user mentions 'pricing,' 'pricing tiers,' 'freemium,' 'free trial,' 'packaging,' 'price increase,' 'value metric,' 'Van Westendorp,' 'willingness to pay,' 'monetization,' 'how much should I charge,' 'my pricing is wrong,' 'pricing page,' 'annual vs monthly,' 'per seat pricing,' or 'should I offer a free plan.' Use this whenever someone is figuring out what to charge or how to structure their plans. For in-app upgrade screens, see paywall-upgrade-cro."
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Pricing Strategy
|
|
9
|
+
|
|
10
|
+
You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay.
|
|
11
|
+
|
|
12
|
+
## Before Starting
|
|
13
|
+
|
|
14
|
+
**Use approved context inputs first:**
|
|
15
|
+
In Maya task workflows, start with the approved `TASK-PACKET.md` inputs and listed brand sections. If `PRODUCT.md` is explicitly provided or the work is being done in consult-style standalone usage, read `PRODUCT.md` before asking questions. If `PRODUCT.md` is missing, do not pretend the output is fully brand-calibrated.
|
|
16
|
+
|
|
17
|
+
Gather this context (ask if not provided):
|
|
18
|
+
|
|
19
|
+
### 1. Business Context
|
|
20
|
+
- What type of product? (SaaS, marketplace, e-commerce, service)
|
|
21
|
+
- What's your current pricing (if any)?
|
|
22
|
+
- What's your target market? (SMB, mid-market, enterprise)
|
|
23
|
+
- What's your go-to-market motion? (self-serve, sales-led, hybrid)
|
|
24
|
+
|
|
25
|
+
### 2. Value & Competition
|
|
26
|
+
- What's the primary value you deliver?
|
|
27
|
+
- What alternatives do customers consider?
|
|
28
|
+
- How do competitors price?
|
|
29
|
+
|
|
30
|
+
### 3. Current Performance
|
|
31
|
+
- What's your current conversion rate?
|
|
32
|
+
- What's your ARPU and churn rate?
|
|
33
|
+
- Any feedback on pricing from customers/prospects?
|
|
34
|
+
|
|
35
|
+
### 4. Goals
|
|
36
|
+
- Optimizing for growth, revenue, or profitability?
|
|
37
|
+
- Moving upmarket or expanding downmarket?
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Pricing Fundamentals
|
|
42
|
+
|
|
43
|
+
### The Three Pricing Axes
|
|
44
|
+
|
|
45
|
+
**1. Packaging** — What's included at each tier?
|
|
46
|
+
- Features, limits, support level
|
|
47
|
+
- How tiers differ from each other
|
|
48
|
+
|
|
49
|
+
**2. Pricing Metric** — What do you charge for?
|
|
50
|
+
- Per user, per usage, flat fee
|
|
51
|
+
- How price scales with value
|
|
52
|
+
|
|
53
|
+
**3. Price Point** — How much do you charge?
|
|
54
|
+
- The actual dollar amounts
|
|
55
|
+
- Perceived value vs. cost
|
|
56
|
+
|
|
57
|
+
### Value-Based Pricing
|
|
58
|
+
|
|
59
|
+
Price should be based on value delivered, not cost to serve:
|
|
60
|
+
|
|
61
|
+
- **Customer's perceived value** — The ceiling
|
|
62
|
+
- **Your price** — Between alternatives and perceived value
|
|
63
|
+
- **Next best alternative** — The floor for differentiation
|
|
64
|
+
- **Your cost to serve** — Only a baseline, not the basis
|
|
65
|
+
|
|
66
|
+
**Key insight:** Price between the next best alternative and perceived value.
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Value Metrics
|
|
71
|
+
|
|
72
|
+
### What is a Value Metric?
|
|
73
|
+
|
|
74
|
+
The value metric is what you charge for—it should scale with the value customers receive.
|
|
75
|
+
|
|
76
|
+
**Good value metrics:**
|
|
77
|
+
- Align price with value delivered
|
|
78
|
+
- Are easy to understand
|
|
79
|
+
- Scale as customer grows
|
|
80
|
+
- Are hard to game
|
|
81
|
+
|
|
82
|
+
### Common Value Metrics
|
|
83
|
+
|
|
84
|
+
| Metric | Best For | Example |
|
|
85
|
+
|--------|----------|---------|
|
|
86
|
+
| Per user/seat | Collaboration tools | Slack, Notion |
|
|
87
|
+
| Per usage | Variable consumption | AWS, Twilio |
|
|
88
|
+
| Per feature | Modular products | HubSpot add-ons |
|
|
89
|
+
| Per contact/record | CRM, email tools | Mailchimp |
|
|
90
|
+
| Per transaction | Payments, marketplaces | Stripe |
|
|
91
|
+
| Flat fee | Simple products | Basecamp |
|
|
92
|
+
|
|
93
|
+
### Choosing Your Value Metric
|
|
94
|
+
|
|
95
|
+
Ask: "As a customer uses more of [metric], do they get more value?"
|
|
96
|
+
- If yes → good value metric
|
|
97
|
+
- If no → price doesn't align with value
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## Tier Structure Overview
|
|
102
|
+
|
|
103
|
+
### Good-Better-Best Framework
|
|
104
|
+
|
|
105
|
+
**Good tier (Entry):** Core features, limited usage, low price
|
|
106
|
+
**Better tier (Recommended):** Full features, reasonable limits, anchor price
|
|
107
|
+
**Best tier (Premium):** Everything, advanced features, 2-3x Better price
|
|
108
|
+
|
|
109
|
+
### Tier Differentiation
|
|
110
|
+
|
|
111
|
+
- **Feature gating** — Basic vs. advanced features
|
|
112
|
+
- **Usage limits** — Same features, different limits
|
|
113
|
+
- **Support level** — Email → Priority → Dedicated
|
|
114
|
+
- **Access** — API, SSO, custom branding
|
|
115
|
+
|
|
116
|
+
**For detailed tier structures and persona-based packaging**: See [references/tier-structure.md](references/tier-structure.md)
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## Pricing Research
|
|
121
|
+
|
|
122
|
+
### Van Westendorp Method
|
|
123
|
+
|
|
124
|
+
Four questions that identify acceptable price range:
|
|
125
|
+
1. Too expensive (wouldn't consider)
|
|
126
|
+
2. Too cheap (question quality)
|
|
127
|
+
3. Expensive but might consider
|
|
128
|
+
4. A bargain
|
|
129
|
+
|
|
130
|
+
Analyze intersections to find optimal pricing zone.
|
|
131
|
+
|
|
132
|
+
### MaxDiff Analysis
|
|
133
|
+
|
|
134
|
+
Identifies which features customers value most:
|
|
135
|
+
- Show sets of features
|
|
136
|
+
- Ask: Most important? Least important?
|
|
137
|
+
- Results inform tier packaging
|
|
138
|
+
|
|
139
|
+
**For detailed research methods**: See [references/research-methods.md](references/research-methods.md)
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
## When to Raise Prices
|
|
144
|
+
|
|
145
|
+
### Signs It's Time
|
|
146
|
+
|
|
147
|
+
**Market signals:**
|
|
148
|
+
- Competitors have raised prices
|
|
149
|
+
- Prospects don't flinch at price
|
|
150
|
+
- "It's so cheap!" feedback
|
|
151
|
+
|
|
152
|
+
**Business signals:**
|
|
153
|
+
- Very high conversion rates (>40%)
|
|
154
|
+
- Very low churn (<3% monthly)
|
|
155
|
+
- Strong unit economics
|
|
156
|
+
|
|
157
|
+
**Product signals:**
|
|
158
|
+
- Significant value added since last pricing
|
|
159
|
+
- Product more mature/stable
|
|
160
|
+
|
|
161
|
+
### Price Increase Strategies
|
|
162
|
+
|
|
163
|
+
1. **Grandfather existing** — New price for new customers only
|
|
164
|
+
2. **Delayed increase** — Announce 3-6 months out
|
|
165
|
+
3. **Tied to value** — Raise price but add features
|
|
166
|
+
4. **Plan restructure** — Change plans entirely
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## Pricing Page Best Practices
|
|
171
|
+
|
|
172
|
+
### Above the Fold
|
|
173
|
+
- Clear tier comparison table
|
|
174
|
+
- Recommended tier highlighted
|
|
175
|
+
- Monthly/annual toggle
|
|
176
|
+
- Primary CTA for each tier
|
|
177
|
+
|
|
178
|
+
### Common Elements
|
|
179
|
+
- Feature comparison table
|
|
180
|
+
- Who each tier is for
|
|
181
|
+
- FAQ section
|
|
182
|
+
- Annual discount callout (17-20%)
|
|
183
|
+
- Money-back guarantee
|
|
184
|
+
- Customer logos/trust signals
|
|
185
|
+
|
|
186
|
+
### Pricing Psychology
|
|
187
|
+
- **Anchoring:** Show higher-priced option first
|
|
188
|
+
- **Decoy effect:** Middle tier should be best value
|
|
189
|
+
- **Charm pricing:** $49 vs. $50 (for value-focused)
|
|
190
|
+
- **Round pricing:** $50 vs. $49 (for premium)
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
|
|
194
|
+
## Pricing Checklist
|
|
195
|
+
|
|
196
|
+
### Before Setting Prices
|
|
197
|
+
- [ ] Defined target customer personas
|
|
198
|
+
- [ ] Researched competitor pricing
|
|
199
|
+
- [ ] Identified your value metric
|
|
200
|
+
- [ ] Conducted willingness-to-pay research
|
|
201
|
+
- [ ] Mapped features to tiers
|
|
202
|
+
|
|
203
|
+
### Pricing Structure
|
|
204
|
+
- [ ] Chosen number of tiers
|
|
205
|
+
- [ ] Differentiated tiers clearly
|
|
206
|
+
- [ ] Set price points based on research
|
|
207
|
+
- [ ] Created annual discount strategy
|
|
208
|
+
- [ ] Planned enterprise/custom tier
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
## Task-Specific Questions
|
|
213
|
+
|
|
214
|
+
1. What pricing research have you done?
|
|
215
|
+
2. What's your current ARPU and conversion rate?
|
|
216
|
+
3. What's your primary value metric?
|
|
217
|
+
4. Who are your main pricing personas?
|
|
218
|
+
5. Are you self-serve, sales-led, or hybrid?
|
|
219
|
+
6. What pricing changes are you considering?
|
|
220
|
+
|
|
221
|
+
---
|
|
222
|
+
|
|
223
|
+
## Related Skills
|
|
224
|
+
|
|
225
|
+
- **churn-prevention**: For cancel flows, save offers, and reducing revenue churn
|
|
226
|
+
- **page-cro**: For optimizing pricing page conversion
|
|
227
|
+
- **copywriting**: For pricing page copy
|
|
228
|
+
- **marketing-psychology**: For pricing psychology principles
|
|
229
|
+
- **ab-test-setup**: For testing pricing changes
|
|
230
|
+
- **revops**: For deal desk processes and pipeline pricing
|
|
231
|
+
- **sales-enablement**: For proposal templates and pricing presentations
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "pricing-strategy",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Help me figure out pricing for our new SaaS product. It's a customer support platform for e-commerce stores. We're not sure whether to charge per agent, per ticket, or flat rate. Currently thinking $49-199/month range.",
|
|
7
|
+
"expected_output": "Should use approved TASK-PACKET.md inputs first in Maya task workflows, and read PRODUCT.md directly when it is explicitly provided or when the work is consult-style standalone. Should apply the three pricing axes framework: packaging (what's included in each tier), pricing metric (per agent, per ticket, flat rate — evaluate each), price point ($49-199 range evaluation). Should discuss value metrics and which aligns best with value delivered (per agent is common in support, but per ticket aligns with usage). Should recommend a good-better-best tier structure. Should address pricing psychology. Should provide a specific pricing recommendation with rationale.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Applies three pricing axes framework",
|
|
11
|
+
"Evaluates multiple pricing metrics",
|
|
12
|
+
"Discusses which metric aligns with value delivered",
|
|
13
|
+
"Recommends good-better-best tier structure",
|
|
14
|
+
"Addresses pricing psychology",
|
|
15
|
+
"Provides specific pricing recommendation with rationale"
|
|
16
|
+
],
|
|
17
|
+
"files": []
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": 2,
|
|
21
|
+
"prompt": "We want to raise our prices by 30%. We've been at $29/month for 2 years and we've added a lot of features. How do we do this without losing customers?",
|
|
22
|
+
"expected_output": "Should apply the 'when to raise prices' and price increase strategies sections. Should recommend a strategy: grandfather existing customers (or give them a grace period), tie the increase to new value, communicate the change clearly with advance notice, consider an annual billing discount as a softening measure. Should address different approaches (immediate for new customers, delayed for existing). Should recommend specific communication strategy. Should note that some churn is expected and acceptable.",
|
|
23
|
+
"assertions": [
|
|
24
|
+
"Applies price increase strategies",
|
|
25
|
+
"Recommends grandfathering or grace period approach",
|
|
26
|
+
"Recommends tying increase to new value",
|
|
27
|
+
"Provides communication strategy",
|
|
28
|
+
"Addresses new vs existing customer timing",
|
|
29
|
+
"Suggests annual billing as softening measure",
|
|
30
|
+
"Notes some churn is expected"
|
|
31
|
+
],
|
|
32
|
+
"files": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": 3,
|
|
36
|
+
"prompt": "how do we figure out what people will actually pay? we're launching a new product and have no idea what to charge.",
|
|
37
|
+
"expected_output": "Should trigger on casual phrasing. Should apply the pricing research methods: Van Westendorp price sensitivity analysis (too cheap, bargain, expensive, too expensive), MaxDiff for feature importance, competitive benchmarking. Should explain how to run each method. Should also recommend simpler approaches: talking to potential customers, analyzing competitor pricing, testing different price points. Should provide a practical pricing research plan they can execute.",
|
|
38
|
+
"assertions": [
|
|
39
|
+
"Triggers on casual phrasing",
|
|
40
|
+
"Applies Van Westendorp price sensitivity method",
|
|
41
|
+
"Applies MaxDiff for feature importance",
|
|
42
|
+
"Recommends competitive benchmarking",
|
|
43
|
+
"Explains how to run each method",
|
|
44
|
+
"Suggests practical alternatives (customer interviews, competitive analysis)",
|
|
45
|
+
"Provides executable pricing research plan"
|
|
46
|
+
],
|
|
47
|
+
"files": []
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": 4,
|
|
51
|
+
"prompt": "We have a Basic ($19), Pro ($49), and Enterprise (custom) plan. The Pro plan gets 70% of signups. Should we add a plan between Pro and Enterprise?",
|
|
52
|
+
"expected_output": "Should apply the good-better-best tier structure framework. Should analyze the current situation: Pro capturing 70% is actually healthy, but the gap to Enterprise suggests there may be mid-market customers underserved. Should evaluate whether a 4th tier makes sense: does it address a real gap, or will it create choice paralysis? Should apply pricing psychology (Hick's Law — more options can reduce decisions). Should recommend either a 4th tier with clear differentiation or adjusting the Pro plan to better bridge the gap.",
|
|
53
|
+
"assertions": [
|
|
54
|
+
"Applies good-better-best tier structure",
|
|
55
|
+
"Analyzes current tier performance",
|
|
56
|
+
"Evaluates whether 4th tier addresses real gap",
|
|
57
|
+
"Considers choice paralysis risk",
|
|
58
|
+
"Applies pricing psychology (Hick's Law)",
|
|
59
|
+
"Provides specific recommendation with rationale"
|
|
60
|
+
],
|
|
61
|
+
"files": []
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": 5,
|
|
65
|
+
"prompt": "What pricing psychology tactics should we use on our pricing page? We want the $79 plan to be the most popular.",
|
|
66
|
+
"expected_output": "Should apply the pricing psychology section: anchoring (show the $79 plan next to a higher-priced plan), decoy effect (make the lower plan look less valuable), visual emphasis (highlight or 'recommend' the $79 plan), charm pricing ($79 vs $80), Rule of 100 (percentage discounts below $100, dollar discounts above), loss framing (show what lower plans miss). Should provide specific pricing page design recommendations. Should cross-reference page-cro for broader pricing page optimization.",
|
|
67
|
+
"assertions": [
|
|
68
|
+
"Applies pricing psychology tactics",
|
|
69
|
+
"Applies anchoring effect",
|
|
70
|
+
"Applies decoy effect or visual emphasis",
|
|
71
|
+
"Applies charm pricing or Rule of 100",
|
|
72
|
+
"Provides specific pricing page recommendations",
|
|
73
|
+
"Cross-references page-cro or marketing-psychology"
|
|
74
|
+
],
|
|
75
|
+
"files": []
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": 6,
|
|
79
|
+
"prompt": "Our pricing page conversion rate is only 1.5%. Can you review the page and suggest improvements?",
|
|
80
|
+
"expected_output": "Should recognize this is a pricing page conversion optimization task, not a pricing strategy task. Should defer to or cross-reference the page-cro skill, which handles pricing page conversion rate optimization including plan comparison clarity, CTA optimization, and trust signals. Pricing-strategy focuses on the actual pricing decisions (what to charge, how to package), not the page design.",
|
|
81
|
+
"assertions": [
|
|
82
|
+
"Recognizes this as pricing page CRO, not pricing strategy",
|
|
83
|
+
"References or defers to page-cro skill",
|
|
84
|
+
"Explains that pricing-strategy is about pricing decisions",
|
|
85
|
+
"Does not attempt full page CRO audit"
|
|
86
|
+
],
|
|
87
|
+
"files": []
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
# Pricing Research Methods
|
|
2
|
+
|
|
3
|
+
## Contents
|
|
4
|
+
- Van Westendorp Price Sensitivity Meter (The Four Questions, How to Analyze, Survey Tips, Sample Output)
|
|
5
|
+
- MaxDiff Analysis (How It Works, Example Survey Question, Analyzing Results, Using MaxDiff for Packaging)
|
|
6
|
+
- Willingness to Pay Surveys
|
|
7
|
+
- Usage-Value Correlation Analysis
|
|
8
|
+
|
|
9
|
+
## Van Westendorp Price Sensitivity Meter
|
|
10
|
+
|
|
11
|
+
The Van Westendorp survey identifies the acceptable price range for your product.
|
|
12
|
+
|
|
13
|
+
### The Four Questions
|
|
14
|
+
|
|
15
|
+
Ask each respondent:
|
|
16
|
+
1. "At what price would you consider [product] to be so expensive that you would not consider buying it?" (Too expensive)
|
|
17
|
+
2. "At what price would you consider [product] to be priced so low that you would question its quality?" (Too cheap)
|
|
18
|
+
3. "At what price would you consider [product] to be starting to get expensive, but you still might consider it?" (Expensive/high side)
|
|
19
|
+
4. "At what price would you consider [product] to be a bargain—a great buy for the money?" (Cheap/good value)
|
|
20
|
+
|
|
21
|
+
### How to Analyze
|
|
22
|
+
|
|
23
|
+
1. Plot cumulative distributions for each question
|
|
24
|
+
2. Find the intersections:
|
|
25
|
+
- **Point of Marginal Cheapness (PMC):** "Too cheap" crosses "Expensive"
|
|
26
|
+
- **Point of Marginal Expensiveness (PME):** "Too expensive" crosses "Cheap"
|
|
27
|
+
- **Optimal Price Point (OPP):** "Too cheap" crosses "Too expensive"
|
|
28
|
+
- **Indifference Price Point (IDP):** "Expensive" crosses "Cheap"
|
|
29
|
+
|
|
30
|
+
**The acceptable price range:** PMC to PME
|
|
31
|
+
**Optimal pricing zone:** Between OPP and IDP
|
|
32
|
+
|
|
33
|
+
### Survey Tips
|
|
34
|
+
- Need 100-300 respondents for reliable data
|
|
35
|
+
- Segment by persona (different willingness to pay)
|
|
36
|
+
- Use realistic product descriptions
|
|
37
|
+
- Consider adding purchase intent questions
|
|
38
|
+
|
|
39
|
+
### Sample Output
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
Price Sensitivity Analysis Results:
|
|
43
|
+
─────────────────────────────────
|
|
44
|
+
Point of Marginal Cheapness: $29/mo
|
|
45
|
+
Optimal Price Point: $49/mo
|
|
46
|
+
Indifference Price Point: $59/mo
|
|
47
|
+
Point of Marginal Expensiveness: $79/mo
|
|
48
|
+
|
|
49
|
+
Recommended range: $49-59/mo
|
|
50
|
+
Current price: $39/mo (below optimal)
|
|
51
|
+
Opportunity: 25-50% price increase without significant demand impact
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## MaxDiff Analysis (Best-Worst Scaling)
|
|
57
|
+
|
|
58
|
+
MaxDiff identifies which features customers value most, informing packaging decisions.
|
|
59
|
+
|
|
60
|
+
### How It Works
|
|
61
|
+
|
|
62
|
+
1. List 8-15 features you could include
|
|
63
|
+
2. Show respondents sets of 4-5 features at a time
|
|
64
|
+
3. Ask: "Which is MOST important? Which is LEAST important?"
|
|
65
|
+
4. Repeat across multiple sets until all features compared
|
|
66
|
+
5. Statistical analysis produces importance scores
|
|
67
|
+
|
|
68
|
+
### Example Survey Question
|
|
69
|
+
|
|
70
|
+
```
|
|
71
|
+
Which feature is MOST important to you?
|
|
72
|
+
Which feature is LEAST important to you?
|
|
73
|
+
|
|
74
|
+
□ Unlimited projects
|
|
75
|
+
□ Custom branding
|
|
76
|
+
□ Priority support
|
|
77
|
+
□ API access
|
|
78
|
+
□ Advanced analytics
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
### Analyzing Results
|
|
82
|
+
|
|
83
|
+
Features are ranked by utility score:
|
|
84
|
+
- High utility = Must-have (include in base tier)
|
|
85
|
+
- Medium utility = Differentiator (use for tier separation)
|
|
86
|
+
- Low utility = Nice-to-have (premium tier or cut)
|
|
87
|
+
|
|
88
|
+
### Using MaxDiff for Packaging
|
|
89
|
+
|
|
90
|
+
| Utility Score | Packaging Decision |
|
|
91
|
+
|---------------|-------------------|
|
|
92
|
+
| Top 20% | Include in all tiers (table stakes) |
|
|
93
|
+
| 20-50% | Use to differentiate tiers |
|
|
94
|
+
| 50-80% | Higher tiers only |
|
|
95
|
+
| Bottom 20% | Consider cutting or premium add-on |
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## Willingness to Pay Surveys
|
|
100
|
+
|
|
101
|
+
**Direct method (simple but biased):**
|
|
102
|
+
"How much would you pay for [product]?"
|
|
103
|
+
|
|
104
|
+
**Better: Gabor-Granger method:**
|
|
105
|
+
"Would you buy [product] at [$X]?" (Yes/No)
|
|
106
|
+
Vary price across respondents to build demand curve.
|
|
107
|
+
|
|
108
|
+
**Even better: Conjoint analysis:**
|
|
109
|
+
Show product bundles at different prices
|
|
110
|
+
Respondents choose preferred option
|
|
111
|
+
Statistical analysis reveals price sensitivity per feature
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
## Usage-Value Correlation Analysis
|
|
116
|
+
|
|
117
|
+
### 1. Instrument usage data
|
|
118
|
+
Track how customers use your product:
|
|
119
|
+
- Feature usage frequency
|
|
120
|
+
- Volume metrics (users, records, API calls)
|
|
121
|
+
- Outcome metrics (revenue generated, time saved)
|
|
122
|
+
|
|
123
|
+
### 2. Correlate with customer success
|
|
124
|
+
- Which usage patterns predict retention?
|
|
125
|
+
- Which usage patterns predict expansion?
|
|
126
|
+
- Which customers pay the most, and why?
|
|
127
|
+
|
|
128
|
+
### 3. Identify value thresholds
|
|
129
|
+
- At what usage level do customers "get it"?
|
|
130
|
+
- At what usage level do they expand?
|
|
131
|
+
- At what usage level should price increase?
|
|
132
|
+
|
|
133
|
+
### Example Analysis
|
|
134
|
+
|
|
135
|
+
```
|
|
136
|
+
Usage-Value Correlation Analysis:
|
|
137
|
+
─────────────────────────────────
|
|
138
|
+
Segment: High-LTV customers (>$10k ARR)
|
|
139
|
+
Average monthly active users: 15
|
|
140
|
+
Average projects: 8
|
|
141
|
+
Average integrations: 4
|
|
142
|
+
|
|
143
|
+
Segment: Churned customers
|
|
144
|
+
Average monthly active users: 3
|
|
145
|
+
Average projects: 2
|
|
146
|
+
Average integrations: 0
|
|
147
|
+
|
|
148
|
+
Insight: Value correlates with team adoption (users)
|
|
149
|
+
and depth of use (integrations)
|
|
150
|
+
|
|
151
|
+
Recommendation: Price per user, gate integrations to higher tiers
|
|
152
|
+
```
|