Communication Writing
Purpose
Turn verified communication-research materials into a coherent manuscript without
letting fluent prose outrun theory, design, evidence, or uncertainty. Writing is a
research-integration stage, not a substitute for missing analysis.
Required start
- Identify the document type, study design, target audience/venue, language, carrier,
requested sections, length, and permitted evidence.
- Read the current research contract and accepted handoffs when they exist. Reject
stale outputs and conflicting versions before drafting.
- Build the writing packet in
references/writing-contract.md: claim–evidence
ledger, number ledger, terminology lock, nonclaims, and section plan.
- Label missing support
UNVERIFIED or AUTHOR_INPUT_NEEDED; never fill it with
plausible prose.
Modes
- Plan: produce the storyline, contribution logic, extended outline, and evidence
allocation without drafting the full paper.
- Draft: write a new section or manuscript only from authorized evidence.
- Revise: preserve scientific meaning, numbers, citations, equations, and locked
terms while changing the requested scope.
- Synchronize: propagate an accepted change across abstract, main text, tables,
figures, supplements, metadata, and responses.
- Respond: map each reviewer request to a decision, manuscript change, evidence,
locator, and unresolved risk.
- Finalize: run consistency, citation, disclosure, anonymization, and submission
checks; final submission still requires human approval.
Writing sequence
- Write one sentence stating the paper's problem or puzzle, one stating the mechanism,
and one stating the evidence-backed contribution.
- Map every planned paragraph to a reader function, claim, authorized evidence,
inference boundary, and bridge to the next paragraph.
- Draft sections using
references/section-logic.md. Use the design-specific
rules in references/design-specific-writing.md.
- Keep results and interpretation separate unless the genre explicitly combines them.
- Run
communication-prose-revision when the draft needs a dedicated anti-formulaic
or defensive-writing pass; preserve the writing packet and change ledger.
- Run a top-down audit (problem → RQ/H → design → evidence → contribution) and a
bottom-up audit (evidence → result → interpretation → abstract/conclusion).
- Use
communication-reviewer for independent review; the writer does not self-certify
a manuscript as scientifically sound.
- Apply references/revision-submission.md for
rebuttals, journal adaptation, and submission artifacts. Apply
references/bilingual-writing.md when translating or
writing across Chinese and English.
Evidence and prose rules
- Preserve
evidence, inference, hypothesis, recommendation, and unverified as
different epistemic states.
- Report null, mixed, adverse, and failed results when they belong to the accepted
record. Non-significance is not equivalence.
- Keep causal verbs within the identification design and population boundary.
- Use citations for the exact proposition they support; a real source can still be a
false citation.
- Do not introduce a new construct, mechanism, robustness result, sample exclusion, or
limitation repair during prose editing.
- Prefer precise, readable sentences over inflated formality, generic transitions,
novelty hype, or cosmetic synonym replacement.
Deterministic check
For Markdown drafts with a writing packet, run:
python scripts/check_manuscript.py manuscript.md writing-packet.json
This local, dependency-free check validates required sections, claim and number markers,
evidence status, terminology locks, and unresolved placeholders. It does not verify the
truth of evidence or replace a full manuscript audit.
Output
Return the requested manuscript artifact plus a compact change/evidence report: sections
written, authoritative inputs, unresolved support, consistency checks run, and the next
human or auditor decision. Never label a draft submission-ready while any critical
evidence, authorship, ethics, declaration, or venue requirement is unresolved.
1---2name: communication-writing3description: Draft, revise, synchronize, and finalize communication and social-science manuscripts from verified research materials. Use for 传播学/社会科学论文写作, titles, abstracts, introductions, theory and literature sections, methods, results, discussions, conclusions, bilingual Chinese-English revision, reviewer responses, and submission packages. Do not invent evidence, results, citations, methods, or venue requirements.4---56# Communication Writing78## Purpose910Turn verified communication-research materials into a coherent manuscript without11letting fluent prose outrun theory, design, evidence, or uncertainty. Writing is a12research-integration stage, not a substitute for missing analysis.1314## Required start15161. Identify the document type, study design, target audience/venue, language, carrier,17 requested sections, length, and permitted evidence.182. Read the current research contract and accepted handoffs when they exist. Reject19 stale outputs and conflicting versions before drafting.203. Build the writing packet in21 [references/writing-contract.md](references/writing-contract.md): claim–evidence22 ledger, number ledger, terminology lock, nonclaims, and section plan.234. Label missing support `UNVERIFIED` or `AUTHOR_INPUT_NEEDED`; never fill it with24 plausible prose.2526## Modes2728- **Plan:** produce the storyline, contribution logic, extended outline, and evidence29 allocation without drafting the full paper.30- **Draft:** write a new section or manuscript only from authorized evidence.31- **Revise:** preserve scientific meaning, numbers, citations, equations, and locked32 terms while changing the requested scope.33- **Synchronize:** propagate an accepted change across abstract, main text, tables,34 figures, supplements, metadata, and responses.35- **Respond:** map each reviewer request to a decision, manuscript change, evidence,36 locator, and unresolved risk.37- **Finalize:** run consistency, citation, disclosure, anonymization, and submission38 checks; final submission still requires human approval.3940## Writing sequence41421. Write one sentence stating the paper's problem or puzzle, one stating the mechanism,43 and one stating the evidence-backed contribution.442. Map every planned paragraph to a reader function, claim, authorized evidence,45 inference boundary, and bridge to the next paragraph.463. Draft sections using47 [references/section-logic.md](references/section-logic.md). Use the design-specific48 rules in [references/design-specific-writing.md](references/design-specific-writing.md).494. Keep results and interpretation separate unless the genre explicitly combines them.505. Run `communication-prose-revision` when the draft needs a dedicated anti-formulaic51 or defensive-writing pass; preserve the writing packet and change ledger.526. Run a top-down audit (problem → RQ/H → design → evidence → contribution) and a53 bottom-up audit (evidence → result → interpretation → abstract/conclusion).547. Use `communication-reviewer` for independent review; the writer does not self-certify55 a manuscript as scientifically sound.568. Apply [references/revision-submission.md](references/revision-submission.md) for57 rebuttals, journal adaptation, and submission artifacts. Apply58 [references/bilingual-writing.md](references/bilingual-writing.md) when translating or59 writing across Chinese and English.6061## Evidence and prose rules6263- Preserve `evidence`, `inference`, `hypothesis`, `recommendation`, and `unverified` as64 different epistemic states.65- Report null, mixed, adverse, and failed results when they belong to the accepted66 record. Non-significance is not equivalence.67- Keep causal verbs within the identification design and population boundary.68- Use citations for the exact proposition they support; a real source can still be a69 false citation.70- Do not introduce a new construct, mechanism, robustness result, sample exclusion, or71 limitation repair during prose editing.72- Prefer precise, readable sentences over inflated formality, generic transitions,73 novelty hype, or cosmetic synonym replacement.7475## Deterministic check7677For Markdown drafts with a writing packet, run:7879```bash80python scripts/check_manuscript.py manuscript.md writing-packet.json81```8283This local, dependency-free check validates required sections, claim and number markers,84evidence status, terminology locks, and unresolved placeholders. It does not verify the85truth of evidence or replace a full manuscript audit.8687## Output8889Return the requested manuscript artifact plus a compact change/evidence report: sections90written, authoritative inputs, unresolved support, consistency checks run, and the next91human or auditor decision. Never label a draft submission-ready while any critical92evidence, authorship, ethics, declaration, or venue requirement is unresolved.