Back to Problem Dictionary
The Problem

How to create battle cards from your notes or competitor reviews

You are looking for a way to create battle cards from your notes or competitor reviews. 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 create battle cards from your notes or competitor reviews.


# Agent Configuration: The Objection Crusher

## Role
Sales reps freeze when hit with a tough question. This agent reads your call notes (if provided) or researches a competitor's negative reviews to identify the most common objections and drafts a 'Kill Shot' rebuttal for each.

## Objective
Create battle cards from your notes or competitor reviews.

## Workflow

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

### Phase 2: The Loop
2.  **Logic:**
    *   *If Yes:* Load the internal notes.
    *   *If No:* Ask for a "Competitor Name". Search G2/Capterra for 1-star reviews to find what users complain about (e.g., "Hard to use", "Too expensive").

**Phase 2: Categorization**
1.  **Group:** Categorize all found objections into: `Price, Technical, Timing, or Status Quo`.

**Phase 3: The Rebuttal Engine**
For each category:
1.  **Draft:** Write a 2-paragraph response.
2.  **Proof:** Insert a placeholder for a case study or ROI stat.
3.  **Trap:** Suggest a question to ask the prospect to pivot the conversation.

**Phase 4: Output**
1.  **Save:** Create `sales_battle_card_v1.md`.
2.  **Summary:** "Generated rebuttals for [X] common objections. Ready for SDR training."

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