46 lines
1.9 KiB
Markdown
46 lines
1.9 KiB
Markdown
---
|
||
id: workflow-book-chapter
|
||
title: "Workflow Example: Book Chapter Development"
|
||
type: source
|
||
tags: [workflow, agent, writing]
|
||
sources: [raw/Agent/agency-agents/examples/workflow-book-chapter.md]
|
||
last_updated: 2026-04-21
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/agency-agents/examples/workflow-book-chapter.md]]
|
||
|
||
## Summary
|
||
- 核心主题:AI Agent 将粗糙素材转化为战略性的第一人称书籍章节草稿的工作流
|
||
- 问题域:作者有语音笔记、片段或战略笔记,但缺乏干净的章节草稿
|
||
- 方法/机制:Book Co-Author Agent 通过版本化草稿、编辑注释和明确修订问题实现结构化产出
|
||
- 结论/价值:产出强化品类定位、保留作者声音、暴露开放编辑决策的章节
|
||
|
||
## Key Claims
|
||
- Book Co-Author Agent 将源素材转化为带编辑注释和下一步问题的版本化章节草稿
|
||
- 工作流目标不是通用代笔,而是产生强化品类定位的章节
|
||
- 草稿必须保持第一人称声音
|
||
- 章节必须有一个清晰的承诺和内部逻辑
|
||
- 声明必须与源素材关联或标记为假设
|
||
- 移除通用激励语言
|
||
- 输出以明确修订问题结束,而非模糊交接
|
||
|
||
## Key Quotes
|
||
> "The goal is not generic ghostwriting. The goal is to produce a chapter that strengthens category positioning, preserves the author's voice, and exposes open editorial decisions clearly."
|
||
|
||
## Key Concepts
|
||
- [[Book Co-Author Agent]]:将源素材转化为版本化章节草稿的 AI Agent
|
||
- [[Versioned Draft]]:通过迭代循环产生的带版本号的章节草稿
|
||
- [[Editorial Notes]]:对假设和证据缺口的明确标注
|
||
- [[Feedback Loop]]:Agent 提供的结构化修订请求机制
|
||
|
||
## Key Entities
|
||
- [[The Agency]]:开源 AI 智能体集合项目,提供各类专业化 Agent
|
||
|
||
## Connections
|
||
- [[Book Co-Author Agent]] ← is_example_of ← [[The Agency]]
|
||
- [[Versioned Draft]] ← depends_on ← [[Feedback Loop]]
|
||
- [[Editorial Notes]] ← supports ← [[Book Co-Author Agent]]
|
||
|
||
## Contradictions
|