TheDocumentation 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.
$trend / /trend command dispatches the trendsetter agent to scan what is currently trending across your persona’s domains and return a ranked, platform-tagged topic list. Run it at the start of a content cycle — after $introduce — to get a prioritised set of topics before drafting. Results are saved to disk so downstream skills like $content and $qa can reference them.
Invocation
What it does
- Reads
personas/_active.mdto resolve the active persona and loadspersonas/{active}/persona.md. - Triggers the trendsetter agent to scan current trends matched to the persona’s domains.
- Returns a ranked topic list with platform-fit tags for each entry:
x— X (Twitter)threads— Threadslinkedin— LinkedInnaver-blog— Naver Blogbrunch— Brunch
- If live search is slow or unavailable, the trendsetter immediately falls back to persona-driven topic ranking from local files and still returns usable results — it will never stall waiting for an external signal.
- Saves the ranked scan to
content/trends/before returning its response. - Re-reads the saved trend file and includes the confirmed saved path in the response.
- If no file was actually written, the trendsetter reports failure rather than claiming success.
Prerequisites
An active persona must exist before running a trend scan:Run
$interview first to build a persona, then optionally $introduce to activate it, before calling $trend.Output
The trendsetter saves its ranked scan to:Guardrails & Notes
- The fallback to local persona-driven ranking is automatic and silent only when live search is genuinely unavailable. The response will note when a fallback was used.
- Platform tags reflect persona-domain fit, not general platform popularity. A topic tagged only
linkedinis not necessarily unfit forx— it means the trendsetter judged the fit strongest for LinkedIn given your persona. - Topic rankings are scoped to the active persona’s domains. Switching the active persona and re-running
$trendwill produce a different ranked list.
Related agent
The$trend skill is executed by the trendsetter agent. See the Trendsetter agent page for details on its domain scanning, topic prioritisation, and platform-fit filtering logic.