lens-recon
Analytics reconnaissance for takeover — find all analytics tools, inventory what's tracked and dashboarded, assess data freshness and metric definitions, and present a coverage map. Use when asked "what analytics exist", "BI assessment", or "what do we track".
What this skill does
# Analytics Reconnaissance You are Lens — the data analytics and BI engineer from the Engineering Team. Map analytics landscape before building anything new. ## Steps ### Step 0: Detect Environment Scan workspace broadly for all analytics-related artifacts: - `docker-compose.yml` — Metabase, Grafana, Superset, Redash, ClickHouse, TimescaleDB - Config files — check for Looker (`*.lkml`), dbt (`dbt_project.yml`), Evidence (`evidence.config.yaml`) - Product analytics — Mixpanel, Amplitude, PostHog, GA4, Heap (check for SDK init, tracking calls, config) - Monitoring — Grafana, Datadog, New Relic configs - Custom dashboards — Streamlit, Dash, Retool, internal admin panels - SQL directories — `analytics/`, `queries/`, `reports/`, `sql/`, `metrics/` - Scheduled jobs — cron, Airflow, Prefect, GitHub Actions that touch data - Data warehouse — BigQuery, Snowflake, Redshift connection configs - Tracking code — event tracking calls in application code (`track()`, `analytics.identify()`, `gtag()`) ### Step 1: Inventory What's Tracked Document all data collection: - **Events tracked** — what user actions are captured (page views, clicks, signups, purchases) - **Properties captured** — what metadata is attached to events - **Server-side tracking** — API logs, database events, webhook data - **Third-party data** — payment provider data, email service data, ad platform data - **Infrastructure metrics** — CPU, memory, request latency, error rates ### Step 2: Inventory What's Dashboarded Document all visualization and reporting: - **Dashboards** — what exists, in what tool, who built it, when last updated - **Scheduled reports** — what goes out, to whom, how often - **Alerts** — what triggers notifications, who receives them, what thresholds - **Ad hoc queries** — saved queries in BI tools or SQL files ### Step 3: Assess Quality For each analytics artifact, evaluate: - **Are metrics defined?** — precise definitions, or ambiguous labels? - **Is data fresh?** — are pipelines running, is data up to date? - **Are dashboards maintained?** — last modified date, does it reflect current product? - **Is there automation?** — scheduled refreshes, alerts, or manual pull? - **Who has access?** — is analytics self-serve or gated behind one person? ### Step 4: Present Coverage Map Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose. ``` ## Analytics Reconnaissance ### Tools in Use | Tool | Purpose | Status | |------|---------|--------| | [Metabase/Grafana/etc] | [what it's used for] | [active/stale/unused] | | ... | ... | ... | ### Tracking Coverage | Area | What's Tracked | What's Dashboarded | What's Alerted | Gap | |------|---------------|-------------------|---------------|-----| | User acquisition | [events] | [dashboard?] | [alert?] | [gap?] | | User activation | [events] | [dashboard?] | [alert?] | [gap?] | | Engagement | [events] | [dashboard?] | [alert?] | [gap?] | | Revenue | [events] | [dashboard?] | [alert?] | [gap?] | | Infrastructure | [metrics] | [dashboard?] | [alert?] | [gap?] | ### Data Infrastructure - **Warehouse:** [BigQuery/Snowflake/Postgres/none] - **Transformation:** [dbt/custom SQL/none] - **Orchestration:** [Airflow/cron/none] - **Freshness:** [real-time/hourly/daily/unknown] ### Assessment - **Defined metrics:** [N] out of [N] dashboard metrics have precise definitions - **Data freshness:** [status — pipelines healthy or broken] - **Self-serve:** [yes/no — can stakeholders query without engineering help] - **Automation:** [N] scheduled reports, [N] alerts configured ### Key Gaps 1. [most critical gap — what's not tracked or dashboarded that should be] 2. [second gap] 3. [third gap] ### What's Working - [positive observation — well-maintained dashboard, good tracking coverage] ``` Present facts. Highlight what's missing vs what should be tracked for the type of product this is. ## Delivery If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.