Claude Skill

voice-of-customer

Builds the loop from what customers say to what gets changed — collecting feedback, distinguishing signal from noise, routing it to owners, and closing the loop back to the customer. Use this to set up a feedback program, design or interpret CSAT/NPS, decide what customer feedbac

LLM Mart · 0 points · 14 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download cbrock84-headcount-plugins_customer-experience_skills_voice-of-customer-9cbf340.zip · 2 KB
Part of cbrock84/headcount — 160 skills

Install

skills CLI npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/customer-experience/skills/voice-of-customer
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install cbrock84-headcount@llmmart
Git git clone https://github.com/cbrock84/headcount.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole cbrock84/headcount collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Voice of customer

Most feedback programs collect diligently and change nothing. The collection is the easy half; the loop is the whole value.

Sources, weighted honestly

  • Support contacts — the highest-volume and least prompted source, and the most under-used. People contacting you have a real problem nobody asked them about. But the sample is strongly self-selected: it excludes everyone who silently churned, worked around the problem, or would never contact you. Treat it as operational evidence to be normalized per active account and triangulated against churn and behavioral data — never as representative of the customer base.
  • Churn and loss reasons — the most valuable and most under-sampled. People leaving have no reason to be polite.
  • Interviews — depth, small n, best for understanding why something in the data is happening.
  • Surveys — breadth, and only meaningful once you know what to ask.
  • Public reviews and forums — biased toward extremes, useful for what people say when you are not in the room.

Anything a customer built a workaround for outranks anything they merely said in a survey.

On CSAT and NPS

Both are useful as trends and misleading as targets. The moment a team is measured on a score, the score improves faster than the experience does — asking at the favorable moment, coaching for the rating, excluding difficult segments.

Treat the score as a prompt for the free-text answer, which is where the information is. Segment before concluding: an overall score is an average of experiences that have nothing in common.

Never target a number without also watching the behavior it is supposed to predict.

Turning feedback into change

The failure is not collection, it is triage. Feedback needs:

  • Categorization against a stable taxonomy, so volume per cause is countable across periods.
  • Quantification. "Several customers mentioned" loses every argument. "Eighty-one contacts this quarter, four percent of active accounts, twelve of them on enterprise plans" wins.
  • A named owner per theme, outside the feedback function. A theme owned by the team collecting it goes nowhere.
  • A standing review where product, support, and success look at the same list together.

Distinguish requests from problems. Customers describe solutions; your job is to recover the problem underneath, because the request is often not the best fix for it.

Closing the loop

Tell the customer what changed and that they prompted it. Almost nobody does this, which is exactly why it works — it converts a complainer into someone who reports the next issue instead of leaving.

Also close it internally: show the support team what shipped because of what they escalated, or they stop escalating.

Tooling

Survey and feedback: Qualtrics, Medallia, Delighted, SurveyMonkey, Typeform, and similar.

In-product feedback and micro-surveys: Pendo, Sprig, Chameleon, and similar — usually a better signal than emailed surveys because they reach people mid-task rather than after the fact.

Aggregating unstructured feedback across tickets, calls and reviews is where the platforms differ most. Whatever collects it, the theme has to be traceable back to individual verbatims, or nobody downstream will believe the count.

Never

  • Report themes without volume.
  • Let one loud enterprise account set the roadmap without checking how widely the problem is shared.
  • Run a program with no mechanism for anything to change as a result. That is a survey habit, not a feedback loop.
Files (headcount)
  • SKILL.md 3.9 KB
    ---
    name: voice-of-customer
    description: Builds the loop from what customers say to what gets changed — collecting feedback, distinguishing signal from noise, routing it to owners, and closing the loop back to the customer. Use this to set up a feedback program, design or interpret CSAT/NPS, decide what customer feedback deserves action, get product to act on recurring issues, or diagnose why feedback is collected but nothing changes.
    ---
    
    # Voice of customer
    
    Most feedback programs collect diligently and change nothing. The collection is the easy half; the
    loop is the whole value.
    
    ## Sources, weighted honestly
    
    - **Support contacts** — the highest-volume and least *prompted* source, and the most under-used.
      People contacting you have a real problem nobody asked them about. But the sample is strongly
      self-selected: it excludes everyone who silently churned, worked around the problem, or would
      never contact you. Treat it as operational evidence to be normalized per active account and
      triangulated against churn and behavioral data — never as representative of the customer base.
    - **Churn and loss reasons** — the most valuable and most under-sampled. People leaving have no
      reason to be polite.
    - **Interviews** — depth, small n, best for understanding *why* something in the data is happening.
    - **Surveys** — breadth, and only meaningful once you know what to ask.
    - **Public reviews and forums** — biased toward extremes, useful for what people say when you are not
      in the room.
    
    Anything a customer built a workaround for outranks anything they merely said in a survey.
    
    ## On CSAT and NPS
    
    Both are useful as trends and misleading as targets. The moment a team is measured on a score, the
    score improves faster than the experience does — asking at the favorable moment, coaching for the
    rating, excluding difficult segments.
    
    Treat the score as a prompt for the free-text answer, which is where the information is. Segment
    before concluding: an overall score is an average of experiences that have nothing in common.
    
    Never target a number without also watching the behavior it is supposed to predict.
    
    ## Turning feedback into change
    
    The failure is not collection, it is triage. Feedback needs:
    
    - **Categorization against a stable taxonomy**, so volume per cause is countable across periods.
    - **Quantification.** "Several customers mentioned" loses every argument. "Eighty-one contacts this
      quarter, four percent of active accounts, twelve of them on enterprise plans" wins.
    - **A named owner per theme**, outside the feedback function. A theme owned by the team collecting
      it goes nowhere.
    - **A standing review** where product, support, and success look at the same list together.
    
    Distinguish requests from problems. Customers describe solutions; your job is to recover the problem
    underneath, because the request is often not the best fix for it.
    
    ## Closing the loop
    
    Tell the customer what changed and that they prompted it. Almost nobody does this, which is exactly
    why it works — it converts a complainer into someone who reports the next issue instead of leaving.
    
    Also close it internally: show the support team what shipped because of what they escalated, or they
    stop escalating.
    
    ## Tooling
    
    Survey and feedback: Qualtrics, Medallia, Delighted, SurveyMonkey, Typeform, and similar.
    
    In-product feedback and micro-surveys: Pendo, Sprig, Chameleon, and similar — usually a better
    signal than emailed surveys because they reach people mid-task rather than after the fact.
    
    Aggregating unstructured feedback across tickets, calls and reviews is where the platforms differ
    most. Whatever collects it, the theme has to be traceable back to individual verbatims, or nobody
    downstream will believe the count.
    
    ## Never
    
    - Report themes without volume.
    - Let one loud enterprise account set the roadmap without checking how widely the problem is shared.
    - Run a program with no mechanism for anything to change as a result. That is a survey habit, not
      a feedback loop.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related