Files
nexus/wiki/concepts/PRD自动生成.md
2026-04-15 16:33:26 +08:00

32 lines
1.3 KiB
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.
---
title: "PRD自动生成"
type: concept
tags: [产品管理, AI辅助, 文档自动化]
last_updated: 2026-04-15
---
## Definition
PRD自动生成基于 FeatureList需求框架和 Mermaid逻辑图由 AI 分页面口述生成需求文档的工作流。核心原则:分页面逐一描述、模板 + 调教、HTML 原型同步生成。
## Workflow
1. **FeatureList 共创**:与 Gemini 构思需求框架(见 [[FeatureList]]
2. **Mermaid 逻辑图**ER 图(数据结构)、泳道图(工作流)、时序图、甘特图
3. **分页面口述 PRD**
- 一个页面一个页面描述,复杂页面拆成几个状态
- 提供 PRD 写作指南 + 示例文档作为模板
- 逐版指出遗漏的交互细节和格式问题
4. **HTML 原型生成**Gemini 同步输出 HTML 代码,逐步生成后组合
5. **差量维护**:需求迭代时,将旧 HTML 丢给 Gemini描述修改内容即可
## Key Principles
- 分页面逐一描述:保持任务难度在 Gemini 胜任范围内
- 模板 + 调教:给规范文档和示例,让 AI 学习风格
- 直接指出错误:三句话带出一个文档写得好的"AI下属"
## Connections
- [[FeatureList]] ← 上游输入
- [[Mermaid]] ← 图形支持
- [[Gemini]] ← 主要工具
- [[精准表达]] ← 调教基础
- [[不会Gemini的产品经理真的要被淘汰了]] ← 来源