Add Paper Writing Plugin with guided academic argument development#32408
Open
dkfqdf wants to merge 3 commits intoanthropics:mainfrom
Open
Add Paper Writing Plugin with guided academic argument development#32408dkfqdf wants to merge 3 commits intoanthropics:mainfrom
dkfqdf wants to merge 3 commits intoanthropics:mainfrom
Conversation
Introduces a 6-phase workflow that helps researchers transform raw ideas into structured academic arguments with detailed discussion. Includes three specialized agents: argument-builder, literature-analyzer, and logic-reviewer. https://claude.ai/code/session_01GVp3Q8MpjYTGFqzCxeZiMU
- Register paper-writing as a slash command in .claude/commands/ so it's accessible via `/paper-writing <idea>` - Add allowed-tools configuration for the command - Add Korean/English bilingual support to all agents - Upgrade argument-builder to use Toulmin argumentation model with structured output format - Add language-matching instruction to all agent prompts https://claude.ai/code/session_01GVp3Q8MpjYTGFqzCxeZiMU
This was referenced Mar 10, 2026
Complete 6-phase paper writing assistant output for the thesis: "Wagner's Leitmotif system is better explained by Deleuzian 'logic of semiotic encounter' than by Hegelian dialectics." Includes: thesis statement, argument outline, detailed discussion text (6 sections), key definitions, counterarguments/rebuttals, logic review findings, citation suggestions, and remaining tasks. https://claude.ai/code/session_01GVp3Q8MpjYTGFqzCxeZiMU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces a comprehensive Paper Writing Plugin that guides researchers through a structured 6-phase workflow to develop academic ideas into rigorous, well-argued paper content. The plugin includes a main command, three specialized agents, and detailed documentation.
Key Changes
Main Command (
paper-writing.md): Implements a 6-phase guided workflow:Specialized Agents:
argument-builder: Develops structured arguments using Toulmin model, constructs logical reasoning chains, identifies evidence patterns, and anticipates counterarguments with rebuttalsliterature-analyzer: Maps research landscape by identifying theoretical frameworks, key debates, research gaps, and positioning strategieslogic-reviewer: Reviews arguments for logical validity, detects fallacies, checks consistency, and evaluates evidence sufficiencyDocumentation:
Notable Implementation Details
AskUserQuestionat each phase for iterative refinementhttps://claude.ai/code/session_01GVp3Q8MpjYTGFqzCxeZiMU