BR

brainstorming-research-ideas

Frameworks for brainstorming and validating research ideas.

Install

mkdir -p .claude/skills/brainstorming-research-ideas && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11550" && unzip -o skill.zip -d .claude/skills/brainstorming-research-ideas && rm skill.zip

Installs to .claude/skills/brainstorming-research-ideas

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Structured frameworks for discovering the next research idea. This skill provides ten complementary ideation lenses that help researchers move from vague curiosity to concrete, defensible research proposals. Each framework targets a different cognitive mode—use them individually
279 chars · catalog descriptionno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Generate research ideas from a problem-first perspective
  • Generate research ideas from a solution-first perspective
  • Explore research problems at different abstraction levels
  • Identify research opportunities by resolving tensions and contradictions
  • Transfer structural ideas from other disciplines (cross-pollination)

How it works

The skill applies ten ideation frameworks, such as Problem-First vs. Solution-First Thinking and The Abstraction Ladder, to a researcher's input, generating and refining potential research ideas.

Inputs & outputs

You give it
A researcher's current focus, vague curiosity, or half-formed idea.
You get back
10-20 raw research ideas, filtered and ranked to top 3-5, with a two-sentence pitch and next steps.

When to use brainstorming-research-ideas

  • Starting a new research project
  • Refining a research question
  • Overcoming creative blocks in research

About this skill

Research Idea Brainstorming

Structured frameworks for discovering the next research idea. This skill provides ten complementary ideation lenses that help researchers move from vague curiosity to concrete, defensible research proposals. Each framework targets a different cognitive mode—use them individually or combine them for comprehensive exploration.

When to Use This Skill

  • Starting a new research direction and need structured exploration
  • Feeling stuck on a current project and want fresh angles
  • Evaluating whether a half-formed idea has real potential
  • Preparing for a brainstorming session with collaborators
  • Transitioning between research areas and seeking high-leverage entry points
  • Reviewing a field and looking for underexplored gaps

Do NOT use this skill when:

  • You already have a well-defined research question and need execution guidance
  • You need help with experimental design or methodology (use domain-specific skills)
  • You want a literature review (use scientific-skills:literature-review)

Core Ideation Frameworks

1. Problem-First vs. Solution-First Thinking

Research ideas originate from two distinct modes. Knowing which mode you are in prevents a common failure: building solutions that lack real problems, or chasing problems without feasible approaches.

Problem-First (pain point → method):

  • Start with a concrete failure, bottleneck, or unmet need
  • Naturally yields impactful work because the motivation is intrinsic
  • Risk: may converge on incremental fixes rather than paradigm shifts

Solution-First (new capability → application):

  • Start with a new tool, insight, or technique seeking application
  • Often drives breakthroughs by unlocking previously impossible approaches
  • Risk: "hammer looking for a nail"—solution may lack genuine demand

Workflow:

  1. Write down your idea in one sentence
  2. Classify it: Is this problem-first or solution-first?
  3. If problem-first → verify the problem matters (who suffers? how much?)
  4. If solution-first → identify at least two genuine problems it addresses
  5. For either mode, articulate the gap: what cannot be done today that this enables?

Self-Check:

  • Can I name a specific person or community who needs this?
  • Is the problem I am solving actually unsolved (not just under-marketed)?
  • If solution-first, does the solution create new capability or just replicate existing ones?

2. The Abstraction Ladder

Every research problem sits at a particular level of abstraction. Deliberately moving up or down the ladder reveals ideas invisible at your current level.

DirectionActionOutcome
Move Up (generalize)Turn a specific result into a broader principleFramework papers, theoretical contributions
Move Down (instantiate)Test a general paradigm under concrete constraintsEmpirical papers, surprising failure analyses
Move Sideways (analogize)Apply same abstraction level to adjacent domainCross-pollination, transfer papers

Workflow:

  1. State your current research focus in one sentence
  2. Move UP: What is the general principle behind this? What class of problems does this belong to?
  3. Move DOWN: What is the most specific, constrained instance of this? What happens at the extreme?
  4. Move SIDEWAYS: Where else does this pattern appear in a different field?
  5. For each new level, ask: Is this a publishable contribution on its own?

Example:

  • Current: "Improving retrieval accuracy for RAG systems"
  • Up: "What makes context selection effective for any augmented generation system?"
  • Down: "How does retrieval accuracy degrade when documents are adversarially perturbed?"
  • Sideways: "Database query optimization uses similar relevance ranking—what can we borrow?"

3. Tension and Contradiction Hunting

Breakthroughs often come from resolving tensions between widely accepted but seemingly conflicting goals. These contradictions are not bugs—they are the research opportunity.

Common Research Tensions:

Tension PairResearch Opportunity
Performance ↔ EfficiencyCan we match SOTA with 10x less compute?
Privacy ↔ UtilityCan federated/encrypted methods close the accuracy gap?
Generality ↔ SpecializationWhen does fine-tuning beat prompting, and why?
Safety ↔ CapabilityCan alignment improve rather than tax capability?
Interpretability ↔ PerformanceDo mechanistic insights enable better architectures?
Scale ↔ AccessibilityCan small models replicate emergent behaviors?

Workflow:

  1. Pick your research area
  2. List the top 3-5 desiderata (things everyone wants)
  3. Identify pairs that are commonly treated as trade-offs
  4. For each pair, ask: Is this trade-off fundamental or an artifact of current methods?
  5. If artifact → the reconciliation IS your research contribution
  6. If fundamental → characterizing the Pareto frontier is itself valuable

