Files
writing-agent/skills/novel/quick-write/README.md
2026-07-10 08:31:27 +08:00

31 lines
880 B
Markdown
Raw 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.
# quick-writeTODO
## 定位
**简易小说 / 最低设计路径**:不做细粒度 tag 路由,上下文尽量全量交给 LLM由模型理解用户行为与意图。
`weird-rules-short``interactive-novel` 等「标签驱动流水线」相对;工作量预期极少,适合快速写短篇、练手、验证 LLM。
## 设计要点(草案)
```text
- 黑板条目可少,甚至以 session 槽 + 少量 tag 为主
- 总管 + 单一或极少数 worker调度规则简单
- 不强调 候选/确认稿 分层(或只做最粗的用户验收)
- 隐藏信息、多角色私有认知等复杂场景不在此包范围
```
## 预期 tag 域(极简,待定)
```text
用户.输入
需求.摘要
正文.草稿
正文.确认稿 # 可选,仅最终交付
```
## 下一步
- [ ]`orchestrator.md` + 12 个 worker
- [ ] 注册到 `registry.yaml`