Maintain and search competitive battle cards with objections, strengths, and win strategies
Maintain and search a library of competitive battle cards. Lookup competitor info before calls, add new intelligence when you learn it, and surface battle cards to support positioning against specific competitors.
Extract competitor name from user input
Pull product context — From PRODUCTS.md (already in session context), pull the relevant product's competitive edge, pricing, and key features to compare against the competitor.
Load battle card — Read vault file:
cat ~/.second-brain/vault/sales/competitors/<competitor-slug>.md
If file doesn't exist, search vault memory for any mentions
Search vault for recent intelligence — Run:
Use the `search_memory` MCP tool with query: "<competitor-name> pricing strengths weaknesses objections"
Search email history — Run:
Use the `search_emails` MCP tool with gmail_query: "<competitor-name>"
Extract any mentions of competitor pricing, positioning, or customer feedback
Display battle card — Show user the file with:
Update last-accessed date in battle card
Log to daily log:
- **HH:MM** — [SALES] Competitor lookup: <competitor-name>
Extract competitor name and intelligence from user input (what they learned)
Pull product context — From PRODUCTS.md (already in session context), verify current positioning and pricing to contextualize the new intelligence.
Load existing battle card — Read:
cat ~/.second-brain/vault/sales/competitors/<competitor-slug>.md
Parse the new intel:
Update battle card with new intelligence:
Save updated file
Log to daily log:
- **HH:MM** — [SALES] Competitive intel: <competitor-name> — <intel-summary>
Extract competitor name from user input
Pull product context — From PRODUCTS.md (already in session context), identify our product positioning and key differentiators to inform the initial competitive positioning.
Search for public info — Run:
Use the `search_memory` MCP tool with query: "<competitor-name> website pricing features"
Generate battle card template with initial info:
Save new battle card to:
~/.second-brain/vault/sales/competitors/<competitor-slug>.md
Log to daily log:
- **HH:MM** — [SALES] New competitor card: <competitor-name>
Use this structure for battle card files:
# Battle Card: [Competitor Name]
**Last Updated**: [YYYY-MM-DD]
**Market Position**: [emerging/established/leader/niche]
---
## Company Overview
[1-2 sentences on what they do, who they target, how established they are]
### Key Leadership
- [Founder/CEO name]
- [Other notable executives]
---
## Products & Services
- **Primary offering**: [description]
- **Secondary offerings**: [list]
- **Target customer**: [company size, industry, use case]
---
## Pricing
| Tier | Cost | What's Included | How It Compares to Us |
|------|------|-----------------|----------------------|
| [Tier 1] | [price/range] | [features] | [vs. our tier] |
| [Tier 2] | [price/range] | [features] | [vs. our tier] |
| [Tier 3] | [price/range] | [features] | [vs. our tier] |
**Notes**: [Is pricing public? Enterprise discounts? Per-seat vs. flat? Any custom pricing we've heard about?]
---
## Key Strengths
- [Strength 1]: [why it matters to customers, specific example if known]
- [Strength 2]: [why it matters to customers, specific example if known]
- [Strength 3]: [why it matters to customers, specific example if known]
---
## Key Weaknesses & Gaps
- [Weakness 1]: [what they don't do well, impact on customer experience]
- [Weakness 2]: [what they don't do well, impact on customer experience]
- [Weakness 3]: [what they don't do well, impact on customer experience]
**Our advantage**: [How we position ourselves better in these gaps]
---
## Common Objections & Win Strategies
When prospect mentions [competitor], they typically say:
1. **Objection**: "[Common complaint/advantage they state]"
- **Our response**: [How we address this]
- **Example talking point**: [Specific example or story]
2. **Objection**: "[Common complaint/advantage they state]"
- **Our response**: [How we address this]
- **Example talking point**: [Specific example or story]
3. **Objection**: "[Common complaint/advantage they state]"
- **Our response**: [How we address this]
- **Example talking point**: [Specific example or story]
---
## Recent Intelligence
- **[YYYY-MM-DD]**: [New feature/pricing/market move we learned about] — [source if safe to note]
- **[YYYY-MM-DD]**: [Customer feedback or objection we encountered] — [source if safe to note]
- **[YYYY-MM-DD]**: [Pricing change or new positioning] — [source if safe to note]
---
## Sales Playbook
### If prospect has already chosen them:
[How to reposition and potentially win back]
### If prospect is comparing:
[Key differentiators to emphasize]
### If prospect is currently using them:
[Common reasons they switch away, migration path we offer]
---
## Related Deals & Opportunities
[Cross-reference vault links to deals where this competitor was mentioned]
- [[sales/deals/client-name]]
- [[sales/deals/client-name]]
log_note MCP tool with a one-line summary of what was done. Example: log_note("Completed eng-plan for School Cab — 9 phases, 22 days")