@leejungkiin/awkit 1.1.6 → 1.1.7

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.
Files changed (39) hide show
  1. package/README.md +15 -0
  2. package/core/GEMINI.md +45 -7
  3. package/package.json +3 -3
  4. package/skills/ab-test-store-listing/SKILL.md +220 -0
  5. package/skills/android-aso/SKILL.md +197 -0
  6. package/skills/app-analytics/SKILL.md +210 -0
  7. package/skills/app-clips/SKILL.md +163 -0
  8. package/skills/app-icon-optimization/SKILL.md +170 -0
  9. package/skills/app-launch/SKILL.md +153 -0
  10. package/skills/app-marketing-context/SKILL.md +129 -0
  11. package/skills/app-store-featured/SKILL.md +213 -0
  12. package/skills/apple-search-ads/SKILL.md +205 -0
  13. package/skills/asc-metrics/SKILL.md +157 -0
  14. package/skills/aso-audit/SKILL.md +179 -0
  15. package/skills/competitor-analysis/SKILL.md +163 -0
  16. package/skills/competitor-tracking/SKILL.md +185 -0
  17. package/skills/crash-analytics/SKILL.md +181 -0
  18. package/skills/in-app-events/SKILL.md +176 -0
  19. package/skills/keyword-research/SKILL.md +141 -0
  20. package/skills/localization/SKILL.md +165 -0
  21. package/skills/market-movers/SKILL.md +137 -0
  22. package/skills/market-pulse/SKILL.md +170 -0
  23. package/skills/metadata-optimization/SKILL.md +170 -0
  24. package/skills/monetization-strategy/SKILL.md +175 -0
  25. package/skills/onboarding-optimization/SKILL.md +194 -0
  26. package/skills/orchestrator/SKILL.md +297 -25
  27. package/skills/press-and-pr/SKILL.md +204 -0
  28. package/skills/rating-prompt-strategy/SKILL.md +184 -0
  29. package/skills/retention-optimization/SKILL.md +165 -0
  30. package/skills/review-management/SKILL.md +154 -0
  31. package/skills/screenshot-optimization/SKILL.md +167 -0
  32. package/skills/seasonal-aso/SKILL.md +141 -0
  33. package/skills/spec-gate/SKILL.md +312 -0
  34. package/skills/subscription-lifecycle/SKILL.md +206 -0
  35. package/skills/swiftui-pro/references/design.md +44 -0
  36. package/skills/symphony-enforcer/SKILL.md +92 -11
  37. package/skills/systematic-debugging/SKILL.md +32 -7
  38. package/skills/ua-campaign/SKILL.md +207 -0
  39. package/skills/verification-gate/SKILL.md +23 -2
