Gen Prd

v1.0.0

通过交互式需求分析生成完整的 PRD 文档。基于领域知识库进行结构化提问和数据流推导,确保需求理解和数据流的完整性。仅当用户要「生成 PRD/需求文档」时使用;分析现有代码库请用 analyze。

0· 80·0 current·0 all-time
byLiu Feng@lf951515851
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (PRD generation) match the instructions: the skill loads domain knowledge under skills/libs/domain-knowledge/, asks structured questions, derives data flows, recommends tech stacks, and outputs a PRD. All requested resources (local knowledge files, templates) are proportional to the described goal.
Instruction Scope
The SKILL.md explicitly instructs the agent to load local knowledge files and to create directories and write a Markdown PRD to disk (default docs/prd/YYYY-MM-DD-{project-name}.md). Loading packaged knowledge and asking clarifying questions is expected, but the requirement that the agent 'must' create directories and 'must' write the file is a behavioral constraint that will modify the user's workspace — users should be aware the skill will write files rather than just display content.
Install Mechanism
Instruction-only skill with no install spec and no code files. No external downloads, package installs, or binaries requested; lowest install risk.
Credentials
The skill does not request environment variables, credentials, or config paths. It references only local skill knowledge paths (skills/libs/domain-knowledge/) and template files included with the skill — these are proportional to generating PRDs.
Persistence & Privilege
The skill is not marked always:true and cannot escalate model invocation privileges by itself. However, it explicitly requires writing files to the user's workspace (creating docs/prd/ and writing the PRD). That is normal for a generator but is a persistence action that will change the filesystem; users should expect modifications to the project directory.
Assessment
This skill appears to do exactly what it says: interactively generate PRD Markdown files using bundled domain-knowledge templates. It does not ask for credentials or install external code. Before installing/using it, note: 1) it will read local knowledge files under skills/libs/domain-knowledge/ (expected) and will create directories and write files to your workspace (default docs/prd/...); back up or review your project directory if you want to avoid accidental overwrites; 2) you should confirm or supply the desired --output path to control where files are written; 3) because it's instruction-only (no packaged code), there are no external network installs, but always review generated file content before committing or executing anything referenced in the PRD. If you want a read-only run (no disk writes), ask the agent to preview the PRD in-chat instead of using the 'write to disk' step.

Like a lobster shell, security has layers — review code before you run it.

latestvk97eppvkt6w6n5ae6wg92qqd2s83tkak

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments