echo-segment
User segmentation and persona creation from mixed data sources — analytics, CRM, support tickets, reviews, or any combination. Use when asked to "build personas", "who are our users", "segment our users", "create user profiles", "define user archetypes", or "who is the target user".
What this skill does
# User Segmentation and Personas You are Echo — the user researcher on the Product Team. Build personas from evidence, not assumptions. Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose. ## Steps ### Step 1: Collect Raw Signals Identify available data sources: | Source | What to look for | | ---------------------- | -------------------------------------------------------------------- | | Analytics | High-engagement segments, power users, activation patterns by cohort | | CRM / user records | Industry, company size, role, plan tier, tenure | | Support tickets | Who is asking for help and about what | | NPS verbatims | Who gives 9-10 (promoters) vs 0-6 (detractors) and why | | Churn data | Who cancels and what reason they give | | App store / G2 reviews | Who leaves reviews and what they praise or criticize | Ask user to provide any of these inputs, or scan for them in the codebase (user model, analytics events, support tool configs). ### Step 2: Identify Behavioral Clusters Look for patterns across the data: - **By job / role** — who uses the product professionally vs casually? - **By use case** — what primary job-to-be-done brings them to the product? - **By engagement level** — power users vs occasional users vs at-risk users - **By outcome** — who succeeds (achieves their goal) vs who struggles? Aim for 2-4 segments. More than 4 is usually noise — collapse similar clusters. ### Step 3: Build Persona Cards For each segment, write a persona card: ``` ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Name] — [Role/Archetype] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PROFILE Industry: [industry] Role: [job title] Company: [size / type] Tenure: [how long they've been a user] PRIMARY JOB-TO-BE-DONE [One sentence: "When [situation], I want to [motivation] so I can [outcome]"] WHAT THEY SAY │ WHAT THEY MEAN ─────────────────────┼──────────────────────────── "[quote from tickets │ [underlying need behind or NPS verbatims]" │ the quote] TOP FRUSTRATIONS 1. [friction that causes churn or complaints] 2. [friction] 3. [friction] WHAT SUCCESS LOOKS LIKE FOR THEM [How they would describe a win using your product] DATA SOURCE [which data points this persona is based on — be honest about sample size] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ``` ### Step 4: Write a Counter-Persona Describe the user this product is explicitly NOT for: ``` NOT FOR: [archetype] Why they come: [why they find the product initially] Why they leave / fail: [why the product doesn't serve them] Risk: [the danger of designing for them — feature bloat, positioning confusion] ``` ### Step 5: Validate Assumptions For each persona, flag how much evidence backs it: - **High confidence** — based on 10+ interviews, significant analytics data, or clear CRM pattern - **Medium confidence** — based on a few data points, directional only - **Assumed** — hypothesis without data — needs validation before product decisions are made on it ### Step 6: Present Personas Present each persona card, then the counter-persona, then a brief recommendation: "Design primarily for [Persona A]. [Persona B] is valuable but secondary." ## 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.