jpskill.com
📦 その他 コミュニティ

paper-introduction-argument-writer

機械学習やAIに関する論文の導入部分を、発表する場所に合わせて、読者の興味を引くフック、課題、洞察、手法、結果、貢献という流れで効果的に構成し、議論を展開する文章を作成するSkill。

📜 元の英語説明(参考)

Plan and draft ML/AI introductions as venue-aware argument chains. Use for hook, gap, insight, method, result, contribution flow, and paragraph roles.

🇯🇵 日本人クリエイター向け解説

一言でいうと

機械学習やAIに関する論文の導入部分を、発表する場所に合わせて、読者の興味を引くフック、課題、洞察、手法、結果、貢献という流れで効果的に構成し、議論を展開する文章を作成するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o paper-introduction-argument-writer.zip https://jpskill.com/download/8046.zip && unzip -o paper-introduction-argument-writer.zip && rm paper-introduction-argument-writer.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/8046.zip -OutFile "$d\paper-introduction-argument-writer.zip"; Expand-Archive "$d\paper-introduction-argument-writer.zip" -DestinationPath $d -Force; ri "$d\paper-introduction-argument-writer.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して paper-introduction-argument-writer.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → paper-introduction-argument-writer フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

論文の導入部議論ライター

導入部を規律ある議論として記述します。このスキルは、論文のポジショニング、発表場所、主張、および証拠を、段落ごとの導入部計画または草稿に変換します。

このスキルは以下の場合に使用します。

  • 対象となる発表場所と論文の類型に合わせた導入部議論の構造を選択する
  • 導入部の段落に役割を割り当てる
  • フック、問題提起、ギャップ、洞察、方法、結果、および貢献の段落を起草または修正する
  • 過剰な主張をせずに貢献の箇条書きを強化する
  • 導入部に含めるべき関連研究の対比を決定する
  • 導入部の言い回しを、要約、タイトル、証拠ボード、および writing contract と一致させる

このスキルを論文全体のレビューに使用しないでください。批判的な評価には paper-reviewer-simulator を使用してください。広範な文章の起草には paper-writing-assistant を使用してください。導入部の段落の役割、主張の依存関係、および古い下流の位置を記録するには、paper-writing-memory-manager を使用してください。関連研究のセクション全体には related-work-positioning-writer を使用してください。論文の類型または主張の contract が確定していない場合は、最初に paper-writing-contract-planner を使用してください。

スキルディレクトリのレイアウト

<installed-skill-dir>/
├── SKILL.md
├── references/
│   ├── argument-patterns.md
│   └── paragraph-moves.md
└── templates/
    └── introduction-plan.md

段階的な読み込み

  • 常に references/argument-patterns.md を読みます。
  • 段落レベルの流れを起草、修正、または診断する場合は、references/paragraph-moves.md を読みます。
  • paper/.agent/introduction-plan.md を作成する場合は、templates/introduction-plan.md を使用します。
  • ローカルの paper/.agent/writing-contract.mdpaper/.agent/writing-memory/paper/.agent/paper-evidence-board.mdpaper/.agent/related-work-plan.md、および paper/.agent/provisional-results.md が存在する場合は、それらを読みます。
  • 既存の論文を修正する場合は、main.texpaper.texsections/introduction.texsections/intro.texsections/abstract.tex、および sections/related_work.tex などの現在の草稿ファイルを読みます。

コア原則

  • 導入部は、文献調査ではなく、セールス議論です。
  • 各段落には、読者向けの役割と、次の段落への引き継ぎ文が必要です。
  • ギャップは、分野全体ではなく、この論文を正当化するのに十分なほど具体的である必要があります。
  • 洞察は、詳細が表示される前に、提案されたアプローチがなぜ妥当であるかを説明する必要があります。
  • 導入部の結果の主張は、証拠の状態と一致する必要があります。
  • 貢献の箇条書きは、マーケティングのスローガンを繰り返すのではなく、成果物と証拠を明記する必要があります。
  • 導入部の関連研究の対比には、新規性を理解するために必要な最も近い境界のみを含める必要があります。
  • 証拠がない場合、または暫定的な場合は、主張を絞り込むか、プレースホルダーを明示的にマークします。

