Initial commit
This commit is contained in:
27
skills/novel/interactive-novel/README.md
Normal file
27
skills/novel/interactive-novel/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# interactive-novel(TODO)
|
||||
|
||||
## 定位
|
||||
|
||||
长篇小说撰写 / 写作助手:**交互式**流程——意图转述、用户确认、大纲/事件/正文迭代、长期状态更新。
|
||||
|
||||
## 预期 tag 域(草案)
|
||||
|
||||
```text
|
||||
用户.原始输入 | 用户.意图转述 | 用户.确认结果
|
||||
项目.设定 | 项目.风格要求 | 项目.写作偏好
|
||||
大纲.当前 | 大纲.候选修改 | 大纲.确认稿
|
||||
事件.当前 | 事件.候选修改 | 事件.确认稿
|
||||
正文.原文 | 正文.续写锚点 | 正文.草稿 | 正文.修正版 | 正文.确认稿
|
||||
风格.样例 | 风格.摘要 | 风格.约束
|
||||
记忆.长期摘要 | 记忆.更新候选 | 记忆.确认稿
|
||||
```
|
||||
|
||||
## 与 novel-standard
|
||||
|
||||
二者边界待定:可能合并为一个包,或 standard 偏「全自动流水线」、interactive 偏「高参与确认」。
|
||||
|
||||
## 下一步
|
||||
|
||||
- [ ] 定 orchestrator 阶段链
|
||||
- [ ] 拆分 worker(意图转述、大纲、事件、正文、记忆更新等)
|
||||
- [ ] 写 `orchestrator.md` 并注册
|
||||
Reference in New Issue
Block a user