| name | nature-writing |
| description | Draft, restructure, or plan Nature-style manuscript sections for RL, MARL, LLM, and LLM Agent research. Use for abstracts, introductions, related work, methods, experiments, discussion, titles, claims, contribution framing, and Chinese-to-English academic drafting. |
| version | 2.0.0-agent-rl |
Nature-style AI/RL manuscript writing
Default stance
Write the paper as a scientific argument, not as a list of engineering tricks. Before drafting, identify:
- the real research question;
- the target field family: RL, MARL, LLM, LLM Agent, benchmark/system, or theory;
- the core contribution type: algorithm, architecture, evaluation, theory, or empirical insight;
- the strongest evidence available;
- the boundary beyond which the claim is not supported.
Use ../_shared/field-taxonomy.md, ../_shared/reproducibility-checklist.md, and ../_shared/nature-readiness-rubric.md as the shared rule base.
Workflow
- Extract the one-sentence central claim.
- Convert the claim into a problem-mechanism-evidence chain.
- Check whether the claim is over-broad for the evidence.
- Select the section type: title, abstract, introduction, related work, method, experiments, discussion, conclusion.
- Draft with field-specific precision:
- RL: define MDP/POMDP, objective, policy/value updates, reward and evaluation protocol.
- MARL: define agents, observability, centralized training/decentralized execution, partner/opponent split, zero-shot setting.
- LLM: define model, data, alignment or inference mechanism, contamination risk and evaluation protocol.
- LLM Agent: define planner, memory, tools, environment, action space, trajectory logging and failure handling.
- Add missing-evidence placeholders instead of inventing results.
- End with a short self-audit: novelty, evidence, reproducibility, limitation.
Output format
Return:
Detected scope:
- Field:
- Section:
- Central claim:
- Evidence boundary:
Draft:
[usable manuscript text]
Assumptions or missing inputs:
- ...
Self-audit:
- novelty:
- evidence:
- reproducibility:
- overclaim risk:
Red lines
Do not invent baselines, metrics, citations, datasets, seeds, p-values, model versions, benchmark scores or proof results. Do not claim broad generalization unless the manuscript includes held-out tasks, partners, models or environments.