| name | opinion-leader-depth-analysis |
| description | Systematic depth analysis framework for opinion leaders tracking research completion across 4 layers - L1 Profile, L2 Timeline, L3 Thought Analysis, L4 Ongoing Monitoring |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["wiki","research","depth-analysis","opinion-leaders","quality-control"],"homepage":"https://github.com/kzinmr/ai-topics"}} |
| prerequisites | {"skills":["blog-author-thought-analysis","wiki-entity-upgrade","cross-leader-synthesis"]} |
Opinion Leader Depth Analysis Framework
Purpose
Track research completion depth for each opinion leader in the wiki. Ensures consistent quality and prevents duplicate effort by making "what's done" and "what's next" explicit in frontmatter.
The 4 Layers
L1: Basic Profile
L2: Timeline & Works
L3: Thought Analysis (Core Differentiator)
L4: Ongoing Monitoring
Frontmatter Structure
research_depth:
L1_profile: done
L2_timeline: done
L3_thought_analysis: done
L4_monitoring: active
last_deep_dive: 2026-04-10
next_review: 2026-05-10
confidence_score: 0.85
sources_analyzed:
- blog: 12 articles
- x_posts: 50+ tweets
- podcasts: 2 episodes
- papers: 1
Quality Checklist for L3 Completion
- Direct Quote Ratio: At least 30% of thought analysis content should be direct quotes
- Source Completeness: Every major claim has a URL citation
- Evolution Tracking: At least 2 time periods compared
- Framework Extraction: At least 2 named concepts/frameworks identified
- Cross-Reference Density: At least 3 wiki page links
Workflow
For New Opinion Leaders
- Check
~/.hermes/scripts/blog_authors.json or ~/x-accounts.yaml for pre-scraped data
- Run L1: Create basic entity page
- Run L2: Add timeline and works
- Run L3: Extract thoughts, quotes, frameworks (use blog-author-thought-analysis skill)
- Run L4: Set up monitoring
For Existing Pages
- Read current page and check frontmatter
- Identify which layers are missing
- Fill gaps using blog posts, tweets, podcasts
- Update frontmatter with
research_depth
- Commit:
cd ~/ai-topics-cn && git add wiki/ && git commit -m "wiki: depth-analysis <person> L1-L4" && git push
Priority Order
- Core AI/Agent thought leaders (Karpathy, Willison, Antirez already done)
- Harness/Infrastructure leaders (Ryan Lopopolo, Boris Cherny)
- Platform/Tool leaders (Addy Osmani, Simon Willison)
- Emerging voices (gm8xx8, Daniel Han)
Page Naming Convention
- Use full domain name:
simon-willison.md (not simonw.md)
- If duplicate pages exist (e.g., simonw.md + simon-willison.md), merge into canonical name and delete the duplicate
- Check for duplicates before declaring L3 incomplete
Pitfalls
- Don't paraphrase quotes: Use exact wording for citations
- Don't create duplicate pages: Check existing entity pages first
- Don't skip L3: This is the core value - philosophy extraction
- Don't leave stale monitoring: Update L4 status when feeds change
- L3 auto-check must not rely on specific header names: Many completed pages use
## Core Ideas, ## Philosophy, ## Thought Framework etc. Check for substance, not exact header match
- Do NOT track "which sources have been read" as a binary flag: the same source yields different insights at different analytical depths. Track depth level and last_review date instead.