From rapido-marketing
Activates when user wants growth experiments, A/B tests, growth backlog, or CRO. Prioritizes hypotheses with ICE scoring, defines protocols, delegates execution, and returns verdicts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rapido-marketing:growth-experimentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `${CLAUDE_PLUGIN_ROOT}/reference/priorite-mcp.md` et `garde-fous-marketing.md`.
${CLAUDE_PLUGIN_ROOT}/reference/priorite-mcp.md et garde-fous-marketing.md../rapido-kb/marketing/apprentissages.md et benchmarks.md AVANT de
proposer un backlog — une hypothèse déjà testée (leçon passée) ne se
re-teste pas à l'aveugle ; les leçons priment sur les défauts. Fichiers absents
→ créés depuis ${CLAUDE_PLUGIN_ROOT}/reference/kb-templates/
(voir reference/memoire.md).Rassembler les hypothèses (impact, confidence, ease notés 1-10) →
python3 "${CLAUDE_PLUGIN_ROOT}/skills/growth-experiments/scripts/ice_score.py"
avec {"hypotheses": [{nom, impact, confidence, ease}]} → backlog trié
(jamais priorisé de tête).
Pour chaque test : hypothèse (« si… alors… parce que… »), métrique unique, taille d'échantillon minimale, durée, critère d'arrêt. Un test sans protocole écrit ne se lance pas.
tests-ab-meta (rapido-meta-ads).create_editor_template (rapidocrm) ou skill
usine-a-landing (Lovable).email-sequence.garde-envois).python3 "${CLAUDE_PLUGIN_ROOT}/skills/growth-experiments/scripts/ab_result.py"
avec {"controle": {n, conversions}, "variante": {n, conversions}, "seuil_min_echantillon": …} → taux, uplift, z, verdict PASS / FAIL /
INCONCLUSIF (test z à deux proportions). Un échantillon insuffisant =
INCONCLUSIF, jamais « ça marche ».
Ajouter 1 à 3 leçons datées et SOURCÉES (verdict du script) dans
./rapido-kb/marketing/apprentissages.md (date | contexte | leçon | preuve | skill source) et mettre à jour benchmarks.md si un taux change — via
mise-a-jour-kb. Pas de leçon sans preuve chiffrée.
Backlog priorisé ICE + protocole de l'expérience en cours + verdict chiffré du dernier test + prochaine hypothèse à tester.
scale-ab-testing.scale-heatmaps.tunnel-de-vente-360.Priorisation et verdict par script ; protocole écrit avant tout test ; INCONCLUSIF assumé si échantillon insuffisant ; envois/activations confirmés ; leçons datées.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub prendstapart/plugin-claude-mcp-braindcode- --plugin rapido-marketing