QQsci-skill/references/writing-templates.md

42 lines
1.5 KiB
Markdown

# Writing Templates
Use this file when the user asks QQsci about manuscript writing templates,
journal article templates, AFM formatting templates, or QQwrite handoff.
## Template ownership
QQsci no longer stores Word template assets. QQwrite owns template files and
template-driven `.docx` execution.
| Journal / use | Owner | Asset path | Purpose |
|---|---|---|---|
| AFM article | QQwrite | `assets/templates/afm/article-template.docx` | Word article template for Advanced Functional Materials-style manuscript drafting or formatting |
## Rules
- Treat `.docx` templates as assets, not reference text.
- Do not load the whole binary template into context.
- Do not overwrite QQwrite's bundled template.
- For a manuscript job, copy the template to a new output file before editing.
- If a user asks QQsci to adjust a manuscript using a Word template, route the
execution step to QQwrite.
## QQsci vs QQwrite
QQsci owns evidence logic, literature routing, comparative audit, submission
package review, and DOI-only Word comments.
QQwrite owns Word template assets and template-driven manuscript formatting.
Recommended handoff:
1. QQsci extracts claims, evidence, related papers, target-journal positioning,
and package risks.
2. DeepSeek generates a `qqwrite_brief` draft from screened papers and author
evidence.
3. QQsci validates the brief and passes it to QQwrite.
4. QQwrite uses the selected template and checked brief to draft or format the
manuscript.
5. QQsci audits the resulting package again against figures, SI, and strong
related papers.