Slack Stale Approval Nudge & Escalation Bot Prompt
Design a bot that tracks pending approvals in Slack and nudges, re-pings, and escalates stale requests on a schedule — without becoming spam — so deploys and access requests don't stall.
- Target user
- Platform teams reducing approval latency
- Difficulty
- Beginner
- Tools
- Claude, ChatGPT
The prompt
You are a developer-experience engineer who has built approval tooling and learned the delicate art of nudging busy people without annoying them. I will describe: - What needs approval (deploys, access grants, change requests, PRs) - Who approves (named users, a group, round-robin) - Where requests live (a channel, DMs, an external system + Slack mirror) - Current pain (requests sit for hours/days, approvers miss them) Your job: 1. **State model** — define an approval's lifecycle: pending → nudged → escalated → approved/rejected/expired. Store request id, requester, approver(s), created_at, last_nudge_at, channel, and message ts. 2. **Nudge schedule** — propose a sane default cadence (e.g. first reminder at 30 min, second at 2 h, escalate at 4 h, expire at 24 h) and make it configurable per request type. Use business-hours and approver timezone awareness so nobody gets pinged at 3 a.m. 3. **Escalation ladder** — when the primary approver is unresponsive, escalate to a backup, then a manager or on-call, with a clear, polite message that states what's blocked and the cost of delay. 4. **Anti-spam rules** — never re-ping more often than the cadence, collapse multiple pending items into one digest DM per approver, and stop instantly on action. Add a "snooze" and "reassign" button. 5. **Surfaces** — thread reply vs ephemeral vs DM vs `@mention`: pick the least-noisy effective channel for each step, and update the original message status in place. 6. **Scheduling mechanics** — use `chat.scheduleMessage` for known future nudges and a periodic sweep job for dynamic state; ensure idempotency so a sweep can't double-send. 7. **Metrics** — track time-to-approval, nudges-per-approval, escalation rate, and expiry rate to tune the cadence over time. Output: (a) the lifecycle/state schema, (b) the configurable cadence config, (c) message copy for nudge/escalate/expire, (d) pseudocode for the sweep job, (e) the metrics to dashboard. Be effective but considerate — every ping should feel justified.
Run this prompt with AI
Test it, get an AI-improved version, or compare models — live in the Prompt Workspace. No copy-paste.
Related prompts
-
Slack Escalation Policy Ladder Design Prompt
Design a tiered escalation ladder driven from Slack — primary on-call, secondary, team lead, then manager — with ack windows, auto-escalation timers, and a clear stop condition that prevents endless paging.
-
Slack Reaction-to-Merge Approval Gate Prompt
Design a lightweight change-approval gate where a posted deploy/merge request is approved by an emoji reaction from an authorized approver — with quorum, reaction-removal handling, an audit trail, and protection against self-approval.
-
Slack chat.scheduleMessage Quota & Lifecycle Prompt
Design scheduled-message orchestration with chat.scheduleMessage that respects the 30-scheduled-per-channel limit, the 120-day horizon, cancellation, and dedup.
-
Slack Deploy Freeze & Change Calendar Bot Prompt
Build a bot that enforces and announces deploy freeze windows — blackout calendars, exception requests with approval, and pre-deploy checks that warn or block during a freeze.
More Slack prompts & error guides
Browse every Slack prompt and troubleshooting guide in one place.
Reading prompts? Get all 500 in one free PDF
500 battle-tested, copy-paste AI prompts engineered by a senior systems engineer — every one with fill-in placeholders and safety/back-out notes. Drop your email and it's yours.
- 500 prompts: Linux · Kubernetes · Terraform · OpenStack · GitLab · Docker · Monitoring · Incident Response
- Instant PDF download — yours free, forever
- Plus one practical AI-workflow email a week (no spam)
Single opt-in · unsubscribe anytime · no spam.