# Strategic Intelligence System

**Purpose:** Accumulated strategic patterns that compound across CE projects.

---

## How It Works

1. **Research feeds in** — Every project's research adds to this knowledge base
2. **Patterns get documented** — Recurring insights become pattern files
3. **New projects query first** — Before starting research, check what we already know
4. **Insights compound** — Each project makes CE smarter

---

## Directory Structure

```
strategic-intelligence/
├── README.md                    # This file
├── patterns/                    # Documented strategic patterns
│   ├── institutional-trends.md  # Government, regulatory, standards bodies
│   ├── infrastructure-aesthetic.md  # How "plumbing" brands look
│   ├── healthcare-landscape.md  # Healthcare industry visual/strategic patterns
│   └── [topic].md               # Add as patterns emerge
├── zeitgeist/                   # Time-stamped cultural/economic signals
│   └── YYYY-MM-topic.md         # Dated signal with implications
└── queries/                     # Saved searches / analysis frameworks
```

---

## Pattern File Format

```markdown
# [Pattern Name]

## The Pattern
[What we've observed]

## Examples
- [Brand/Situation 1]
- [Brand/Situation 2]

## Strategic Implication
[What this means for CE clients]

## Application
[When to use this pattern]

## Sources
- [Project where we learned this]
- [External reference]
```

---

## Zeitgeist File Format

```markdown
# [Signal Name]
**Date:** YYYY-MM-DD
**Category:** Economic | Regulatory | Cultural | Technology

## The Signal
[What happened]

## Implications
[What it means for brands/clients]

## CE Angle
[How to use this in conversations/pitches]

## Related Patterns
[Link to relevant pattern files]
```

---

## Query Before Research

Before starting visual/strategic research on any project:

1. Check `/strategic-intelligence/patterns/` for relevant patterns
2. Check `/strategic-intelligence/zeitgeist/` for recent signals
3. Check Notion Inspiration Library with strategic filters
4. THEN start fresh research (which feeds back into this system)

---

## Notion Integration

The Inspiration Library (DB: `2ff330c2-8646-81f0-bbd9-ec474393d7a5`) should have:
- `strategic_insight` field — What this ref teaches us
- `use_case` field — When to reference this
- `positioning_lesson` field — Strategic takeaway

---

*System created: 2026-02-21*
