Loading...
Loading...
Compare original and translation side by side
| # | Question | Why It Matters |
|---|---|---|
| 1 | What problem does this solve? | Anchors the entire PRD |
| 2 | Who are the target users? (personas, roles) | Shapes user stories |
| 3 | How are users currently solving this? | Identifies competitive landscape |
| 4 | What is the impact of NOT solving this? | Justifies priority |
| # | 问题 | 重要性 |
|---|---|---|
| 1 | 该需求解决了什么问题? | 为整个PRD锚定核心方向 |
| 2 | 目标用户是谁?(用户画像、角色) | 支撑用户故事的设计 |
| 3 | 用户目前是如何解决这个问题的? | 明确竞争格局 |
| 4 | 不解决这个问题会带来什么影响? | 为优先级判定提供依据 |
| # | Question | Why It Matters |
|---|---|---|
| 5 | What does success look like? (specific metrics) | Defines success metrics |
| 6 | What are must-have vs nice-to-have features? | Sets priority tiers |
| 7 | What are the explicit non-goals? | Prevents scope creep |
| 8 | Are there existing solutions to learn from? | Informs design decisions |
| # | 问题 | 重要性 |
|---|---|---|
| 5 | 成功的标准是什么?(具体指标) | 定义可量化的成功指标 |
| 6 | 哪些是必备功能,哪些是锦上添花的功能? | 设定优先级层级 |
| 7 | 明确不做的事项有哪些? | 避免范围蔓延 |
| 8 | 有没有可参考的现有解决方案? | 为设计决策提供参考 |
| # | Question | Why It Matters |
|---|---|---|
| 9 | What is the timeline? Any hard deadlines? | Scopes release plan |
| 10 | What technical constraints exist? | Narrows solution space |
| 11 | What resources are available? | Sets realistic expectations |
| 12 | Are there compliance or regulatory requirements? | Identifies non-functional reqs |
| # | 问题 | 重要性 |
|---|---|---|
| 9 | 时间周期是怎样的?有没有硬性截止日期? | 划定发布计划的范围 |
| 10 | 存在哪些技术约束? | 缩小可行方案的范围 |
| 11 | 可用资源有哪些? | 设定合理的预期 |
| 12 | 是否有合规或监管要求? | 明确非功能性需求 |
prd-writerprd-writerundefinedundefined| Metric | Current | Target | How to Measure |
|---|
| Metric | Current | Target | How to Measure |
|---|
| Phase | Description | Target Date |
|---|
| Phase | Description | Target Date |
|---|
undefinedundefined| Priority | Meaning | Rule |
|---|---|---|
| P0 | Must-have for launch | Without this, the product does not ship |
| P1 | Important, ship soon after launch | Significant value but not blocking |
| P2 | Nice-to-have | Enhances experience, can wait |
| 优先级 | 含义 | 规则 |
|---|---|---|
| P0 | 上线必备 | 缺少该功能产品就不能发布 |
| P1 | 重要功能,上线后尽快发布 | 价值显著但不阻塞上线 |
| P2 | 锦上添花的功能 | 可提升体验,后续迭代再做 |
docs/prds/YYYY-MM-DD-<feature>.mddocs(prd): add PRD for <feature>brainstormingspec-writingdocs/prds/YYYY-MM-DD-<feature>.mddocs(prd): add PRD for <feature>brainstormingspec-writing| User Intent | Next Skill | Rationale |
|---|---|---|
| "Let's build this" | | Explore approaches then plan |
| "Write the specs" | | Break PRD into JTBD specs |
| "Just save it" | None | PRD is the deliverable |
| "Get estimates" | | Break into estimable tasks |
| 用户意图 | 下一个调用的Skill | 逻辑说明 |
|---|---|---|
| "我们来开发这个功能吧" | | 先探索实现方案再做规划 |
| "写一下详细规格" | | 将PRD拆解为JTBD规格 |
| "直接保存就行" | 无 | PRD本身就是交付物 |
| "评估一下工作量" | | 拆解为可估算的任务 |
| Mistake | Why It Is Wrong | What To Do Instead |
|---|---|---|
| Skipping discovery and jumping to draft | Produces assumptions-based PRD | Always complete Phase 1 first |
| Goals without metrics | Cannot measure success | Every goal needs a number |
| Missing non-goals | Scope creep guaranteed | Explicitly list what is out of scope |
| User stories without acceptance criteria | Untestable requirements | Add Given/When/Then to each story |
| Generic success metrics ("improve UX") | Unmeasurable | Use specific numbers: "reduce load time to <2s" |
| Presenting entire PRD at once for review | User overwhelmed, gives superficial approval | Present section by section |
| Copying competitor features verbatim | Misses actual user needs | Focus on user problems, not solutions |
| 错误 | 问题所在 | 正确做法 |
|---|---|---|
| 跳过调研直接开始起草 | 产出的PRD基于假设而非实际需求 | 始终先完成阶段1的调研 |
| 目标没有对应衡量指标 | 无法判断是否达成目标 | 每个目标都要有可量化的数值 |
| 缺少非目标定义 | 必然会出现范围蔓延 | 明确列出不在本次范围内的事项 |
| 用户故事没有验收标准 | 需求无法测试 | 为每个故事添加Given/When/Then格式的验收标准 |
| 使用通用的成功指标(比如「提升UX」) | 无法衡量 | 使用具体数值:比如「将加载时间缩短到2秒以内」 |
| 一次性展示完整PRD供评审 | 用户负担过重,只会给出表面的同意 | 逐节展示评审 |
| 原样照搬竞品功能 | 忽略了自身用户的真实需求 | 聚焦用户问题而非现成解决方案 |
| Skill | Relationship |
|---|---|
| Upstream: explores ideas before PRD; downstream: explores implementation after PRD |
| Downstream: PRD provides high-level requirements; specs detail them with JTBD |
| Downstream: plan references PRD requirements for task breakdown |
| Downstream: breaks PRD into estimable work items |
| Parallel: PRD informs what documentation is needed |
| Downstream: acceptance criteria from PRD feed test definitions |
| Skill | 关联关系 |
|---|---|
| 上游:PRD生成前用于探索创意;下游:PRD确认后用于探索实现方案 |
| 下游:PRD提供高层需求,规格文档基于PRD细化为JTBD |
| 下游:项目规划会参考PRD需求来做任务拆解 |
| 下游:将PRD拆解为可估算的工作项 |
| 并行:PRD会明确需要产出哪些技术文档 |
| 下游:PRD中的验收标准会作为测试用例的输入 |
Problem: Users cannot find relevant search results in the dashboard.
Users: Data analysts (primary), team leads (secondary).
Current workaround: Export to Excel and use Ctrl+F.
Impact of not solving: 30min/day wasted per analyst (team of 12).
Success metric: Reduce average search time from 5min to <30s.
Must-have: Full-text search across all dashboard widgets.
Non-goal: Advanced boolean query syntax (P2, not launch).
Timeline: 6 weeks to MVP.
Constraint: Must work with existing Elasticsearch cluster.Problem: Users cannot find relevant search results in the dashboard.
Users: Data analysts (primary), team leads (secondary).
Current workaround: Export to Excel and use Ctrl+F.
Impact of not solving: 30min/day wasted per analyst (team of 12).
Success metric: Reduce average search time from 5min to <30s.
Must-have: Full-text search across all dashboard widgets.
Non-goal: Advanced boolean query syntax (P2, not launch).
Timeline: 6 weeks to MVP.
Constraint: Must work with existing Elasticsearch cluster.