بنقرة واحدة
research-idea-convergence
// Generates 2-4 candidate research directions from survey results, presents them with pros/cons for user selection, and converges to a publishable angle.
// Generates 2-4 candidate research directions from survey results, presents them with pros/cons for user selection, and converges to a publishable angle.
Search traceable academic papers, download legally accessible PDFs from arXiv and open-access sources, convert PDFs or page images to Markdown with a PaddleOCR layout-parsing API (or local pdfminer fallback), and organize the results into an AI-readable literature library. Use when Claude Code needs to build a paper corpus, batch OCR PDFs to Markdown, ingest real literature into a knowledge base, fetch arXiv or Hugging Face paper leads, or turn a directory of papers into structured Markdown plus metadata.
Delegate complex coding tasks to Claude Code CLI
Delegate coding tasks to OpenAI Codex CLI
通过 compute-helper CLI 在远程服务器上自主执行、调试、迭代
Academic research assistant for literature reviews, paper analysis, and scholarly writing.
# bioinformatics-init-analysis
| id | research-idea-convergence |
| name | Research Idea Convergence |
| version | 1.0.0 |
| description | Generates 2-4 candidate research directions from survey results, presents them with pros/cons for user selection, and converges to a publishable angle. |
| stages | ["ideation"] |
| tools | ["read_file","search_project","write_file"] |
| summary | Interactive research direction selection. Reads survey reports and gap analysis, generates 2-4 candidate research directions with pros/cons/feasibility, and waits for user selection before writing the final publishable angle. |
| primaryIntent | ideation |
| intents | ["ideation","research"] |
| capabilities | ["research-planning"] |
| domains | ["academic"] |
| keywords | ["research-idea-convergence","idea selection","research direction","publishable angle","candidate","convergence","interactive","ideation"] |
| source | builtin |
| status | verified |
| resourceFlags | {"hasReferences":false,"hasScripts":false,"hasTemplates":true,"hasAssets":false,"referenceCount":0,"scriptCount":0,"templateCount":1,"assetCount":0,"optionalScripts":false} |
Interactive research direction selection for academic projects. Generates multiple candidate research directions from survey/literature results, presents them with structured comparison for user selection, then converges to a final publishable angle.
Use this skill when:
Do NOT use this skill when:
Read all available survey outputs to understand the research landscape:
| File | Purpose |
|---|---|
.pipeline/docs/research_brief.json | Research topic, goal, target venue |
.viewerleaf/research/Survey/reports/*.md | Literature screening, gap summary |
.pipeline/tasks/tasks.json | Current task states and progress |
Extract:
Produce 2-4 candidate research directions. For each candidate, provide:
## 候选方向 N:[方向名称]
**核心思路:** [1-2 句技术路线和创新点]
**研究问题:** [具体要回答的科学问题]
**方法概要:**
- [关键技术 1]
- [关键技术 2]
- ...
**对标基线:**
- [需要对比的已有方法 1]
- [需要对比的已有方法 2]
**目标刊物:** [适合投稿的会议/期刊]
**✅ 优势:**
- [优势 1]
- [优势 2]
**⚠️ 风险:**
- [风险 1]
- [风险 2]
**可行性评分:** ⭐⭐⭐⭐☆ (x/5)
- 实验资源: x/5
- 时间可控: x/5
- 技术难度: x/5
- 发表潜力: x/5
在列出所有候选方向后,给出一个汇总对比表:
## 📊 候选方向对比
| 维度 | 方向 1 | 方向 2 | 方向 3 |
|------|--------|--------|--------|
| 创新性 | ⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ |
| 可行性 | ⭐⭐⭐⭐⭐ | ⭐⭐⭐ | ⭐⭐ |
| 发表潜力 | ⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ |
| 实验周期 | 2 周 | 4 周 | 6 周 |
| 推荐度 | 🟡 稳妥 | 🟢 推荐 | 🔴 激进 |
[USER_CHECKPOINT] — 必须在此处停下,等待用户回复。
向用户提问:
- 你倾向于哪个方向?
- 是否需要组合某些方向的元素?
- 有没有你自己的想法想要加入?
- 对某个方向的风险有没有顾虑?
绝对不要跳过这一步。不要替用户做选择。
等用户明确选择后,再进入 Step 5。
用户确认后:
写入 publishable_angle.md
路径: .viewerleaf/research/Ideation/publishable_angle.md
包含:选定方向的完整描述、用户的修改意见(如有)、对标基线、预期贡献
更新 research_brief.json
路径: .pipeline/docs/research_brief.json
更新 briefGoal 和 stageNotes.ideation
更新 tasks.json
路径: .pipeline/tasks/tasks.json
标记 ideation 任务完成,触发下一阶段任务
记录选择理由
在 publishable_angle.md 末尾附加:
## 选择记录
- 候选方向数:N 个
- 用户选择:方向 X [+ 用户修改内容]
- 选择理由:[用户给出的理由或综合分析]
- 弃选方向:方向 Y (原因)、方向 Z (原因)
Use templates/publishable_angle.template.md:
# Publishable Angle
## 研究方向
[选定方向名称]
## 核心创新点
[1-2 句话概括]
## 研究问题
[具体要回答的科学问题]
## 方法概要
- ...
## 对标基线
- ...
## 预期贡献
- ...
## 目标刊物
[期刊/会议名称]
## 选择记录
- 候选方向数:N 个
- 用户选择:方向 X
- 选择理由:...
| Upstream | This Skill | Downstream |
|---|---|---|
research-literature-trace (survey reports) | → 读取 gap/baseline 信息 | |
research-pipeline-planner (brief) | → 读取研究主题和目标 | |
| 生成候选 → 用户选择 → 写入 | → inno-idea-eval (评审选中方向) | |
→ inno-experiment-dev (实验设计) |