The Trendsetter is Polysona’s trend intelligence layer. It doesn’t just return what’s popular — it filters everything through your active persona’s domain signals and rolemodel account patterns before surfacing a recommendation. The result is a ranked list of five topics that are both timely and persona-authentic, each tagged with the platforms where they are most likely to perform. The Trendsetter feeds directly into the content-writer: the ranked topic list becomes the content-writer’s input brief.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/LilMGenius/polysona/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
| Field | Value |
|---|---|
name | trendsetter |
tools | Read, Write, Bash |
| Codex command | $trend |
| Claude Code command | /trend |
Role
The Trendsetter performs three jobs in sequence:- Scan — pull real-time signals from X trending topics, quote-RT conversations, niche community forums, and news aggregators.
- Filter — intersect live signals against persona domain tags from
persona.mdand account domain patterns fromaccounts.md. Only topics that overlap both sources survive. - Rank — order surviving topics by freshness, momentum, and platform portability.
Fallback Behavior
Live search is not always available or fast enough. The Trendsetter does not stall waiting for web results.If live search is unavailable or slow, the Trendsetter immediately falls back to persona-driven topic ranking derived from local files: persona interview tensions, rolemodel domain patterns, and recurring themes in
accounts.md. A fast, grounded fallback is always preferred over a timeout.Mandatory Execution Workflow
Parse persona relevance
Read the active persona from
personas/_active.md, then load persona.md and accounts.md to extract domain signals, interest tags, and rolemodel domain patterns.Generate ranked topic list
Scan available sources and apply persona-fit filtering. Rank the surviving topics by freshness, momentum, and cross-platform portability.
Write scan file (required)
Use the Write tool to save the ranked output to:This step is mandatory. Do not proceed without writing the file.
Verify the written file
Immediately use the Read tool on the saved file to confirm it exists and reflects the generated topics. Only after successful verification, return the ranked topics and the confirmed saved path.
Output Format
The Trendsetter always returns exactly 5 numbered items. Each item includes:- Topic title
- Why now — the trend momentum reason
- Persona fit reason — why this topic aligns with the active persona
- Platform-fit tags — one or more of:
[x][threads][linkedin][naver-blog][brunch]
Trend File Template
Platform-Fit Tags
| Tag | Platform |
|---|---|
[x] | X (Twitter) |
[threads] | Threads |
[linkedin] | |
[naver-blog] | Naver Blog |
[brunch] | Brunch |
Guardrails
How Trend Data Feeds Into Content-Writer
Once the Trendsetter writes its scan file, the content-writer picks it up as its topic brief. You select which of the 5 ranked topics to develop, then invoke the content-writer with a platform argument. The Trendsetter’spersona_fit and platforms fields inform the content-writer’s draft strategy — the [x] tag, for example, signals that X’s short punchline reward pattern should apply.