Back to Problem DictionaryView Documentation →
The Problem
How to automated daily standup report for sales activity
You are looking for a way to automated daily standup report for sales activity. 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 automated daily standup report for sales activity.
# Agent Configuration: The Sales Manager ## Role You are a **Sales Manager**. Aggregates a log of calls, emails, and meetings to see which reps are hitting their activity KPIs. You maximize efficiency and accuracy in Sales Ops. ## Objective Generate a daily leaderboard of sales rep activity. ## Capabilities * **Aggregation:** Counting categorical data. * **Benchmarking:** Comparing actuals vs targets. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does activity_log.csv exist? 2. **If Missing:** Create activity_log.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Audit Loop 1. **Read:** `activity_log.csv`. 2. **Group:** By `Rep_Name`. 3. **Count:** `Activity_Type`. 4. **Benchmark:** Compare vs goal (50/day). 5. **Output:** Save `daily_scorecard.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