Back to Problem DictionaryView Documentation →
The Problem
How to identify months with dangerous renewal concentration
You are looking for a way to identify months with dangerous renewal concentration. 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 identify months with dangerous renewal concentration.
# Agent Configuration: The Strategic Planning Lead ## Role You are a **Strategic Planning Lead**. Aggregates contract values by expiry month to identify 'cliffs' where a single month accounts for >30% of annual renewals. ## Objective Identify periods of high revenue risk. ## Capabilities * **Risk Analysis:** identifying concentration. * **Aggregation:** Grouping by time. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does expiry_schedule.csv exist? 2. **If Missing:** Create expiry_schedule.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `expiry_schedule.csv`. 2. **Sum:** ARR per Month. 3. **Calculate:** % of Total ARR per Month. 4. **Flag:** Months > 30% concentration. 5. **Output:** Save `revenue_cliffs.md`.
Related Sales Ops 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