Audits customer acquisition and conversion funnels to identify drop-off points, conversion gaps, and stage bottlenecks. Benchmarks against industry averages, calculates revenue impact, and sizes experiments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/digital-marketing-pro:funnel-audit [funnel-stage or URL][funnel-stage or URL]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the complete customer acquisition and conversion funnel to identify where prospects drop off, why they disengage, and what changes will have the highest impact on overall conversion rate.
Analyze the complete customer acquisition and conversion funnel to identify where prospects drop off, why they disengage, and what changes will have the highest impact on overall conversion rate.
The user must provide (or will be prompted for):
~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-engine/compliance-rules.md), and industry context. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load restrictions and relevant category files. Check for custom templates at ~/.claude-marketing/brands/{slug}/templates/. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/digital-marketing-pro:brand-setup)?" — or proceed with defaults.python "${CLAUDE_PLUGIN_ROOT}/scripts/sample-size-calculator.py" --baseline-rate {stage-rate} --mde {mde} --mde-type absolute --significance 0.95 --power 0.80 (pass --mde-type relative if the target is a relative lift — the two differ by ~40× at a 5% baseline). Once the fix has run, confirm the improvement is statistically real with python "${CLAUDE_PLUGIN_ROOT}/scripts/significance-tester.py" --control-visitors {n} --control-conversions {n} --variant-visitors {n} --variant-conversions {n} --confidence 0.95 rather than declaring a winner off raw rate deltas.A structured funnel audit containing:
npx claudepluginhub indranilbanerjee/digital-marketing-proDiagnoses drop-off points, conversion bottlenecks, and performance gaps across marketing and sales funnel stages to prioritize improvements.
Designs marketing funnels, maps customer journeys, and models attribution. Useful for conversion path optimization, drop-off analysis, and gap analysis.
Audit existing sales funnels against RMBC and CRO best practices — score each step, identify conversion leaks, and output a prioritized fix matrix.