Scripture Commentary
Format and write scripture commentary for religious texts with original text and explanations.
Workflow
- 1. Get source URL - If user didn't provide a link to the original text, ask for it first
- Confirm output path - Ask user where to save the file before starting
- Fetch source - Get the original text from URL or user-provided content
- Check existing format - If file exists, read it to match existing style
- Write in batches - Process content section by section
- Report progress - Announce progress at each 10% milestone
Format Rules
Basic Structure
CODEBLOCK0
Section Dividers
- - Use
--- (horizontal rule) to separate major sections/chapters from the source text - Use
# 一级标题 for chapter/section names (品、章、篇 etc.)
Line Length
- - Keep original text segments under 30 characters per line when possible
- One thought/idea per paragraph - complete the explanation within one paragraph
Example
CODEBLOCK1
Progress Reporting
Report progress at each 10% milestone:
- - 10% - "已完成 10%"
- 20% - "已完成 20%"
- ... and so on
Also report when each major section/chapter is complete.
Output
- - Write to the user-specified path
- Use UTF-8 encoding
- Ask before overwriting existing files
经文注释
为宗教文本撰写并格式化经文注释,包含原文与解释。
工作流程
- 1. 获取来源链接 - 若用户未提供原文链接,先询问获取
- 确认输出路径 - 开始前询问用户文件保存位置
- 获取原文 - 从链接或用户提供的内容中获取原文
- 检查现有格式 - 若文件已存在,读取以匹配现有风格
- 分批撰写 - 逐节处理内容
- 报告进度 - 每完成10%里程碑时报告进度
格式规则
基本结构
原文用行内代码块包围
解释在原文下一行
段落之间有一行空行
章节分隔符
- - 使用 ---(水平线)分隔原文中的主要章节
- 使用 # 一级标题 表示章节名称(品、章、篇等)
行长度
- - 每行原文尽量控制在30个字符以内
- 每段表达一个完整思想——在一个段落内完成解释
示例
markdown
行由品第一
时大师至宝林。
当时,六祖惠能大师抵达了韶州曹溪的宝林寺。
韶州韦刺史名璩与官僚入山。
韶州刺史韦璩与同僚官员们一起进入宝林山。
大师告众曰。善知识。
大师对大众说道:各位善知识。
进度报告
每完成10%里程碑时报告进度:
- - 10% - 已完成 10%
- 20% - 已完成 20%
- 以此类推
同时,每完成一个主要章节时也进行报告。
输出
- - 写入用户指定的路径
- 使用UTF-8编码
- 覆盖已有文件前需询问确认