Skip to content

Commit 29d9219

Browse files
tbw-aitbw-ai
andauthored
Add context-aware-slack-notifications tutorial (communication pillar)
* Add context-aware-slack-notifications tutorial (communication pillar) * Add README * Add tutorial.md --------- Co-authored-by: tbw-ai <tbw-ai@thebuilderweekly.com>
1 parent 038d800 commit 29d9219

3 files changed

Lines changed: 452 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Send context-aware Slack notifications that get noticed instead of muted
2+
3+
An agent that calibrates notification urgency per event reaches the right person at the right time with eighty percent lower mute rate than a fixed-rule notification system.
4+
5+
This is part of [AI Building Tutorials](https://github.com/thebuilderweekly/ai-building-tutorials) by [The Builder Weekly](https://thebuilderweekly.com).
6+
7+
**Read this tutorial:**
8+
- [In this repo](./tutorial.md) — the raw markdown with code blocks
9+
- [On the web](https://thebuilderweekly.com/tutorials/context-aware-slack-notifications) — rendered with diagrams and syntax highlighting
10+
11+
## What this tutorial teaches
12+
13+
**Before:** Your monitoring system posts every event to a Slack channel. The channel fires fifty times a day. Your team muted it three weeks ago. Now critical alerts go unread.
14+
15+
**After:** An agent classifies each event by severity, audience, and timeliness. Critical events DM the on-call engineer. Medium events post to a channel. Low events batch into an hourly digest. Mute rates collapse.
16+
17+
## Tools used
18+
19+
slack-api, anthropic-api
20+
21+
## Pillar
22+
23+
[Communication](https://thebuilderweekly.com/tutorials/pillars/communication)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"id": "context-aware-slack-notifications",
3+
"title": "Send context-aware Slack notifications that get noticed instead of muted",
4+
"slug": "context-aware-slack-notifications",
5+
"pillar": "communication",
6+
"clusterTags": [
7+
"slack-api",
8+
"anthropic-api",
9+
"notifications"
10+
],
11+
"soulLine": "An agent that calibrates notification urgency per event reaches the right person at the right time with eighty percent lower mute rate than a fixed-rule notification system.",
12+
"beforeState": "Your monitoring system posts every event to a Slack channel. The channel fires fifty times a day. Your team muted it three weeks ago. Now critical alerts go unread.",
13+
"afterState": "An agent classifies each event by severity, audience, and timeliness. Critical events DM the on-call engineer. Medium events post to a channel. Low events batch into an hourly digest. Mute rates collapse.",
14+
"status": "published",
15+
"author": "tbw-ai",
16+
"contributors": [],
17+
"tools": [
18+
"slack-api",
19+
"anthropic-api"
20+
],
21+
"createdAt": "2026-04-14",
22+
"lastVerifiedAt": "2026-04-14",
23+
"freshnessWindowDays": 90
24+
}

0 commit comments

Comments
 (0)