← Back to Skills Marketplace
tc1993

Prd Skill

by 唐超 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
234
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install prd-skill
Description
Generate structured Product Requirements Documents (PRD) from natural language user requirements. Use when a user provides an app idea or feature request and...
Usage Guidance
This skill is coherent for generating PRDs. Before installing, confirm two operational details: (1) you are okay with the skill writing PRD files to a local 'prd-output/' directory (check where that folder will be created and who can access it); (2) the skill will automatically trigger downstream pipeline skills (dev-skill, qa-skill) via session messaging—make sure those skills exist and are trusted, otherwise disable or restrict automatic triggering. No credentials or external installs are requested, which reduces risk, but review and test the skill in a safe environment if you want to validate its auto-trigger behavior.
Capability Analysis
Type: OpenClaw Skill Name: prd-skill Version: 1.0.1 The skill bundle contains standard metadata and markdown instructions for a Product Requirements Document (PRD) generator. The instructions in SKILL.md describe a legitimate workflow for transforming user requirements into structured documentation and triggering subsequent development steps within a pipeline. No malicious code, data exfiltration, or harmful prompt injection patterns were found.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the SKILL.md describes parsing requirements and producing a structured PRD. It mentions integration with dev-skill and qa-skill as the next steps, which is a reasonable part of an auto-dev pipeline and consistent with the stated purpose.
Instruction Scope
Instructions are focused on PRD creation. Two runtime behaviors to note: (1) it states it will save the PRD to a local path ('prd-output/' with timestamp) — writing files is not declared elsewhere but is plausible for a document generator; (2) it says it 'triggers dev-skill' and uses 'sessions_send' to coordinate pipeline steps. Those are not inherently malicious but are additional side effects (file writes and cross-skill triggering) beyond mere text generation and should be expected and reviewed prior to use.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest-risk model for installation because nothing is downloaded or written by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. That fits its function of transforming input text into a PRD and handing it off to other pipeline skills; there are no disproportionate secret or credential requests.
Persistence & Privilege
always is false (normal). The skill is user-invocable and may be invoked autonomously per platform defaults. Combined with its explicit auto-triggering of dev-skill and session messaging, this means one invocation can spawn further pipeline actions — confirm you want that automation and that the downstream skills are trusted. The skill does not request persistent presence or modify other skills' configs in the provided instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prd-skill
  3. After installation, invoke the skill by name or use /prd-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated SKILL.md to provide a concise, English-language overview and workflow for the skill. - Clarified the PRD generation process, including outlined sections such as user flows, technical requirements, and non-functional needs. - Added sample user input and example PRD output for clearer guidance. - Documented integration with dev-skill and qa-skill in the auto-dev-pipeline. - Introduced best practices for requirement gathering and PRD creation.
v1.0.0
prd-skill 1.0.0 – 自动PRD文档生成器上线 - 支持根据用户自然语言需求生成结构化PRD,覆盖功能、页面、流程、技术等关键要素 - 自动识别关键词,智能触发需求分析与文档化流程 - 输出标准PRD文档及元数据,便于后续开发衔接 - 完善的错误处理、状态追踪与流水线集成能力 - 配置项灵活,支持详细程度、技术栈等参数自定义 - 自动对接下游dev-skill,实现流程全自动无人工干预
Metadata
Slug prd-skill
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Prd Skill?

Generate structured Product Requirements Documents (PRD) from natural language user requirements. Use when a user provides an app idea or feature request and... It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.

How do I install Prd Skill?

Run "/install prd-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Prd Skill free?

Yes, Prd Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Prd Skill support?

Prd Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Prd Skill?

It is built and maintained by 唐超 (@tc1993); the current version is v1.0.1.

💬 Comments