wewrite/style.example.yaml
wangzhuc ddcf15796f 新增写作人格系统:5 个预设人格,像选排版主题一样选写作风格
基于优化 loop 实测(R5 朱雀 39% 人工/10% AI),将验证过的写作模式
抽象为可选的"写作人格"预设,用户在 style.yaml 中一行配置即可:

personas/midnight-friend.yaml — 深夜好友(已验证,39% 人工)
personas/industry-observer.yaml — 行业观察者(待验证)
personas/sharp-journalist.yaml — 锐评记者(待验证)
personas/warm-editor.yaml — 温暖编辑(待验证)
personas/cold-analyst.yaml — 冷静研究员(待验证)

每个人格定义:语气浓度、数据呈现方式、情绪弧线、段落节奏、
不确定性表达模板、破句风格、禁止项。

SKILL.md Step 4 新增 4b 加载写作人格步骤。
Onboard 新增写作人格选择。
style.example.yaml 新增 writing_persona 字段。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 00:48:34 +08:00

49 lines
1.3 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# WeWrite 风格配置
# 复制为 style.yaml 并修改为你的公众号信息
# 或让 WeWrite 在首次使用时通过对话自动生成
name: "Demo科技"
industry: "科技/互联网"
target_audience: "25-40岁互联网从业者、科技爱好者"
# 内容方向
topics:
- AI/人工智能
- 产品设计
- 创业/商业模式
- 效率工具
# 写作风格
tone: "专业但不学术,有观点但不偏激,偶尔幽默"
voice: "第一人称,像一个懂行的朋友在分享见解"
word_count: "1500-2500"
# 内容风格(干货/故事/情绪/热点/测评)
# 影响选题偏好和框架推荐
content_style: "干货"
# 写作人格(决定文章语感和 AI 检测通过率)
# 可选midnight-friend / industry-observer / sharp-journalist / warm-editor / cold-analyst
# 详见 personas/ 目录
writing_persona: "midnight-friend"
# 禁忌
blacklist:
words: ["震惊", "必看", "不转不是中国人", "赶紧收藏"]
topics: ["政治敏感", "宗教", "色情", "赌博"]
# 参考账号风格
reference_accounts:
- "36氪"
- "虎嗅"
- "少数派"
# 排版
theme: "professional-clean"
# 封面
cover_style: "简洁科技感,蓝色调,扁平化设计"
# cover_template: "" # 设置后跳过 AI 生成,直接使用该文件
# 署名
author: "Demo编辑部"