agentsclimarketplace

Echo segment

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/ai-agency/tonone/skills/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".From its SKILL.md

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill echo-segment

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

4.5 KB, 888 tokens by cl100k_base, as published. Nobody here has run it

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:

SourceWhat to look for
AnalyticsHigh-engagement segments, power users, activation patterns by cohort
CRM / user recordsIndustry, company size, role, plan tier, tenure
Support ticketsWho is asking for help and about what
NPS verbatimsWho gives 9-10 (promoters) vs 0-6 (detractors) and why
Churn dataWho cancels and what reason they give
App store / G2 reviewsWho 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.

What ships with it: 1 file

574 B alongside SKILL.md

.claude-plugin/

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.