novel-doomsday-resurgence/skills/fanfic-writer/prompts/v1/chapter_plan.md
唐天洛 cb9b16e5a8 初始提交:番茄小说创作工作区
包含:
- 核心配置文件(AGENTS.md, SOUL.md, USER.md等)
- 记忆系统(memory/文件夹)
- 技能库(skills/文件夹)
- 小说内容(novel/文件夹)
- .gitignore配置
2026-03-30 15:46:26 +08:00

34 lines
898 B
Markdown
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.

基于以下大纲,规划详细的章节列表:
书名: {book_title}
总字数: {total_words}
大纲: {main_outline}
【要求】
1. 每章控制在 2000-5000 字
2. 每章一个独立的小高潮或情节推进
3. 章节之间有连贯性,伏笔前后照应
4. 每章都要有卡点或钩子
5. 重要剧情章节字数要充足4000+
6. 过渡章节可以适当简短2000-3000
【输出格式】JSON
{
"chapters": [
{
"number": 1,
"title": "章节名(吸引眼球)",
"summary": "简略内容100字内",
"target_words": 3500,
"key_event": "本章核心事件",
"cliffhanger": "章节卡点"
},
...
],
"total_chapters": N,
"volume_breakdown": [
{"volume": 1, "name": "卷名", "chapters": "1-X", "key_plot": "卷核心剧情"}
],
"notes": "特别说明(如哪些章节是高潮、哪些是过渡)"
}