Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

brainstorming-research-ideas集思广益研究想法

Agent Skill

brainstorming-research-ideas 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,058

周安装

45

GitHub Stars

7,592

下载量

371
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:brainstorming-research-ideas(集思广益研究想法)
来源仓库:https://github.com/zechenzhangagi/ai-research-skills
仓库路径:skills/brainstorming-research-ideas
安装命令:
npx skills add https://github.com/zechenzhangagi/ai-research-skills --skill brainstorming-research-ideas
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/zechenzhangagi/ai-research-skills --skill brainstorming-research-ideas

简介

brainstorming-research-ideas 提供十种互补的创意启发框架,帮助研究者从模糊兴趣点转化为具体可执行的研究计划。

  • 适合启动新研究方向、突破项目瓶颈或评估半成品创意潜力,尤其适用于学术、产品或战略类场景的集思广益。
  • 支持独立使用或组合多个认知模式进行深度挖掘,输出结构化的假设清单与验证路径建议。
  • 使用前无需特殊环境配置,但建议在 PLAN MODE 下运行以确保流程完整性,避免直接用于编码实施阶段。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

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 fairly: same compute budget, same tuning effort
  5. If the gap is small → the contribution is the simplicity itself
  6. If the gap is large → you now understand what the complexity buys

Contribution Framing:

  • "We show that [simple method] with [one modification] matches [complex SOTA]"
  • "We identify [specific component] as the critical driver, not [other components]"

8. Stakeholder Rotation

Viewing a system from multiple perspectives reveals distinct classes of research questions. Each stakeholder sees different friction, risk, and opportunity.

Stakeholder Perspectives:

StakeholderKey Questions
End UserIs this usable? What errors are unacceptable? What is the latency tolerance?
DeveloperIs this debuggable? What is the maintenance burden? How does it compose?
TheoristWhy does this work? What are the formal guarantees? Where are the gaps?
AdversaryHow can this be exploited? What are the attack surfaces?
EthicistWho is harmed? What biases are embedded? Who is excluded?
RegulatorIs this auditable? Can decisions be explained? Is there accountability?
OperatorWhat is the cost? How does it scale? What is the failure mode?

Workflow:

  1. Describe your system or method in one paragraph
  2. Assume each stakeholder perspective in turn (spend 5 minutes per role)
  3. For each perspective, list the top 3 concerns or questions
  4. Identify which concerns are unaddressed by existing work
  5. The unaddressed concern with the broadest impact is your research question

9. Composition and Decomposition

Novelty often emerges from recombination or modularization. Innovation frequently lies not in new primitives, but in how components are arranged or separated.

Composition (combining existing techniques):

  • Identify two methods that solve complementary subproblems
  • Ask: What emergent capability arises from combining them?
  • Example: RAG + Chain-of-Thought → retrieval-augmented reasoning

Decomposition (breaking apart monolithic systems):

  • Identify a complex system with entangled components
  • Ask: Which component is the actual bottleneck?
  • Example: Decomposing "fine-tuning" into data selection, optimization, and regularization reveals that data selection often matters most

Workflow:

  1. List the 5-10 key components or techniques in your area
  2. Compose: Pick pairs and ask what happens when you combine them
  3. Decompose: Pick a complex method and isolate each component's contribution
  4. For compositions: Does the combination create emergent capabilities?
  5. For decompositions: Does isolation reveal a dominant or redundant component?

10. The "Explain It to Someone" Test

A strong research idea should be defensible in two sentences to a smart non-expert. This test enforces clarity of purpose and sharpens the value proposition.

The Two-Sentence Template:

Sentence 1 (Problem): "[Domain] currently struggles with [specific problem], which matters because [concrete consequence]." Sentence 2 (Insight): "We [approach] by [key mechanism], which works because [reason]."

If You Cannot Fill This Template:

  • The problem may not be well-defined yet → return to Framework 1
  • The insight may not be clear yet → return to Framework 7 (simplify)
  • The significance may not be established → return to Framework 3 (find the tension)

Calibration Questions:

  • Would a smart colleague outside your subfield understand why this matters?
  • Does the explanation stand without jargon?
  • Can you predict what a skeptic's first objection would be?

Integrated Brainstorming Workflow

Use this end-to-end workflow to go from blank page to ranked research ideas.

Phase 1: Diverge (Generate Candidates)

