growth-strategy
Designing growth strategy or GTM plans - Planning experiments and A/B tests - Optimizing activation, retention, or referral flows
Install
mkdir -p .claude/skills/growth-strategy && curl -L -o skill.zip "https://mcp.directory/api/skills/download/5123" && unzip -o skill.zip -d .claude/skills/growth-strategy && rm skill.zipInstalls to .claude/skills/growth-strategy
About this skill
Growth Strategy
Modern growth hacking: loops + product-led growth + disciplined experimentation, under privacy and deliverability constraints.
When to Use
- Designing growth strategy or GTM plans
- Planning experiments and A/B tests
- Optimizing activation, retention, or referral flows
- Building viral/referral loops
- Reviewing growth tactics for ethics/compliance
Core Principle
If a "hack" doesn't strengthen a loop or an input metric, it's noise.
1. Growth Model First
North Star Metric (NSM)
- Single metric aligning the whole org
- Plus input metrics (leading indicators you can move weekly)
- Avoid vanity metrics
Growth Loops > Funnels
- Loops: Closed systems where outputs feed inputs → compounding growth
- Funnels: Linear → diminishing returns
Common loops:
| Loop Type | Example |
|---|---|
| Viral | User creates → shares → new users |
| UGC/SEO | User creates content → indexed → new users find |
| Paid | Revenue → reinvest in ads → more revenue |
| Sales | Customer → case study → new leads |
Product-Led Growth (B2B/SaaS)
Product itself drives: Acquisition → Activation → Retention → Monetization
2. Instrumentation
Event Taxonomy
- Clean identity resolution: anonymous → user → account
- Cohort retention tracking
- Activation milestones defined
Incrementality
- Holdouts / geo splits when attribution is noisy
- Don't trust last-click blindly
Metric Categories
| Type | Examples |
|---|---|
| Core | NSM + input metrics |
| Guardrails | Churn, spam rate, refunds, latency, NPS |
3. Experimentation Engine
Intake System
- Single queue + scoring (RICE/ICE)
- Weekly cadence
Test Definition (Required)
- Hypothesis
- Target segment
- Success metric
- Guardrail metrics
- Sample size rule
- Kill criteria
High-ROI Test Areas
- Onboarding steps
- Paywall copy
- Pricing/packaging
- Referral incentive
- Landing page variants
- Lifecycle messages
4. Lever-Specific Playbooks
Activation & Onboarding (Highest ROI)
- Reduce time-to-value
- Templates, importers, "one-click first win"
- Progressive disclosure (ask when needed, not upfront)
- Guided setup flows
Viral/Referral Loops
- Build shareable artifacts (reports, badges, embeds)
- "Invite teammates" as natural workflow
- Reward activated referrals, not just signups
Content + SEO
- Programmatic SEO: template + real value + strong linking
- Audit/prune thin pages (don't endlessly generate)
- Quality > quantity
Lifecycle (Email/Push)
Deliverability is gating factor:
- SPF/DKIM for all senders
- DMARC for bulk
- Keep complaint/spam rates low
Community-Led Growth
- Seed right early members
- Great "first experience"
- Connect to business outcomes (support deflection, referrals)
5. Privacy & Measurement Constraints
Expect
- Less reliable cross-site tracking
- Cookie-based attribution unstable
- Platform policy changes
Adapt
- First-party data focus
- Server-side signals
- Incrementality testing
- Design measurement that survives policy changes
6. AI in Growth
Good Uses
- Generate creative/landing page variants to test (humans review)
- Summarize qualitative feedback
- Cluster objections
- Speed up research
Avoid
- "AI content spam" at scale without quality control
- Backfires in SEO and brand
7. Hard Red Lines
If a tactic can't survive being in a postmortem or public doc, don't ship it.
Never:
- Spam (email/SMS)
- Fake reviews
- Scraping that violates ToS
- Dark patterns
- Deceptive pricing/consent
Output Format
When proposing growth initiatives:
## Initiative: [Name]
**Loop/Lever**: [Which growth loop or lever this strengthens]
**Hypothesis**: [If we do X, Y metric will improve by Z because...]
**Input Metric**: [What leading indicator we're moving]
**Guardrails**: [Metrics that must not regress]
### Implementation
[Concrete steps]
### Measurement
[How we'll know it worked]
### Kill Criteria
[When to stop if failing]
Quick Checklist
Before shipping any growth tactic:
- Does it strengthen a loop or input metric?
- Is the hypothesis testable?
- Are guardrails defined?
- Is it compliant with platform ToS?
- Would you put it in a public doc?
- Does it respect user privacy?
- Is deliverability accounted for (if email)?
See references/ for detailed playbooks.
You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversBoost productivity with Task Master: an AI-powered tool for project management and agile development workflows, integrat
Boost Postgres performance with Postgres MCP Pro—AI-driven index tuning, health checks, and safe, intelligent SQL optimi
Boost your productivity by managing Azure DevOps projects, pipelines, and repos in VS Code. Streamline dev workflows wit
Integrate Baidu Maps API for geocoding, route planning, and location search within the Baidu Maps ecosystem.
FinLab AI — quantitative trading toolkit with extensive data access, backtesting platform, and algorithmic trading tools
TaskManager streamlines project tracking and time management with efficient task queues, ideal for managing projects sof
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.