Self-Check:

  • Have I confirmed this tension is real (not just assumed)?
  • Can I point to papers that optimize for each side independently?
  • Is my proposed reconciliation technically plausible, not just aspirational?

4. Cross-Pollination (Analogy Transfer)

Borrowing structural ideas from other disciplines is one of the most generative research heuristics. Many foundational techniques emerged this way—attention mechanisms draw from cognitive science, genetic algorithms from biology, adversarial training from game theory.

Requirements for a Valid Analogy:

  • Structural fidelity: The mapping must hold at the level of underlying mechanisms, not just surface similarity
  • Non-obvious connection: If the link is well-known, the novelty is gone
  • Testable predictions: The analogy should generate concrete hypotheses

High-Yield Source Fields for ML Research:

Source FieldTransferable Concepts
NeuroscienceAttention, memory consolidation, hierarchical processing
PhysicsEnergy-based models, phase transitions, renormalization
EconomicsMechanism design, auction theory, incentive alignment
EcologyPopulation dynamics, niche competition, co-evolution
LinguisticsCompositionality, pragmatics, grammatical induction
Control TheoryFeedback loops, stability, adaptive regulation

Workflow:

  1. Describe your problem in domain-agnostic language (strip the jargon)
  2. Ask: What other field solves a structurally similar problem?
  3. Study that field's solution at the mechanism level
  4. Map the solution back to your domain, preserving structural relationships
  5. Generate testable predictions from the analogy
  6. Validate: Does the borrowed idea actually improve outcomes?

5. The "What Changed?" Principle

Strong ideas often come from revisiting old problems under new conditions. Advances in hardware, scale, data availability, or regulations can invalidate prior assumptions and make previously impractical approaches viable.

Categories of Change to Monitor:

Change TypeExampleResearch Implication
ComputeGPUs 10x fasterMethods dismissed as too expensive become feasible
ScaleTrillion-token datasetsStatistical arguments that failed at small scale may now hold
RegulationEU AI Act, GDPRCreates demand for compliant alternatives
ToolingNew frameworks, APIsReduces implementation barrier for complex methods
FailureHigh-profile system failuresExposes gaps in existing approaches
CulturalNew user behaviorsShifts what problems matter most

Workflow:

  1. Pick a well-known negative result or abandoned approach (3-10 years old)
  2. List the assumptions that led to its rejection
  3. For each assumption, ask: Is this still true today?
  4. If any assumption has been invalidated → re-run the idea under new conditions
  5. Frame the contribution: "X was previously impractical because Y, but Z has changed"

6. Failure Analysis and Boundary Probing

Understanding where a method breaks is often as valuable as showing where it works. Boundary probing systematically exposes the conditions under which accepted techniques fail.

Types of Boundaries to Probe:

  • Distributional: What happens with out-of-distribution inputs?
  • Scale: Does the method degrade at 10x or 0.1x the typical scale?
  • Adversarial: Can the method be deliberately broken?
  • Compositional: Does performance hold when combining multiple capabilities?
  • Temporal: Does the method degrade over time (concept drift)?

Workflow:

  1. Select a widely-used method with strong reported results
  2. Identify the implicit assumptions in its evaluation (dataset, scale, domain)
  3. Systematically violate each assumption
  4. Document where and how the method breaks
  5. Diagnose the root cause of each failure
  6. Propose a fix or explain why the failure is fundamental

Self-Check:

  • Am I probing genuine boundaries, not just confirming known limitations?
  • Can I explain WHY the method fails, not just THAT it fails?
  • Does my analysis suggest a constructive path forward?

7. The Simplicity Test

Before accepting complexity, ask whether a simpler approach suffices. Fields sometimes over-index on elaborate solutions when a streamlined baseline performs competitively.

Warning Signs of Unnecessary Complexity:

  • The method has many hyperparameters with narrow optimal ranges
  • Ablations show most components contribute marginally
  • A simple baseline was never properly tuned or evaluated
  • The improvement over baselines is within noise on most benchmarks

Workflow:

  1. Identify the current SOTA method for your problem
  2. Strip it to its simplest possible core (what is the one key idea?)
  3. Build that minimal version with careful engineering
  4. Compare

Content truncated.

When not to use it

  • When a research question is already well-defined and execution guidance is needed
  • When help with experimental design or methodology is required
  • When a literature review is the primary goal

Limitations

  • Does not provide execution guidance for research questions.
  • Does not assist with experimental design or methodology.
  • Does not perform literature reviews.

How it compares

This skill provides structured cognitive frameworks to systematically explore and generate research ideas, moving beyond vague curiosity to concrete proposals, unlike unstructured brainstorming.

Compared to similar skills

brainstorming-research-ideas side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
brainstorming-research-ideas (this skill)04moNo flagsIntermediate
literature-review5592moReviewAdvanced
openalex-database487moReviewIntermediate
market-research-reports387moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

literature-review

K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).

5591,298

openalex-database

davila7

Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.

48202

market-research-reports

davila7

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.

38162

scientific-brainstorming

davila7

Research ideation partner. Generate hypotheses, explore interdisciplinary connections, challenge assumptions, develop methodologies, identify research gaps, for creative scientific problem-solving.

37155

exa-search

benjaminjackson

Search the web for content matching a query with AI-powered semantic search. Use for finding relevant web pages, research papers, news articles, code repositories, or any web content by meaning rather than just keywords.

9106

scientific-critical-thinking

davila7

Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.

1888

Search skills

Search the agent skills registry