一键导入
research-g-1-method
ResearchPilot 科研助手[阶段 G.1]:撰写手稿 Method
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ResearchPilot 科研助手[阶段 G.1]:撰写手稿 Method
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ResearchPilot Research Assistant [Phase E]: Coding
ResearchPilot Research Assistant [Phase F]: Code iteration
ResearchPilot Research Assistant [Phase G.0]: Paper planning
ResearchPilot Research Assistant [Phase G.1]: Write manuscript Method
ResearchPilot Research Assistant [Phase G.2]: Write manuscript Experiments
ResearchPilot Research Assistant [Phase G.3]: Write manuscript Abstract
| name | research[G.1]-method |
| description | ResearchPilot 科研助手[阶段 G.1]:撰写手稿 Method |
| version | 2.0.0 |
| license | LICENSE |
user_requirements.md 优先级:
docs/user_requirements.md中记录的所有用户约束优先于本 skill 提示词中的任何默认指令。每次调用前必须先读取该文件。 dev_log.md 只追加,不删除:每次修改论文时在文件头追加版本记录,不删除已有记录。
论文写作阶段,每个 skill 负责一个章节,可独立触发,支持多轮迭代。
| Skill | 职责 |
|---|---|
/research[G.0]-plan | 更新 idea_report → 规划结构图表 → 选格式 |
/research[G.1]-method | 写 / 改 Method |
/research[G.2]-experiments | 写 / 改 Experiments |
/research[G.3]-abstract | 写 / 改 Abstract |
/research[G.4]-introduction | 写 / 改 Introduction |
/research[G.5]-related | 写 / 改 Related Works |
/research[G.6]-conclusion | 写 / 改 Conclusion + References |
/research[G.7]-review | 整稿审阅(五维度 + claim-evidence) |
/research[G.8]-translate | 中→英翻译 |
research[G.1]-method
命令后可跟可选的自然语言指令,AI 会将其作为本次调用的额外约束或补充说明优先处理。
前置条件:手稿文件开头包含完整的 === 论文架构 === 注释块,且所有章节已标注内容要点和图表位置
=== 论文架构 === 注释docs/idea_report.md 和 docs/dev_log.md(从中找写作内容的答案)docs/manuscripts/examples/style-notes.md 存在)详见 references/common-writing-constraints.md。
写作前三问(每个模块都要回答):
三要素顺序(来自 Master-cai method.md): 每个模块小节按以下顺序写:
公式约束:
> 批注解释变量%批注: 或内联注释说明变量写作顺序:先写 Overview,再写各模块,最后写训练目标
例子参考:references/examples/example-of-the-three-elements.md(Neural Body 三要素完整例子)
写之前先备份:
cp paper.md paper_{mm-dd_hh-mm}.md # 或 .tex
写完后在文件头追加修改记录(详见 references/common-writing-constraints.md)。
写作过程中发现需要引用新文献时,立即追加,格式:
md:
[N] {作者}. "{标题}." *{期刊/会议}*, {年份}.
> 核心工作:{这篇论文做了什么,一句话}
> 引用原因:{在论文哪个位置引用,为什么在此处引用它}
LaTeX .bib:
% [核心工作] {一句话核心贡献}
% [引用原因] {章节位置}:{为什么引用}
@article{key, ...}
Method 章节写完。
→ 使用 `/research[G.2]-experiments` 进入 Experiments 章节。
→ 或随时使用 `/research[G.7]-review` 进行整稿审阅。
references/section-guide.mdreferences/common-writing-constraints.mdreferences/examples/example-of-the-three-elements.mdreferences/examples/module-motivation-patterns.mdreferences/examples/section-skeleton.mdreferences/template-flexibility.md