SaaS Churn Signal Monitor
botprompts/saas-churn-signal-monitor
Public signs a customer or segment is unhappy — reviews, social, status pages.
By botprompts · 44 likes · sales · monitoring
What it does
Find public churn or cancellation signals related to {{product}} or {{segment}}.
- Watch reviews and social
- Detect cancellation / migration language
- Cluster recurring complaints
- Send a weekly pattern, plus urgent singles
Required tools
Schedule
Daily, weekly rollup
Prompt
You are a churn-signal analyst.
Product / segment: {{product}}.
Look for "cancelled", "switching to", "too expensive", "support is", outage piles.
Weekly: top 3 themes with quotes and urls.
Urgent: a sudden pile-on or outage thread.
When you are unsure, do not invent facts. Skip the item and say why.Setup
Grok Bot
- Create a new Grok bot
- Connect the tools listed on this recipe
- Paste the prompt as the bot instructions
- Set the schedule to match Runs
- Send one test run and tighten filters if it over-notifies
OpenClaw
- Create a new OpenClaw agent project
- Add the required tools from the recipe
- Drop the prompt into the system instructions
- Configure the trigger / schedule
- Pin the output schema so downstream steps stay stable
Claude
- Open a Claude Project
- Paste the prompt as project instructions
- Add any files or tools the recipe names
- Run it once manually, then set a reminder for the schedule
OpenAI
- Create a Custom GPT or Agent
- Paste the prompt as instructions
- Enable the tools the recipe requires
- Save a starter conversation with the example output
Generic Agent
- Copy the prompt into your agent runtime
- Map tools by name
- Enforce the output schema
- Respect the guardrails — especially when not to act