| Name | Role | Invocation Method | Key Capabilities |
|---|---|---|---|
| profiler | Deep psychology interviewer | Codex: $interview / Claude Code: /interview |
10-framework interview flow, defense-bypass prompts, interview-log extraction |
| trendsetter | Trend detector | Codex: $trend / Claude Code: /trend |
Domain trend scanning, topic prioritization, platform-fit filtering |
| content-writer | Platform content generator | Codex: $content [platform] / Claude Code: /content [platform] |
Persona-conditioned drafting, platform pattern adaptation, CTA shaping |
| virtual-follower | QA simulator (context:fork) |
Codex: $qa / Claude Code: /qa |
Multi-audience simulation, rolemodel-gap scoring, TOP 5 draft recommendation |
| admin | Publisher and tracker | Codex: $publish / Claude Code: /publish |
Publishing flow, scheduling, metadata capture, feedback loop updates |
┌─────────────────────────────────────────────────────────────┐
│ POLYSONA │
│ Build and run multiple personas across any AI agent. │
│ │
│ SETUP (one-time / periodic refresh) │
│ ① profiler -> interview log extraction │
│ -> Polysona structuring engine │
│ -> persona.md + nuance.md + accounts.md │
│ │
│ LOOP (per content cycle) │
│ ② trendsetter -> ③ content-writer -> ④ virtual-follower │
│ -> user selection -> ⑤ admin (publish + tracking) │
└─────────────────────────────────────────────────────────────┘
AGENTS.mdis auto-recognized by Codex-compatible workflows.- Codex auto-discovers repo skills from
.agents/skills. This repo mirrorsskills/there for Codex compatibility. - After editing
skills/, resync withnode ./scripts/sync-codex-skills.mjsorbun run codex:skills:sync. - Use
$interview,$introduce,$trend,$content [platform],$qa,$publish,$status,$export. - Keep persona data in
personas/{id}/using PLOON format.
claude plugin marketplace add ./.claude-plugin/marketplace.json
claude plugin install polysona- Use
/interview,/introduce,/trend,/content [platform],/qa,/publish,/status,/export. - Keep lifecycle hooks in
hooks/hooks.json. Do not assume every host auto-runs them the same way.