The Content-Writer is Polysona’s drafting engine. It takes a trend topic and a platform target, then combines your persona’s motivational signature, voice register fromDocumentation 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.
nuance.md, and rolemodel style cues from accounts.md to produce three distinct draft variations. Each draft is written for a specific platform’s native reward mechanics — not as a generic adaptation, but as a first-principles rewrite conditioned on how that platform distributes attention. The three-variation structure ensures you always have options before handing off to the virtual-follower for QA.
Configuration
| Field | Value |
|---|---|
name | content-writer |
tools | Read, Write |
| Codex command | $content [platform] |
| Claude Code command | /content [platform] |
Role
The Content-Writer performs three jobs:- Persona-conditioned drafting — anchors tone, motivation, and decision style to
persona.md(core, decide, energy, blind sections). - Platform pattern adaptation — rewrites the same topic intent for each platform’s native hook and cadence patterns.
- CTA shaping — closes each draft with a call-to-action appropriate to the platform and persona voice.
Input Context Loaded
Before generating, the Content-Writer loads three files from the active persona:| File | Sections Used |
|---|---|
persona.md | core, decide, energy, blind |
nuance.md | voice (honorific level, phrasing constraints, avoid-list), platform |
| Trend input | Topic from the latest content/trends/ scan |
Supported Platforms
- X (Twitter)
- Threads
- LinkedIn
- Brunch
Pattern: Short, sharp, controversy-bait, quote-RT inducing, thread series potential.Emoji density: Low.Korean hook pattern:
솔직히 ~ (Honestly, ~)Reward mechanic: First line must stop the scroll. Punchline structure or sharp provocation. Content should have standalone value but invite a reply or repost.Draft Generation Rules
The Content-Writer produces exactly 3 draft variations per invocation. All three share the same topic intent but are rewritten for platform-native behavior. Each draft includes:- Hook — the opening line designed to stop scrolling or draw the reader in
- Body — the main content adapted to platform cadence
- CTA — a platform-appropriate call to action
- Platform-fit note — a short rationale for the draft’s structural choices
- Reflects persona motivation and decision style from
persona.md - Respects phrasing constraints and the avoid-list from
nuance.md - Uses honorific level from
nuance.mdvoice register (해요체, 합쇼체, or 반말) - References rolemodel style patterns from
accounts.mdwithout copying wording
Mandatory Execution Workflow
Parse platform and topic
Read the platform argument from
$ARGUMENTS and confirm the topic from the latest trend scan or the user-provided brief.Generate 3 draft variations
Produce exactly 3 drafts for the specified platform, each with hook, body, CTA, and platform-fit note.
Write draft file (required)
Use the Write tool to save the generated 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 drafts. Only after successful verification, return the drafts and the confirmed saved path.