pm-clarify

Solid

Use when: 有初步需求清单需要细化细节、需明确需求场景和边界条件、需求描述模糊需要结构化 Do NOT use when: 需求已足够详细可直达开发、仅需快速立项无需深入

Data & Documents 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) 手动输入需求列表(快速模式)" fi ``` --- ## 执行流程 ```dot digraph pm_clarify { rankdir=TB; node [shape=box, style=filled, fillcolor="#e3f2fd"]; subgraph cluster_input { label="前置数据读取"; style=filled; fillcolor="#f5f5f5"; "读取需求调研报告" [shape=box]; "读取创意方案库" [shape=box, fillcolor="#fff9c4"]; "快速模式手动输入" [shape=box, fillcolor="#ffccbc"]; } subgraph cluster_refine { label="逐个需求细化(循环)"; style=filled; fillcolor="#e8f5e9"; "确定使用场景" [shape=box]; "描述具体行为" [shape=box, fillcolor="#c8e6c9"]; "明确边界条件" [shape=diamond, fillcolor="#bbdefb"]; "设计异常处理" [shape=diamond, fillcolor="#fff9c4"]; "定义验收标准" [shape=box, fillcolor="#ffe0b2"]; } subgraph cluster_subagent { label="Subagent 并行分析(v2.0)"; style=filled; fillcolor="#f3e5f5"; "市场对标分析" [shape=box, fillcolor="#e1bee7"]; "技术可行性评估" [shape=box, fillcolor="#e1bee7"]; } "汇总生成确认需求清单" [shape=box, fillcolor="#ffccbc"]; "读取需求调研报告" -> "确定使用场景"; "读取创意方案库" -> "确定使用场景"; "快速模式手动输入" -> "确定使用场景"; "确定使用场景" -> "描述具体行为"; "描述具体行为" -> "明确边界条件"...

Details

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

Related Skills

Data & Documents Featured

clinical-decision-support

Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.

25,858 Updated today
K-Dense-AI
Data & Documents Featured

seo-dataforseo

Live SEO data via DataForSEO MCP server. SERP analysis (Google, Bing, Yahoo, YouTube, Google Images), keyword research (volume, difficulty, intent, trends), backlink profiles, on-page analysis (Lighthouse, content parsing), competitor analysis, content analysis, business listings, AI visibility (ChatGPT scraper, LLM mention tracking), and domain analytics. Requires DataForSEO extension installed. Use when user says "dataforseo", "live SERP", "keyword volume", "backlink data", "competitor data", "AI visibility check", "LLM mentions", "image SERP", "google images", "image rankings", or "real search data".

7,082 Updated today
AgriciDaniel
Data & Documents Featured

alphasense

AlphaSense integration. Manage data, records, and automate workflows. Use when the user wants to interact with AlphaSense data.

3,964 Updated 1 months ago
openclaw