Goal: Produce 10-20 candidate ideas without filtering.

  1. Scan for tensions (Framework 3): List 5 trade-offs in your field
  2. Check what changed (Framework 5): List 3 recent shifts (compute, data, regulation)
  3. Probe boundaries (Framework 6): Pick 2 popular methods and find where they break
  4. Cross-pollinate (Framework 4): Pick 1 idea from an adjacent field
  5. Compose/decompose (Framework 9): Combine 2 existing techniques or split 1 apart
  6. Climb the abstraction ladder (Framework 2): For each candidate, generate up/down/sideways variants

Phase 2: Converge (Filter and Rank)

Goal: Narrow to 3-5 strongest ideas.

Apply these filters to each candidate:

FilterQuestionKill Criterion
Explain-It Test (F10)Can I state this in two sentences?If no → idea is not yet clear
Problem-First Check (F1)Is the problem genuine and important?If no one suffers from this → drop it
Simplicity Test (F7)Is the complexity justified?If a simpler approach works → simplify or drop
Stakeholder Check (F8)Who benefits? Who might object?If no clear beneficiary → drop it
FeasibilityCan I execute this with available resources?If clearly infeasible → park it for later

Phase 3: Refine (Sharpen the Winner)

Goal: Turn the top idea into a concrete research plan.

  1. Write the two-sentence pitch (Framework 10)
  2. Identify the core tension being resolved (Framework 3)
  3. Specify the abstraction level (Framework 2)
  4. List 3 concrete experiments that would validate the idea
  5. Anticipate the strongest objection and prepare a response
  6. Define a 2-week pilot that would provide signal on feasibility

Completion Checklist:

  • Two-sentence pitch is clear and compelling
  • Problem is genuine (problem-first check passed)
  • Approach is justified (simplicity test passed)
  • At least one stakeholder clearly benefits
  • Core experiments are specified
  • Feasibility pilot is defined
  • Strongest objection has a response

Framework Selection Guide

Not sure which framework to start with? Use this decision guide:

Your SituationStart With
"I don't know what area to work in"Tension Hunting (F3) → What Changed (F5)
"I have a vague area but no specific idea"Abstraction Ladder (F2) → Failure Analysis (F6)
"I have an idea but I'm not sure it's good"Explain-It Test (F10) → Simplicity Test (F7)
"I have a good idea but need a fresh angle"Cross-Pollination (F4) → Stakeholder Rotation (F8)
"I want to combine existing work into something new"Composition/Decomposition (F9)
"I found a cool technique and want to apply it"Problem-First Check (F1) → Stakeholder Rotation (F8)
"I want to challenge conventional wisdom"Failure Analysis (F6) → Simplicity Test (F7)

Common Pitfalls in Research Ideation

PitfallSymptomFix
Novelty without impact"No one has done X" but no one needs XApply Problem-First Check (F1)
Incremental by defaultIdea is +2% on a benchmarkClimb the Abstraction Ladder (F2)
Complexity worshipMethod has 8 components, each helping marginallyApply Simplicity Test (F7)
Echo chamberAll ideas come from reading the same 10 papersUse Cross-Pollination (F4)
Stale assumptions"This was tried and didn't work" (5 years ago)Apply What Changed (F5)
Single-perspective biasOnly considering the ML engineer's viewUse Stakeholder Rotation (F8)
Premature convergenceCommitted to first idea without exploring alternativesRun full Diverge phase

Usage Instructions for Agents

When a researcher asks for help brainstorming research ideas:

  1. Identify their starting point: Are they exploring a new area, stuck on a current project, or evaluating an existing idea?
  2. Select appropriate frameworks: Use the Framework Selection Guide to pick 2-3 relevant lenses
  3. Walk through frameworks interactively: Apply each framework step-by-step, asking the researcher for domain-specific inputs
  4. Generate candidates: Aim for 10-20 raw ideas across frameworks
  5. Filter and rank: Apply the Converge phase filters to narrow to top 3-5
  6. Refine the winner: Help articulate the two-sentence pitch and define concrete next steps

Key Principles:

  • Push for specificity—vague ideas ("improve efficiency") are not actionable
  • Challenge assumptions—ask "why?" at least three times
  • Maintain a written list of all candidates, even rejected ones (they may recombine later)
  • The researcher makes the final call on which ideas to pursue; the agent facilitates structured thinking

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.1%
按下载量换算141

Claude

29.45%
按下载量换算109

Cursor

19.26%
按下载量换算71

Gemini CLI

9.14%
按下载量换算34

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills