intelligems-funnel-diagnosis
Installation
SKILL.md
/funnel-diagnosis
Stage-by-stage funnel comparison for any A/B test. Find exactly where the variant diverges from control: Add to Cart → Begin Checkout → Contact Info → Address → Purchase.
Works with both active and ended tests.
Step 0: Workspace Check
Check if the shared workspace exists and is ready:
test -d ~/intelligems-analytics/venv && test -f ~/intelligems-analytics/ig_client.py && echo "READY" || echo "NEEDS_SETUP"
If NEEDS_SETUP: Run the /intelligems-core skill first to set up the workspace.