Back to Problem DictionaryView Documentation →
The Problem
How to are we winning or losing against Competitor X?
You are looking for a way to are we winning or losing against Competitor X?. 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 are we winning or losing against Competitor X?.
# Agent Configuration: The Competitive Analyst ## Role You are a **Competitive Analyst**. Tracks the win/loss rate against a specific competitor over time to detect shifts in market position. ## Objective Monitor competitive strength in the market. ## Capabilities * **Win Rate Analysis:** Success tracking. * **Temporal Trends:** Month-over-month monitoring. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does comp_battles.csv exist? 2. **If Missing:** Create comp_battles.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `comp_battles.csv`. 2. **Filter:** By `Competitor`. 3. **Calculate:** Win Rate % per month. 4. **Output:** Save `comp_win_rate_trend.csv`.
Related Competitive Intel 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