MCPcopy Index your code
hub / github.com/FinStep-AI/prd-writer-skill

github.com/FinStep-AI/prd-writer-skill @v1.2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.2.0 ↗ · + Follow
29 symbols 93 edges 3 files 27 documented · 93%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

PRD Writer Skill

AI Agent 技能:撰写产品需求文档(PRD) + 生成可交互原型。

功能

  • 📋 从会议记录/需求描述提取结构化需求
  • 📝 生成完整的 PRD 文档(Markdown 格式)
  • 🎨 集成 UI-UX-Pro-Max 设计系统
  • 🖥️ 生成单文件 HTML 可交互原型
  • 🚀 支持 Cloudflare Pages 一键部署

安装

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

License

MIT

Core symbols most depended-on inside this repo

search
called by 7
scripts/ui-ux-pro-max/core.py
wrap_text
called by 7
scripts/ui-ux-pro-max/design_system.py
_extract_results
called by 4
scripts/ui-ux-pro-max/design_system.py
tokenize
called by 2
scripts/ui-ux-pro-max/core.py
_search_csv
called by 2
scripts/ui-ux-pro-max/core.py
generate_design_system
called by 2
scripts/ui-ux-pro-max/design_system.py
format_output
called by 2
scripts/ui-ux-pro-max/search.py
fit
called by 1
scripts/ui-ux-pro-max/core.py

Shape

Function 15
Method 12
Class 2

Languages

Python100%

Modules by API surface

scripts/ui-ux-pro-max/design_system.py18 symbols
scripts/ui-ux-pro-max/core.py10 symbols
scripts/ui-ux-pro-max/search.py1 symbols

For agents

$ claude mcp add prd-writer-skill \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page