Brainstorm
Run a structured AI brainstorming session using one of 6 proven methods — Big Mind Mapping (broad idea generation), Reverse Brainstorming (invert the problem), Role Storming (multiple personas), SCAMPER (systematic transformation), Six Thinking Hats (balanced analysis), or Starbursting (question-first discovery). Use when the user wants to generate ideas, explore a problem, make a decision, or scope a project.From its SKILL.md
npx -y skills add knvpk/Agentic --skill brainstormAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 363 tokens by cl100k_base, as published. Nobody here has run it
Brainstorm
Step 1 — Pick a method
If the user didn't specify a method, use this table to recommend one:
| User's situation | Method | Reference |
|---|---|---|
| "I need ideas", stuck, blank slate | Big Mind Mapping | references/big-mind-mapping.md |
| "How do we improve / fix / prevent" | Reverse Brainstorming | references/reverse-brainstorming.md |
| "Different perspectives / stakeholders" | Role Storming | references/role-storming.md |
| "We have X, how do we transform it" | SCAMPER | references/scamper.md |
| "Should we do X", decision, pros/cons | Six Thinking Hats | references/six-thinking-hats.md |
| "Starting X, what do we need to know" | Starbursting | references/starbursting.md |
Step 2 — Load and run
- Tell the user which method you chose and why (one sentence)
- Load the corresponding file from the table above
- Follow the instructions in that file exactly
General rules (apply to all methods)
- Never evaluate or filter during generation phases — generation and criticism are separate
- Vague topic: ask one clarifying question, then proceed
- Mid-session method switch: keep the context, load the new method's file, reapply
- User wants a summary: synthesize key ideas from the session grouped by theme
What ships with it: 6 files
23.4 KB alongside SKILL.md
references/
- big-mind-mapping.md2.8 KB
- reverse-brainstorming.md3.0 KB
- role-storming.md3.6 KB
- scamper.md3.9 KB
- six-thinking-hats.md4.7 KB
- starbursting.md5.3 KB