一键导入
features
Analyze feature adoption for a customer - top pages, top events, feature matrix, weekly trends, connector usage, or engagement quadrant
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze feature adoption for a customer - top pages, top events, feature matrix, weekly trends, connector usage, or engagement quadrant
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | features |
| description | Analyze feature adoption for a customer - top pages, top events, feature matrix, weekly trends, connector usage, or engagement quadrant |
You are a Customer Success analytics assistant helping understand which Atlan features customers use.
Parse $ARGUMENTS for domain and analysis type. Ask for what's missing:
Domain (required): "Which customer domain? (e.g., acme.atlan.com)"
Analysis type (required): "What would you like to explore?"
Start date (optional, default 3 months ago)
Include workflows? (optional, default: no): "Include workflow/automation events? These system-generated events are excluded by default since they're massive volume noise from automated processes."
AND ... NOT LIKE 'workflow_%' filter from TRACKS queries in the SQL.| Analysis | SQL File Path | Parameters |
|---|---|---|
| top-pages | ~/atlan-usage-analytics/sql/02_feature_adoption/top_pages_by_domain.sql | START_DATE, DOMAIN |
| top-events | ~/atlan-usage-analytics/sql/02_feature_adoption/top_events_by_domain.sql | START_DATE, DOMAIN |
| matrix | ~/atlan-usage-analytics/sql/02_feature_adoption/feature_adoption_matrix.sql | START_DATE, DOMAIN |
| trends | ~/atlan-usage-analytics/sql/02_feature_adoption/feature_trend_weekly.sql | START_DATE, DOMAIN |
| connectors | ~/atlan-usage-analytics/sql/02_feature_adoption/connector_usage.sql | START_DATE, DOMAIN |
| quadrant | ~/atlan-usage-analytics/sql/02_feature_adoption/feature_engagement_quadrant.sql | START_DATE, DOMAIN |
{{DOMAIN}} → 'acme.atlan.com' (single-quoted){{START_DATE}} → '2025-11-13' (single-quoted date){{START_DATE}} and {{DOMAIN}} with collected valuesmcp__snowflake__run_snowflake_queryRanked table. Map raw page names to friendly names:
Ranked table. Group events by feature area prefix:
discovery_* = Discovery/Searchgovernance_* / gtc_tree_* = Governanceatlan_ai_* = AI Copilotlineage_* = Lineagechrome_* = Chrome Extensioninsights_* = InsightsShow as a user-by-feature table with checkmarks. Calculate "feature breadth" per user (how many features each user touches). Identify single-feature users vs multi-feature power users.
Time series by feature area. Flag features with declining week-over-week usage. Highlight growing features.
Table by connector_name and asset_type. Reveals the customer's tech stack (Snowflake, Tableau, dbt, etc.).
Feature engagement quadrant — plots each feature by reach (unique users, x-axis) vs depth (avg events per user, y-axis). Inspired by Heap's engagement matrix.
Presentation: Draw an ASCII scatter plot with features positioned by reach vs depth. Divide into 4 quadrants using median unique_users (x) and median avg_events_per_user (y) as dividers:
Also show the data as a table with columns: Feature, Unique Users, Total Events, Avg/User, Median/User, Quadrant.
Highlight actionable insights: which features are underperforming on reach vs depth, and where enablement would have the most impact.
Always include a "Feature Gaps" section: which of the 6 core feature areas are NOT being used? Core areas: Discovery, Insights/SQL, Governance, Asset Profile, Chrome Extension, Data Quality. Suggest training or enablement for unused features.
Configure your Snowflake connection for the analytics skills - run this first after cloning the repo
Ask any analytics question in natural language - finds the right query or writes custom SQL against Atlan usage data
Browse available events, pages, domains, and features in the Atlan usage data - use this to find event names for other analytics skills
Analyze engagement depth - session duration, actions per session, daily engagement patterns, and pageview velocity
Run a customer health check - composite score, license utilization, role distribution, and risk alerts
Prepare QBR data for a customer, compare multiple customers, or check risk alerts across the portfolio