← Back to Skills Marketplace
Prd Skill Workflow2
by
ShiXiangYu2
· GitHub ↗
· v1.0.0
· MIT-0
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install prd-skill-workflow2
Description
全栈PRD协作工作流。与用户共同探讨,产出可供开发、设计、测试、运营、项目经理使用的完整PRD文档。 协作流程共10步,输出PRD包含14个章节(项目概述、市场分析、需求列表、信息架构、用户流程、原型设计、UI规范、功能规格、数据模型、技术方案、非功能需求、测试方案、数据埋点、运营方案、项目计划)。 当用户说"帮...
Usage Guidance
This repository appears to implement what it claims: a conversational, template-driven PRD workflow with example outputs and local build scripts. If you plan to run it locally: 1) Inspect shell and node scripts (scripts/*.js, templates/*.sh, templates/update.sh) before running — they will read/write files and may run other commands. 2) Be aware npm install will fetch dependencies (Playwright is included) and 'npx playwright install chromium' downloads a browser binary; only run these in a trusted or sandboxed environment. 3) There is no request for secrets or external API keys in the skill, but local scripts can overwrite templates-config via init-custom-config — back up any important files first. 4) Minor inconsistency: some README/package.json commands reference update.js at the repo root while an update script exists under templates/; verify script paths before running update commands. Overall the package is internally consistent with its stated purpose; proceed after reviewing the scripts if you will execute them.
Capability Analysis
Type: OpenClaw Skill
Name: prd-skill-workflow2
Version: 1.0.0
The skill bundle provides a comprehensive and well-structured workflow for generating Product Requirement Documents (PRDs). It includes various Node.js and shell scripts for project initialization (init-prd.js/sh), version management (update.js/sh), quality scoring (score.js), and document generation (build.js and build-pdf.js using Playwright). While the bundle requires significant permissions for file system operations and local script execution, all observed logic is strictly aligned with the stated purpose of document creation and project management. No evidence of data exfiltration, malicious command execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description (full-stack PRD workflow) match the repository contents: prompts, templates, example PRDs, build and PDF generation scripts, and helper scripts for init/validate/score. Nothing in the manifest asks for unrelated cloud credentials or system-level access that would contradict the PRD-generation purpose.
Instruction Scope
SKILL.md and the prompts restrict the agent to conversational PRD authoring, stepwise prompts, and template-based output generation. The runtime instructions and prompts do not instruct reading arbitrary system secrets or contacting external endpoints beyond generating document outputs. The included scripts do perform local file reads/writes (merging fragments, building outputs) which are coherent with producing PRD artifacts.
Install Mechanism
The skill is instruction-only for the platform (no platform install spec), but it contains a Node project (package.json) with a dependency on Playwright. Running the repository locally requires 'npm install' and 'npx playwright install chromium' (Playwright will download a browser binary). That download and any npm install should be run only in environments where you trust the code; otherwise the skill itself doesn't force-install on the agent.
Credentials
No environment variables, credentials, or config paths are declared or required by the skill. The repository does include templates and scripts that read and write local files (templates-config, output files), which is appropriate for a document-generation tool and proportionate to the stated purpose.
Persistence & Privilege
The skill does not request permanent/always-on inclusion (always:false) and does not declare elevated privileges. Scripts can modify files within the project (init-custom-config, update/build scripts) which is expected for a local project scaffolder; nothing indicates it attempts to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prd-skill-workflow2 - After installation, invoke the skill by name or use
/prd-skill-workflow2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of prd-skill-workflow2 as prd-fullstack for collaborative, professional PRD creation.
- Supports a 10-step dialog-driven workflow to generate complete PRD documentation.
- Outputs a 14-chapter, enterprise-standard PRD covering product, user experience, functionality, technology, quality, operation, and management.
- Provides visualized output (tables, diagrams, flows) and allows step back/modification at any stage.
- Includes ready-to-use templates, product-type configs, checklists, scripts, and sample projects.
- Triggered by phrases like "帮我写PRD" or "产品需求文档".
Metadata
Frequently Asked Questions
What is Prd Skill Workflow2?
全栈PRD协作工作流。与用户共同探讨,产出可供开发、设计、测试、运营、项目经理使用的完整PRD文档。 协作流程共10步,输出PRD包含14个章节(项目概述、市场分析、需求列表、信息架构、用户流程、原型设计、UI规范、功能规格、数据模型、技术方案、非功能需求、测试方案、数据埋点、运营方案、项目计划)。 当用户说"帮... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Prd Skill Workflow2?
Run "/install prd-skill-workflow2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Prd Skill Workflow2 free?
Yes, Prd Skill Workflow2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Prd Skill Workflow2 support?
Prd Skill Workflow2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Prd Skill Workflow2?
It is built and maintained by ShiXiangYu2 (@shixiangyu2); the current version is v1.0.0.
More Skills