원클릭으로
new-paper
Scaffold a new paper directory with the full structure, CLAUDE.md, and empty templates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scaffold a new paper directory with the full structure, CLAUDE.md, and empty templates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-of-session shutdown sequence. Saves session log, updates MEMORY.md, updates CLAUDE.md, and stages a git commit.
First-time project setup. Checks prerequisites (Zotero MCP), asks for paper count, generates folder structure, and configures all templates.
Peripheral vision audit — find what the author has become blind to in their results. Run in a FRESH TERMINAL.
Safely deprecate a file following the deprecation protocol.
Structured debate between two perspectives on a research design decision.
Find gaps in the literature based on existing Obsidian notes. Searches for high-quality articles the author may have missed.
| name | new-paper |
| description | Scaffold a new paper directory with the full structure, CLAUDE.md, and empty templates. |
| argument-hint | [paper-number] [short-topic-description] |
Create the directory structure for paper-N/:
paper-N/
├── CLAUDE.md
├── literature/
├── pre-analysis-plan/
│ ├── strategy-memo.md
│ └── pap-draft.md
├── data/
│ ├── raw/public/
│ ├── raw/restricted/
│ ├── processed/
│ ├── resources/
│ ├── codebook/
│ │ ├── variables.md
│ │ ├── sample.md
│ │ └── data-sources.md
│ └── synthetic/
├── code/
│ ├── R/00_master.R
│ ├── python/
│ ├── stata/
│ └── replication/
├── output/
│ ├── tables/
│ ├── figures/
│ └── logs/
├── paper/
│ ├── main.tex
│ ├── sections/
│ ├── submitted/
│ └── responses/
├── presentations/
│ ├── beamer/
│ └── quarto/
├── explorations/
├── correspondence/
│ ├── referee2/
│ ├── blindspot/
│ └── supervisor/
├── quality_reports/
│ ├── specs/
│ ├── plans/
│ ├── session_logs/
│ └── scores/
└── replication-package/
├── README.md
├── code/
├── data/
└── output/
Create paper-specific CLAUDE.md from template with the topic filled in
Create empty template files: strategy-memo.md, variables.md, sample.md, data-sources.md, 00_master.R
Create .gitkeep files in empty directories
Update master CLAUDE.md project state to include the new paper
Commit: git add paper-N/ && git commit -m "scaffold: paper-N — [topic]"