← 返回 Skills 市场
xx235300

PRD-Writer

作者 xx235300 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
169
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install prd-assistant
功能描述
基于三阶段工作流与 MoSCoW 优先级,生成结构化产品需求文档(PRD),支持从零撰写、优化和文档转PRD。
安全使用建议
This skill appears to do what it says (PRD templates + chart generation) but check a few things before use: 1) Confirm how Feishu integration works — who provides feishu_fetch_doc and where credentials live; do not hand over Feishu tokens unless you trust the skill/source. 2) Be cautious opening generated HTML attachments: the template loads Mermaid from a CDN and sets mermaid securityLevel to 'loose' with htmlLabels enabled, which can let user-supplied content execute in your browser. Prefer an offline/bundled Mermaid script or change securityLevel to 'strict' and disable html labels. 3) Ask the publisher for a homepage or source code repo (none provided) and a clear statement about network usage and where files are uploaded. 4) Avoid using the skill with confidential data until you confirm Feishu upload behavior and sanitize inputs used in Mermaid diagrams. If you want stronger assurance, request the author remove CDN usage or provide a verifiable source for the templates and integration code.
功能分析
Type: OpenClaw Skill Name: prd-assistant Version: 3.0.0 The prd-assistant skill bundle is a legitimate tool designed to help users generate structured Product Requirement Documents (PRDs). It follows a clear three-stage workflow (Context Gathering, Refinement, and Reader Testing) and provides templates for various PRD sections, including Mermaid diagrams and a five-party review process. The use of an external CDN for Mermaid rendering in 'mermaid_template.html' and the 'feishu_fetch_doc' tool call are consistent with the stated functionality of document generation and analysis. No evidence of malicious intent, data exfiltration, or unauthorized command execution was found.
能力评估
Purpose & Capability
Name/description, templates and workflow all match a PRD-writing assistant. File manifest contains PRD templates, review templates and Mermaid HTML — consistent with stated purpose. Minor mismatch: SKILL.md references reading Feishu documents (feishu_fetch_doc) and producing Feishu attachments, but the skill declares no required env vars or credentials for Feishu integration; that expectation is not documented or justified.
Instruction Scope
Runtime instructions generate HTML attachments embedding Mermaid and reference using feishu_fetch_doc to fetch docs and producing Feishu attachments. The HTML template includes a script tag that loads Mermaid from a CDN and initializes mermaid with securityLevel:'loose' and htmlLabels:true — this combination can allow user-supplied content to include HTML/JS, creating a cross-site scripting or arbitrary code execution risk when opened in a browser. The SKILL.md also contains a contradictory claim ('无需网络') while the HTML requires CDN access, which is an internal inconsistency in instructions.
Install Mechanism
Instruction-only skill with no install spec and no binary dependencies. That's low-risk from an installation/execution point of view — nothing is downloaded or written by an installer step.
Credentials
The skill declares no required env vars or credentials, which is plausible for a pure template generator. However, it explicitly references feishu_fetch_doc and producing '飞书云文档' attachments; if the agent is expected to fetch/upload to Feishu, credentials or an integration token would normally be required. Absence of declared credentials is an incoherence to verify with the skill author.
Persistence & Privilege
Flags show always:false and normal autonomous invocation allowed. The skill does not request persistent presence or system-wide configuration changes in the provided files/instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prd-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prd-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
PRD-Writer 3.0.0 introduces multi-mode capability, five-party review, and built-in visual chart generation. - 新增三种 PRD 生成模式(完整、标准、快速),支持灵活模式选择和自动推断。 - 集成五方评审(技术、运营、设计、商业、法务),可按需开关。 - 内置 Mermaid 图表模板,自动生成用户旅程图/业务流程图,并支持 HTML 附件导出。 - 支持标准/完整模式下的 7 维度细致需求收集,快速模式下仅收集核心信息。 - 目录结构优化,模板与评审/图表模块独立存放,便于扩展与维护。 - 触发词、输出维度显著丰富,适应更多使用场景。
v2.0.0
**Changelog v1.0.1** - Expanded trigger phrases to better recognize various user intents related to PRD drafting and optimization. - Updated PRD template file paths in skill configuration to remove subdirectory references. - Clarified and detailed multi-stage input confirmation and review process, introducing stepwise P0/P1/P2 confirmation rounds for PRD completeness. - Enhanced user guidance: added more sample dialogues, explicit operation tips, common mistakes, and “key judgment points” for user decision-making. - Provided clearer instructions on prioritization when multiple input modes match. - Improved explanation and formatting of key sections—including MoSCoW functional prioritization, success metrics, and acceptance criteria—to align with best practices.
v1.0.0
- Initial release of the PRD-Writer skill. - Generates structured product requirement documents (PRD) following a three-stage workflow based on Anthropic methodology and MoSCoW prioritization. - Supports writing PRDs from scratch, optimizing existing drafts, or generating PRDs from requirement documents. - Detects user input mode (idea, draft text, or Feishu doc link) and adapts its questions. - Provides detailed PRD sections (project overview, user analysis, requirements, success metrics, acceptance criteria, technical constraints, appendix) with progress markers and confirmation checklists. - Offers both Chinese and English PRD templates and supports outputting to Feishu cloud docs.
元数据
Slug prd-assistant
版本 3.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

PRD-Writer 是什么?

基于三阶段工作流与 MoSCoW 优先级,生成结构化产品需求文档(PRD),支持从零撰写、优化和文档转PRD。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。

如何安装 PRD-Writer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prd-assistant」即可一键安装,无需额外配置。

PRD-Writer 是免费的吗?

是的,PRD-Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

PRD-Writer 支持哪些平台?

PRD-Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PRD-Writer?

由 xx235300(@xx235300)开发并维护,当前版本 v3.0.0。

💬 留言讨论