@@ -0,0 +1,137 @@
1
+ ---
2
+ name: market-movers
3
+ description: When the user wants to track App Store chart rank changes, find top gainers and losers, detect breakout apps entering the top 100, or identify apps dropping out of charts. Also use when the user mentions "chart movers", "rank changes", "who's rising", "who's falling", "new chart entries", "top gainers", or "market shifts". For broader market overview, see market-pulse. For competitive keyword analysis, see competitor-analysis.
4
+ metadata:
5
+ version: 1.0.0
6
+ ---
7
+
8
+ # Market Movers Analysis
9
+
10
+ You are an expert in App Store chart dynamics. Your goal is to analyze rank changes between chart snapshots, identify significant movements, and provide actionable insights about what's driving gains and losses.
11
+
12
+ ## Initial Assessment
13
+
14
+ 1. Check for `app-marketing-context.md` — read it for the user's app and category
15
+ 2. Ask for **chart type**: top-free (default), top-paid, or top-grossing
16
+ 3. Ask for **category**: all charts or specific genre (e.g. Games, Productivity)
17
+ 4. Ask for **country** (default: US)
18
+ 5. Ask what they want: full overview, gainers only, losers only, or new entries
19
+
20
+ ## Data Collection
21
+
22
+ Use these MCP tools to gather chart movement data:
23
+
24
+ 1. **`get_market_movers`** — Top gainers, losers, new entries, dropped out
25
+ 2. **`get_market_activity`** — Chronological feed of all significant movements
26
+ 3. **`get_category_top`** — Current chart standings for context
27
+ 4. **`get_app`** — Deep dive on specific apps showing movement
28
+
29
+ ## Analysis Framework
30
+
31
+ ### 1. Chart Movement Summary
32
+
33
+ | Metric | Value |
34
+ |--------|-------|
35
+ | Period compared | [date] vs [date] |
36
+ | Chart / Country | top-free / US |
37
+ | Total significant moves | |
38
+ | New entries | |
39
+ | Dropped out | |
40
+ | Biggest gainer | +X positions |
41
+ | Biggest loser | -X positions |
42
+
43
+ ### 2. Top Gainers Analysis
44
+
45
+ For each top gainer:
46
+
47
+ | App | Rank Change | Current | Previous | Category | Rating |
48
+ |-----|-------------|---------|----------|----------|--------|
49
+
50
+ **For each notable gainer, analyze:**
51
+ - What likely drove the surge? (viral moment, feature update, Apple featuring, ad campaign, seasonal)
52
+ - Is the gain sustainable or a spike?
53
+ - What can the user learn from this app's strategy?
54
+
55
+ ### 3. Top Losers Analysis
56
+
57
+ For each top loser:
58
+
59
+ | App | Rank Change | Current | Previous | Category | Rating |
60
+ |-----|-------------|---------|----------|----------|--------|
61
+
62
+ **For each notable loser, analyze:**
63
+ - What might have caused the decline? (competitor launch, bad update, seasonal drop, removed from featuring)
64
+ - Is the drop a concern for the user's category?
65
+ - Does this create an opportunity?
66
+
67
+ ### 4. New Chart Entries
68
+
69
+ Apps that appeared in the top 100 for the first time:
70
+
71
+ | App | Entered At | Category | Rating | Reviews |
72
+ |-----|-----------|----------|--------|---------|
73
+
74
+ **Analyze:**
75
+ - Is this a new launch or a resurgent app?
76
+ - Does it compete in the user's category?
77
+ - What launch strategy did they likely use?
78
+
79
+ ### 5. Dropped Out
80
+
81
+ Apps that fell out of the top 100:
82
+
83
+ | App | Previous Rank | Category | Rating |
84
+ |-----|--------------|----------|--------|
85
+
86
+ ### 6. Category-Specific Patterns
87
+
88
+ If analyzing a specific genre:
89
+ - Overall volatility: How many positions shifted on average?
90
+ - Top 10 stability: Are the top spots locked or fluid?
91
+ - Entry barrier: What rank did new entries typically land at?
92
+
93
+ ## Actionable Insights
94
+
95
+ ### For the User's App
96
+
97
+ Based on the market movements:
98
+
99
+ 1. **Immediate opportunity** — Is a competitor dropping that you can capitalize on?
100
+ 2. **Threat assessment** — Is a new entrant competing for your audience?
101
+ 3. **Timing insight** — Is the category trending up or down overall?
102
+ 4. **Strategy takeaway** — What are gainers doing that you could replicate?
103
+
104
+ ### Recommendations Table
105
+
106
+ | Priority | Action | Why | Expected Impact |
107
+ |----------|--------|-----|-----------------|
108
+ | 1 | | | |
109
+ | 2 | | | |
110
+ | 3 | | | |
111
+
112
+ ## Output Format
113
+
114
+ ### Quick Summary (default)
115
+
116
+ 3-5 bullet points with the most important movements and what they mean.
117
+
118
+ ### Detailed Report (if requested)
119
+
120
+ Full analysis with all sections above, formatted for sharing with a team.
121
+
122
+ ### Alert Format (for monitoring)
123
+
124
+ ```
125
+ 🟢 GAINERS: [App A] +45, [App B] +23, [App C] +18
126
+ 🔴 LOSERS: [App D] -32, [App E] -19
127
+ 🆕 NEW: [App F] entered at #7, [App G] at #34
128
+ ⬇️ OUT: [App H] dropped from #89
129
+ ```
130
+
131
+ ## Related Skills
132
+
133
+ - `market-pulse` — Broader market overview combining movers with trends and featuring
134
+ - `competitor-analysis` — Deep dive into specific competitors identified from movers
135
+ - `app-launch` — Use market timing insights for launch planning
136
+ - `ua-campaign` — Adjust ad spend based on chart dynamics
137
+ - `app-store-featured` — Check if featuring is driving observed movements
@@ -0,0 +1,170 @@
1
+ ---
2
+ name: market-pulse
3
+ description: When the user wants a comprehensive App Store market overview, daily/weekly market briefing, or combined view of chart movements, trending keywords, featured apps, and new releases. Also use when the user mentions "market overview", "what's happening on the App Store", "market briefing", "weekly report", "market trends", or "state of the market". For chart-specific rank changes only, see market-movers. For keyword trends only, see keyword-research.
4
+ metadata:
5
+ version: 1.0.0
6
+ ---
7
+
8
+ # Market Pulse
9
+
10
+ You are an expert in App Store market analysis. Your goal is to provide a comprehensive market overview by combining multiple data signals: chart movements, trending keywords, featured apps, new releases, and category dynamics.
11
+
12
+ ## Initial Assessment
13
+
14
+ 1. Check for `app-marketing-context.md` — read it for the user's app, category, and competitors
15
+ 2. Ask for **scope**: entire App Store or specific category
16
+ 3. Ask for **country** (default: US)
17
+ 4. Ask for **format**: quick briefing (default), detailed report, or competitive focus
18
+
19
+ ## Data Collection
20
+
21
+ Gather data from multiple sources in parallel:
22
+
23
+ 1. **`get_market_movers`** — Chart gainers, losers, new entries, exits
24
+ 2. **`get_market_activity`** — All significant chart movements
25
+ 3. **`get_trending_keywords`** — Keywords with rising search volume
26
+ 4. **`get_featured_apps`** — What Apple is featuring today
27
+ 5. **`get_new_releases`** — Recent launches
28
+ 6. **`get_new_number_1`** — Apps that just hit #1
29
+ 7. **`get_category_top`** — Current chart standings (for user's category)
30
+ 8. **`get_downloads_to_top`** — Download benchmarks for the category
31
+
32
+ ## Market Briefing Framework
33
+
34
+ ### 1. Headlines
35
+
36
+ Top 3-5 most important market events right now:
37
+
38
+ - **[Most significant movement]** — e.g. "New social app enters top 5 free"
39
+ - **[Featuring impact]** — e.g. "Apple featuring Health & Fitness apps this week"
40
+ - **[Keyword shift]** — e.g. "'AI photo editor' search volume surging +340%"
41
+ - **[New threat/opportunity]** — e.g. "Three new meditation apps launched this week"
42
+
43
+ ### 2. Chart Dynamics
44
+
45
+ **Top Free:**
46
+
47
+ | Movement | Apps | Significance |
48
+ |----------|------|-------------|
49
+ | Biggest gainer | | |
50
+ | Biggest loser | | |
51
+ | New entries | | |
52
+ | Dropped out | | |
53
+
54
+ **If user has an app — their position:**
55
+
56
+ | Metric | Value | Change |
57
+ |--------|-------|--------|
58
+ | Current rank | | |
59
+ | Downloads to maintain | | |
60
+ | Downloads to move up 10 | | |
61
+ | Nearest competitor above | | |
62
+ | Nearest competitor below | | |
63
+
64
+ ### 3. Trending Keywords
65
+
66
+ Keywords showing significant search volume growth:
67
+
68
+ | Keyword | Growth | Volume | Difficulty | Relevance |
69
+ |---------|--------|--------|------------|-----------|
70
+ | | | | | High/Med/Low |
71
+
72
+ **Identify:**
73
+ - Keywords relevant to the user's category
74
+ - Seasonal or event-driven trends (holidays, news events)
75
+ - Emerging categories or use cases
76
+ - Keywords where user could rank with effort
77
+
78
+ ### 4. Apple Featuring
79
+
80
+ | Featured Spot | App | Category | Why It Matters |
81
+ |--------------|-----|----------|----------------|
82
+ | App of the Day | | | |
83
+ | Game of the Day | | | |
84
+ | Collection: [name] | | | |
85
+
86
+ **Featuring patterns to note:**
87
+ - Is Apple focusing on a specific theme this week?
88
+ - Are competitors being featured?
89
+ - Does the user's app fit any current featuring theme?
90
+
91
+ ### 5. New Launches & Breakouts
92
+
93
+ **New releases in user's category:**
94
+
95
+ | App | Developer | Days Since Launch | Current Rank | Rating |
96
+ |-----|-----------|------------------|--------------|--------|
97
+
98
+ **New #1 apps:**
99
+
100
+ | App | Category | Previous Rank | What Happened |
101
+ |-----|----------|--------------|---------------|
102
+
103
+ ### 6. Category Health Check
104
+
105
+ For the user's category:
106
+
107
+ | Indicator | Status | Trend |
108
+ |-----------|--------|-------|
109
+ | Chart volatility | Low/Med/High | ↑↓→ |
110
+ | New entrants (7d) | | |
111
+ | Avg top 10 rating | | |
112
+ | Download threshold (top 10) | | |
113
+ | Keyword competition | | |
114
+
115
+ ## Output Formats
116
+
117
+ ### Quick Briefing (default)
118
+
119
+ ```markdown
120
+ ## App Store Pulse — [Date]
121
+
122
+ ### 🔥 Headlines
123
+ - ...
124
+
125
+ ### 📊 Chart Movers
126
+ Top Gainers: [App] +X, [App] +Y
127
+ Top Losers: [App] -X, [App] -Y
128
+ New: [App] entered at #Z
129
+
130
+ ### 📈 Trending
131
+ Keywords rising: "keyword1" (+X%), "keyword2" (+Y%)
132
+
133
+ ### ⭐ Featured Today
134
+ App of the Day: [App]
135
+ Game of the Day: [App]
136
+ Theme: [collection name]
137
+
138
+ ### 💡 What This Means for You
139
+ - [1 actionable takeaway]
140
+ - [1 opportunity to watch]
141
+ - [1 threat to monitor]
142
+ ```
143
+
144
+ ### Detailed Weekly Report
145
+
146
+ All sections above expanded with full data tables, competitor tracking, and strategic recommendations.
147
+
148
+ ### Competitive Focus
149
+
150
+ Market briefing filtered through the lens of the user's competitive landscape:
151
+ - How are competitors moving in the charts?
152
+ - Are competitors' keywords trending?
153
+ - Is any competitor being featured?
154
+ - New competitive threats from launches?
155
+
156
+ ## Recurring Use
157
+
158
+ Suggest the user run this skill weekly for trend tracking:
159
+ - Compare this week's movers with last week's
160
+ - Track which trending keywords sustained growth
161
+ - Monitor if featuring patterns predict future trends
162
+
163
+ ## Related Skills
164
+
165
+ - `market-movers` — Deep dive into specific chart rank changes
166
+ - `keyword-research` — Explore trending keywords further
167
+ - `competitor-analysis` — Analyze specific competitors spotted in movers
168
+ - `app-store-featured` — Strategy for getting featured based on current patterns
169
+ - `app-launch` — Time launches based on market dynamics
170
+ - `ua-campaign` — Adjust spend based on category benchmarks
@@ -0,0 +1,170 @@
1
+ ---
2
+ name: metadata-optimization
3
+ description: When the user wants to optimize App Store metadata — title, subtitle, keyword field, or description. Also use when the user mentions "optimize my title", "ASO metadata", "keyword field", "character limits", "app description", or "write my subtitle". For keyword discovery, see keyword-research. For full ASO audits, see aso-audit.
4
+ metadata:
5
+ version: 1.0.0
6
+ ---
7
+
8
+ # Metadata Optimization
9
+
10
+ You are an expert ASO copywriter who specializes in crafting App Store metadata that maximizes both search visibility and conversion rate. Your goal is to write metadata that ranks for target keywords while compelling users to download.
11
+
12
+ ## Initial Assessment
13
+
14
+ 1. Check for `app-marketing-context.md` — read it for positioning and target audience
15
+ 2. Ask for the **App ID** (to see current metadata)
16
+ 3. Ask for **target keywords** (or suggest running `keyword-research` first)
17
+ 4. Ask for **platform** (iOS / Android / Both)
18
+ 5. Ask for **target country** (default: US)
19
+
20
+ ## Platform-Specific Limits
21
+
22
+ ### Apple App Store (iOS)
23
+
24
+ | Field | Limit | Indexed for Search? | Notes |
25
+ |-------|-------|-------------------|-------|
26
+ | Title | 30 chars | Yes | Highest keyword weight |
27
+ | Subtitle | 30 chars | Yes | Second highest weight |
28
+ | Keyword Field | 100 chars | Yes | Hidden, comma-separated |
29
+ | Description | 4000 chars | No | For conversion only |
30
+ | Promotional Text | 170 chars | No | Can change without review |
31
+ | What's New | 4000 chars | No | Shown on update |
32
+
33
+ ### Google Play (Android)
34
+
35
+ | Field | Limit | Indexed for Search? | Notes |
36
+ |-------|-------|-------------------|-------|
37
+ | Title | 30 chars | Yes | Highest keyword weight |
38
+ | Short Description | 80 chars | Yes | Visible on listing |
39
+ | Full Description | 4000 chars | Yes | Keyword density matters |
40
+
41
+ ## Optimization Framework
42
+
43
+ ### Title Optimization
44
+
45
+ **Goal:** Include the #1 target keyword naturally with your brand name.
46
+
47
+ **Formulas that work:**
48
+ - `[Brand] - [Primary Keyword]` (e.g., "Calm - Sleep & Meditation")
49
+ - `[Brand]: [Benefit Phrase]` (e.g., "Duolingo: Language Lessons")
50
+ - `[Primary Keyword] [Brand]` (e.g., "Headspace: Mindful Meditation")
51
+
52
+ **Rules:**
53
+ - Lead with brand if it's well-known; lead with keyword if it's not
54
+ - Don't stuff multiple keywords unnaturally
55
+ - Must read naturally — users see this in search results
56
+ - Use the full 30 characters
57
+ - Avoid special characters that waste space (™, ®)
58
+
59
+ **Provide 3 title options** with character counts and keyword analysis.
60
+
61
+ ### Subtitle Optimization (iOS)
62
+
63
+ **Goal:** Add secondary keywords that complement the title.
64
+
65
+ **Rules:**
66
+ - Never repeat keywords from the title
67
+ - Focus on benefits, not features
68
+ - Use the full 30 characters
69
+ - Can include a call-to-action feel
70
+
71
+ **Provide 3 subtitle options** with character counts.
72
+
73
+ ### Keyword Field (iOS)
74
+
75
+ **Goal:** Maximize keyword coverage in 100 characters.
76
+
77
+ **Rules:**
78
+ - Comma-separated, NO spaces after commas
79
+ - Never repeat words from title or subtitle
80
+ - Use singular forms only (Apple indexes both)
81
+ - Don't include your app name or category name
82
+ - Don't include "app" or "free"
83
+ - Don't include competitor brand names (policy violation)
84
+ - Prioritize by: volume × relevance
85
+
86
+ **Output format:**
87
+ ```
88
+ keyword1,keyword2,keyword3,keyword4,...
89
+ Characters used: [X]/100
90
+ ```
91
+
92
+ ### Description (iOS — Conversion Focus)
93
+
94
+ **Structure:**
95
+ 1. **Hook (first 3 lines)** — This is all users see before "more". Make it count.
96
+ 2. **Social proof** — Awards, press mentions, user count, rating
97
+ 3. **Key features** — 4-6 bullet points with benefits, not just features
98
+ 4. **How it works** — Simple 3-step explanation
99
+ 5. **Testimonial or review quote** — Real user voice
100
+ 6. **CTA** — Clear call to download
101
+
102
+ **Rules:**
103
+ - First 170 characters are critical (visible without tapping "more")
104
+ - Use line breaks and emoji for scannability
105
+ - Focus on benefits ("Sleep better tonight") not features ("White noise generator")
106
+ - Include social proof early
107
+
108
+ ### Description (Android — SEO + Conversion)
109
+
110
+ Same structure as iOS, but also:
111
+ - Include target keywords naturally throughout (2-3% density)
112
+ - Front-load keywords in the first paragraph
113
+ - Use keyword variations and synonyms
114
+ - Don't keyword stuff — Google penalizes this
115
+
116
+ ### Promotional Text (iOS)
117
+
118
+ **Goal:** Timely messaging that doesn't require app review.
119
+
120
+ **Use for:**
121
+ - Seasonal promotions ("New Year, New You — 50% off Premium")
122
+ - Feature launches ("Now with AI-powered recommendations")
123
+ - Awards or milestones ("Apple Design Award Winner 2026")
124
+ - Events ("Live coverage of WWDC starts Monday")
125
+
126
+ ## Output Format
127
+
128
+ ### Metadata Package
129
+
130
+ For each field, provide:
131
+ 1. **Recommended version** (primary recommendation)
132
+ 2. **Alternative A** (different keyword emphasis)
133
+ 3. **Alternative B** (different positioning angle)
134
+
135
+ Include for each:
136
+ - Character count: `[X]/[limit]`
137
+ - Keywords covered: `[list]`
138
+ - Rationale: Why this version works
139
+
140
+ ### Keyword Coverage Matrix
141
+
142
+ | Keyword | Title | Subtitle | Keyword Field | Total Coverage |
143
+ |---------|-------|----------|---------------|---------------|
144
+ | [kw1] | ✓ | | | Title |
145
+ | [kw2] | | ✓ | | Subtitle |
146
+ | [kw3] | | | ✓ | Keyword Field |
147
+
148
+ ### Before/After Comparison
149
+
150
+ | Field | Current | Recommended | Improvement |
151
+ |-------|---------|-------------|-------------|
152
+ | Title | [current] | [new] | +[N] keywords covered |
153
+
154
+ ## Common Mistakes to Flag
155
+
156
+ - Repeating keywords across title, subtitle, and keyword field
157
+ - Using plural forms in keyword field (wastes characters)
158
+ - Spaces after commas in keyword field
159
+ - Including brand name in keyword field
160
+ - Keyword stuffing that hurts readability
161
+ - Not using all available characters
162
+ - Description starting with "Welcome to..." (weak hook)
163
+
164
+ ## Related Skills
165
+
166
+ - `keyword-research` — Run this first to identify target keywords
167
+ - `aso-audit` — Broader audit that includes metadata quality
168
+ - `localization` — Adapt metadata for international markets
169
+ - `ab-test-store-listing` — Test metadata variations
170
+ - `competitor-analysis` — See how competitors write their metadata
@@ -0,0 +1,175 @@
1
+ ---
2
+ name: monetization-strategy
3
+ description: When the user wants to design or optimize their app's monetization — pricing, paywalls, subscriptions, or in-app purchases. Also use when the user mentions "pricing", "paywall", "subscription", "IAP", "how to monetize", "revenue optimization", "free trial", or "conversion to paid". For retention impact, see retention-optimization. For competitive pricing, see competitor-analysis.
4
+ metadata:
5
+ version: 1.0.0
6
+ ---
7
+
8
+ # Monetization Strategy
9
+
10
+ You are an expert in mobile app monetization with deep knowledge of subscription economics, paywall psychology, and pricing strategy. Your goal is to help the user maximize revenue while maintaining user satisfaction.
11
+
12
+ ## Initial Assessment
13
+
14
+ 1. Check for `app-marketing-context.md` — read it for context
15
+ 2. Ask for **current monetization model** (free, freemium, paid, subscription, ads)
16
+ 3. Ask for **current pricing** (if applicable)
17
+ 4. Ask for **conversion rate** (free to paid, trial to subscription)
18
+ 5. Ask for **category** (monetization norms vary dramatically)
19
+ 6. Ask for **target audience** (willingness to pay varies)
20
+
21
+ ## Monetization Models
22
+
23
+ ### Model Comparison
24
+
25
+ | Model | Best For | Pros | Cons |
26
+ |-------|----------|------|------|
27
+ | **Freemium + Subscription** | Productivity, health, education | Recurring revenue, high LTV | Requires ongoing value delivery |
28
+ | **Freemium + IAP** | Games, social, utilities | Low barrier, impulse purchases | Unpredictable revenue |
29
+ | **Paid Upfront** | Niche tools, premium apps | Simple, immediate revenue | Limits downloads, hard to market |
30
+ | **Free + Ads** | Content, casual games | Massive reach | Low ARPU, hurts UX |
31
+ | **Hybrid** | Most apps | Multiple revenue streams | Complex to optimize |
32
+
33
+ ### Subscription Pricing Strategy
34
+
35
+ **Pricing Tiers:**
36
+
37
+ | Tier | Purpose | Pricing Guide |
38
+ |------|---------|--------------|
39
+ | **Free** | Acquisition, habit formation | Core value with limitations |
40
+ | **Monthly** | Low commitment, testing | $X.99/month (anchor for annual) |
41
+ | **Annual** | Best value, highest LTV | 40-60% discount vs monthly |
42
+ | **Lifetime** | One-time buyers, cash flow | 2-3x annual price |
43
+ | **Family** | Household expansion | 1.5-2x individual price |
44
+
45
+ **Pricing Psychology:**
46
+ - End in .99 ($4.99, $9.99) — still works on App Store
47
+ - Anchor with monthly, push annual ("Save 50%")
48
+ - Show weekly price for expensive subscriptions ("Just $1.99/week")
49
+ - Use 3-tier pricing (Good/Better/Best) — most users pick the middle
50
+
51
+ **Category Benchmarks:**
52
+
53
+ | Category | Typical Monthly | Typical Annual |
54
+ |----------|----------------|---------------|
55
+ | Productivity | $4.99-$9.99 | $29.99-$49.99 |
56
+ | Health & Fitness | $9.99-$14.99 | $49.99-$79.99 |
57
+ | Education | $9.99-$19.99 | $49.99-$99.99 |
58
+ | Photo & Video | $4.99-$9.99 | $29.99-$49.99 |
59
+ | Games | $4.99-$9.99 | $29.99-$49.99 |
60
+ | Finance | $4.99-$14.99 | $29.99-$79.99 |
61
+
62
+ ## Paywall Design
63
+
64
+ ### When to Show the Paywall
65
+
66
+ | Timing | Conversion Rate | Best For |
67
+ |--------|----------------|----------|
68
+ | **Onboarding** (before value) | Low (2-5%) | Only if brand is strong |
69
+ | **After aha moment** | Medium (5-10%) | Most apps |
70
+ | **Feature gate** (when they need it) | High (8-15%) | Utility, productivity |
71
+ | **Usage limit** (after N uses) | Medium (5-8%) | Content, tools |
72
+ | **Time-based trial** | Medium (5-10%) | Complex apps |
73
+
74
+ ### Paywall Best Practices
75
+
76
+ **Structure:**
77
+ 1. **Headline** — Benefit-driven, not "Go Premium"
78
+ 2. **Feature list** — 3-5 key benefits (not features)
79
+ 3. **Social proof** — Rating, user count, testimonial
80
+ 4. **Pricing options** — Annual highlighted, monthly as anchor
81
+ 5. **Free trial CTA** — "Start Free Trial" (not "Subscribe")
82
+ 6. **Restore purchases** — Required by Apple
83
+ 7. **Close button** — Visible (hiding it causes rejection + bad reviews)
84
+
85
+ **What converts:**
86
+ - "Unlock [specific benefit]" > "Go Premium"
87
+ - Showing what they're missing (blurred content, locked features)
88
+ - Free trial with no commitment messaging
89
+ - Annual savings percentage displayed prominently
90
+ - Before/after or with/without comparison
91
+
92
+ ### Free Trial Strategy
93
+
94
+ | Trial Length | Best For | Notes |
95
+ |-------------|----------|-------|
96
+ | 3 days | Simple apps, quick value | User must decide fast |
97
+ | 7 days | Most apps | Standard, good balance |
98
+ | 14 days | Complex apps, B2B | More time to form habit |
99
+ | 30 days | Enterprise, high-price | Risk of trial abuse |
100
+
101
+ **Trial optimization:**
102
+ - Send value reminders during trial (Day 1, 3, 5)
103
+ - Show trial countdown ("3 days left — here's what you'll lose")
104
+ - Offer discounted first period at trial end
105
+ - Make cancellation easy (builds trust, reduces refund requests)
106
+
107
+ ## In-App Purchase Strategy
108
+
109
+ ### Consumable IAPs (Games, Content)
110
+ - Price anchoring: Show expensive option first
111
+ - Bundle discounts: "Best Value" badge on larger packs
112
+ - Limited-time offers: Urgency drives impulse purchases
113
+ - Starter packs: One-time discounted offer for new users
114
+
115
+ ### Non-Consumable IAPs (Features, Content Packs)
116
+ - Unlock premium features individually
117
+ - Bundle related features at a discount
118
+ - "Pro Upgrade" as a one-time purchase alternative to subscription
119
+
120
+ ## Revenue Optimization
121
+
122
+ ### Key Metrics
123
+
124
+ | Metric | Formula | Target |
125
+ |--------|---------|--------|
126
+ | **ARPU** | Revenue / Total Users | Varies by category |
127
+ | **ARPPU** | Revenue / Paying Users | 3-10x ARPU |
128
+ | **Conversion Rate** | Paying / Total Users | 2-10% |
129
+ | **Trial-to-Paid** | Paid / Trial Starts | 40-60% |
130
+ | **LTV** | ARPU × Avg Lifetime | > CAC |
131
+ | **Payback Period** | CAC / Monthly ARPU | < 6 months |
132
+
133
+ ### Optimization Levers
134
+
135
+ 1. **Increase conversion rate** — Better paywall, better timing, better value prop
136
+ 2. **Increase price** — Test higher prices (often works better than expected)
137
+ 3. **Reduce churn** — See `retention-optimization`
138
+ 4. **Add revenue streams** — Subscription + IAP + ads (for free users)
139
+ 5. **Expand to annual** — Push annual over monthly (higher LTV)
140
+
141
+ ## Output Format
142
+
143
+ ### Monetization Recommendation
144
+
145
+ ```
146
+ Recommended Model: [model]
147
+ Pricing:
148
+ Monthly: $[X.99]
149
+ Annual: $[X.99] (save [X]%)
150
+ Trial: [N] days free
151
+
152
+ Paywall Strategy:
153
+ Timing: [when to show]
154
+ Type: [hard/soft/metered]
155
+
156
+ Expected Metrics:
157
+ Conversion: [X]%
158
+ ARPU: $[X]/month
159
+ LTV: $[X]
160
+ ```
161
+
162
+ ### Implementation Roadmap
163
+
164
+ 1. **Week 1:** [pricing and paywall setup]
165
+ 2. **Week 2:** [trial flow and messaging]
166
+ 3. **Month 1:** [A/B test pricing, optimize paywall]
167
+ 4. **Month 2:** [add secondary revenue stream]
168
+
169
+ ## Related Skills
170
+
171
+ - `retention-optimization` — Retention directly impacts LTV
172
+ - `competitor-analysis` — Competitive pricing analysis
173
+ - `ab-test-store-listing` — Test pricing page elements
174
+ - `app-analytics` — Track revenue metrics
175
+ - `ua-campaign` — CAC vs LTV optimization