Funnel analysis workflow

SkillAI & models

Lets your agent analyze each stage of a business funnel, find where users drop off, and suggest fixes.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Funnel analysis workflow skill

About this capability

Diagnoses conversion rates at each stage of a business funnel, identifies the main drop-off points, and provides prioritized action recommendations (conversion analysis)

What this skill tells your AI

The instructions your AI receives, as published by zafer-liu/data-analysis-agent in skills/funnel-analysis/SKILL.md and read by ahel’s review.

Apply this workflow to the user's request:

$ARGUMENTS

  1. Confirm the funnel stages, entity identifier, time field, and analysis period. Ask one concise question if a critical definition is missing.
  2. Inspect the schema before querying. Never invent stage names or event definitions.
  3. Calculate the entity count at each stage, step conversion rate, cumulative conversion rate, and loss from the preceding stage.
  4. Segment the largest loss by relevant dimensions such as channel, region, product, or customer cohort when the data supports it.
  5. Separate observed facts from hypotheses. Quantify every important claim and cite the source table or analysis result.
  6. End with the top three prioritized actions, their expected mechanism, and the metric that should be monitored.

Prefer a funnel chart or a compact stage-by-stage table. If stage ordering is ambiguous, do not guess—ask the user.

Tool routing

  1. Use get_schema to identify candidate event, stage, entity, time, and segmentation fields.
  2. Use query_data to compute stage counts, conversion rates, cumulative conversion, and loss by segment.
  3. Use generate_chart only after the funnel table is available and the stage order is explicit.
  4. If stage definitions or ordering are missing, ask one concise clarification before querying.

Implementation reference

  • Query tool entry: agent/tools/business/data.py::_tool_query_data
  • Chart tool entry: agent/tools/business/data.py::_tool_generate_chart
  • Chart implementation: Function/Charts_generation/chart_generate.py

Signals

GitHub stars
3k
Forks
221
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
funnel-analysis-zafer-liu
Source
github.com/zafer-liu/data-analysis-agent