Files
chatpapers/docs/newidea/README.md
T
2026-08-29 22:13:55 +08:00

30 lines
952 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.
# 文档索引
**BanDu(伴读)** — Zotero AI 论文伴读插件项目文档。
| 字段 | 内容 |
|------|------|
| 中文名 | 伴读 |
| 英文名 | BanDu |
| 插件全名 | BanDu for Zotero |
| 文档 | 说明 | 读者 |
|------|------|------|
| [PLAN.md](./PLAN.md) | 产品策划书:背景、竞品、设计决策、路线图 | 产品 / 全员 |
| [PRD.md](./PRD.md) | 产品需求规格说明书:功能需求、非功能需求、验收标准 | 产品 / 开发 / 测试 |
| [ARCHITECTURE.md](./ARCHITECTURE.md) | 软件架构设计:分层、数据模型、流水线、状态机 | 开发 / 架构 |
## 阅读顺序建议
1. **PLAN.md** — 理解产品定位与为什么做
2. **PRD.md** — 明确做什么、验收标准
3. **ARCHITECTURE.md** — 明确怎么做、模块与数据如何组织
## 文档关系
```
PLAN.md(策划)
├── PRD.md(需求:What
└── ARCHITECTURE.md(架构:How
```