ステップ 1 - 導入部のスナップショットを作成する

以下を抽出します。

## Introduction Snapshot
- Target venue:
- Paper archetype:
- Intended audience:
- Primary claim:
- Secondary claims:
- Core problem:
- Closest prior limitation:
- Key insight:
- Proposed object:
- Main evidence:
- Missing/provisional evidence:
- Related-work boundary needed in intro:
- Forbidden claims:

記憶よりも既存のプロジェクトの成果物を優先します。主張の ID が存在しない場合は、ローカルの CLM-TMP-* ID を割り当て、それらを paper-evidence-board に同期することをお勧めします。

ステップ 2 - 議論のパターンを選択する

references/argument-patterns.md を読み、次のいずれかのパターンを選択します。

  • method breakthrough
  • benchmark/dataset
  • empirical study
  • analysis/diagnostic
  • systems/tooling
  • application
  • negative result or limitation
  • hybrid

論文に複数の妥当な類型がある場合は、論文の主なセールスポイントに一致するものを選択し、二次的な類型を制約としてマークします。

ステップ 3 - 段落の役割を計画する

以下を作成または更新します。

paper/.agent/introduction-plan.md

paper/ ディレクトリがなく、現在のディレクトリが論文リポジトリである場合は、以下に保存します。

.agent/introduction-plan.md

templates/introduction-plan.md を使用します。すべての段落で以下を指定する必要があります。

  • 段落の役割 (paragraph job)
  • 最初の文の役割 (first-sentence role)
  • 使用される証拠または引用 (evidence or citation used)
  • サポートされる主張 (claim supported)
  • 次の段落への引き継ぎ (handoff to next paragraph)
  • 過剰な主張のリスク (overclaim risk)

ステップ 4 - 導入部を起草または修正する

起草する場合は、計画に従って段落ごとに文章を作成します。修正する場合は、正しい引用、ラベル、マクロ、数式、および検証済みの数値を保持します。

各段落について:

  • その段落に対する読者の質問で始める
  • 既知のコンテキストから論文固有のギャップに移動する
  • 複数の無関係な対比ではなく、1 つの主要な対比を使用する
  • 読者を次の段落にプッシュして終わる
  • 証拠が暫定的な場合は、最終的な主張を避ける

ステップ 5 - 貢献の段落

貢献の箇条書きは、以下に答える必要があります。

  • 何を構築、証明、評価、リリース、または発見しましたか?
  • 主張の強さはどれくらいですか?
  • どの証拠がそれを裏付けていますか?
  • 読者は何を覚えておくべきですか?

セクションのタイトルを単に言い換えるだけの貢献の箇条書きは避けてください。

ステップ 6 - 最終チェック

最終決定する前に:

  • 導入部の主張の強さが、証拠ボードおよび writing contract と一致している
  • ギャップが広すぎず、狭すぎない
  • 洞察が方法の詳細の前に現れる
  • 関連研究の対比が十分であるが、完全な調査ではない
  • 貢献の箇条書きが具体的で証拠に基づいている
  • すべての暫定的な結果の言語が検索可能で追跡されている
  • 要約/タイトルの整合性の問題は、必要に応じて abstract-title-contribution-writer にルーティングされる
  • 導入部の主張、段落の役割、または引き継ぎの変更は、paper-writing-memory-manager を介して書き戻される
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Paper Introduction Argument Writer

Write introductions as disciplined arguments. This skill turns a paper's positioning, venue, claims, and evidence into a paragraph-by-paragraph introduction plan or draft.

Use this skill for:

  • choosing an introduction argument structure for a target venue and paper archetype
  • assigning jobs to intro paragraphs
  • drafting or revising hook, problem, gap, insight, method, result, and contribution paragraphs
  • strengthening contribution bullets without overclaiming
  • deciding what related-work contrast belongs in the introduction
  • making intro wording consistent with the abstract, title, evidence board, and writing contract

