From customer-support
Packages a support issue into a structured escalation brief with business impact assessment, reproduction steps, and target-team identification for engineering, product, or leadership.
How this command is triggered — by the user, by Claude, or both
Slash command
/customer-support:escalate <issue summary> [customer name]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Escalate > If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md). Package a support issue into a structured escalation brief for engineering, product, or leadership. Gathers context, structures reproduction steps, assesses business impact, and identifies the right escalation target. ## Usage Examples: - `/escalate API returning 500 errors intermittently for Acme Corp` - `/escalate Data export is missing rows — 3 customers reported this week` - `/escalate SSO login loop affecting all Enterprise customers` - `/escalate Cus...
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Package a support issue into a structured escalation brief for engineering, product, or leadership. Gathers context, structures reproduction steps, assesses business impact, and identifies the right escalation target.
/escalate <issue description> [customer name or account]
Examples:
/escalate API returning 500 errors intermittently for Acme Corp/escalate Data export is missing rows — 3 customers reported this week/escalate SSO login loop affecting all Enterprise customers/escalate Customer threatening to churn over missing audit log featureParse the input and determine:
Use the "When to Escalate vs. Handle in Support" criteria from the escalation skill to confirm this warrants escalation.
Pull together relevant information from available sources:
Using the impact dimensions from the escalation skill, quantify:
Using the escalation tiers from the escalation skill, identify the right target: L2 Support, Engineering, Product, Security, or Leadership.
If the issue is a bug, follow the reproduction step best practices from the escalation skill to document clear repro steps with environment details and evidence.
## ESCALATION: [One-line summary]
**Severity:** [Critical / High / Medium]
**Target team:** [Engineering / Product / Security / Leadership]
**Reported by:** [Your name/team]
**Date:** [Today's date]
### Impact
- **Customers affected:** [Who and how many]
- **Workflow impact:** [What they can't do]
- **Revenue at risk:** [If applicable]
- **Time in queue:** [How long this has been an issue]
### Issue Description
[Clear, concise description of the problem — 3-5 sentences]
### What's Been Tried
1. [Troubleshooting step and result]
2. [Troubleshooting step and result]
3. [Troubleshooting step and result]
### Reproduction Steps
[If applicable — follow the format from the escalation skill]
### Customer Communication
- **Last update to customer:** [Date and what was communicated]
- **Customer expectation:** [What they're expecting and by when]
- **Escalation risk:** [Will they escalate further if not resolved by X?]
### What's Needed
- [Specific ask — "investigate root cause", "prioritize fix",
"make product decision on X", "approve exception for Y"]
- **Deadline:** [When this needs resolution or an update]
### Supporting Context
- [Related tickets or links]
- [Internal discussion threads]
- [Documentation or logs]
After generating the escalation:
npx claudepluginhub fergupa/claude_plugins --plugin customer-support4plugins reuse this command
First indexed Jan 29, 2026
/create-ticketCreates a service ticket in Syncro MSP with customer validation, duplicate detection, and optional fields like priority, status, and contact.
/fix-issueAnalyzes GitHub issues for business impact, classifies priority, and generates a structured resolution plan with stakeholder notifications and resource allocation.
/create-ticketCreates a service ticket in SuperOps.ai with client validation, duplicate detection, and optional fields for priority, requester, and tech group.
/escalation-management<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
/incident-responseOrchestrates multi-agent incident response: detect, triage, resolve, and learn from production incidents using structured SRE practices. Supports --severity flag.
/escalate-incidentEscalates a PagerDuty incident to the next level in its escalation policy, notifying the next tier of responders. Supports specifying a target escalation level.