一键导入
research-g-1-method
ResearchPilot Research Assistant [Phase G.1]: Write manuscript Method
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ResearchPilot Research Assistant [Phase G.1]: Write manuscript 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.2]: Write manuscript Experiments
ResearchPilot Research Assistant [Phase G.3]: Write manuscript Abstract
ResearchPilot Research Assistant [Phase G.4]: Write manuscript Introduction
| name | research[G.1]-method |
| description | ResearchPilot Research Assistant [Phase G.1]: Write manuscript Method |
| version | 2.0.0 |
| license | LICENSE |
user_requirements.md priority: All user constraints in
docs/user_requirements.mdtake precedence over any default instruction in this skill. Always read it before generating output.
| Skill | Responsibility |
|---|---|
/research[G.0]-plan | Update idea_report → plan structure/figures → select format |
/research[G.1]-method | Write / revise Method |
/research[G.2]-experiments | Write / revise Experiments |
/research[G.3]-abstract | Write / revise Abstract |
/research[G.4]-introduction | Write / revise Introduction |
/research[G.5]-related | Write / revise Related Works |
/research[G.6]-conclusion | Write / revise Conclusion + References |
/research[G.7]-review | Full-paper review (five dimensions + claim-evidence) |
/research[G.1]-method
An optional natural-language instruction may follow the command. The AI will treat it as an additional constraint or supplement for this invocation.
Prerequisite: Manuscript file contains a complete === 论文架构 === annotation block at the top, with all sections annotated with content points and figure positions
=== Paper Architecture === comment block at the top of the manuscriptdocs/idea_report.md and docs/dev_log.md (find answers to writing questions here first)docs/manuscripts/examples/style-notes.md existsSee references/common-writing-constraints.md for full details.
Three Questions Before Writing (for each module):
Three-Element Order (Master-cai method.md): For each module subsection: Module Design → Motivation → Technical Advantage
Formula constraint: After every formula, explain all variable meanings.
Writing order: Overview first → each module → training objective
Examples: references/examples/example-of-the-three-elements.md
Back up before writing:
cp paper.md paper_{mm-dd_hh-mm}.md # or .tex
Append modification record to file header after writing (see references/common-writing-constraints.md).
When a new citation is needed, append immediately:
md:
[N] {Author}. "{Title}." *{Journal/Conference}*, {Year}.
> Core contribution: {what this paper does, one sentence}
> Reason for citation: {where in the paper, why cited here}
LaTeX .bib:
% [Core contribution] {one-sentence contribution}
% [Reason for citation] {section}: {why cited here}
@article{key, ...}
Method section written/revised.
→ Use `/research[G.2]-experiments` to enter Experiments.
→ Or use `/research[G.7]-review` for a full-paper review at any time.
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