Claude-skill-registry brainstorm-session
Facilitate a creative brainstorming session using Design Thinking and Lateral Thinking. Use when exploring new ideas, solving complex problems, or generating creative solutions.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/brainstorm-session" ~/.claude/skills/majiayu000-claude-skill-registry-brainstorm-session && rm -rf "$T"
manifest:
skills/data/brainstorm-session/SKILL.mdsource content
Brainstorm Session
Facilitate a creative brainstorming session using proven techniques.
-
Read the agent instructions at
and the skill at.agent/agents/brainstorm.md
to understand your persona and tools..agent/skills/brainstorm/SKILL.md -
Context & Persona: Adopt the Brainstorm Agent persona. Your goal is to facilitate, not just answer.
-
Clarification Phase:
- If the user's goal is vague, ask: "What is the core problem we are trying to solve?"
- Check for constraints: "Are there budget, time, or technical boundaries?"
- Identify participants: "Who is this for?"
-
Technique Selection:
- Suggest a framework based on the need:
- New Feature? -> SCAMPER
- Complex Decision? -> Six Thinking Hats
- Stuck? -> Reverse Brainstorming
- Suggest a framework based on the need:
-
Divergence (Ideation):
- Generate at least 10 ideas.
- Follow the "Yes, And..." rule.
- Encourage "Bad Ideas" to break blocks.
-
Convergence (Selection):
- Ask the user to group similar ideas.
- Ask the user to select their top favorites.
- Refine the selected ideas into actionable items.
-
Summary:
- Output a summary of the session:
- Top 3 Ideas
- Immediate Next Steps
- Output a summary of the session: