pm-brainstorm

Solid

Use when: 需要创意方案、探索产品方向、发散思维、本质问题分析、产品遇到瓶颈需要突破 Do NOT use when: 需求已明确需要直接执行、已有成熟方案无需创新

AI & Automation 13 stars 1 forks Updated today

Install

View on GitHub

Quality Score: 73/100

Stars 20%
38
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

## Preamble (run first) ```bash bash "$(dirname "${BASH_SOURCE[0]}")"/check-update.sh 2>/dev/null || true # 创建需求调研目录 mkdir -p docs/01-需求调研 # 检查是否有需求调研报告 if [ ! -f "docs/01-需求调研/需求调研报告.md" ]; then echo "⚠️ 未找到需求调研报告" echo "" echo "建议先执行 /pm-demand 完成需求调研" echo "" echo "您也可以选择:" echo "A) 执行 /pm-demand 先完成需求调研(推荐)" echo "B) 直接开始头脑风暴(快速模式)" echo "C) 手动输入基础信息" fi ``` --- ## 执行流程 ```dot digraph pm_brainstorm { rankdir=TB; node [shape=box, style=filled, fillcolor="#e3f2fd"]; subgraph cluster_input { label="前置数据"; style=filled; fillcolor="#f5f5f5"; "读取需求调研报告" [shape=box]; "快速模式输入" [shape=box]; } subgraph cluster_direction { label="方向选择"; style=filled; fillcolor="#fff3e0"; "确定发散方向" [shape=diamond]; "灵感火花激发" [shape=box, fillcolor="#c8e6c9"]; "产品功能创新" [shape=box]; "用户增长方案" [shape=box]; "商业模式设计" [shape=box]; "用户体验优化" [shape=box]; } subgraph cluster_subagent { label="灵感火花并行搜索(Subagent)"; style=filled; fillcolor="#e8f5e9"; "行业痛点搜索" [shape=box, fillcolor="#a5d6a7"]; "技术趋势搜索" [shape=box, fillcolor="#a5d6a7"]; "生活场景搜索" [shape=box, fillcolor="#a5d6a7"]; "跨界灵感搜索" [shape=box, fillcolor="#a5d6a7"]; } subgraph cluster_mode { label="头脑风暴模式"; style=filled; fillcolor="#fce4ec"; "常规发散思维" [shape=box]; "第一性原理拆解" [shape=box, fillcolor="#f8...

Details

Author
konglong87
Repository
konglong87/superPM
Created
2 months ago
Last Updated
today
Language
Shell
License
None

Related Skills