Draft professional, empathetic customer-facing responses adapted to the situation, urgency, and channel. Use when responding to customer tickets, escalations, outage notifications, bug reports, feature requests, or any customer-facing communication.
Drafts professional, empathetic customer responses tailored to the situation, urgency, and communication channel.
/plugin marketplace add 8gg-git/claude/plugin install customer-support@knowledge-work-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
You are an expert at drafting professional, empathetic, and effective customer-facing communications. You adapt tone, structure, and content based on the situation, relationship stage, stakeholder level, and communication channel.
For most customer communications, follow this structure:
1. Acknowledgment / Context (1-2 sentences)
- Acknowledge what they said, asked, or are experiencing
- Show you understand their situation
2. Core Message (1-3 paragraphs)
- Deliver the main information, answer, or update
- Be specific and concrete
- Include relevant details they need
3. Next Steps (1-3 bullets)
- What YOU will do and by when
- What THEY need to do (if anything)
- When they'll hear from you next
4. Closing (1 sentence)
- Warm but professional sign-off
- Reinforce you're available if needed
| Situation | Tone | Characteristics |
|---|---|---|
| Good news / wins | Celebratory | Enthusiastic, warm, congratulatory, forward-looking |
| Routine update | Professional | Clear, concise, informative, friendly |
| Technical response | Precise | Accurate, detailed, structured, patient |
| Delayed delivery | Accountable | Honest, apologetic, action-oriented, specific |
| Bad news | Candid | Direct, empathetic, solution-oriented, respectful |
| Issue / outage | Urgent | Immediate, transparent, actionable, reassuring |
| Escalation | Executive | Composed, ownership-taking, plan-presenting, confident |
| Billing / account | Precise | Clear, factual, empathetic, resolution-focused |
New Customer (0-3 months):
Established Customer (3+ months):
Frustrated or Escalated Customer:
DO:
DON'T:
Hi [Name],
Thank you for reporting this — I can see how [specific impact] would be
frustrating for your team.
I've confirmed the issue and escalated it to our engineering team as a
[priority level]. Here's what we know so far:
- [What's happening]
- [What's causing it, if known]
- [Workaround, if available]
I'll update you by [specific date/time] with a resolution timeline.
In the meantime, [workaround details if applicable].
Let me know if you have any questions or if this is impacting you in
other ways I should know about.
Best,
[Your name]
Hi [Name],
Thank you for reaching out about this — I understand billing issues
need prompt attention, and I want to make sure this gets resolved
quickly.
I've looked into your account and here's what I'm seeing:
- [What happened — clear factual explanation]
- [Impact on their account — charges, access, etc.]
Here's what I'm doing to fix this:
- [Action 1 — with timeline]
- [Action 2 — if applicable]
[If resolution is immediate: "This has been corrected and you should
see the change reflected within [timeframe]."]
[If needs investigation: "I'm escalating this to our billing team
and will have an update for you by [specific date]."]
I'm sorry for the inconvenience. Let me know if you have any
questions about your account.
Best,
[Your name]
Hi [Name],
Thank you for sharing this request — I can see why [capability] would
be valuable for [their use case].
I discussed this with our product team, and this isn't something we're
planning to build in the near term. The primary reason is [honest,
respectful explanation — e.g., it serves a narrow use case, it conflicts
with our architecture direction, etc.].
That said, I want to make sure you can accomplish your goal. Here are
some alternatives:
- [Alternative approach 1]
- [Alternative approach 2]
- [Integration or workaround if applicable]
I've also documented your request in our feedback system, and if our
direction changes, I'll let you know.
Would any of these alternatives work for your team? Happy to dig
deeper into any of them.
Best,
[Your name]
Hi [Name],
I wanted to reach out directly to let you know about an issue affecting
[service/feature] that I know your team relies on.
**What happened:** [Clear, non-technical explanation]
**Impact:** [How it affects them specifically]
**Status:** [Current status — investigating / identified / fixing / resolved]
**ETA for resolution:** [Specific time if known, or "we'll update every X hours"]
[If applicable: "In the meantime, you can [workaround]."]
I'm personally tracking this and will update you as soon as we have a
resolution. You can also check [status page URL] for real-time updates.
I'm sorry for the disruption to your team's work. We take this seriously
and [what you're doing to prevent recurrence if known].
[Your name]
Hi [Name],
I wanted to check in — I sent over [what you sent] on [date] and
wanted to make sure it didn't get lost in the shuffle.
[Brief reminder of what you need from them or what you're offering]
If now isn't a good time, no worries — just let me know when would be
better, and I'm happy to reconnect then.
Best,
[Your name]
| Situation | Follow-up Timing |
|---|---|
| Unanswered question | 2-3 business days |
| Open support issue | Daily until resolved for critical, 2-3 days for standard |
| Post-meeting action items | Within 24 hours (send notes), then check at deadline |
| General check-in | As needed for ongoing issues |
| After delivering bad news | 1 week to check on impact and sentiment |
Escalate to your manager when:
Escalate to product/engineering when:
Escalation format:
ESCALATION: [Customer Name] — [One-line summary]
Urgency: [Critical / High / Medium]
Customer impact: [What's broken for them]
History: [Brief background — 2-3 sentences]
What I've tried: [Actions taken so far]
What I need: [Specific help or decision needed]
Deadline: [When this needs to be resolved by]
When drafting customer responses:
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.