Every team I've been on has the same problem: someone makes a promise in Slack, it gets buried in a thread, and nobody follows up.
"I'll get that PR reviewed by EOD" — forgotten.
"Let me send that doc over tomorrow" — gone.
"I'll sync with the client on Friday" — missed.
So I built Commitment Crawler — a Slack bot that watches your channels, detects commitments automatically using AI, and privately nudges people before deadlines slip.
How it works
- Install the bot into your Slack workspace
- It silently monitors channels it's been added to
- GPT-4o detects when someone commits to something ("I'll have X done by Y")
- It privately DMs the person a reminder before the deadline
-
Users manage their tracked commitments via
/commitments
Why private nudges?
Public reminders create embarrassment. Nobody wants a bot to call them out in front of the team. Private DMs mean people actually appreciate the nudge instead of resenting it.
Tech stack
- Slack Bolt SDK (Node.js) for the bot framework
- OpenAI GPT-4o for natural language commitment detection
- Serverless deployment — no infrastructure to manage
Try it
Free to install at commitmentcrawler.com
Would love to hear if this resonates with anyone else's workflow problems. What's your biggest "things lost in Slack" pain point?
Top comments (0)