返回 Skill 列表
创意设计入门
产品需求文档 PRD 生成 Skill
从一句话想法→完整PRD:用户故事+功能列表+交互流程+验收标准。
📋 SKILL.md 完整代码
--- name: prd-skill description: >- 从一句话想法→完整PRD:用户故事+功能列表+交互流程+验收标准。 Use when working on prd skill tasks. allowed-tools: Read,Write,Bash --- # 产品需求文档 PRD 生成 Skill ## Quick Start 1. Save as `~/.claude/skills/prd-skill/SKILL.md` 2. Restart Claude Code 3. Type `/prd-skill` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/prd-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /prd-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
PRD 结构
产品概述(一句话+目标用户+核心价值)→用户故事(As a...I want...So that...)→功能列表(P0/P1/P2优先级)→交互流程(文字描述+流程说明)→验收标准(每个功能的通过条件)→非功能需求(性能/安全/兼容性)。从想法到可执行方案,半天变30分钟。