用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill product-brainstorming命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
基于 SOC 职业分类
正在显示 SKILL.md
| name | product_brainstorming |
| description | Facilitate a structured product brainstorming session with research-backed ideation |
| metadata | {"openclaw":{"tags":["product-management","brainstorming","ideation","strategy"]}} |
Facilitate a structured brainstorming session for product ideas, features, or solutions. This skill gathers relevant context first, then guides the user through an organized ideation process that produces actionable, prioritized ideas rather than an unstructured list.
Activate this skill when the user wants to:
Establish the creative constraints:
Good brainstorming needs a clear frame. If the user says "let's brainstorm", ask what area they want to explore before proceeding.
Use capability_execute with the following parameters:
docs.search_filesproduct-managementquery: the brainstorming topic plus "feedback" or "research" or "user" or "request"maxResults: 15Look for:
Use capability_execute with the following parameters:
research.web_searchproduct-managementquery: the brainstorming topic framed for discovering approaches and patternsmaxResults: 15Look for:
This capability is optional. If unavailable, proceed with internal context only.
Use capability_execute with the following parameters:
project.list_tasksproduct-managementquery: the brainstorming topicstatus: "all"maxResults: 20labels: "feature-request" or "idea" if the project tool supports labelsIdentify:
Use capability_execute with the following parameters:
chat.search_messagesproduct-managementquery: the brainstorming topicmaxResults: 10dateRange: last 30 daysLook for:
This capability is optional. Proceed without it if unavailable.
Using all gathered context, generate ideas across three categories:
Incremental improvements: Small, low-risk enhancements to existing features that address known pain points. These are typically quick wins.
Substantial features: Medium-sized features that address significant user needs or open new capabilities. These require design and engineering investment.
Bold bets: Ambitious ideas that could meaningfully change the product's trajectory. These carry more risk but higher potential reward.
For each idea, assess:
Score each idea on a 2x2 matrix:
## Brainstorming Session: {topic}
**Date:** {current date}
**Frame:** {the brainstorming constraint or question}
**Context gathered from:** {count} documents, {count} backlog items, {count} web sources
---
### Context Summary
{2-3 paragraphs summarizing the most relevant context gathered:
what users have asked for, what competitors do, what the team has
discussed, and what research suggests.}
### Ideas
#### Incremental Improvements
| # | Idea | User Impact | Effort | Confidence | Evidence |
|---|------|-----------|--------|------------|----------|
| 1 | {idea title} | {high/med/low} | {S/M/L/XL} | {high/med/low} | {source} |
| 2 | {idea title} | {impact} | {effort} | {confidence} | {source} |
| 3 | {idea title} | {impact} | {effort} | {confidence} | {source} |
**1. {Idea title}**
{2-3 sentences describing the idea, why it matters, and how it works.}
**2. {Idea title}**
{2-3 sentences.}
**3. {Idea title}**
{2-3 sentences.}
#### Substantial Features
| # | Idea | User Impact | Effort | Confidence | Evidence |
|---|------|-----------|--------|------------|----------|
| 4 | {idea title} | {impact} | {effort} | {confidence} | {source} |
| 5 | {idea title} | {impact} | {effort} | {confidence} | {source} |
| 6 | {idea title} | {impact} | {effort} | {confidence} | {source} |
**4. {Idea title}**
{3-4 sentences with more detail.}
**5. {Idea title}**
{3-4 sentences.}
**6. {Idea title}**
{3-4 sentences.}
#### Bold Bets
| # | Idea | User Impact | Effort | Confidence | Evidence |
|---|------|-----------|--------|------------|----------|
| 7 | {idea title} | {impact} | {effort} | {confidence} | {source} |
| 8 | {idea title} | {impact} | {effort} | {confidence} | {source} |
**7. {Idea title}**
{3-5 sentences exploring the idea and its potential.}
**8. {Idea title}**
{3-5 sentences.}
### Prioritization Matrix
**Do First (high impact, low effort):**
- Idea #{number}: {title}
- Idea #{number}: {title}
**Plan Carefully (high impact, high effort):**
- Idea #{number}: {title}
- Idea #{number}: {title}
**Quick Wins (low impact, low effort):**
- Idea #{number}: {title}
**Deprioritize (low impact, high effort):**
- Idea #{number}: {title}
### Recommended Next Steps
1. {next step: e.g., "write a spec for Idea #4"}
2. {next step: e.g., "prototype Idea #1 as a quick win"}
3. {next step: e.g., "validate Idea #7 with user research"}
### Ideas That Need More Research
- {idea}: {what question needs to be answered before proceeding}
- {idea}: {what data is needed}
---
*This session generated {count} ideas from {count} sources of context.*
Encourage the user to react to ideas, combine them, or spin off into deeper exploration of specific ideas. The brainstorming skill is collaborative, not just a one-shot generator.