growth-engine
Motor de crescimento para produtos digitais -- growth hacking, SEO, ASO, viral loops, email marketing, CRM, referral programs e aquisicao organica. Ativar para: criar estrategia de growth, SEO...
Best use case
growth-engine is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Motor de crescimento para produtos digitais -- growth hacking, SEO, ASO, viral loops, email marketing, CRM, referral programs e aquisicao organica. Ativar para: criar estrategia de growth, SEO...
Teams using growth-engine should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/growth-engine/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How growth-engine Compares
| Feature / Agent | growth-engine | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Motor de crescimento para produtos digitais -- growth hacking, SEO, ASO, viral loops, email marketing, CRM, referral programs e aquisicao organica. Ativar para: criar estrategia de growth, SEO...
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
Best AI Agents for Marketing
A curated list of the best AI agents and skills for marketing teams focused on SEO, content systems, outreach, and campaign execution.
SKILL.md Source
# GROWTH-ENGINE -- Crescimento Exponencial
## Overview
Motor de crescimento para produtos digitais -- growth hacking, SEO, ASO, viral loops, email marketing, CRM, referral programs e aquisicao organica. Ativar para: criar estrategia de growth, SEO tecnico, ASO para app stores, programa de referral, email marketing, viral coefficient, funil de aquisicao, conteudo para crescimento organico, campanhas de lancamento.
## When to Use This Skill
- When you need specialized assistance with this domain
## Do Not Use This Skill When
- The task is unrelated to growth engine
- A simpler, more specific tool can handle the request
- The user needs general-purpose assistance without domain expertise
## How It Works
> O melhor marketing e um produto que as pessoas amam. -- Sam Altman
> Crescimento real comeca com um produto que vale a pena recomendar.
---
## Pirate Metrics (Aarrr) Para Auri
AQUISICAO: Como as pessoas descobrem a Auri?
Meta: 10.000 visitantes/mes -> 1.000 cadastros
Canais: SEO, Product Hunt, Influencers tech, PR
ATIVACAO: Quando o usuario experimenta o primeiro valor?
Meta: 60% completam primeira conversa em 24h
Metrica: First Conversation Rate (FCR)
RETENCAO: As pessoas voltam?
Meta: D7 = 30%, D30 = 15%, D90 = 8%
Metrica: WAC (Weekly Active Conversationalists)
RECEITA: As pessoas pagam?
Meta: 8% trial->Pro conversao
Metrica: MRR, ARPU, LTV
REFERENCIA: As pessoas indicam?
Meta: NPS > 50, Viral Coefficient > 0.3
Metrica: Referrals per user, K-factor
---
## Checklist Seo Para Landing Page Auri
<title>Auri -- O Assistente de Voz que Realmente Pensa | para Alexa</title>
<meta name="description" content="Auri transforma seu Alexa em um assistente
com Claude AI. Analise de negocios, decisoes estrategicas e memoria real.">
<meta property="og:title" content="Auri -- IA de Voz para Alexa">
<meta property="og:description" content="O primeiro assistente de voz
com raciocinio real. Powered by Claude.">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Auri",
"operatingSystem": "Amazon Alexa",
"applicationCategory": "AI Assistant",
"offers": {"@type": "Offer", "price": "0"},
"aggregateRating": {"@type": "AggregateRating",
"ratingValue": "4.8", "ratingCount": "127"}
}
</script>
## Keywords Estrategicas Auri
High Intent (converter):
- "skill alexa inteligente"
- "assistente alexa com ia"
- "como usar claude no alexa"
Informacional (educar):
- "assistente de voz ia brasil"
- "melhor skill alexa portugues"
Long tail (baixa competicao):
- "alexa responder perguntas complexas"
- "skill alexa analise de negocios"
---
## Amazon Skill Store Optimization
skill_name: "Auri -- IA de Voz Inteligente"
invocation: "auri"
short_description: >
Auri transforma seu Alexa em um assistente verdadeiramente inteligente.
Powered by Claude AI -- pensa, recorda e evolui com voce.
long_description: >
Chega de respostas rasas. Auri e o primeiro assistente de voz com
raciocinio real para o mercado brasileiro.
O QUE A AURI FAZ:
- Analisa problemas de negocio complexos
- Recorda conversas anteriores (memoria real)
- Oferece perspectivas de especialistas
- Aprende suas preferencias ao longo do tempo
COMO COMECAR: Diga "Alexa, abrir Auri" e comece a conversar naturalmente.
example_phrases:
- "Alexa, abrir Auri"
- "Me ajuda a decidir entre essas duas opcoes de negocio"
- "Analisa esse problema para mim"
keywords: "ia, inteligencia artificial, assistente inteligente, claude, negocios"
---
## Tipos De Viral Loops Para Auri
Loop 1: WORD-OF-MOUTH ORGANICO
Trigger: usuario tem conversa impressionante com Auri
Acao: comenta com amigos/nas redes
Meta: cada usuario traz 0.3 novos usuarios (K=0.3)
Loop 2: SHARE DE INSIGHTS
Trigger: Auri gera insight especialmente bom
Acao: botao "Compartilhar esse insight" -> post pronto para redes
Meta: 5% das conversas geram um share
Loop 3: REFERRAL PROGRAM
Incentivo: Ganhe 1 mes Pro por cada amigo que assinar
Meta: 10% dos usuarios Pro indicam pelo menos 1 pessoa
## Calculadora De Viral Coefficient
def calculate_k_factor(percent_who_invite, invites_per_user, conversion_rate):
k = percent_who_invite * invites_per_user * conversion_rate
if k >= 1:
status = "Crescimento viral (cada usuario traz mais de 1)"
elif k >= 0.5:
status = "Bom (crescimento acelerado)"
elif k >= 0.2:
status = "Ok (crescimento suportado)"
else:
status = "Baixo (crescimento lento)"
return {"k_factor": round(k, 2), "status": status,
"interpretation": f"Cada 100 usuarios trazem {int(k*100)} novos"}
---
## Sequencia De Onboarding (7 Dias)
Dia 0 -- Boas-vindas (imediato apos cadastro)
Assunto: "Bem-vindo a Auri. Aqui esta como comecar."
Body: Tutorial em 3 passos, link para primeira conversa, dica de uso
Dia 1 -- Ativacao (se nao fez primeira conversa)
Assunto: "Sua Auri esta esperando voce"
Body: Os 3 tipos de perguntas que mais impressionam, CTA urgente
Dia 3 -- Educacao
Assunto: "O que 100 usuarios da Auri descobriram essa semana"
Body: Case real + insight surpreendente + feature escondida
Dia 7 -- Upsell (se usou pelo menos 3x)
Assunto: "Voce esta usando 80% do limite gratuito"
Body: O que Pro desbloqueia, oferta especial por 48h, prova social
Dia 14 -- Reativacao (se parou de usar)
Assunto: "Saudade, [nome]. O que aconteceu?"
Body: Pergunta genuina, link para retorno facil, nova feature
---
## Estrategia De Lancamento
1 semana antes:
- Pedir a hunters influentes para cacar o produto
- Preparar assets: logo, tagline, screenshots, video demo 60s
- Warm up: posts no X/LinkedIn sobre o problema que Auri resolve
- Recrutar 50 early adopters para upvotar no lancamento
Dia de lancamento (meia-noite PT):
- Post no X: demo impressionante + link PH
- Email para toda waitlist: "Estamos no Product Hunt hoje!"
- Mensagem no Telegram/Discord de comunidades tech BR
- Ficar online o dia todo respondendo comentarios
Posicionamento: Tagline: "The Alexa skill that actually thinks"
---
## 7. Comandos
| Comando | Acao |
|---------|------|
| /growth-audit | Auditoria completa de growth |
| /seo-analysis | Analise SEO da landing page |
| /aso-optimize | Otimiza metadata da skill Alexa |
| /viral-loop | Projeta viral loop para o produto |
| /email-sequence | Cria sequencia de email marketing |
| /launch-plan | Plano de lancamento completo |
| /referral-program | Desenha programa de referral |
## Best Practices
- Provide clear, specific context about your project and requirements
- Review all suggestions before applying them to production code
- Combine with other complementary skills for comprehensive analysis
## Common Pitfalls
- Using this skill for tasks outside its domain expertise
- Applying recommendations without understanding your specific context
- Not providing enough project context for accurate analysis
## Related Skills
- `analytics-product` - Complementary skill for enhanced analysis
- `monetization` - Complementary skill for enhanced analysis
- `product-design` - Complementary skill for enhanced analysis
- `product-inventor` - Complementary skill for enhanced analysisRelated Skills
voice-ai-engine-development
Build real-time conversational AI voice engines using async worker pipelines, streaming transcription, LLM agents, and TTS synthesis with interrupt handling and multi-provider support
vector-database-engineer
Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similar
unreal-engine-cpp-pro
Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices.
tutorial-engineer
Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples.
reverse-engineer
Expert reverse engineer specializing in binary analysis, disassembly, decompilation, and software analysis. Masters IDA Pro, Ghidra, radare2, x64dbg, and modern RE toolchains.
rag-engineer
Expert in building Retrieval-Augmented Generation systems. Masters embedding models, vector databases, chunking strategies, and retrieval optimization for LLM applications. Use when: building RAG, ...
protocol-reverse-engineering
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocol...
prompt-engineering
Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies, or debug agent behavior.
prompt-engineering-patterns
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing productio...
prompt-engineer
Transforms user prompts into optimized prompts using frameworks (RTF, RISEN, Chain of Thought, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, GROW)
performance-engineer
Expert performance engineer specializing in modern observability,
observability-engineer
Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows.