Polysona is built around five specialized agents that work in sequence to transform deep psychological self-knowledge into published, persona-authentic content. Rather than relying on a single generalist model, Polysona separates extraction, trend detection, drafting, quality assurance, and publishing into distinct agents — each with a focused role, a dedicated toolset, and strict output contracts. The pipeline is portable: every agent runs identically in OpenAI Codex (viaDocumentation 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.
$command) or Claude Code (via /command).
Agent Summary
| Agent | Role | Codex Command | Claude Code Command | Badge |
|---|---|---|---|---|
| profiler | Deep psychology interviewer | $interview | /interview | 10 frameworks |
| trendsetter | Trend detector | $trend | /trend | WebSearch |
| content-writer | Platform content generator | $content [platform] | /content [platform] | 5 platforms |
| virtual-follower | QA simulator | $qa | /qa | context: fork |
| admin | Publisher and tracker | $publish | /publish | feedback loop |
Pipeline Phases
The Polysona pipeline is divided into two distinct phases: SETUP and LOOP.SETUP Phase — Run once (or periodically)
The profiler conducts a structured interview using 10 psychology frameworks. After the interview, Polysona’s structuring engine processes the raw interview log and produces three persona files:
personas/{id}/persona.md— core identity, decision patterns, energy model, blind spotspersonas/{id}/nuance.md— voice register, platform style, phrasing constraintspersonas/{id}/accounts.md— rolemodel accounts and virtual follower benchmarks
LOOP Phase — Runs every content cycle
With persona data in place, the four remaining agents form a repeating loop:
- trendsetter → scans for ranked trending topics matched to persona domains
- content-writer → generates 3 platform-native draft variations per selected topic
- virtual-follower → simulates 20 audience archetypes and returns a scored TOP 5
- admin → publishes the selected draft, records metadata, and feeds engagement results back into the persona
Pipeline Architecture
Agent Invocation
Polysona agents are invoked by command — the syntax differs slightly between the two supported AI agent hosts.- Codex
- Claude Code
In OpenAI Codex, If you edit
AGENTS.md is auto-recognized and skills are auto-discovered from .agents/skills. Use the $ prefix to invoke any agent command:skills/, resync with:Utility commands
$introduce / /introduce, $status / /status, and $export / /export are also available across both hosts for session injection, pipeline status checks, and persona export.The context: fork Isolation Model
The virtual-follower agent runs with context: fork, which means it executes in a context isolated from the content-writer’s generation context. This is intentional: the QA simulation must evaluate drafts as an independent reader, not as a continuation of the writing session. Without this isolation, the evaluator would carry forward the same assumptions and blind spots as the generator — defeating the purpose of multi-audience review.
Agent Pages
Profiler
Deep psychology interview engine. Runs a structured 50-turn session using 10 frameworks to extract unconscious patterns and build your three core persona files.
Trendsetter
Persona-matched trend detector. Scans domains and returns a ranked list of 5 topics with platform-fit tags conditioned on your active persona.
Content-Writer
Platform-native draft generator. Produces 3 persona-conditioned variations per platform, adapted to the voice and hook patterns in your nuance.md.
Virtual-Follower
QA simulator with 20 audience archetypes. Scores drafts across hook, empathy, shareability, CTA, and platform fit — then recommends a TOP 5.
Admin
Publishing flow and performance tracker. Saves final content, generates a platform-specific checklist, and captures metadata for the feedback loop.