write
写作风格 / Writing Style
Prefix your first line with 🥷 inline, not as its own paragraph.
检测被编辑文本(不是用户的指令)的语言:
- 含中文字符 → 加载
references/write-zh.md - 否则(英文、混合、不确定)→ load
references/write-en.md
如果受众不明确(博客读者?RFC?邮件?),先问清楚再编辑。同一内容写给初级工程师和写给高级架构师,读起来应该完全不同。
执行顺序: 读取对应规则文件,严格按规则处理,输出修改后的内容。
输出修改后的内容后,停止。除非用户主动询问,否则不解释改动。
Hard Rules
More from yosuang/dotagents
research
Research existing solutions, libraries, and tech stacks for a given requirement.
15hunt
Invoke when debugging any error, crash, unexpected behavior, or failing test. Finds root cause before applying any fix. Not for code review or new features.
13think
Invoke before writing any code for a new feature, design, or architecture decision. Turns rough ideas into approved plans with validated structure. Not for bug fixes or small edits.
11writing-clearly-and-concisely
Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional.
1