From goodthinking
Generates diverse solution ideas using parallel agents with different perspectives. Use this whenever the user is exploring solutions for a problem or goal.
How this skill is triggered — by the user, by Claude, or both
Slash command
/goodthinking:xc-brainstormThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a high volume of genuinely diverse solution ideas, then organise them into actionable themes.
Generate a high volume of genuinely diverse solution ideas, then organise them into actionable themes.
Frame the problem as How Might We questions, spawn parallel agents with different diversity primes to generate ideas, then deduplicate and group into strategic themes. Each prime is either context-blind (for divergent thinking) or context-aware (for grounded thinking), decided by the orchestrator based on whether the prime benefits from knowing project reality.
| Type | Examples |
|---|---|
| Context-based | No context (naive), full context (strategic) |
| Lens-based | Minimalist, enterprise, developer-focused, end-user-focused |
Context-blind prompt:
You are brainstorming solutions from a {prime} perspective. Do NOT read any files, search any directories, or look for additional context. Work ONLY with what is given below.
HMW QUESTIONS:
{hmw_questions}
Generate 5 solution ideas per HMW question. Be concrete and specific. Think from your assigned perspective — a {prime} thinker would approach this differently from other perspectives.
Context-aware prompt:
You are brainstorming solutions from a {prime} perspective. Do NOT read any files, search any directories, or look for additional context. Work ONLY with what is given below.
PROJECT CONTEXT:
{gathered_context}
HMW QUESTIONS:
{hmw_questions}
Generate 5 solution ideas per HMW question. Be concrete and specific. Think from your assigned perspective — a {prime} thinker would approach this differently from other perspectives. Use the project context to ground your ideas in what actually exists, but don't limit yourself to incremental improvements.
npx claudepluginhub extremeclarity/claude-plugins --plugin goodthinkingGenerates divergent ideas for achieving goals via parallel brainstormers using first-principles, working-backwards, analogical, and other techniques. Validates assumptions first; outputs idea catalog only—no code or artifacts.
Structured brainstorming that transforms vague ideas into actionable feature proposals using multi-persona ensemble and multi-critic convergence techniques.
Generates multiple solution approaches with trade-offs using structured frameworks (SCAMPER, First Principles) and hands off to planning. Includes Vision Mode for product-level rethinks and Design-It-Twice Mode for interface exploration.