Paper Writing
Goal
Maintain manuscript Markdown (paper.md, paper_en.md) as the authoritative source and generate submission-ready docx via Pandoc.
Workflow
- •Confirm the target file(s) (
paper.md,paper_en.md) and scope. - •Review the relevant evidence runs and align with
docs/rules/statistical_reporting_policy.md. - •Apply
docs/rules/markdown_generation_rules.mdfor formatting. - •Write results with effect sizes and CIs; avoid causal language and p-value-only claims.
- •If new references are needed, run
$zotero-citeto search/import and log first. - •Update
refs.mdvia$literature-refswhen required and insert citekeys into Markdown. - •Generate docx with
src/scripts/build_paper_docx.ps1and place submission-ready files indeliverables/.
Notes
- •Keep headings unique and preserve existing structure unless the user requests a restructure.
- •Markdown is authoritative; avoid editing docx directly.
- •Keep Japanese and English manuscripts aligned for shared results when requested.
After completion
Reflect on whether AGENTS.md or this skill needs refinement; propose changes only.