AI Agent 技能:撰写产品需求文档(PRD) + 生成可交互原型。
clawhub install prd-writer
或手动克隆到你的 skills 目录:
git clone https://github.com/FinStep-AI/prd-writer-skill.git ~/clawd/skills/prd-writer
当用户提到以下关键词时自动触发: - "需求文档"、"PRD"、"产品需求"、"写需求" - "原型"、"feature list"
prd-writer/
├── SKILL.md # 技能主文件
├── references/ # 参考文档
│ ├── prd-template.md # PRD 模板
│ ├── feature-list-template.md
│ ├── prototype-guide.md # 原型生成指南
│ ├── quality-checklist.md # 质量检查清单
│ └── ...
└── scripts/ # 可执行脚本
└── ui-ux-pro-max/ # 设计系统搜索引擎
├── search.py # 主入口
└── data/ # 设计数据 CSV
用户: 帮我写一个电商小程序的 PRD
Agent: [自动触发 prd-writer 技能]
1. 采集需求
2. 生成 Feature List
3. 生成 PRD 文档
4. 生成设计系统
5. 生成 HTML 原型
# 生成完整设计系统推荐
python3 scripts/ui-ux-pro-max/search.py "SaaS dashboard" --design-system -p "项目名"
# 搜索配色方案
python3 scripts/ui-ux-pro-max/search.py "fintech" --domain color
# 搜索字体配对
python3 scripts/ui-ux-pro-max/search.py "modern elegant" --domain typography
MIT
$ claude mcp add prd-writer-skill \
-- python -m otcore.mcp_server <graph>