Marketing Strategy logo

Marketing Strategy

Community
rshankras
marketing-strategy

App Store marketing strategy advisor that analyzes your app and recommends the best promotional features. Orchestrates sub-skills for implementation. Use when planning app promotion, launch strategy, user acquisition, or re-engagement campaigns.

Overview

Publisherrshankras
Repositoryclaude-code-apple-skills
Skill namemarketing-strategy
Stars
744
Forks
70
Bundled files
5
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 5 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by rshankras on GitHub. Read the source before you install it.

Installation

Install the Marketing Strategy AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/rshankras/claude-code-apple-skills.git /tmp/claude-code-apple-skills
mkdir -p .claude/skills
cp -r /tmp/claude-code-apple-skills/skills/app-store/marketing-strategy .claude/skills/marketing-strategy
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Marketing Strategy in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Marketing Strategy on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Marketing Strategy is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

App Store Marketing Strategy

Analyzes your app's type, monetization model, audience, and lifecycle stage, then builds a tailored promotional strategy using Apple's App Store features. Calls relevant sub-skills to generate implementation code and metadata.

When This Skill Activates

Use this skill when the user:

  • Asks "how should I market my app?" or "what App Store features should I use?"
  • Wants a promotional strategy for launch, growth, or re-engagement
  • Mentions "App Store promotion", "user acquisition", or "app marketing"
  • Wants to increase downloads or reduce churn
  • Asks about in-app events, custom product pages, or win-back offers
  • Is preparing for a major update or seasonal campaign
  • Wants to get featured on the App Store

Process

Phase 1: App Profile Collection

Gather information via AskUserQuestion:

1. App Identity

  • App name and one-line description
  • App Store category (primary + secondary)
  • Platform(s): iOS, macOS, iPadOS, watchOS, visionOS

2. Monetization Model

  • Free (ad-supported)
  • Freemium (free + IAP/subscription)
  • Paid upfront
  • Subscription only
  • Free (no monetization yet)

3. Target Audience

  • Primary demographic (age, role, context)
  • Secondary audience (if any)
  • Geographic focus

4. Lifecycle Stage

  • Pre-launch (building / TestFlight)
  • Launch (first 30 days)
  • Growth (active, adding users)
  • Mature (stable user base, seeking retention)
  • Re-engagement (declining, need to win back users)

5. Current State

  • Monthly active users (approximate)
  • Existing promotional features already configured
  • Upcoming updates or milestones
  • Marketing budget (none / small / moderate)

Phase 2: Strategy Analysis

Read decision-matrix.md to map the app profile to recommended features.

The decision matrix evaluates these dimensions:

  • Monetization model → Which offer types apply
  • Lifecycle stage → Which tactics are highest priority
  • App category → Which featuring angles work
  • Audience segments → Whether custom product pages help
  • Content/events → Whether in-app events fit
  • Minimum eligibility thresholds → Whether the app has sufficient scale for each feature

CRITICAL — Check Eligibility Before Recommending: Not every feature makes sense at every scale. The decision matrix (Dimension 6) defines minimum thresholds. Features that require traffic volume (PPO, CPPs) or user base size (win-back, promotional offers) should NOT be recommended for apps below those thresholds. Instead, recommend the alternatives specified in the matrix. Always be honest about what will and won't work at the app's current scale — recommending PPO to an app with 200 impressions/month wastes their time.

Phase 3: Strategy Generation

Based on the analysis, read the appropriate strategy template:

  • strategy-templates/subscription-app.md — For subscription-based apps
  • strategy-templates/paid-app.md — For paid upfront apps
  • strategy-templates/freemium-app.md — For freemium with IAP
  • strategy-templates/game-app.md — For games (any monetization)

Customize the template with the app's specific details.

Phase 4: Implementation Roadmap

For each recommended feature, provide:

  1. Priority (High / Medium / Low)
  2. Effort (Quick win / Moderate / Significant)
  3. Expected impact on the primary goal (downloads, retention, revenue)
  4. Implementation skill to call for code/metadata generation
Available Sub-Skills
FeatureGenerator SkillWhat It Produces
Introductory/promotional offersgenerators/subscription-offersStoreKit 2 offer code + eligibility
Win-back campaignsgenerators/win-back-offersWin-back flow + Message API handling
Promoted IAP on product pagegenerators/promoted-iapStoreKit 2 promoted purchase setup
In-App Eventsgenerators/in-app-eventsEvent metadata + image specs
Custom Product Pagesgenerators/custom-product-pagesPage metadata + screenshot strategy
Product Page Optimizationgenerators/product-page-optimizationA/B test plan + optimization checklist
App Store featuringgenerators/featuring-nominationNomination form + pitch template
Offer codes distributiongenerators/offer-codes-setupDistribution strategy + configuration
Pre-launch / pre-ordersgenerators/pre-ordersPre-order setup + launch timeline
Promotional assetsgenerators/app-store-assetsAsset specs + guidelines

Phase 5: Timeline & Calendar

Build a promotional calendar based on:

  • App launch date or next update
  • Seasonal opportunities (back to school, holidays, New Year)
  • Apple events (WWDC, iPhone launch, etc.)
  • Category-specific timing (tax season for finance, January for fitness)

Output Format

Present the strategy as:

markdown
# Marketing Strategy: [App Name]

## App Profile
| Attribute | Value |
|-----------|-------|
| Category | [Category] |
| Model | [Monetization model] |
| Stage | [Lifecycle stage] |
| Audience | [Primary audience] |
| Platform | [Platforms] |

## Strategic Goals
1. [Primary goal based on lifecycle stage]
2. [Secondary goal]
3. [Tertiary goal]

## Recommended Features (Eligible Now)

### 🔴 High Priority

#### [Feature Name]
- **Why**: [Rationale for this app]
- **Effort**: [Quick win / Moderate / Significant]
- **Impact**: [Expected outcome]
- **Skill**: `generators/[skill-name]`
- **Action**: [Specific next step]

### 🟠 Medium Priority
[Same format]

### 🟢 Nice to Have
[Same format]

## Not Yet Recommended (Scale Thresholds Not Met)

| Feature | Minimum Needed | Your Current Level | When to Revisit |
|---------|---------------|-------------------|-----------------|
| [Feature] | [Threshold] | [Current metric] | [Milestone to hit] |

> These features will become effective once you reach the indicated thresholds.
> Focus on the eligible features above to grow toward these milestones.

## Promotional Calendar

| Month | Action | Feature | Notes |
|-------|--------|---------|-------|
| [M1] | [Action] | [Feature] | [Context] |
| [M2] | [Action] | [Feature] | [Context] |

## Implementation Order

1. **Week 1-2**: [First actions — quick wins]
2. **Week 3-4**: [Second wave — moderate effort]
3. **Month 2**: [Bigger initiatives]
4. **Ongoing**: [Recurring activities]

## Revenue Impact Estimate

| Feature | Estimated Lift | Confidence |
|---------|---------------|------------|
| [Feature] | [+X% downloads / -X% churn] | [High/Medium/Low] |

## Next Steps
1. [Immediate action item]
2. [Call specific generator skill]
3. [Prepare specific asset or metadata]

Strategy Examples

Example: Speech Therapy App (Subscription, Growth Stage)

Profile: Blow Quest, freemium + subscription, targeting parents of kids in speech therapy Recommended:

  • 🔴 In-App Events → Weekly breath challenges to drive engagement
  • 🔴 Custom Product Pages → One for parents, one for SLPs (speech-language pathologists)
  • 🟠 Win-Back Offers → Re-engage churned subscribers with 50% off
  • 🟠 Featuring Nomination → Accessibility + Health angle
  • 🟢 Promoted IAP → Show subscription on product page
  • 🟢 Offer Codes → Partner with SLP clinics for distribution

Example: Watch Meditation App (Subscription, Launch Stage)

Profile: ChantFlow, Apple Watch, paid + subscription, meditation Recommended:

  • 🔴 Introductory Offer → 7-day free trial for subscription
  • 🔴 App Store Assets → watchOS screenshots + short-form video
  • 🟠 Product Page Optimization → A/B test meditation vs. mindfulness positioning
  • 🟠 Featuring Nomination → Mindfulness + Apple Watch angle
  • 🟢 Pre-Orders → Build anticipation before major update
  • 🟢 In-App Events → Monthly meditation challenges

Example: Productivity App (Freemium, Mature Stage)

Profile: TaskFlow, freemium with premium unlock, 50K MAU, stable Recommended:

  • 🔴 Win-Back Offers → Re-engage lapsed premium users
  • 🔴 Product Page Optimization → Test benefit-led vs. feature-led screenshots
  • 🟠 Custom Product Pages → Pages for students, freelancers, teams
  • 🟠 In-App Events → Productivity Week challenge (January)
  • 🟢 Offer Codes → Influencer/reviewer distribution
  • 🟢 Promotional Offers → Loyalty discount for long-term free users

References

  • decision-matrix.md — Feature recommendation logic by app attributes
  • strategy-templates/ — Monetization-specific strategy playbooks
  • Related: app-store/keyword-optimizer — ASO keyword strategy
  • Related: app-store/app-description-writer — Product page copy
  • Related: app-store/screenshot-planner — Screenshot sequences
  • Related: monetization — Pricing and tier strategy

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Marketing Strategy AI skill do?

App Store marketing strategy advisor that analyzes your app and recommends the best promotional features. Orchestrates sub-skills for implementation. Use when planning app promotion, launch strategy, user acquisition, or re-engagement campaigns.

Why use Marketing Strategy on TypingMind?

Because you install it once and use it with any model. Marketing Strategy is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Marketing Strategy in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/rshankras/claude-code-apple-skills/tree/main/skills/app-store/marketing-strategy. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Marketing Strategy?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Marketing Strategy?

As many as you like. As long as a model supports skills, you can use Marketing Strategy with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Marketing Strategy AI skill free?

Yes. It is published on GitHub by rshankras under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