Systematic workflow for incorporating peer review feedback into policy documents, research reports, and academic manuscripts with tracked changes, explanatory comments, and structured response memos. Use when you have a document that has undergone peer review and need to systematically implement changes with proper documentation. Trigger when user asks to respond to peer reviews, action peer review comments, implement reviewer feedback, or create response memos for reviewers.
Systematically respond to peer review feedback on policy/research documents by implementing changes with tracked changes, creating response memos, and providing clear guidance for manual completion.
First Response:
Then: 3. Read the document to understand structure and content 4. Read all review memos thoroughly 5. Summarize findings:
Create three lists and present to user for approval:
A. Implement Automatically (with tracked changes):
For each: note location, quote reviewer, draft specific change
B. Implement Manually (too complex for automation):
For each: provide exact location, step-by-step instructions, comment text
C. Do Not Implement (explain in response memo):
For each: document reviewer's request, draft explanation
Present categorization to user:
For Automated Changes:
Use a document editing library (e.g., python-docx or OOXML tools) to apply tracked changes:
# Example pattern for tracked changes with comments
# Adapt to your specific document library
# For each change:
# 1. Locate the text to change
# 2. Apply as tracked change (deletion + insertion)
# 3. Add comment citing reviewer and page number
# 4. Handle errors gracefully — if change fails, add to manual review list
Handle errors gracefully: if change fails, add to manual review list and continue.
For Manual Changes:
Create detailed guide with:
See references/implementation-patterns.md for detailed examples and error handling
For each reviewer, create structured response:
# RESPONSE MEMO
**TO:** [Reviewer Name]
**FROM:** [Document Authors]
**DATE:** [Current Date]
**RE:** Response to Review of [Document Title]
---
Thank you for your [adjective] review of our [document type].
Your expertise in [domain] has improved the document.
Below we address each of your recommendations.
---
## [Group recommendations by theme or section]
### [Recommendation Topic]
**Your Recommendation:** *[Quote or paraphrase]*
**Change Made:** [What was done with tracked changes]
**Rationale:** [Why this improves clarity/accuracy/etc.]
---
### [Another Recommendation]
**Your Suggestion:** *[Quote or paraphrase]*
**Decision:** We have **not implemented** this recommendation.
**Rationale:** [Clear explanation - standards, scope, etc.]
---
## Conclusion
Thank you again for your valuable feedback. We have implemented [X] of [Y]
recommendations. All changes are marked with tracked changes and include
comments citing your review memo. We welcome any follow-up discussion.
See references/response-memo-templates.md for additional formats
Verify deliverables:
Revised document:
Response memos:
Manual review guide:
Create summary:
# Peer Review Response Summary
## Successfully Implemented (X changes)
- [Change 1] - [Location] - [Reviewer]
...
## Requires Manual Completion (Y items)
- [Item 1] - [Location] - See Manual Review Guide
...
## Not Implemented (Z items)
- [Item 1] - [Rationale] - See Response Memo
...
## Next Steps
1. Review tracked changes in revised document
2. Complete manual items from guide
3. Review response memos before sending
Factual errors:
Clarity improvements:
Structural changes:
Scope changes:
Conflicts:
Beyond scope:
Standards conflicts:
Text Spanning Multiple XML Runs:
Document Corruption Prevention:
validate=False during developmentRSID Management:
Detailed examples of common implementation patterns, error handling strategies, and solutions to technical challenges like fragmented XML text.
Additional response memo formats for different scenarios (journal submissions, multi-reviewer conflicts, substantial scope disagreements).
Comprehensive guidance on making editorial judgments, handling edge cases, and resolving reviewer conflicts.
Users can specify preferences:
Editorial approach:
Preserve sections:
Response memo format:
Comment style:
Good implementation should achieve: