Claude Skill

escalation-management

Handles customer situations that have exceeded normal support — severity assessment, incident communication, executive escalation, and recovering a relationship after a failure. Use this when a customer issue is escalating or has gone to leadership, during a customer-affecting ou

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

Full trust report

Download cbrock84-headcount-plugins_customer-experience_skills_escalation-management-98d1c17.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/escalation-management
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

Escalation management

An escalation is a signal that the normal path failed. Handling it well matters; the more useful question afterward is why it was needed.

Assess severity from the customer's position

Severity is what it costs them, not how alarming it looks internally. A cosmetic bug blocking a regulated filing is severe. A total outage of a feature nobody uses is not.

Ask: what can they not do, how many people, is there a workaround, and is there a deadline attached. That last one converts a medium into a critical more often than anything technical.

Running one

Own it visibly. One named person, introduced to the customer, who does not disappear. Escalations get worse when ownership is ambiguous — the customer starts re-explaining, which is its own insult.

Communicate on a stated cadence, and hold it even when there is nothing new. "No update yet, next update at three" preserves trust; silence destroys it faster than bad news does. Customers escalate again because they heard nothing, far more often than because of the underlying issue.

Separate acknowledgment from explanation. Acknowledge the impact immediately, in their terms. Explanation comes when you actually know. Leading with a cause you have not confirmed means retracting it later, and the retraction is what they remember.

Do not over-promise to end the conversation. Every commitment made under pressure to a frustrated customer is a commitment someone has to keep, and failing a recovery promise ends the relationship.

Executive escalation

When a customer reaches your leadership, the relationship is already damaged — the escalation is the symptom.

Brief the executive properly before the call: what happened, what we have done, what we are committing to, and what not to promise. An executive walking in uninformed makes commitments the delivering team learns about afterward.

Recovery

Recovery is not an apology. It is: acknowledge specifically what failed, say what changed so it cannot recur, and demonstrate it over time. Credits and discounts are compensation, not recovery — they close the ledger without addressing the trust.

The strongest recovery move is showing them the fix shipped.

Afterward

Every escalation gets a short review: what made the normal path fail, was severity assessed correctly, did we communicate on time, and what would have prevented it.

Escalation volume is a health metric for the whole function. Rising escalations mean the normal path is failing more often, and that is the thing to fix.

Sources

references/sources.md in this skill lists the outside authorities that settle the questions here — what each one is authoritative for, and what you may do with it. Check them before answering on anything they cover, and cite what you used. Most are free to read and not free to reproduce; the use note on each is binding.

Never

  • Escalate without naming an owner. An escalation with no name on it is a broadcast.
  • Commit to a fix date on the customer's call before engineering has said one exists.
  • Let the executive sponsor become the case owner. Sponsors unblock; they do not run the case.
  • Close on the technical fix. It closes when the customer says it is closed.
Files (headcount)
  • references
    • sources.md 942 B
      # Sources — `customer-experience:escalation-management`
      
      <!-- Generated by scripts/build-sources.py from sources/*.toml. Do not edit. -->
      
      Check these before answering on anything they cover, and cite what you used. The use note on each one is binding: most of what a professional cites is free to read and not free to reproduce.
      
      ## NIST SP 800-61: Incident Response Recommendations and Considerations
      
      NIST · US · public domain (US government) — quote freely
      
      <https://csrc.nist.gov/pubs/sp/800/61/r3/final>
      
      **Authoritative for:** What an incident response capability must contain and what evidence must be captured at each stage. The current revision is a substantial rewrite that drops the older four-phase framing, so do not mix guidance across revisions.
      
      ---
      
      Sources are maintained in `sources/` upstream, not here. If one is wrong, out of date, or missing, fix it there — this file is regenerated and an edit to it is lost.
      
  • SKILL.md 3.6 KB
    ---
    name: escalation-management
    description: Handles customer situations that have exceeded normal support — severity assessment, incident communication, executive escalation, and recovering a relationship after a failure. Use this when a customer issue is escalating or has gone to leadership, during a customer-affecting outage, when a major account is at risk, when a relationship needs repairing after a failure, or to design the escalation path itself.
    ---
    
    # Escalation management
    
    An escalation is a signal that the normal path failed. Handling it well matters; the more useful
    question afterward is why it was needed.
    
    ## Assess severity from the customer's position
    
    Severity is what it costs *them*, not how alarming it looks internally. A cosmetic bug blocking a
    regulated filing is severe. A total outage of a feature nobody uses is not.
    
    Ask: what can they not do, how many people, is there a workaround, and is there a deadline attached.
    That last one converts a medium into a critical more often than anything technical.
    
    ## Running one
    
    **Own it visibly.** One named person, introduced to the customer, who does not disappear. Escalations
    get worse when ownership is ambiguous — the customer starts re-explaining, which is its own insult.
    
    **Communicate on a stated cadence**, and hold it even when there is nothing new. "No update yet, next
    update at three" preserves trust; silence destroys it faster than bad news does. Customers escalate
    again because they heard nothing, far more often than because of the underlying issue.
    
    **Separate acknowledgment from explanation.** Acknowledge the impact immediately, in their terms.
    Explanation comes when you actually know. Leading with a cause you have not confirmed means
    retracting it later, and the retraction is what they remember.
    
    **Do not over-promise to end the conversation.** Every commitment made under pressure to a
    frustrated customer is a commitment someone has to keep, and failing a recovery promise ends the
    relationship.
    
    ## Executive escalation
    
    When a customer reaches your leadership, the relationship is already damaged — the escalation is
    the symptom.
    
    Brief the executive properly before the call: what happened, what we have done, what we are
    committing to, and what not to promise. An executive walking in uninformed makes commitments the
    delivering team learns about afterward.
    
    ## Recovery
    
    Recovery is not an apology. It is: acknowledge specifically what failed, say what changed so it
    cannot recur, and demonstrate it over time. Credits and discounts are compensation, not recovery —
    they close the ledger without addressing the trust.
    
    The strongest recovery move is showing them the fix shipped.
    
    ## Afterward
    
    Every escalation gets a short review: what made the normal path fail, was severity assessed
    correctly, did we communicate on time, and what would have prevented it.
    
    Escalation volume is a health metric for the whole function. Rising escalations mean the normal path
    is failing more often, and that is the thing to fix.
    
    ## Sources
    
    `references/sources.md` in this skill lists the outside authorities that settle the questions
    here — what each one is authoritative for, and what you may do with it. Check them before
    answering on anything they cover, and cite what you used. Most are free to read and not free
    to reproduce; the use note on each is binding.
    
    ## Never
    
    - Escalate without naming an owner. An escalation with no name on it is a broadcast.
    - Commit to a fix date on the customer's call before engineering has said one exists.
    - Let the executive sponsor become the case owner. Sponsors unblock; they do not run the case.
    - Close on the technical fix. It closes when the customer says it is closed.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related