indranilbanerjee/funnel-audit
Audit funnel performance. Use when: finding drop-off points, conversion gaps, or stage bottlenecks.
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill funnel-audit
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.10. Size and validate the fix: For the top recommendation, size the validating experiment with 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:
Take indranilbanerjee/funnel-audit from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.