Escalation Brief logo

Escalation Brief

Organization
vm0-ai
escalation-brief

Create escalation briefs with impact, reproduction, context, owner, and follow-up tracking.

Overview

Publishervm0-ai
Repositoryvm0-skills
Skill nameescalation-brief
Stars
76
Forks
18
Bundled files
Instructions only
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by vm0-ai on GitHub. Read the source before you install it.

Installation

Install the Escalation Brief AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/vm0-ai/vm0-skills.git /tmp/vm0-skills
mkdir -p .claude/skills
cp -r /tmp/vm0-skills/escalation-brief .claude/skills/escalation-brief
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Escalation Brief in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Escalation Brief on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Escalation Brief is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Deciding: Escalate or Resolve In-House?

Keep It in Support When:

  • A documented fix or known workaround addresses the problem
  • The root cause is a configuration or setup error you can correct
  • The customer needs coaching or training, not a product change
  • The limitation is documented and an alternative path exists
  • Historical tickets with the same profile were resolved at the support tier

Escalate When:

  • Technical barrier: A confirmed defect needs a code-level fix, infrastructure-level investigation is required, or data has been lost or corrupted
  • Diagnostic ceiling: The issue exceeds support tooling or access, involves a custom deployment, or demands database-level inspection
  • Widespread harm: Multiple customers are reporting the same problem, production is down, data integrity is compromised, or a security threat exists
  • Business stakes: A high-value account is at risk, an SLA has been breached or is about to be, or the customer is requesting leadership involvement
  • Stalled progress: The issue has sat open past SLA, the customer has waited an unreasonable duration, or standard troubleshooting is not advancing
  • Recurring pattern: Three or more independent reports of the same symptom, a previously-patched issue has resurfaced, or severity is trending upward over time

Escalation Destinations

Support L1 to Support L2

Sender: Frontline support agent Receiver: Senior support / technical specialists Trigger: Deeper investigation, specialized product expertise, or advanced debugging is needed Package contents: Issue summary, troubleshooting already performed, customer context

Support L2 to Engineering

Sender: Senior support Receiver: Owning engineering squad Trigger: Confirmed defect, infrastructure fault, code change required, system-level inspection needed Package contents: Complete reproduction procedure, environment specifics, relevant logs and error output, business impact statement, customer-facing timeline commitments

Support L2 to Product

Sender: Senior support Receiver: Product management Trigger: Capability gap causing pain, design-level decision needed, workflow mismatch, competing priorities across customers Package contents: Customer use case narrative, business impact, request frequency, competitive context if available

Any Tier to Security

Sender: Any support agent Receiver: Security team Trigger: Possible data exposure, unauthorized access report, vulnerability disclosure, compliance risk Package contents: Observations, affected parties/systems, containment measures already taken, urgency rating Rule: Security escalations skip tier progression entirely -- route immediately regardless of your level.

Any Tier to Leadership

Sender: Typically L2 or a support manager Receiver: Support leadership or executive staff Trigger: High-ARR customer signaling churn, SLA breach on a strategic account, cross-functional decision required, policy exception needed, legal or reputational risk Package contents: Complete business context, revenue exposure, actions taken to date, the specific decision or intervention needed, hard deadline

Escalation Document Structure

Assemble every escalation using this framework:

ESCALATION: [Concise one-line summary]
Severity: [Critical / High / Medium]
Routed to: [Engineering / Product / Security / Leadership]

BUSINESS IMPACT
- Affected customers: [Count and names where relevant]
- Operational effect: [What is broken for them]
- Revenue exposure: [Dollar figure if applicable]
- SLA position: [Compliant / At risk / Breached]

PROBLEM NARRATIVE
[3-5 sentences covering: what is happening, when it began,
how it presents, and how wide the blast radius is]

REPRODUCTION PROCEDURE (for defects)
1. [Step]
2. [Step]
3. [Step]
Expected outcome: [X]
Observed outcome: [Y]
Environment: [Browser, OS, plan tier, feature flags, etc.]

ACTIONS ALREADY TAKEN
1. [What was tried] -> [Outcome]
2. [What was tried] -> [Outcome]
3. [What was tried] -> [Outcome]

CUSTOMER COMMUNICATION STATUS
- Most recent update: [Date and summary]
- Customer expectation: [What they believe will happen and by when]
- Further escalation risk: [Likelihood customer escalates beyond you]

REQUEST
- [Precise ask: investigate / ship a fix / make a decision / approve an exception]
- Hard deadline: [Date/time]

ATTACHMENTS AND REFERENCES
- [Ticket URLs]
- [Internal discussion threads]
- [Log files, screenshots, recordings]

Quantifying Business Impact

Vague escalations get deprioritized. Anchor every escalation with measurable impact across these dimensions:

DimensionKey Questions
BreadthHow many customers or end users are affected? Is the number growing?
DepthAre they fully blocked or merely inconvenienced?
DurationHow long has this persisted? When does it become critical?
RevenueWhat ARR is exposed? Are pipeline deals at risk?
ReputationCould this reach social media or press? Is a reference account involved?
ContractualAre SLA terms being violated? Do contractual penalties apply?

Quick Severity Definitions

  • Critical: Service down, data at risk, active security incident, or multiple high-value accounts impacted. Demands immediate action.
  • High: Core functionality broken, key customer blocked, SLA threshold approaching. Requires same-day engagement.
  • Medium: Significant issue but a viable workaround exists; business impact is real but not time-critical. Needs resolution within the current week.

Crafting Effective Reproduction Steps

Precise reproduction instructions are the highest-value component of any defect escalation.

  1. Establish the baseline state: Describe account type, configuration, permissions, and any prerequisites.
  2. Use exact actions: "Select the Export CSV button in the upper-right corner of the Reports view" not "try exporting."
  3. Specify literal inputs: Provide the actual data values, IDs, or strings used -- not "enter a value."
  4. Record the environment: Browser and version, operating system, account plan tier, active feature flags.
  5. State the frequency: Reproducible every time? Intermittent? Only under specific conditions?
  6. Attach evidence: Screenshots, exact error text, network traces, browser console output.
  7. Document eliminations: "Reproduced in both Chrome 122 and Safari 17" / "Occurs on both staging and production."

Post-Escalation Follow-Through

Escalation without follow-up is abandonment. Stay engaged:

SeverityCheck-in with Receiving TeamCustomer-Facing Update
CriticalEvery 2 hoursEvery 2-4 hours (or per SLA)
HighEvery 4 hoursEvery 4-8 hours
MediumOnce dailyEvery 1-2 business days

Ongoing Responsibilities

  • Proactively contact the receiving team for progress; do not wait to be told.
  • Update the customer even when there is nothing new: "Investigation is ongoing -- here is what has been confirmed so far."
  • Re-assess severity if circumstances shift in either direction.
  • Maintain a running log of all updates in the ticket for auditability.
  • When resolved: confirm with the customer, close internal tracking, and capture lessons learned.

Knowing When to De-escalate

Escalation is not permanent. Pull an issue back when:

  • Investigation reveals a cause that support can address directly
  • A workaround is discovered that fully unblocks the customer
  • The problem self-resolves (but still document the root cause)
  • Updated information changes the severity calculus

De-escalation Procedure

  • Notify the team that received the escalation
  • Record the resolution or new status in the ticket
  • Communicate the outcome to the customer
  • Document findings so future agents benefit from the knowledge

Operating Principles

  1. Quantify impact with numbers, not adjectives -- measurable escalations get faster attention.
  2. For defects, reproduction steps are non-negotiable -- they are what engineering needs most.
  3. Distinguish your ask: "investigate," "fix," and "decide" are different requests with different owners.
  4. Attach a deadline to every escalation -- urgency without a timeline is ambiguous.
  5. You own the customer relationship throughout; escalating the technical work does not transfer that responsibility.
  6. Follow up before being asked -- proactive updates build trust with both the customer and the receiving team.
  7. Log everything -- the escalation record is a resource for pattern detection and process improvement.

Frequently asked questions

What does the Escalation Brief AI skill do?

Create escalation briefs with impact, reproduction, context, owner, and follow-up tracking.

Why use Escalation Brief on TypingMind?

Because you install it once and use it with any model. Escalation Brief is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Escalation Brief in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/vm0-ai/vm0-skills/tree/main/escalation-brief. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Escalation Brief?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Escalation Brief?

As many as you like. As long as a model supports skills, you can use Escalation Brief with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Escalation Brief AI skill free?

It is published on GitHub by vm0-ai. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