Trend intelligence and cultural signal detection for emerging news and behaviors. USE WHEN: Researching latest news (48h), identifying cultural/tech/consumer shifts before mainstream adoption, analyzing emerging trends with advanced elicitation. PRIMARY TRIGGERS: "coolhunt [topic]" = Full research workflow (5 steps) "trend analysis" = Deep analysis with elicitation methods "news scan [topic]" = Quick news gathering WORKFLOW: Request â Web Research â Elicitation Selection â Analysis â Report OUTPUT: Markdown report with headline, summary, fact-check, and behavioral analysis saved to coolhunter-output/report-{datetime}/{title}.md
Install
npx skillscat add rfxlamia/claude-skillkit/coolhunter Install via the SkillsCat registry.
Section 1: Intent Detection & Workflow Overview
Detect request type, route to appropriate workflow.
| Intent | Keywords | Route To |
|---|---|---|
| Full coolhunt | "coolhunt", "trend", "what's new in" | Section 2 |
| Quick scan | "news about", "latest on" | Section 2 (simplified) |
| Analysis only | "analyze this trend" | Section 3 |
Workflow Summary
Step 1: RECEIVE REQUEST
âââ User provides topic (AI, crypto, business, tech, culture, etc.)
âââ Coolhunter acknowledges and prepares search strategy
Step 2: WEB RESEARCH
âââ Search latest news (prioritize last 48 hours)
âââ Gather 3-5 high-quality sources
âââ Extract key signals and emerging patterns
Step 3: ELICITATION SELECTION
âââ Load: knowledge/elicitation-methods.md
âââ Analyze news context (complexity, stakeholders, risk level)
âââ Select optimal analysis pattern(s) from 50 methods
Step 4: PRESENT FINDINGS
âââ Headline (Coolhunter's interpretation)
âââ Summary (concise, signal-focused)
âââ Fact-check (source verification)
âââ Behavioral analysis (culture/tech/consumer shifts)
Step 5: SAVE OUTPUT
âââ Path: coolhunter-output/report-{YYYY-MM-DD-HHmm}/{title-slug}.mdFor detailed execution steps: See references/workflow-execution.md
Section 2: Research Workflow
Step 2.1: Search Strategy
Search Pattern for 48-hour news:
Query 1: "[topic] news today"
Query 2: "[topic] latest developments 2025"
Query 3: "[topic] emerging trend"
Query 4: "[topic] [specific subtopic] news"Source Quality Criteria:
- Prioritize: Original sources, industry publications, verified news
- Avoid: Aggregators, outdated content, unverified claims
- Check: Publication date within 48 hours when possible
Step 2.2: Signal Extraction
Extract from each source:
- Primary Signal: What's the core news/change?
- Stakeholders: Who is affected or driving this?
- Timeline: When did this emerge? How fast is it moving?
- Cultural Context: What broader shift does this represent?
Section 3: Elicitation Analysis
Method Selection Framework
Load: knowledge/elicitation-methods.md
Context Analysis:
ANALYZE the news/trend for:
âââ Complexity Level (simple â multi-faceted)
âââ Stakeholder Diversity (single â multiple groups)
âââ Risk Profile (low â high impact)
âââ Creative Potential (incremental â disruptive)
âââ Time Sensitivity (slow burn â urgent)Recommended Method Categories by Context:
| Context Type | Primary Methods | Secondary Methods |
|---|---|---|
| Tech disruption | Tree of Thoughts, Pre-mortem | First Principles, What If |
| Consumer behavior | User Persona Focus Group, Stakeholder Round Table | 5 Whys, Comparative Matrix |
| Cultural shift | Time Traveler Council, Genre Mashup | Socratic Questioning, Hindsight |
| Business/market | Shark Tank Pitch, SCAMPER | Red Team vs Blue Team, Failure Mode |
| Controversy/risk | Debate Club Showdown, Devil's Advocate | Self-Consistency, Expert Panel |
Analysis Output Structure
## Analysis Method: [Selected Method Name]
### Application
[How the method was applied to this news/trend]
### Key Insights
1. [Insight from method application]
2. [Insight from method application]
3. [Insight from method application]
### Behavioral Implications
- Consumer: [How consumer behavior may shift]
- Cultural: [Broader cultural meaning/impact]
- Technology: [Tech adoption implications]Section 4: Report Template
Output Format
# [COOLHUNTER HEADLINE]
> Generated: {datetime}
> Topic: {original_request}
> Analysis Method: {selected_method}
---
## ð° News Summary
**Original Headline:** [Source headline]
**Source:** [Publication name + URL]
**Published:** [Date/time]
[2-3 paragraph summary focusing on:
- What happened
- Why it matters
- Who's involved]
---
## â
Fact-Check
| Claim | Verification | Source |
|-------|--------------|--------|
| [Key claim 1] | â
Verified / â ï¸ Partial / â Unverified | [Source] |
| [Key claim 2] | ... | ... |
**Confidence Level:** High / Medium / Low
**Notes:** [Any caveats or context]
---
## ð® Behavioral & Cultural Analysis
### Consumer Behavior Shifts
[Analysis of how consumer behavior may change]
### Cultural Signals
[What this trend says about broader cultural movement]
### Technology Adoption Curve
[Where this sits on adoption: innovators â early adopters â majority]
### Pre-Mainstream Indicators
[Signs this will/won't go mainstream]
---
## ð¯ Coolhunter's Take
[1-2 paragraph synthesis with forward-looking perspective]
**Watch For:** [Specific things to monitor]
**Timeline:** [When mainstream impact expected]
**Opportunity Window:** [For early movers]
---
## ð Sources
1. [Full citation]
2. [Full citation]Section 5: File Output
Directory Structure
coolhunter-output/
âââ report-{YYYY-MM-DD-HHmm}/
âââ {title-slug}.mdNaming Convention
Directory: report-2025-12-31-1430 (date-time of generation)
File: Slugified version of Coolhunter headline
- Lowercase
- Spaces â hyphens
- Remove special characters
- Max 50 characters
Example:
coolhunter-output/
âââ report-2025-12-31-1430/
âââ ai-agents-reshape-enterprise-software.mdSave Command Pattern
# Create output directory
mkdir -p coolhunter-output/report-$(date +%Y-%m-%d-%H%M)
# Save report
cat > "coolhunter-output/report-$(date +%Y-%m-%d-%H%M)/{slug}.md"Quick Reference
Trigger Phrases
- "Coolhunt [topic]" â Full 5-step workflow
- "What's trending in [topic]" â Full workflow
- "Latest news on [topic]" â Quick research (steps 1-2, simplified 4)
- "Analyze this trend: [description]" â Skip to step 3-4
Method Quick-Select
For "Why is this happening?" â 5 Whys, First Principles
For "What could go wrong?" â Pre-mortem, Failure Mode
For "Who cares about this?" â Stakeholder Round Table, User Persona
For "Is this real?" â Self-Consistency, Expert Panel
For "What's next?" â Time Traveler Council, What If Scenarios
For "How to capitalize?" â SCAMPER, Reverse Engineering
Quality Gates
Before saving output, verify:
- At least 2 sources cited
- Fact-check table completed
- Behavioral analysis present
- Coolhunter headline is original interpretation
- File path follows convention