kai-brand-pulse - Multi-Platform Brand Intelligence
Run a cited brand pulse across public reputation surfaces. This is the Kai-native version of the Brand Monitor Agent pattern: collect evidence first, analyze each platform separately, then synthesize into marketing actions.
When to Use
- You need a current public read on a brand, product, founder, or client.
- You want objection mining for copy, sales, ads, social, or lifecycle messaging.
- You need competitor positioning evidence before
/kai-brand, /kai-competitors, or /kai-surround-sound.
- You want weekly delta monitoring for new mentions, complaints, comparisons, and content opportunities.
When Not to Use
- You need a full marketing audit. Use
/kai-audit.
- You need technical SEO or agent-readiness checks only. Use
/kai-seo-audit or /kai-surround-sound.
- You do not have approval to collect or report on a sensitive individual.
- You plan to publish claims without citations. Stop and collect source-backed evidence first.
Command Shape
/kai-brand-pulse <brand> [competitors]
Local runner:
python scripts/intel/brand_pulse.py "<brand>" \
--domain "https://example.com" \
--category "category buyers ask about" \
--competitor "Competitor A" \
--competitor "Competitor B" \
--out "workspace/brand-pulse/<brand>-YYYY-MM-DD"
Optional:
python scripts/intel/brand_pulse.py "<brand>" --skip-fetch
python scripts/intel/brand_pulse.py "<brand>" --wiki-dir "<brain-wiki-folder>"
python scripts/intel/brand_pulse.py "<brand>" --json
Live search uses SERPAPI_API_KEY when present. Without it, the runner archives the query plan and writes data gaps instead of inventing findings.
Phase 0: Context and Provenance
- Read
MARKETING.md if present. Pull brand name, domain, ICP, category, competitors, positioning, and voice constraints.
- For client-facing or quantitative recommendations, load
harness/references/audit-data-provenance.md.
- If a domain is available, run the shared source collector before writing final claims:
python -m kai.source_data.collect \
--url "https://example.com" \
--firm-name "<brand>" \
--workflow brand-pulse \
--mode sales_external \
--out "workspace/brand-pulse-data"
Use sales_external, onboarding_connected, or internal_demo. Cite collector sources for domain, schema, sitemap, or metric claims. Use _data-gaps.md for missing access.
Phase 1: Collect Evidence
Run the Brand Pulse runner. It creates a raw archive, platform packets, a synthesis shell, and a delta-tracking database.
Default surfaces:
| Surface |
Collection Pattern |
Why It Matters |
| Web |
Brand, reviews, alternatives, pricing, own-domain entity queries |
General entity footprint and objections |
| News |
Brand and category news queries |
Authority, recency, PR angles |
| YouTube |
site:youtube.com search fallbacks |
Reviews, demos, creator narratives |
| X |
site:x.com and site:twitter.com search fallbacks |
Fast-moving complaints, praise, comparisons |
| LinkedIn |
site:linkedin.com/posts and company fallbacks |
B2B proof, founder/category narratives |
| Reddit |
site:reddit.com search fallbacks |
Raw objections and buying-language mining |
| Review Sites |
G2, Capterra, Trustpilot, Clutch, Yelp search fallbacks |
Social proof, complaints, competitor context |
The runner writes:
workspace/brand-pulse/<run>/
├── brand-pulse-data.json
├── _brand-pulse.md
├── _content-angles.md
├── _objection-mining.md
├── _surround-sound-actions.md
├── _monitoring-plan.md
├── _data-gaps.md
├── raw/
│ └── query-plan.json
└── platforms/
├── web.md
├── news.md
├── youtube.md
├── x.md
├── linkedin.md
├── reddit.md
└── reviews.md
Every evidence item has a citation id. Do not make a claim unless it points to a citation id or a collector source id.
Phase 2: Platform Analyzers
Analyze one platform at a time before synthesis. Use the packet in platforms/<platform>.md as the only source material for that platform.
For each platform, produce:
| Analyzer Output |
Questions |
| Repeated claims |
What does the market keep saying about the brand? |
| Objections |
What pain, doubt, pricing, trust, or support language repeats? |
| Proof gaps |
What proof do people need that the brand does not visibly supply? |
| Competitor context |
Which competitors appear beside the brand and why? |
| Content angles |
What can Kai write, publish, pitch, or test next? |
| AEO actions |
Which citations, pages, or entity signals should feed /kai-surround-sound? |
Keep platform conclusions separate until all packets have been reviewed. This prevents one loud platform from swallowing quieter but useful evidence.
Phase 3: Cross-Platform Synthesis
After platform analysis, synthesize:
- Narrative map - What the public web thinks the brand is, who it is for, and what doubts cluster around it.
- Objection bank - Exact objection themes with cited examples.
- Competitor positioning - Where competitors own attention, proof, or trust.
- Content angles - Blog, comparison, social, email, ad, and sales enablement ideas tied to evidence.
- Surround-sound actions - Third-party citation, directory, review, forum, and own-domain AEO moves.
- Monitoring deltas - What is newly observed since the previous run.
Do not blur "observed in search results" with "market share" or "sentiment share." Treat search output as a sampled evidence packet.
Phase 4: Recommended Actions
Turn findings into Kai work:
| Finding |
Next Kai Move |
| Repeated pricing objection |
/kai-landing-page, /kai-write, or sales FAQ refresh |
| Repeated competitor comparison |
/kai-competitors plus comparison page brief |
| Reddit objections |
/kai-reddit-listen profile keywords and reply guardrails |
| Thin review-site footprint |
Review request system, directory cleanup, or /kai-surround-sound |
| Strong third-party praise |
Repurpose into proof assets, ads, case studies, and AEO citations |
| Missing own-domain entity clarity |
/kai-brand, /kai-seo-audit, then /kai-surround-sound |
For phone-led businesses, apply the KaiCalls Fit Rule. Recommend KaiCalls only when phone-capture evidence supports it, disclose Kai ownership, and compare alternatives.
Phase 5: Weekly Delta Monitoring
Run the same brand weekly. The local SQLite database at data/intel/brand_pulse.db tracks first-seen and last-seen mentions.
Example cron:
0 8 * * 1 cd /path/to/kai-cmo-harness && python scripts/intel/brand_pulse.py "<brand>" --domain "https://example.com" --category "<category>" --out "workspace/brand-pulse/<brand>-$(date +\%F)"
For Brain wiki ingestion, pass --wiki-dir to write a pointer page to the latest cited packet. Keep the full raw archive in the workspace.
Quality Rules
- Cite every client-facing claim with a citation id or source id.
- Store raw search responses and query plan before synthesis.
- Use
_data-gaps.md for missing APIs, private platform access, or unavailable exports.
- Never report review counts, rankings, traffic, share of voice, sentiment share, or platform volume unless the source directly provides them.
- Label sampled search evidence as sampled search evidence.
- Gate any publishable copy generated from the pulse with
/kai-gate.
1---2name: kai-brand-pulse3description: Multi-platform brand intelligence pulse - collect cited public reputation evidence across web, news, YouTube, X, LinkedIn, Reddit, and review sites, then turn it into objection mining, content angles, competitor positioning, and surround-sound actions. Use when "brand monitor", "brand pulse", "what are people saying about us", "multi-platform reputation", "brand intelligence", "weekly brand monitoring", "objection mining", or "public reputation scan".4---5
6# kai-brand-pulse - Multi-Platform Brand Intelligence
7
8Run a cited brand pulse across public reputation surfaces. This is the Kai-native version of the Brand Monitor Agent pattern: collect evidence first, analyze each platform separately, then synthesize into marketing actions.
9
10## When to Use
11
12- You need a current public read on a brand, product, founder, or client.
13- You want objection mining for copy, sales, ads, social, or lifecycle messaging.
14- You need competitor positioning evidence before `/kai-brand`, `/kai-competitors`, or `/kai-surround-sound`.
15- You want weekly delta monitoring for new mentions, complaints, comparisons, and content opportunities.
16
17## When Not to Use
18
19- You need a full marketing audit. Use `/kai-audit`.
20- You need technical SEO or agent-readiness checks only. Use `/kai-seo-audit` or `/kai-surround-sound`.
21- You do not have approval to collect or report on a sensitive individual.
22- You plan to publish claims without citations. Stop and collect source-backed evidence first.
23
24## Command Shape
25
26```bash
27/kai-brand-pulse <brand> [competitors]
28```
29
30Local runner:
31
32```bash
33python scripts/intel/brand_pulse.py "<brand>" \
34 --domain "https://example.com" \
35 --category "category buyers ask about" \
36 --competitor "Competitor A" \
37 --competitor "Competitor B" \
38 --out "workspace/brand-pulse/<brand>-YYYY-MM-DD"
39```
40
41Optional:
42
43```bash
44python scripts/intel/brand_pulse.py "<brand>" --skip-fetch
45python scripts/intel/brand_pulse.py "<brand>" --wiki-dir "<brain-wiki-folder>"
46python scripts/intel/brand_pulse.py "<brand>" --json
47```
48
49Live search uses `SERPAPI_API_KEY` when present. Without it, the runner archives the query plan and writes data gaps instead of inventing findings.
50
51---
52
53## Phase 0: Context and Provenance
54
551. Read `MARKETING.md` if present. Pull brand name, domain, ICP, category, competitors, positioning, and voice constraints.
562. For client-facing or quantitative recommendations, load `harness/references/audit-data-provenance.md`.
573. If a domain is available, run the shared source collector before writing final claims:
58
59```bash
60python -m kai.source_data.collect \
61 --url "https://example.com" \
62 --firm-name "<brand>" \
63 --workflow brand-pulse \
64 --mode sales_external \
65 --out "workspace/brand-pulse-data"
66```
67
68Use `sales_external`, `onboarding_connected`, or `internal_demo`. Cite collector sources for domain, schema, sitemap, or metric claims. Use `_data-gaps.md` for missing access.
69
70---
71
72## Phase 1: Collect Evidence
73
74Run the Brand Pulse runner. It creates a raw archive, platform packets, a synthesis shell, and a delta-tracking database.
75
76Default surfaces:
77
78| Surface | Collection Pattern | Why It Matters |
79|---------|--------------------|----------------|
80| Web | Brand, reviews, alternatives, pricing, own-domain entity queries | General entity footprint and objections |
81| News | Brand and category news queries | Authority, recency, PR angles |
82| YouTube | `site:youtube.com` search fallbacks | Reviews, demos, creator narratives |
83| X | `site:x.com` and `site:twitter.com` search fallbacks | Fast-moving complaints, praise, comparisons |
84| LinkedIn | `site:linkedin.com/posts` and company fallbacks | B2B proof, founder/category narratives |
85| Reddit | `site:reddit.com` search fallbacks | Raw objections and buying-language mining |
86| Review Sites | G2, Capterra, Trustpilot, Clutch, Yelp search fallbacks | Social proof, complaints, competitor context |
87
88The runner writes:
89
90```text
91workspace/brand-pulse/<run>/
92├── brand-pulse-data.json
93├── _brand-pulse.md
94├── _content-angles.md
95├── _objection-mining.md
96├── _surround-sound-actions.md
97├── _monitoring-plan.md
98├── _data-gaps.md
99├── raw/
100│ └── query-plan.json
101└── platforms/
102 ├── web.md
103 ├── news.md
104 ├── youtube.md
105 ├── x.md
106 ├── linkedin.md
107 ├── reddit.md
108 └── reviews.md
109```
110
111Every evidence item has a citation id. Do not make a claim unless it points to a citation id or a collector source id.
112
113---
114
115## Phase 2: Platform Analyzers
116
117Analyze one platform at a time before synthesis. Use the packet in `platforms/<platform>.md` as the only source material for that platform.
118
119For each platform, produce:
120
121| Analyzer Output | Questions |
122|-----------------|-----------|
123| Repeated claims | What does the market keep saying about the brand? |
124| Objections | What pain, doubt, pricing, trust, or support language repeats? |
125| Proof gaps | What proof do people need that the brand does not visibly supply? |
126| Competitor context | Which competitors appear beside the brand and why? |
127| Content angles | What can Kai write, publish, pitch, or test next? |
128| AEO actions | Which citations, pages, or entity signals should feed `/kai-surround-sound`? |
129
130Keep platform conclusions separate until all packets have been reviewed. This prevents one loud platform from swallowing quieter but useful evidence.
131
132---
133
134## Phase 3: Cross-Platform Synthesis
135
136After platform analysis, synthesize:
137
1381. **Narrative map** - What the public web thinks the brand is, who it is for, and what doubts cluster around it.
1392. **Objection bank** - Exact objection themes with cited examples.
1403. **Competitor positioning** - Where competitors own attention, proof, or trust.
1414. **Content angles** - Blog, comparison, social, email, ad, and sales enablement ideas tied to evidence.
1425. **Surround-sound actions** - Third-party citation, directory, review, forum, and own-domain AEO moves.
1436. **Monitoring deltas** - What is newly observed since the previous run.
144
145Do not blur "observed in search results" with "market share" or "sentiment share." Treat search output as a sampled evidence packet.
146
147---
148
149## Phase 4: Recommended Actions
150
151Turn findings into Kai work:
152
153| Finding | Next Kai Move |
154|---------|---------------|
155| Repeated pricing objection | `/kai-landing-page`, `/kai-write`, or sales FAQ refresh |
156| Repeated competitor comparison | `/kai-competitors` plus comparison page brief |
157| Reddit objections | `/kai-reddit-listen` profile keywords and reply guardrails |
158| Thin review-site footprint | Review request system, directory cleanup, or `/kai-surround-sound` |
159| Strong third-party praise | Repurpose into proof assets, ads, case studies, and AEO citations |
160| Missing own-domain entity clarity | `/kai-brand`, `/kai-seo-audit`, then `/kai-surround-sound` |
161
162For phone-led businesses, apply the KaiCalls Fit Rule. Recommend KaiCalls only when phone-capture evidence supports it, disclose Kai ownership, and compare alternatives.
163
164---
165
166## Phase 5: Weekly Delta Monitoring
167
168Run the same brand weekly. The local SQLite database at `data/intel/brand_pulse.db` tracks first-seen and last-seen mentions.
169
170Example cron:
171
172```bash
1730 8 * * 1 cd /path/to/kai-cmo-harness && python scripts/intel/brand_pulse.py "<brand>" --domain "https://example.com" --category "<category>" --out "workspace/brand-pulse/<brand>-$(date +\%F)"
174```
175
176For Brain wiki ingestion, pass `--wiki-dir` to write a pointer page to the latest cited packet. Keep the full raw archive in the workspace.
177
178---
179
180## Quality Rules
181
182- Cite every client-facing claim with a citation id or source id.
183- Store raw search responses and query plan before synthesis.
184- Use `_data-gaps.md` for missing APIs, private platform access, or unavailable exports.
185- Never report review counts, rankings, traffic, share of voice, sentiment share, or platform volume unless the source directly provides them.
186- Label sampled search evidence as sampled search evidence.
187- Gate any publishable copy generated from the pulse with `/kai-gate`.