mcpskills.net
技能MCP智能体提示词
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← 返回技能
Engineering

生成 PRD

将当前对话转化为一份 PRD(产品需求文档),并发布到项目的问题追踪系统 —— 无需访谈,只需综合整理你们已经讨论过的内容。

作者:Matt Pocock仓库 →来源 →

本技能基于当前对话的上下文和对代码库的理解,生成一份 PRD(产品需求文档)。不要访谈用户 —— 只需综合整理你已掌握的信息。

流程

  1. 探查仓库,了解代码库当前的状态。

  2. 勾勒出你将用来测试该功能的接缝(seam)。应优先使用现有的接缝,而非新建接缝。

  3. 使用下面的模板编写 PRD,然后将其发布到项目的问题追踪系统。

PRD 模板:

## Problem Statement

The problem that the user is facing, from the user's perspective.

## Solution

The solution to the problem, from the user's perspective.

## User Stories

A LONG, numbered list of user stories. Each user story should be in the format of:

1. As an <actor>, I want a <feature>, so that <benefit>

## Implementation Decisions

A list of implementation decisions that were made.

Do NOT include specific file paths or code snippets.

## Testing Decisions

A list of testing decisions that were made.

## Out of Scope

A description of the things that are out of scope for this PRD.

## Further Notes

Any further notes about the feature.