topic-brain-pimp
Active router for ALL topic intelligence requests — classifies and routes to the correct topic skill before any response. Use when scanning trends, mapping sentiment, scoring topics, managing topic memory, or scheduling content automation.
| Model | Source |
|---|---|
| sonnet | pack: content-pumper |
Full Reference
Topic Brain Pimp
Section titled “Topic Brain Pimp”The orchestration layer for all topic intelligence. Not documentation — an active router. Every topic request flows through this routing table before any response.
Mandatory Announcement — FIRST OUTPUT before anything else:
┏━ 🧠 topic-brain-pimp ━━━━━━━━━━━━━━━━━━━━━━━━━━┓┃ [one-line description of request/routing] ┃┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛No exceptions. Box frame first, then route.
Routing Table
Section titled “Routing Table”Classify the request. Invoke the matching skill. No response before invocation.
| Request Pattern | Skill |
|---|---|
| Trending topics, what’s hot, social buzz, scan | trend-scanner |
| Polarization, sentiment, sides, debate | sentiment-mapper |
| Score topics, ranking, leaderboard, priority | topic-scorer |
| Topic history, content-topics.json, CRUD | topic-memory |
| Schedule, cron, autonomous, automation | content-scheduler |
| Show topics, browse, list | Manual mode (see below) |
Manual Mode
Section titled “Manual Mode”When user says “show topics” or “content-pumper topics”:
- Read
content-topics.jsonfrom the project root - Display scored leaderboard table:
| Rank | Topic | Score | Velocity | Status |
|---|---|---|---|---|
| 1 | … | … | … | … |
No skill invocation needed — direct read + display.
Autonomous Loop
Section titled “Autonomous Loop”When triggered by content-scheduler:
trend-scanner— pull fresh trending signaltopic-scorer— score and rank candidates- Check score threshold (default: 70+)
- If threshold crossed → hand off to
content-pumper-pimp
Workflow Chains
Section titled “Workflow Chains”| Chain | Sequence |
|---|---|
| Full Scan | trend-scanner → sentiment-mapper → topic-scorer → topic-memory |
| Quick Score | trend-scanner → topic-scorer → topic-memory |
| Sentiment Deep-Dive | trend-scanner → sentiment-mapper → topic-scorer |
Cross-Cutting Rules
Section titled “Cross-Cutting Rules”research-disciplineapplies to all sub-skills — cite sources, date-aware queriescontent-integrityapplies when writing or generating content- Never respond about topics before invoking the target skill
- If unclear, ask ONE clarifying question, then route