Do not use this skill for full-paper review. Use paper-reviewer-simulator for adversarial critique. Use paper-writing-assistant for broad prose drafting. Use paper-writing-memory-manager to record introduction paragraph roles, claim dependencies, and stale downstream locations. Use related-work-positioning-writer for the full related-work section. Use paper-writing-contract-planner first when the paper archetype or claim contract is not settled.

Skill Directory Layout

<installed-skill-dir>/
├── SKILL.md
├── references/
│   ├── argument-patterns.md
│   └── paragraph-moves.md
└── templates/
    └── introduction-plan.md

Progressive Loading

  • Always read references/argument-patterns.md.
  • Read references/paragraph-moves.md when drafting, revising, or diagnosing paragraph-level flow.
  • Use templates/introduction-plan.md when creating paper/.agent/introduction-plan.md.
  • Read local paper/.agent/writing-contract.md, paper/.agent/writing-memory/, paper/.agent/paper-evidence-board.md, paper/.agent/related-work-plan.md, and paper/.agent/provisional-results.md when present.
  • Read current draft files such as main.tex, paper.tex, sections/introduction.tex, sections/intro.tex, sections/abstract.tex, and sections/related_work.tex when revising an existing paper.

Core Principles

  • The introduction is a sales argument, not a literature survey.
  • Each paragraph needs one reader-facing job and one handoff sentence.
  • The gap must be specific enough to justify this paper, not the whole field.
  • The insight must explain why the proposed approach is plausible before details appear.
  • Result claims in the introduction must match evidence status.
  • Contribution bullets should name deliverables and evidence, not repeat marketing slogans.
  • Related-work contrast in the introduction should include only the closest boundary needed to understand novelty.
  • If the evidence is missing or provisional, narrow the claim or mark the placeholder explicitly.

Step 1 - Build an Intro Snapshot

Extract:

## Introduction Snapshot
- Target venue:
- Paper archetype:
- Intended audience:
- Primary claim:
- Secondary claims:
- Core problem:
- Closest prior limitation:
- Key insight:
- Proposed object:
- Main evidence:
- Missing/provisional evidence:
- Related-work boundary needed in intro:
- Forbidden claims:

Prefer existing project artifacts over memory. If no claim IDs exist, assign local CLM-TMP-* IDs and suggest syncing them to paper-evidence-board.

Step 2 - Select Argument Pattern

Read references/argument-patterns.md and choose one pattern:

  • method breakthrough
  • benchmark/dataset
  • empirical study
  • analysis/diagnostic
  • systems/tooling
  • application
  • negative result or limitation
  • hybrid

If the paper has multiple plausible archetypes, choose the one that matches the paper's main sell and mark the secondary archetype as a constraint.

Step 3 - Plan Paragraph Jobs

Create or update:

paper/.agent/introduction-plan.md

If there is no paper/ directory and the current directory is the paper repo, save to:

.agent/introduction-plan.md

Use templates/introduction-plan.md. Every paragraph should specify:

  • paragraph job
  • first-sentence role
  • evidence or citation used
  • claim supported
  • handoff to next paragraph
  • overclaim risk

Step 4 - Draft or Revise the Introduction

When drafting, write paragraph-by-paragraph prose that follows the plan. When revising, preserve correct citations, labels, macros, math, and verified numbers.

For each paragraph:

  • open with the reader question for that paragraph
  • move from known context to paper-specific gap
  • use one main contrast, not several unrelated contrasts
  • end by pushing the reader to the next paragraph
  • avoid final-sounding claims when evidence is provisional

Step 5 - Contribution Paragraph

Contribution bullets should answer:

  • What did we build, prove, evaluate, release, or discover?
  • What is the claim strength?
  • Which evidence supports it?
  • What should the reader remember?

Avoid contribution bullets that only restate section titles.

Step 6 - Final Checks

Before finalizing:

  • intro claim strength matches the evidence board and writing contract
  • the gap is neither too broad nor too narrow
  • the insight appears before method detail
  • related-work contrast is enough but not a full survey
  • contribution bullets are concrete and evidence-backed
  • all provisional result language is searchable and tracked
  • abstract/title alignment issues are routed to abstract-title-contribution-writer when needed
  • introduction claim, paragraph-role, or handoff changes are written back through paper-writing-memory-manager