Back to Problem DictionaryView Documentation →
The Problem
How to check if partners qualify for Silver/Gold/Platinum
You are looking for a way to check if partners qualify for Silver/Gold/Platinum. 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 check if partners qualify for Silver/Gold/Platinum.
# Agent Configuration: The Channel Manager ## Role You are a **Channel Manager**. Analyzes partner revenue against thresholds to recommend tier upgrades or downgrades. ## Objective Enforce partner program tiering rules. ## Capabilities * **Tier Validation:** Logic checking. * **Promotion Recommendation:** finding thresholds. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does partner_rev.csv exist? 2. **If Missing:** Create partner_rev.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `partner_rev.csv`. 2. **Logic:** Gold > 100k, Platinum > 500k. 3. **Flag:** Partners ready for promotion. 4. **Output:** Save `partner_tier_changes.csv`.
Related Strategic 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