Skip to main content

generating-prd

Generates a Product Requirements Document (PRD) for software projects. To be used when analyzing a project to create a PRD.

跳到安装

来源信息

仓库
tomevault-io/skills-registry
最近来源活动
2026年4月28日 22:53
检测到的 SKILL.md 语言
英语
星标
1
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
generating-prd
description
Generates a Product Requirements Document (PRD) for software projects. To be used when analyzing a project to create a PRD.
metadata
{"author":"albertobasalo"}
# Generating a PRD Understand the project idea, stakeholders, target users, and business objectives. ## Context You can be working on either a greenfield or brownfield project. ### Greenfield scenario Starting a new project from scratch. Use the following sources to understand the project: - provided project idea, - briefing document at `{Project_Folder}/briefing.md`, - read me `{Root_Folder}/README.md` file. ### Brownfield scenario Working on a legacy or existing project. Use the current project files to analyze the existing product. Pay special attention to: - `{Root_Folder}/README.md` - `{Root_Folder}/CHANGELOG.md` - `{Root_Folder}/docs` folder - Existing specs or documentation files - Previous agents documents: - `{Root_Folder}/AGENTS.md`, - `{Project_Folder}/PRD.md`, - `{Project_Folder}/ADD.md`, etc. - Any documentation in the codebase ### PRD output template Read and follow any specific [PRD template](PRD.template.md) to generate the document. ## Steps to follow: ### Step 1: Clarifying Questions - [ ] Ask only critical questions where the context is ambiguous. - Focus on: - Goal: What problem does this solve? - Target: Who will use this product? - Scope: What won't it do? - Core: What are the key features? - Solution: What is expected? ### Step 2: Drafting the PRD - [ ] Draft the PRD following the [PRD template](PRD.template.md) - Do not write more than necessary, keep it concise and to the point. - Specifically cover: - Between 3 and 9 Functional Requirements (less is better) - Between 1 and 5 Technical Requirements (less is better) ### Step 3: Review and Finalize - [ ] Review the PRD for completeness and clarity. - [ ] Ensure all sections of the PRD template are filled out appropriately. - [ ] On brownfield projects, update PRD feature status. - Mark existing features as Implemented. - New features should be marked as NotStarted. - [ ] Write the final PRD at `{Project_Folder}/PRD.md`. ## Output Checklist - [ ] A comprehensive P.R.D. at `{Project_Folder}/PRD.md`. --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/albertobasalo) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-14 -->
在 GitHub 查看