一键导入
vr-brainstorm
Brainstorm research ideas and formulate research hypotheses. When a user presents a research topic or area of interest, explore related ideas.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Brainstorm research ideas and formulate research hypotheses. When a user presents a research topic or area of interest, explore related ideas.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Analyzes existing experiment results and designs/executes ablation experiments to verify the contribution of each component.
Skill for writing English text that reads as naturally human-authored, and for reviewing existing English text to detect and fix AI writing tells. Use this skill whenever the user asks to "write naturally", "remove AI tone", "make it sound human", "avoid AI tells", "de-AI", "humanize", "anti-AI writing", "sound less like ChatGPT", or any variation implying they want text free of detectable AI patterns. Also trigger when the user asks to review or edit text for AI-sounding patterns, or when they paste text and ask "does this sound like AI?" Even if the user simply says "write me a blog post" or "write an essay" without explicitly mentioning AI — if this skill is available, apply its principles by default to produce more natural prose.
Create a detailed experiment plan for a selected research idea. Define experiment variables, metrics, baselines, and datasets.
Deep literature review with multi-stage search, citation graph traversal, and full-text analysis. Uses Semantic Scholar API, arXiv HTML reading, and snowball search to produce comprehensive research landscape analysis.
Analyzes experiment results and generates publication-quality figures for papers using matplotlib.
Critically reviews a written paper from the perspective of a top-venue reviewer, providing strengths/weaknesses analysis and improvement suggestions.
基于 SOC 职业分类
| name | vr-brainstorm |
| description | Brainstorm research ideas and formulate research hypotheses. When a user presents a research topic or area of interest, explore related ideas. |
| user-invocable | true |
| argument-hint | ["research-topic"] |
Systematically brainstorm on a research topic presented by the user.
$ARGUMENTS - Research topic or area of interest (e.g., "Evaluating reasoning capabilities of LLMs")
Read .claude/skills/_shared/paper-search-protocol.md and execute a Level 1 search
focused on: "current research trends, recent breakthroughs, and open problems in [topic]".
Use the results to ground idea generation and avoid proposing already-solved problems.
Generate at least 5 research ideas from the following perspectives:
For each idea:
Evaluate and rank ideas based on the following criteria:
Save results to experiments/brainstorm_YYYYMMDD_<slugified-topic>.md (convert $ARGUMENTS to lowercase, replace spaces and special characters with hyphens).
# Research Brainstorming: [Topic]
Date: [YYYY-MM-DD]
## Topic Analysis
[Summary of core concepts and keywords]
## Idea List
### Idea 1: [Title]
- **RQ**: [Research question]
- **H**: [Hypothesis]
- **Expected Results**: [Description]
- **Novelty**: X/5 | **Feasibility**: X/5 | **Impact**: X/5
- **Complexity**: [Simple/Medium/Complex]
### Idea 2: [Title]
...
## Recommended Ranking
1. [Idea X] - Reason: ...
2. [Idea Y] - Reason: ...
## Next Steps
Run `/vr-literature-review [idea]` on the selected idea to investigate prior work.