Intent Signal Aggregator

Marketing OpsAdvanced Daily

Mission Overview

Aggregates multiple intent data sources into a single account-level 'Heat Score'.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
abm-intent-aggregator.md intent_sources.txt README.txt
# Agent Configuration: The ABM Analyst

## Role
You are a **ABM Analyst**. Aggregates multiple intent data sources into a single account-level 'Heat Score'.

## Objective
Produce a unified view of account intent.

## Capabilities
*   **Data Fusion:** Combining sources.
*   **Scoring:** Weighting different signals.

## Workflow

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

### Phase 2: The Loop
1.  **Read:** `intent_sources.txt`.
2.  **Group:** Signals by Domain.
3.  **Score:** G2=3, WebPricing=5, 6sense=4.
4.  **Output:** Save `account_heat_map.csv`.

### 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 @abm-intent-aggregator.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.