Structures a technical paper's full logical skeleton using a thinking-template table (research background, limitations, key idea or goal, challenges, methodolog
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-tech-paper-template-eafaa02227d1 ,按照其中的说明把「tech-paper-template」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Before drafting any prose, a technical paper needs a full logical skeleton: the research background, the specific limitations of prior work, the key idea or research goal, the technical challenges that prevent a naive solution, the methodology modules that address each challenge, and the contributions that the paper will claim. This skill fills in that skeleton via a standardised thinking-template table, positions the paper type, and runs four self-consistency checks on the logic chain.
The output is a filled-in thinking template plus a consistency
report. It is suitable for advisor-student brainstorming sessions,
weekly progress meetings, and the final planning step before writing
begins. It does not draft Introduction prose (use intro-drafter for
that); it operates at the logical-skeleton layer.
idea-evaluator returns Strong Accept.benchmark-paper-template (separate plugin).intro-drafter (typically run this skill first, then
intro-drafter).pre-submission-reviewer.idea-evaluator first.See: references/paper-types.md for the positioning criteria and worked examples.
Decide Technique versus New Problem/Setting. In Technique, the Key Idea carries the narrative and Our Goal is a short bridge. In New Problem/Setting, Our Goal is the contribution and the Key Idea justifies feasibility.
If the user's inputs describe a benchmark, stop and redirect to
benchmark-paper-template (separate plugin).
See: references/thinking-template.md for each template cell's content contract, what a strong cell looks like, and common failure modes.
Fill the seven cells:
If a cell is incomplete given the user's inputs, mark it as a gap with severity.
See: references/consistency-checks.md for the detailed checking procedure and examples of chain breaks.
Run each check:
Every failure is CRITICAL.
See: references/thinking-template.md for the methodology-outline template.
From the challenges, derive a methodology outline: topic sentence, per-module subsection names, and per-module one-sentence summary. This becomes the skeleton for Section 3 or 4 of the paper.
Before emitting, run the checks in the Integrity gate section below.
Emit the filled template plus the consistency report in the Output format below.
All seven bullets are [inspection] class: the LLM verifies each directly from the filled template (counting, pattern-matching, or comparing cells). No user-side attestation required.
Before returning the filled template:
If any check fails, mark the skeleton as "needs user attention".
| Stage | Your content |
|---|---|
| Research background | ... |
| Limitation 1 | ... |
| Limitation 2 | ... |
| Limitation 3 (if applicable) | ... |
| Key Idea / Our Goal | ... |
| Challenge 1 | ... |
| Challenge 2 | ... |
| Challenge 3 (if applicable) | ... |
| Methodology topic sentence | ... |
| Module A (addresses Challenge 1) | ... |
| Module B (addresses Challenge 2) | ... |
| Module C (addresses Challenge 3) | ... |
| Contribution 1 | ... (Section ) |
| Contribution 2 | ... (Section ) |
| Contribution 3 | ... (Section ) |
intro-drafter to produce the Introduction
paragraph outline.