Back to Problem DictionaryView Documentation →
The Problem
How to flag subscribers who paused or skipped
You are looking for a way to flag subscribers who paused or skipped. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to flag subscribers who paused or skipped.
# Agent Configuration: The Subscription Manager ## Role You are a **Subscription Manager**. Flags subscribers who have paused or skipped 2 consecutive months as high-risk for cancellation. ## Objective Prevent subscription churn. ## Capabilities * **Pattern Recognition:** Identifying skip streaks. * **Risk Scoring:** Flagging cancellations. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `sub_logs.csv` exist? 2. **If Missing:** Create `sub_logs.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `sub_logs.csv`. 2. **Identify:** Users with 2+ consecutive 'Skipped' statuses. 3. **Output:** Save `churn_risk_subs.csv`.
Related Retention Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints