# Proactive Intelligence Mechanism

**Purpose:** CE doesn't just react to briefs — we walk in with context that makes us smarter than the client.

---

## The Goal

Before any strategy conversation, we should know:
- What's happening in the client's industry
- What macro trends affect their positioning
- What cultural moments are relevant
- What competitors are doing

---

## Input Sources

### Economic Signals
- Fed moves, interest rates
- Tariff changes, trade policy
- Consumer confidence indexes
- Sector-specific economic indicators

### Regulatory Shifts
- Executive orders (see: federal design mandate)
- Industry regulations (FDA, FTC, SEC)
- State-level changes
- International standards

### Cultural Moments
- What's trending (and why)
- What's dying (and why)
- Generational shifts
- Media/entertainment signals

### Competitive Landscape
- Who raised funding
- Who launched what
- Who pivoted
- Who's struggling

---

## Process

### Weekly Zeitgeist Scan
**Trigger:** Weekly cron or manual prompt
**Duration:** 30-60 minutes
**Output:** 1-3 zeitgeist entries in `/strategic-intelligence/zeitgeist/`

**Scan sources:**
- Business news (WSJ, Bloomberg, Reuters)
- Industry publications (for active client sectors)
- Design/branding publications (Brand New, It's Nice That)
- Tech news (for emerging patterns)
- Social signals (Twitter/X, Reddit for sentiment)

**Filter for:** "What does this mean for CE clients?"

### Signal-to-Insight Pipeline

```
Raw Signal (news, data, observation)
    ↓
Filter: Does this affect brands/positioning?
    ↓
If yes: Document in zeitgeist/YYYY-MM-topic.md
    ↓
Extract: What's the CE angle?
    ↓
Connect: Link to existing patterns
    ↓
If pattern emerges: Add to patterns/
```

### Pre-Work Briefing

Before any strategy project:
1. Query `/strategic-intelligence/patterns/` for relevant patterns
2. Query `/strategic-intelligence/zeitgeist/` for recent signals (last 90 days)
3. Summarize: "Here's what you should know going in..."
4. Flag any signals that directly affect the client

---

## Example: Tariff Signal

**Raw signal:** Court removes tariffs → potential DTC boom

**Filter:** Yes, affects consumer brands

**Document:**
```markdown
# Tariff Removal - DTC Opportunity
**Date:** 2026-02-XX
**Category:** Economic

## The Signal
Court ruling removes tariffs, potentially increasing consumer purchasing power.

## Implications
- DTC brands will compete more aggressively for discretionary spend
- Brand differentiation becomes critical (commodity brands lose)
- Import costs drop → margin expansion or price competition

## CE Angle
When talking to DTC clients:
- Frame brand investment as competitive moat
- "When everyone can compete on price, brand is the differentiator"
- Position brand refresh as capturing the boom
```

---

## Integration Points

### Notion
- Add `zeitgeist_relevant` tag to Inspiration Library items
- Link strategic patterns to project pages

### Memory Files
- Reference zeitgeist in `/memory/YYYY-MM-DD.md` when relevant
- Update MEMORY.md with durable patterns

### Client Conversations
- Proactively share relevant signals
- "Before we dive in, you should know X is happening in your space"
- Position CE as strategically aware, not just executionally capable

---

## Cron Setup (Optional)

For automated prompts:
```
Weekly zeitgeist scan reminder
- Every Monday 9am Lisbon
- Prompt: "Run weekly zeitgeist scan. Check economic, regulatory, cultural signals. Document anything relevant to active clients or target industries."
```

---

## Success Metrics

**Leading:**
- Zeitgeist entries per week
- Patterns documented per month
- Pre-work briefings delivered

**Lagging:**
- Client mentions "you already knew about X"
- Proactive insights lead to expanded scope
- CE positioned as strategic partner, not vendor

---

*System designed: 2026-02-21*
