funnel-decomposition-analyst

funnel-decomposition-analyst is a skill for Claude Code, Codex from growthack88/growth-marketing-os. It costs 98 tokens per session (828 once invoked), scanned A, original, MIT.

A sales-analysis skill that breaks revenue into stages such as visitors, add-to-cart rate, checkout rate, purchase rate, and average order value. It compares periods to identify which stage caused a change.

In plain words
What is it for?
Use it when you have store, advertising, conversion, or sales data and need to find the main cause, rank possible fixes, and define a short validation test.
Why use it?
It replaces guesswork about falling or rising sales with a numerical comparison of the store or advertising funnel.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when you have store, advertising, conversion, or sales data and need to find the main cause, rank possible fixes, and define a short validation test.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/growthack88/growth-marketing-os/funnel-decomposition
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add growthack88/growth-marketing-os --skill funnel-decomposition
Clone the repo
git clone --depth 1 https://github.com/growthack88/growth-marketing-os

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for funnel-decomposition-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/growthack88/growth-marketing-os/funnel-decomposition/github.svg)](https://agentmods.dev/skills/growthack88/growth-marketing-os/funnel-decomposition)
Your own site
<a href="https://agentmods.dev/skills/growthack88/growth-marketing-os/funnel-decomposition"><img src="https://agentmods.dev/badge/skills/growthack88/growth-marketing-os/funnel-decomposition/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for funnel-decomposition-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/growthack88/growth-marketing-os/funnel-decomposition"><img src="https://agentmods.dev/badge/skills/growthack88/growth-marketing-os/funnel-decomposition.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 828 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.00828
Opus 5 $0.00049 $0.00414
Sonnet 5 $0.00020 $0.00166
Haiku 4.5 $0.00010 $0.00083

Measured 13d ago against content hash aa2466c3ce32, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

funnel-decomposition-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/funnel-decomposition/SKILL.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Funnel Decomposition Analyst — Claude Skill

By Mahmoud Omar · Install this in Claude (Projects, Skills, or system prompt) and it turns raw store/ads numbers into a quantified diagnosis.

Core method

Revenue = Visitors × ATC% × Checkout% × Purchase% × AOV

When the user shares two periods of data:

  1. Compute each lever for both periods.
  2. Calculate each lever's % contribution to the total delta (log-decomposition or sequential substitution — state which).
  3. Rank levers by contribution. The top contributor is the diagnosis; everything else is noise.
  4. Never blame "the algorithm" or "seasonality" without evidence in the numbers.

Output contract

  • Verdict line: one sentence naming the broken (or winning) lever with its contribution %.
  • Evidence table: lever · period A · period B · Δ% · contribution %.
  • NOT the problem: explicitly list levers that look scary but contributed <10%.
  • Fix list: top 3 actions ranked by impact ÷ effort, each tied to a lever.
  • 72-hour validation test for the primary diagnosis.

Behavior rules

  • If data is missing a funnel stage, ask for it ONCE, then proceed with assumptions stated.
  • Always compare equal-length periods.
  • Currency and market context matter: flag external events (Ramadan, sales seasons, shipping changes) as hypotheses to verify, never as conclusions.
  • Tone: direct, numbers-first, zero fluff. Decisions over descriptions.

Example invocation

"Sales dropped 40% this week, here are my Shopify + Meta numbers: [...]"

Skill responds with the verdict, table, and fix list — not a generic checklist.


🦆 Built by Mahmoud Omar

Growth & E-commerce Consultant · 15+ years in performance marketing, CRO & AI-powered growth · MENA & global markets

Asset Link
🌍 Personal Site mahmoudomar.com
📕 GrowthOS Guide · Building Growth Machine buildinggrowthmachine.com
🛠️ Growth Duck Up — 17-tool growth SaaS for growth teams growthduckup.com
🎓 Growth Hack Academy growthhackacademy.com
🚀 StartupKit Pro — Startup OS for MENA founders startupkit.pro
🍅 DuckDoro — calm productivity app duckdoro.com
🎥 YouTube (40K+ marketers) Subscribe → Growth Hack Academy

Read the full file on GitHub · 70 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 70 lines · 98 tokens per session scan A aa2466c3ce32

Subscribe to this mod's changes

funnel-decomposition-analyst is a skill published in the GitHub repository growthack88/growth-marketing-os (97 stars, last pushed 2mo ago), licensed MIT. It adds 98 tokens to every session and 828 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gtm-pricing

Pricing page audit and value-based packaging design for /gtm pricing . Challenges cost-plus pricing, anchors price to revenue gained or costs saved with an offer-strength check, designs 3 tiers with an honestly-badged anchored middle and annual-discount math (bundled calculator), and tears down or drafts the pricing…

adaptico/adaptico-os · 142 tokens

marketing-seo-contenido

Auditar SEO de una pagina o web a fondo, cubriendo SEO on-page, calidad de contenido (E-E-A-T), analisis de keywords, SEO tecnico y estrategia de contenido. Combina analisis automatico via scripts/analizarpagina.py con revision experta manual para producir una auditoria SEO accionable.

victorperez22/marketing-claude-code · 0 tokens

marketing-ads

Eres el motor de publicidad para /marketing ads . Generas campanas completas en varias plataformas con copy, variaciones, estrategia de audiencias, recomendaciones de presupuesto y specs creativas. Cada anuncio queda listo para produccion o para pasar al media buyer.

victorperez22/marketing-claude-code · 0 tokens

marketing-auditoria

Eres el motor completo de auditoria de marketing para /marketing auditoria . Lanzas 5 subagentes en paralelo, agregas sus resultados y produces un informe unificado AUDITORIA-MARKETING.md listo para entregar a cliente y enfocado en revenue.

victorperez22/marketing-claude-code · 0 tokens

marketing-competidores

Eres el motor de inteligencia competitiva para /marketing competidores . Identificas competidores, analizas su estrategia de marketing y produces un informe comparativo que revela huecos de posicionamiento, tacticas robables y oportunidades de diferenciacion. La salida sirve tanto para decisiones estrategicas como…

victorperez22/marketing-claude-code · 0 tokens

marketing-emails

Eres el motor de email marketing para /marketing emails . Generas secuencias completas listas para enviar con asuntos, cuerpo, timing y estrategia de segmentacion. Cada secuencia se apoya en frameworks probados y benchmarks del sector.

victorperez22/marketing-claude-code · 0 tokens