nanoresearch-experimen…
Generate a Python code skeleton from an experiment blueprint
Guides researchers through structured ideation frameworks to discover high-impact research directions. Use when exploring new problem spaces, pivoting between projects, or seeking novel angles on existing work.
$ npx -y skills add OpenRaiser/NanoResearch --skill brainstorming-research-ideas --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/brainstorming-research-ideasContext preview
The summary Claude sees to decide when to auto-load this skill.
Guides researchers through structured ideation frameworks to discover high-impact research directions. Use when exploring new problem spaces, pivoting between projects, or seeking novel angles on existing work.
name: brainstorming-research-ideas description: Guides researchers through structured ideation frameworks to discover high-impact research directions. Use when exploring new problem spaces, pivoting between projects, or seeking novel angles on existing work. version: 1.0.0 author: Orchestra Research license: MIT tags: [Research Ideation, Brainstorming, Problem Discovery, Creative Thinking, Research Strategy] dependencies: []
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.
**Do NOT use this skill when**:
---
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):
**Solution-First** (new capability → application):
**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**:
---
Every research problem sits at a particular level of abstraction. Deliberately moving up or down the ladder reveals ideas invisible at your current level.
| Direction | Action | Outcome | |-----------|--------|---------| | **Move Up** (generalize) | Turn a specific result into a broader principle | Framework papers, theoretical contributions | | **Move Down** (instantiate) | Test a general paradigm under concrete constraints | Empirical papers, surprising failure analyses | | **Move Sideways** (analogize) | Apply same abstraction level to adjacent domain | Cross-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**:
---
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 Pair | Research Opportunity | |-------------|---------------------| | Performance ↔ Efficiency | Can we match SOTA with 10x less compute? | | Privacy ↔ Utility | Can federated/encrypted methods close the accuracy gap? | | Generality ↔ Specialization | When does fine-tuning beat prompting, and why? | | Safety ↔ Capability | Can alignment improve rather than tax capability? | | Interpretability ↔ Performance | Do mechanistic insights enable better architectures? | | Scale ↔ Accessibility | Can 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**:
---
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 trai
端到端自主 AI 科研引擎 — 从研究想法到完整论文,全程自动化 快速开始 · 效果展示 · 流水线 · Claude Code · 飞书机器人 🔬 NanoResearch 真正运行计算实验——它不仅生成代码,还能将代码提交到 GPU 集群执行训练,收集真实实验结果,生成论文配图,最终输出一篇有实验数据支撑的完整 LaTeX 论文。论文中的每一个数据、表格、图表都来自实际运行的实验结果,而非 LLM 编造。
Generate a Python code skeleton from an experiment blueprint
Search academic literature and generate research hypotheses
Produce an experiment blueprint from a research hypothesis
Draft a LaTeX research paper from all previous stage outputs
Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear optimization…
Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships…