Slack Escalation Pattern Detector

AI-powered weekly escalation pattern detection — topic clustering, repeat offender tracking, resolution time analysis, process gap identification, and recommended fixes across channel hierarchy.

Tracks escalation chains across your Slack channel hierarchy (team → escalation → leadership) weekly. Clusters topics, identifies repeat offenders, measures resolution time per tier, diagnoses process gaps, and recommends specific fixes. Configurable keywords and channel tiers. Notion escalation report + Slack #ops digest. 24-node n8n workflow with Monday scheduler. BQS 12/12 certified.

triggerSchedule01FetcherSlack API02Assembler5 Dimensions03AnalystGap Scoring04FormatterBrief + DigestNotionEscalation BriefSlackFix Digest

Four Agents. Weekly Escalation Intelligence. Process Gap Detection.

The Fetcher

Step 1The Fetcher

Code-only

Retrieves message-level data from Slack API across configured channel hierarchies (e.g., #support, #support-escalation, #engineering-urgent) for the previous 7 days — message content, timestamps, authors, thread participants, reactions, and cross-channel message references. Identifies escalation patterns by tracking message flow between channels.

The Assembler

Step 2The Assembler

Code-only

Computes 5 escalation dimensions: top topics (most frequent escalation subjects by keyword clustering), repeat offenders (issues that escalate repeatedly), resolution time (time from escalation message to resolution indicator), process gaps (escalation patterns that bypass defined workflows), and recommended fixes (process changes mapped to each gap).

The Analyst

Step 3The Analyst

Tier 2 Classification

Analyzes escalation patterns for process improvement insights: which topics escalate most, which issues keep recurring, where resolution is slowest, and which process gaps allow escalations to bypass defined workflows. Generates prioritized fix recommendations with estimated impact and implementation effort.

The Formatter

Step 4The Formatter

Tier 3 Creative

Generates a Notion weekly escalation intelligence report with topic rankings, repeat offender analysis, resolution time breakdown, process gap identification, and fix recommendations, plus a Slack digest with top 3 process improvement actions.

What It Does NOT Do

×

Does not auto-route or resolve escalations — it identifies patterns for process improvement

×

Does not read private channels or DMs — configured public channels only via Slack API

×

Does not replace incident management tools — it adds pattern intelligence to your existing process

×

Does not monitor real-time escalations — weekly batch analysis optimizes for process-level insights

×

Does not implement process changes — it recommends fixes for human decision-making

The Complete Customer Success Bundle

6 files. Main workflow + scheduler + prompts + docs.

slack_escalation_pattern_detector_v1_0_0.jsonMain workflow (24 nodes)
slack_escalation_pattern_detector_scheduler_v1_0_0.jsonScheduler workflow (3 nodes)
README.md10-minute setup guide
docs/TDD.mdTechnical Design Document
system_prompts/analyst_system_prompt.mdAnalyst prompt (escalation pattern analysis)
system_prompts/formatter_system_prompt.mdFormatter prompt (Notion + Slack)

Tested. Measured. Documented.

Weekly escalation pattern detection with topic rankings, repeat offender analysis, resolution time tracking, process gap identification, and fix recommendations delivered via Notion and Slack.

Slack Escalation Pattern Detector v1.0.0──────────────────────────────────────────Nodes:        24 main + 3 scheduler (27 total)Agents:       4 (Fetcher, Assembler, Analyst, Formatter)LLM Calls:    2 per run (Analyst + Formatter)Model:        Sonnet 4.6 (SINGLE-MODEL)Trigger:      Schedule (weekly Monday 8:00 UTC) + WebhookPattern:      AGGREGATE (weekly escalation pattern analysis)Tool A:       Slack (Bot Token, OAuth2) — channel messages, threads, reactionsTool B:       Notion (httpHeaderAuth) — weekly escalation intelligence reportITP:          8/8 records, 14/14 milestonesBQS:          12/12 PASSCost:         $0.03–$0.10 per run

What You'll Need

Platform

n8n 2.7.5+

Est. Monthly API Cost

Weekly cost ~$0.03-0.10/run (~$0.12-0.40/month)

Credentials Required

  • Anthropic API
  • Slack (Bot Token, httpHeaderAuth Bearer, channels:read + channels:history)
  • Notion (httpHeaderAuth Bearer)

Services

  • Slack workspace (Bot Token with channels:read and channels:history scopes)
  • Anthropic API key
  • Notion workspace

Setup Track

Quick Start

~15 min

All credentials live, n8n running

Full Setup

1–2 hrs

Needs API config + tables

From Scratch

2–4 hrs

No n8n, no credentials

Slack Escalation Pattern Detector v1.0.0

$199

one-time purchase

What you get:

  • Production-ready n8n workflow (24 nodes + 3-node scheduler)
  • 5-dimension escalation analysis (top topics, repeat offenders, resolution time, process gaps, recommended fixes)
  • Topic ranking by escalation frequency with keyword clustering
  • Repeat offender identification for issues that escalate multiple times
  • Resolution time tracking from escalation to resolution indicator
  • Process gap detection for escalations that bypass defined workflows
  • Prioritized fix recommendations with estimated impact and effort
  • Notion weekly escalation intelligence report with full analysis
  • Slack digest with top 3 process improvement actions
  • Configurable: channel hierarchies, escalation keywords, resolution indicators, lookback period
  • Full technical documentation and system prompts

Frequently Asked Questions

How does it detect escalations?+

The Fetcher monitors configured channel hierarchies (e.g., #support to #support-escalation to #engineering-urgent). Messages that reference or continue a thread across channel levels are identified as escalations. You configure the channel hierarchy and escalation keywords in the scheduler payload.

What counts as a repeat offender?+

An issue topic that appears in escalation channels more than the configurable threshold (default 2 times) within the lookback period. The Assembler uses keyword clustering to group similar escalation topics, so different phrasings of the same issue are counted together.

How is resolution time measured?+

Resolution is detected by configurable indicators: specific reactions (e.g., checkmark emoji), thread closure phrases (e.g., "resolved", "fixed"), or the last message in the escalation thread. Time is measured from the first escalation message to the resolution indicator.

Is there a refund policy?+

All sales are final after download. Review the Blueprint Dependency Matrix and prerequisites before purchase. Questions? Contact support@forgeworkflows.com before buying. Full terms at forgeworkflows.com/legal.

Read the full guide →

Related Blueprints