← Back to Skills Marketplace
prd-development
by
xuyinghan02-cell
· GitHub ↗
· v1.0.1
· MIT-0
302
Downloads
1
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install prd-development
Description
将产品需求转化为Coding Agent可执行的需求文档。当用户提到"写PRD"、"产品需求文档"、"用户故事"、"功能说明",或提供会议记录/功能描述需要整理成开发文档时触发。
Usage Guidance
这个技能本身是“写 PRD”的指令集合,逻辑清晰且与说明一致。主要需要你关心两点:
1) 自动加载的外部技能:SKILL.md 会在检测到特定关键词时自动加载其它领域 skill(例如 DNS-analysis、botnet-analysis),并在完成后调用 docx_handler 导出 Word 文档。安装或启用此技能前,请先检查这些被引用的技能(名称、来源、它们要求的环境变量或凭据、是否会上传数据到外部服务)。如果你不认识或不信任这些被调用技能,禁用自动加载或在使用时手动确认加载。
2) 敏感数据处理:在把真实的会议记录或敏感需求输入到该技能前,先用非敏感示例测试流程,确认 docx_handler 的导出/传输行为(是否把文档上传到第三方)。
如果你能审查并信任被调用的领域 skill 与 docx_handler,且平台对技能间调用有恰当的授权控制,该技能可视为用途明确且可用。
Capability Assessment
Purpose & Capability
技能名称与说明(将用户输入整理为可执行的 PRD)与 SKILL.md 中的工作流和输出完全匹配;它不要求额外的系统权限、环境变量或二进制依赖,所需资源与功能相称。
Instruction Scope
SKILL.md 的运行指令限制在收集/整理需求、生成用户故事与功能说明、以及调用 docx_handler 将文档导出为 Word。唯一需要注意的扩展行为是:阶段二会“自动加载对应的领域 skill”(例如 DNS-analysis、botnet-analysis),并且阶段七会调用 docx_handler。技能本身没有指示读取本地敏感文件或环境变量,但自动加载/调用其他技能会把后续执行权交给那些技能,因此可能导致范围外行为,取决于被调用技能的实现。
Install Mechanism
指令-only,无安装规范、无代码文件,也不下载或写入磁盘。最低风险。
Credentials
本技能声明不需要任何环境变量或凭据。表中提到的其他技能名(如 DNS-analysis、botnet-analysis、docx_handler)可能需要凭据,但这不属于本技能直接请求的范围;建议在允许本技能调用这些技能前,先审查它们的要求。
Persistence & Privilege
always:false(默认),不会被强制常驻;disable-model-invocation:false(允许被模型自动调用)是平台默认行为。单独来看这并不构成异常,但结合自动加载其他技能的行为,应确认平台上这些技能的自治权限和边界。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prd-development - After installation, invoke the skill by name or use
/prd-development - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 移除了“决策规则(按优先级执行)”内容,简化了执行原则的描述。
- 其余开发工作流各阶段内容保持不变,仅优化排版与结构。
- 无功能、规则或流程上的更改。
v1.0.0
- Initial release of the prd-development skill.
- Converts high-level product needs or input (e.g., "写PRD", "用户故事", meeting notes) into a structured, executable PRD workflow.
- Step-by-step PRD process: background analysis, domain skill identification, user story breakdown, outline confirmation, functional specification, UI/interaction design, and Word doc export.
- Strong emphasis on actionable, unambiguous requirements with logic checks, missing info prompts, and explicit user confirmations for each workflow stage.
- Domain-specific skills auto-loaded based on detected keywords; fallback to general process if not matched.
- Built-in writing rules prioritize developer clarity, clear acceptance criteria, and actionable requirements.
Metadata
Frequently Asked Questions
What is prd-development?
将产品需求转化为Coding Agent可执行的需求文档。当用户提到"写PRD"、"产品需求文档"、"用户故事"、"功能说明",或提供会议记录/功能描述需要整理成开发文档时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.
How do I install prd-development?
Run "/install prd-development" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is prd-development free?
Yes, prd-development is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does prd-development support?
prd-development is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created prd-development?
It is built and maintained by xuyinghan02-cell (@xuyinghan02-cell); the current version is v1.0.1.
More Skills