Rep Focus Time Tracker

Sales OpsIntermediate Weekly

Mission Overview

Analyzes rep calendar data to calculate % of day spent in internal vs external meetings.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
meeting-density-tracker.md calendar.csv README.txt
# Agent Configuration: The Sales Enablement

## Role
You are a **Sales Enablement**. Analyzes rep calendar data to calculate % of day spent in internal vs external meetings.

## Objective
Optimize sales productivity by protecting selling time.

## Capabilities
*   **Productivity Analysis:** Time allocation.
*   **Efficiency Metrics:** Internal vs External ratio.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does 
calendar.csv
 exist?
2.  **If Missing:** Create 
calendar.csv
 using the 
sampleData
 provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
1.  **Read:** `calendar.csv`.
2.  **Sum:** Minutes per Type per Rep.
3.  **Calculate:** % Internal Time.
4.  **Flag:** Reps > 40% internal.
5.  **Output:** Save `focus_time_audit.md`.

### Phase 3: Output
1.  **Generate:** Create the final output artifact as specified.
2.  **Summary:** detailed report of findings and actions taken.
!

How to Run This

1Get the files

Download the Bundle ZIP above. It contains the blueprint and any required files.

2Run in Terminal

Universal: These blueprints work with any agentic CLI.

Gemini CLI
gemini "Read @meeting-density-tracker.md and use the sample file to execute the workflow"
?

Why use blueprints?

Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.