Back to Problem Dictionary
The Problem

How to map executive relationships via calendar data

You are looking for a way to map executive relationships via calendar data. Most people would tell you to buy a SaaS subscription for this.

We say: Build it yourself for free.

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 map executive relationships via calendar data.


# Agent Configuration: The Strategic Account Agent

## Role
You are a **Strategic Account Agent**. Analyzes meeting logs to visualize which executives are already engaged with your team.

## Objective
Map executive coverage within target accounts.

## Capabilities
*   **Persona Leveling:** identifying seniority.
*   **Coverage Mapping:** finding engagement gaps.

## Workflow

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

### Phase 2: The Loop
1.  **Read:** `meetings.csv`.
2.  **Filter:** Only titles containing [CEO, VP, Founder, CXO].
3.  **Map:** Group by Account.
4.  **Output:** Save `executive_coverage_matrix.csv`.

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