Skip to content
AI & Agents
Skill

/byted-util-prd-developer

产品需求文档(PRD)开发技能。帮助产品经理从需求分析到完整PRD文档的撰写,包含用户故事、功能规格、交互设计要求和验收标准。当用户需要编写产品需求文档、定义功能规格或制定验收标准时使用此技能。

From plugin
agentkit-samples
417156 skills
Install
$ npx -y skills add bytedance/agentkit-samples --skill byted-util-prd-developer --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/byted-util-prd-developer

Context preview

The summary Claude sees to decide when to auto-load this skill.

产品需求文档(PRD)开发技能。帮助产品经理从需求分析到完整PRD文档的撰写,包含用户故事、功能规格、交互设计要求和验收标准。当用户需要编写产品需求文档、定义功能规格或制定验收标准时使用此技能。

SKILL.md

byted-util-prd-developer.SKILL.md
name: byted-util-prd-developer
description: 产品需求文档(PRD)开发技能。帮助产品经理从需求分析到完整PRD文档的撰写,包含用户故事、功能规格、交互设计要求和验收标准。当用户需要编写产品需求文档、定义功能规格或制定验收标准时使用此技能。
version: 1.0.0
license: Apache-2.0
metadata:
  display_name: PRD产品需求文档生成工具
  permissions:
    - file_write

PRD Developer Skill

> 专业的产品需求文档(PRD)开发技能,帮助产品经理系统化地输出高质量的产品需求文档。

核心功能

1. **需求分析**:从用户描述中提取核心需求,进行优先级排序 2. **PRD 文档撰写**:输出结构化的产品需求文档 3. **用户故事编写**:按照标准格式编写用户故事和验收标准 4. **页面/功能规格**:定义页面结构、交互流程、状态管理

PRD 文档模板

标准前端项目 PRD 结构

# [项目名称] 产品需求文档

## 1. 项目概述
### 1.1 项目背景
### 1.2 项目目标
### 1.3 目标用户
### 1.4 成功指标

## 2. 功能需求
### 2.1 功能列表(按优先级排列)
| 功能模块 | 优先级 | 描述 | 状态 |
|----------|--------|------|------|
| ... | P0/P1/P2 | ... | 待开发 |

### 2.2 用户故事
- 作为[用户角色],我希望[功能描述],以便[用户价值]

### 2.3 页面结构
- 页面列表与层级关系
- 路由设计

## 3. 交互设计要求
### 3.1 页面流程图
### 3.2 关键交互说明
### 3.3 响应式设计要求
### 3.4 动效要求

## 4. 数据要求
### 4.1 数据模型
### 4.2 API 接口定义(Mock)
### 4.3 状态管理设计

## 5. 非功能性需求
### 5.1 性能要求
### 5.2 浏览器兼容性
### 5.3 可访问性(a11y)

## 6. 验收标准
### 6.1 功能验收清单
### 6.2 视觉验收标准
### 6.3 性能验收标准

## 7. 里程碑与排期

工作流程

1. **接收需求**:收集用户/老板的需求描述 2. **需求分析**:拆解需求,识别核心功能和扩展功能 3. **撰写 PRD**:按照上述模板结构化输出 PRD 文档 4. **定义 Mock 数据**:为前端开发提供 Mock API 定义 5. **制定验收标准**:明确功能和视觉的验收条件 6. **输出产物**:将 PRD 保存为 `PRD.md` 文件

最佳实践

  • **用户视角优先**:所有功能描述从用户价值出发
  • **明确边界**:清晰定义"做什么"和"不做什么"
  • **可量化指标**:验收标准必须可测量、可验证
  • **Mock 数据先行**:定义好数据结构后再开始开发
  • **渐进式细化**:先定义核心流程,再补充边缘场景

输出规范

  • PRD 文档保存为 `PRD.md`
  • Mock API 定义保存为 `mock-api.md` 或 `mock-api.json`
  • 设计规范整合到 DESIGN.md(配合 getdesign-md 技能下载的设计系统)
Read more
Ships withagentkit-samples

欢迎来到 AgentKit 代码工坊(Samples)仓库! AgentKit 是火山引擎推出的企业级 AI Agent 开发平台,为开发者提供完整的 Agent 构建、部署和运维解决方案。平台通过标准化的开发工具链和云原生基础设施,显著降低复杂智能体应用的开发部署门槛。 本代码库包含了一系列示例和教程,帮助您理解、实现和集成 AgentKit 的各项功能到您的应用中。

Get the whole plugin
Stats
428
Stars
91
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
7h ago
Last commit
9mo ago
Created

Repo: bytedance/agentkit-samples