重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
paper-planning by evoscientist/evoskills
npx skills add https://github.com/evoscientist/evoskills --skill paper-planning一种在开始写作前规划学术论文的结构化方法。涵盖四个关键活动:故事设计、实验规划、图表设计和时间线管理。
如果你还没有想法,请先使用
research-ideation技能来寻找问题并设计解决方案。
论文规划遵循四个步骤,理想情况下应在开始写作之前完成:
Step 1: Story Design → 叙述逻辑是什么?贡献是什么?
Step 2: Experiment Plan → 哪些实验能证明我们的主张?
Step 3: Figure Design → 我们如何视觉化地传达方法?
Step 4: Timeline → 每个章节何时撰写?
在常规规划之前,优先考虑这些反直觉的规则:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
"故事"是连接问题、洞察、方法和结果的逻辑叙述。
逆向工作来构建故事:
然后正向撰写:任务 → 先前方法 → 挑战 → 我们的贡献 → 优势
在撰写任何章节之前,清晰地阐明:
| 要素 | 问题 | 示例 |
|---|---|---|
| 任务 | 本文解决什么问题? | "实时3D场景重建" |
| 挑战 | 为什么现有方法无法很好地解决它? | "无法高效处理动态物体" |
| 洞察 | 驱动我们方法的关键观察是什么? | "运动模式在时间上是稀疏的" |
| 贡献 | 我们提出了什么? | "针对动态区域的稀疏时间注意力机制" |
| 优势 | 为什么我们的方法更好? | "在保持质量的同时减少了计算量" |
从绘制流程图草图开始。这迫使你在写作前理清整体方法。
流程图草图是论文的视觉支柱:
在写作之前规划实验,以避免后期发现漏洞。
对比实验 — 证明我们的方法更好:
消融研究 — 证明每个模块都有效:
使用 assets/experiment-plan-template.md 处的模板来组织你的实验计划。
流程图是为了突出新颖性,而不是为了让读者理解。让读者理解的是方法文本。
亮点图(通常是图1)一目了然地展示关键结果:
视觉打磨直接影响评审结果。完整的视觉质量指南(流程图、表格、排版)请参见 references/figure-design.md
在截止日期至少1个月前开始写作。
| 周次 | 任务 |
|---|---|
| 截止前4周 | 1. 组织故事(核心贡献、模块动机)。2. 列出对比实验和消融研究。3. 撰写引言初稿。 |
| 截止前3周 | 1. 最终确定流程图草图。2. 撰写方法初稿(对未确定的细节使用 \todo{})。截止日期:将引言+方法草稿交给导师。 |
| 截止前2周 | 撰写实验、摘要、相关工作部分的初稿。 |
| 最后一周 | 修改论文,打磨流程图和亮点图,运行演示。 |
关键:在第3周结束前,你必须将引言和方法草稿发送给你的导师——否则导师很可能没有足够时间完成论文审阅。
详细的时间表和进度跟踪模板请参见 references/timeline-4week.md。
规划完成后,将这些成果物传递给 paper-writing:
| 成果物 | 来源步骤 | 用途 |
|---|---|---|
| 故事摘要(任务 → 挑战 → 洞察 → 贡献 → 优势) | 步骤 1 | 引言 |
| 模块动机映射表 | 步骤 1 | 方法子章节 |
| 实验计划(对比 + 消融 + 演示) | 步骤 2 | 实验章节 |
| 流程图草图 | 步骤 1 / 步骤 3 | 方法概述 + 图2 |
| 主张到实验的映射 | 步骤 2 | 摘要、引言、实验 |
| 备用叙述(如已规划) | 反直觉规则 5 | 引言 / 结论的转折点 |
| 拒稿风险表 | 反直觉规则 1 | 自我评审优先级排序 |
| 主题 | 参考文件 | 何时使用 |
|---|---|---|
| 故事设计 | story-design.md | 开始新论文时 |
| 实验规划 | experiment-planning.md | 运行实验前 |
| 时间线 | timeline-4week.md | 设置写作计划时 |
| 图表设计 | figure-design.md | 设计流程图/亮点图时 |
| 实验计划模板 | experiment-plan-template.md | 创建结构化实验计划时 |
| 反直觉策略 | counterintuitive-planning.md | 通过非显而易见的规划选择提高接受率时 |
如果准备会议演讲或幻灯片,academic-slides 技能将指导你根据规划成果物创建幻灯片——包括将你的故事设计和流程图转化为演示结构。
每周安装量
70
代码库
GitHub 星标数
105
首次出现
9 天前
安全审计
安装于
kimi-cli70
gemini-cli70
amp70
cline70
github-copilot70
codex70
A structured approach to planning academic papers before writing begins. Covers four key activities: Story design, Experiment planning, Figure design, and Timeline management.
If you don't yet have an idea, use the
research-ideationskill first to find a problem and design a solution.
Paper planning follows four steps, ideally completed before writing begins:
Step 1: Story Design → What is the narrative? What are the contributions?
Step 2: Experiment Plan → What experiments prove our claims?
Step 3: Figure Design → How do we visually communicate the method?
Step 4: Timeline → When does each section get written?
Prioritize these counterintuitive rules before regular planning:
See references/counterintuitive-planning.md
The "story" is the logical narrative that connects the problem, insight, method, and results.
Work backwards to build the story:
Then write forward: Task → Previous methods → Challenge → Our contributions → Advantages
Before writing any section, clearly articulate:
| Element | Question | Example |
|---|---|---|
| Task | What problem does this paper address? | "Real-time 3D scene reconstruction" |
| Challenge | Why can't existing methods solve it well? | "Cannot handle dynamic objects efficiently" |
| Insight | What key observation drives our approach? | "Motion patterns are temporally sparse" |
| Contribution | What do we propose? | "Sparse temporal attention for dynamic regions" |
| Advantage | Why is our approach better? | "Reduces computation while preserving quality" |
Start by drawing a pipeline figure sketch. This forces you to clarify the overall method before writing.
The pipeline figure sketch serves as the paper's visual backbone:
See references/story-design.md
Plan experiments before writing to avoid discovering gaps late.
Comparison Experiments — Prove our method is better:
Ablation Studies — Prove each module is effective:
See references/experiment-planning.md
Use the template at assets/experiment-plan-template.md to organize your experiment plan.
The pipeline figure is for highlighting novelty, not for making readers understand. The Method text is what makes readers understand.
The teaser (usually Figure 1) shows the key result at a glance:
Visual polish directly influences review outcomes. See references/figure-design.md for the full visual quality guide (pipeline figures, tables, typography)
Start writing at least 1 month before the deadline.
| Week | Tasks |
|---|---|
| 4 weeks before | 1. Organize story (core contribution, module motivations). 2. List comparison experiments and ablation studies. 3. Write Introduction first draft. |
| 3 weeks before | 1. Finalize the pipeline figure sketch. 2. Write Method first draft (use \todo{} for unsettled details). Deadline: give Introduction + Method draft to advisor. |
| 2 weeks before | Write first drafts of Experiments, Abstract, Related Work. |
| Last week | Revise paper, polish pipeline figure and teaser, run demos. |
Critical: By the end of Week 3, you must send the Introduction and Method drafts to your advisor — otherwise the advisor likely will not have enough time to finish reviewing the paper.
See references/timeline-4week.md for the detailed schedule and progress tracking template.
When planning is complete, pass these artifacts to paper-writing:
| Artifact | Source Step | Used By |
|---|---|---|
| Story summary (task → challenge → insight → contribution → advantage) | Step 1 | Introduction |
| Module Motivation Mapping table | Step 1 | Method subsections |
| Experiment plan (comparisons + ablations + demos) | Step 2 | Experiments section |
| Pipeline figure sketch | Step 1 / Step 3 | Method overview + Figure 2 |
| Claim-to-experiment mapping | Step 2 | Abstract, Introduction, Experiments |
| Fallback narrative (if planned) | Counterintuitive Rule 5 | Introduction / Conclusion pivot |
| Rejection-risk table | Counterintuitive Rule 1 | Self-review prioritization |
| Topic | Reference File | When to Use |
|---|---|---|
| Story design | story-design.md | Starting a new paper |
| Experiment planning | experiment-planning.md | Before running experiments |
| Timeline | timeline-4week.md | Setting up a writing schedule |
| Figure design | figure-design.md | Designing pipeline/teaser figures |
| Experiment plan template | experiment-plan-template.md | Creating a structured experiment plan |
| Counterintuitive strategy |
If preparing a conference talk or slide deck, the academic-slides skill guides slide creation from your planning artifacts — including translating your story design and pipeline figure into presentation structure.
Weekly Installs
70
Repository
GitHub Stars
105
First Seen
9 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
kimi-cli70
gemini-cli70
amp70
cline70
github-copilot70
codex70
实验恢复工具:自动恢复暂停的AI研究实验,从断点继续优化
472 周安装
原型人物画像(Proto-Persona)指南:快速创建假设驱动的用户画像,协调产品团队
611 周安装
Mapbox Web集成模式:React/Vue/Angular/Svelte最佳实践与GL JS v3教程
607 周安装
定价变更财务影响评估框架:ARPU、流失风险、CAC回收期分析指南
611 周安装
Twill Cloud Coding Agent API 使用指南 - 自动化代码任务与工作流管理
610 周安装
SaaS经济效率指标:产品经理必备的单位经济效益与资本效率分析框架
626 周安装
史诗拆分顾问:产品经理必备的9种用户故事拆分模式与INVEST验证指南
624 周安装
| Increasing acceptance odds with non-obvious planning choices |