Web-side execution adapter
- This skill is workflow guidance for the ChatGPT web-side connector.
- Loading this SKILL.md is only the setup step; it does not mean the task is complete.
- After loading, continue to execute the workflow, constraints, and output format below before answering.
- Mentions of local automation, local file operations, local command execution, or external integrations are descriptive only. Use capabilities available in the current ChatGPT session, or ask the user for needed files/links.
- For literature search, current facts, factual verification, source tracing, numeric values, material properties, legal/medical/financial/current information, or any evidence-heavy claim: use available search/browsing tools first and cite verifiable sources. Do not answer such tasks only from memory.
- Preserve the original workflow and scope unless the user explicitly asks for changes.
Workflow 4: Rebuttal
Prepare and maintain a grounded, venue-compliant rebuttal for: $ARGUMENTS
Scope
This skill is optimized for:
- ICML-style text-only rebuttal
- strict character limits
- multiple reviewers
- follow-up rounds after the initial rebuttal
- safe drafting with no fabrication, no overpromise, and full issue coverage
This skill does not:
- run new experiments automatically
- generate new theorem claims automatically
- edit or upload a revised PDF
- submit to OpenReview / CMT / HotCRP
If the user already has new results, derivations, or approved commitments, the skill can incorporate them as user-confirmed evidence.
Lifecycle Position
Workflow 1: idea-discovery
Workflow 1.5: experiment-bridge
Workflow 2: auto-review-loop (pre-submission)
Workflow 3: paper-writing
Workflow 4: rebuttal (post-submission external reviews)
Constants
- VENUE =
ICML — Default venue. Override if needed.
- RESPONSE_MODE =
TEXT_ONLY — v1 default.
- REVIEWER_MODEL =
gpt-5.4 — Used via local coding-assistant integration for internal stress-testing.
- REVIEWER_BACKEND =
codex — Default: local coding-assistant integration (xhigh). Override with — reviewer: oracle-pro for a strong reviewer model Pro via Oracle MCP. See shared-references/reviewer-routing.md.
- MAX_INTERNAL_DRAFT_ROUNDS = 2 — draft → lint → revise.
- MAX_STRESS_TEST_ROUNDS = 1 — One local coding-assistant integration critique round.
- MAX_FOLLOWUP_ROUNDS = 3 — per reviewer thread.
- AUTO_EXPERIMENT = false — When
true, automatically invoke /experiment-bridge to run supplementary experiments when the strategy plan identifies reviewer concerns that require new empirical evidence. When false (default), pause and present the evidence gap to the user for manual handling.
- QUICK_MODE = false — When
true, only run Phase 0-3 (parse reviews, atomize concerns, build strategy). Outputs ISSUE_BOARD.md + STRATEGY_PLAN.md and stops — no drafting, no stress test. Useful for quickly understanding what reviewers want before deciding how to respond.
- REBUTTAL_DIR =
rebuttal/
Override: rebuttal skill "paper/" — venue: NeurIPS, character limit: 5000`
Required Inputs
- Paper source — PDF, LaTeX directory, or narrative summary
- Raw reviews — pasted text, markdown, or PDF with reviewer IDs
- Venue rules — venue name, character/word limit, text-only or revised PDF allowed
- Current stage — initial rebuttal or follow-up round
If venue rules or limit are missing, stop and ask before drafting.
Safety Model
Three hard gates — if any fails, do NOT finalize:
- Provenance gate — every factual statement maps to:
paper, review, user_confirmed_result, user_confirmed_derivation, or future_work. No source = blocked.
- Commitment gate — every promise maps to:
already_done, approved_for_rebuttal, or future_work_only. Not approved = blocked.
- Coverage gate — every reviewer concern ends in:
answered, deferred_intentionally, or needs_user_input. No issue disappears.
Workflow
Phase 0: Resume or Initialize
- If
rebuttal/REBUTTAL_STATE.md exists → resume from recorded phase
- Otherwise → create
rebuttal/, initialize all output documents
- Load paper, reviews, venue rules, any user-confirmed evidence
Phase 1: Validate Inputs and Normalize Reviews
- Validate venue rules are explicit
- Normalize all reviewer text into
rebuttal/REVIEWS_RAW.md (verbatim)
- Record metadata in
rebuttal/REBUTTAL_STATE.md
- If ambiguous, pause and ask
Phase 2: Atomize and Classify Reviewer Concerns
Create rebuttal/ISSUE_BOARD.md.
For each atomic concern:
issue_id (e.g., R1-C2)
reviewer, round, raw_anchor (short quote)
issue_type: assumptions / theorem_rigor / novelty / empirical_support / baseline_comparison / complexity / practical_significance / clarity / reproducibility / other
severity: critical / major / minor
reviewer_stance: positive / swing / negative / unknown
response_mode: direct_clarification / grounded_evidence / nearest_work_delta / assumption_hierarchy / narrow_concession / future_work_boundary
status: open / answered / deferred / needs_user_input
Phase 3: Build Strategy Plan
Create rebuttal/STRATEGY_PLAN.md.
- Identify 2-4 global themes resolving shared concerns
- Choose response mode per issue
- Build character budget (10-15% opener, 75-80% per-reviewer, 5-10% closing)
- Identify blocked claims (ungrounded or unapproved)
- If unresolved blockers → pause and present to user
QUICK_MODE exit: If QUICK_MODE = true, stop here. Present ISSUE_BOARD.md + STRATEGY_PLAN.md to the user and summarize: how many issues per reviewer, shared vs unique concerns, recommended priorities, and evidence gaps. The user can then decide to continue with full rebuttal (rebuttal skill — quick mode: false`) or write manually.
Phase 3.5: Evidence Sprint (when AUTO_EXPERIMENT = true)
Skip entirely if AUTO_EXPERIMENT is false — instead, pause and present the evidence gaps to the user.
If the strategy plan identifies issues that require new empirical evidence (tagged response_mode: grounded_evidence with evidence_source: needs_experiment):
Generate a mini experiment plan from the reviewer concerns:
- What to run (ablation, baseline comparison, scale-up, condition check)
- Success criterion (what result would satisfy the reviewer)
- Estimated GPU-hours
Invoke /experiment-bridge with the mini plan:
/experiment-bridge "rebuttal/REBUTTAL_EXPERIMENT_PLAN.md"
Wait for results, then update ISSUE_BOARD.md:
- Tag completed experiments as
user_confirmed_result
- Update evidence source for relevant issue cards
If experiments fail or are inconclusive:
- Switch response mode to
narrow_concession or future_work_boundary
- Do NOT fabricate positive results
Save experiment results to rebuttal/REBUTTAL_EXPERIMENTS.md for provenance tracking.
Time guard: If estimated GPU-hours exceed rebuttal deadline, skip and flag for manual handling.
Phase 4: Draft Initial Rebuttal
Create rebuttal/REBUTTAL_DRAFT_v1.md.
Structure:
- Short opener — thank reviewers + 2-4 global resolutions
- Per-reviewer numbered responses — answer → evidence → implication
- Short closing — resolved / remaining / acceptance case
Default reply pattern per issue:
- Sentence 1: direct answer
- Sentence 2-4: grounded evidence
- Last sentence: implication for the paper
Heuristics from 5 successful rebuttals:
- Evidence > assertion
- Global narrative first, per-reviewer detail second
- Concrete numbers for counter-intuitive points
- Name closest prior work + exact delta for novelty disputes
- Concede narrowly when reviewer is right
- For theory: separate core vs technical assumptions
- Answer friendly reviewers too
Hard rules:
- NEVER invent experiments, numbers, derivations, citations, or links
- NEVER promise what user hasn't approved
- If no strong evidence exists, say less not more
Also generate rebuttal/PASTE_READY.txt (plain text, exact character count).
Also generate rebuttal/REVISION_PLAN.md — the overall revision checklist.
This document is the single source of truth for every paper revision promised (explicitly or implicitly) in the rebuttal draft. It exists so the author can track follow-through after the rebuttal is submitted, and so the commitment gate in Phase 5 has a concrete artifact to validate against.
Structure:
Header
- Paper title, venue, character limit, rebuttal round
- Links back to
ISSUE_BOARD.md, STRATEGY_PLAN.md, REBUTTAL_DRAFT_v1.md
Overall checklist — a single flat GitHub-style checklist covering every revision item, so the author can tick items off as they land in the camera-ready / revised PDF:
## Overall Checklist
- [ ] (R1-C2) Add assumption hierarchy table to Section 3.1 — commitment: `approved_for_rebuttal` — owner: author — status: pending
- [ ] (R2-C1) Clarify novelty delta vs. Smith'24 in Section 2 related work — commitment: `already_done` — status: verify wording
- [ ] (R3-C4) Add runtime breakdown figure to Appendix B — commitment: `future_work_only` — status: deferred, note in camera-ready
- ...
Checklist items must be atomic (one paper edit per line) and each must reference its issue_id so it maps back to ISSUE_BOARD.md.
Grouped view — the same items regrouped by (a) paper section/location and (b) severity, so the author can plan the revision pass efficiently.
Commitment summary — counts of already_done / approved_for_rebuttal / future_work_only, plus any needs_user_input items that are blocking.
Out-of-scope log — reviewer concerns that will not trigger a paper revision (e.g. deferred_intentionally, narrow_concession with no edit), with a one-line reason each. This keeps the checklist honest: nothing disappears.
Rules for REVISION_PLAN.md:
- Every checklist item must map to at least one
issue_id from ISSUE_BOARD.md.
- Every promise in
REBUTTAL_DRAFT_v1.md that implies a paper edit must appear as a checklist item — if it is not in the plan, it is a commitment-gate violation.
- Never add items that are not backed by the draft or by user-confirmed evidence.
- On rerun / follow-up rounds, update checkbox state in place rather than regenerating from scratch.
Phase 5: Safety Validation
Run all lints:
- Coverage — every issue maps to draft anchor
- Provenance — every factual sentence has source
- Commitment — promises are approved AND every paper-edit promise in the draft appears as a checklist item in
REVISION_PLAN.md (and vice versa — no orphan items in the plan)
- Tone — flag aggressive/submissive/evasive phrases
- Consistency — no contradictions across reviewer replies
- Limit — exact character count, compress if over (redundancy → friendly → opener → wording, never drop critical answers)
Phase 6: local coding-assistant integration Stress Test
local coding assistant integration:
config: {"model_reasoning_effort": "xhigh"}
prompt: |
Stress-test this rebuttal draft:
[raw reviews + issue board + draft + venue rules]
1. Unanswered or weakly answered concerns?
2. Unsupported factual statements?
3. Risky or unapproved promises?
4. Tone problems?
5. Paragraph most likely to backfire with meta-reviewer?
6. Minimal grounded fixes only. Do NOT invent evidence.
Verdict: safe to submit / needs revision
Save full response to rebuttal/MCP_STRESS_TEST.md. If hard safety blocker → revise before finalizing.
Phase 7: Finalize — Two Versions
Produce two outputs for different purposes:
rebuttal/PASTE_READY.txt — the strict version
- Plain text, exact character count, fits venue limit
- Ready to paste directly into OpenReview / CMT / HotCRP
- No markdown formatting, no extras
rebuttal/REBUTTAL_DRAFT_rich.md — the extended version
- Same structure but with more detail: fuller explanations, additional evidence, optional paragraphs
- Marked with
[OPTIONAL — cut if over limit] for sections that exceed the strict version
- Author can read this to understand the full reasoning, then manually decide what to keep/cut/rewrite
- Useful for follow-up rounds — the extra material is pre-written
Update rebuttal/REBUTTAL_STATE.md
Refresh rebuttal/REVISION_PLAN.md so the overall checklist matches the final draft (add items, mark already_done as checked, carry forward any pending items)
Present to user:
PASTE_READY.txt character count vs venue limit
REBUTTAL_DRAFT_rich.md for review and manual editing
REVISION_PLAN.md checklist — counts of pending / approved / deferred
- Remaining risks + lines needing manual approval
Phase 8: Follow-Up Rounds
When new reviewer comments arrive:
- Append verbatim to
rebuttal/FOLLOWUP_LOG.md
- Link to existing issues or create new ones
- Draft delta reply only (not full rewrite)
- Update
rebuttal/REVISION_PLAN.md in place — add any new checklist items introduced by the follow-up, tick off items the author has already completed, and keep existing items' status current
- Re-run safety lints
- Use local coding-assistant integration reply for continuity if useful
- Rules: escalate technically not rhetorically; concede if reviewer is correct; stop arguing if reviewer is immovable and no new evidence exists
Key Rules
- Large file handling: If file output step fails, retry with local command execution heredoc.
- Never fabricate. No invented evidence, numbers, derivations, citations, or links.
- Never overpromise. Only promise what user explicitly approved.
- Full coverage. Every reviewer concern tracked and accounted for.
- Preserve raw records. Reviews and MCP outputs stored verbatim.
- Global + per-reviewer structure. Shared concerns in opener.
- Answer friendly reviewers too. Reinforce supportive framing.
- Meta-reviewer closing. Summarize resolved/remaining/why accept.
- Evidence > rhetoric. Derivations and numbers over prose.
- Concede selectively. Narrow honest concessions > broad denials.
- Don't waste space on unwinnable arguments. Answer once, move on.
- Respect the limit. Character budget is a hard constraint.
- Resume cleanly. Continue from REBUTTAL_STATE.md on rerun.
- Anti-hallucination citations. Any reference added must go through DBLP → CrossRef → [VERIFY].
1---2name: rebuttal3description: Workflow 4: Submission rebuttal pipeline. Parses external reviews, enforces coverage and grounding, drafts a safe text-only rebuttal under venue limits, and manages follow-up rounds. Use when user says "rebuttal", "reply to reviewers", "ICML rebuttal", "OpenReview response", or wants to answer external reviews safely.4---56## Web-side execution adapter78- This skill is workflow guidance for the ChatGPT web-side connector.9- Loading this SKILL.md is only the setup step; it does not mean the task is complete.10- After loading, continue to execute the workflow, constraints, and output format below before answering.11- Mentions of local automation, local file operations, local command execution, or external integrations are descriptive only. Use capabilities available in the current ChatGPT session, or ask the user for needed files/links.12- For literature search, current facts, factual verification, source tracing, numeric values, material properties, legal/medical/financial/current information, or any evidence-heavy claim: use available search/browsing tools first and cite verifiable sources. Do not answer such tasks only from memory.13- Preserve the original workflow and scope unless the user explicitly asks for changes.1415# Workflow 4: Rebuttal1617Prepare and maintain a grounded, venue-compliant rebuttal for: **$ARGUMENTS**1819## Scope2021This skill is optimized for:22- ICML-style **text-only rebuttal**23- strict **character limits**24- **multiple reviewers**25- **follow-up rounds** after the initial rebuttal26- safe drafting with **no fabrication**, **no overpromise**, and **full issue coverage**2728This skill does **not**:29- run new experiments automatically30- generate new theorem claims automatically31- edit or upload a revised PDF32- submit to OpenReview / CMT / HotCRP3334If the user already has new results, derivations, or approved commitments, the skill can incorporate them as **user-confirmed evidence**.3536## Lifecycle Position3738```text39Workflow 1: idea-discovery40Workflow 1.5: experiment-bridge41Workflow 2: auto-review-loop (pre-submission)42Workflow 3: paper-writing43Workflow 4: rebuttal (post-submission external reviews)44```4546## Constants4748- **VENUE = `ICML`** — Default venue. Override if needed.49- **RESPONSE_MODE = `TEXT_ONLY`** — v1 default.50- **REVIEWER_MODEL = `gpt-5.4`** — Used via local coding-assistant integration for internal stress-testing.51- **REVIEWER_BACKEND = `codex`** — Default: local coding-assistant integration (xhigh). Override with `— reviewer: oracle-pro` for a strong reviewer model Pro via Oracle MCP. See `shared-references/reviewer-routing.md`.52- **MAX_INTERNAL_DRAFT_ROUNDS = 2** — draft → lint → revise.53- **MAX_STRESS_TEST_ROUNDS = 1** — One local coding-assistant integration critique round.54- **MAX_FOLLOWUP_ROUNDS = 3** — per reviewer thread.55- **AUTO_EXPERIMENT = false** — When `true`, automatically invoke `/experiment-bridge` to run supplementary experiments when the strategy plan identifies reviewer concerns that require new empirical evidence. When `false` (default), pause and present the evidence gap to the user for manual handling.56- **QUICK_MODE = false** — When `true`, only run Phase 0-3 (parse reviews, atomize concerns, build strategy). Outputs `ISSUE_BOARD.md` + `STRATEGY_PLAN.md` and stops — no drafting, no stress test. Useful for quickly understanding what reviewers want before deciding how to respond.57- **REBUTTAL_DIR = `rebuttal/`**5859> Override: rebuttal skill "paper/" — venue: NeurIPS, character limit: 5000`6061## Required Inputs62631. **Paper source** — PDF, LaTeX directory, or narrative summary642. **Raw reviews** — pasted text, markdown, or PDF with reviewer IDs653. **Venue rules** — venue name, character/word limit, text-only or revised PDF allowed664. **Current stage** — initial rebuttal or follow-up round6768If venue rules or limit are missing, **stop and ask** before drafting.6970## Safety Model7172Three hard gates — if any fails, do NOT finalize:73741. **Provenance gate** — every factual statement maps to: `paper`, `review`, `user_confirmed_result`, `user_confirmed_derivation`, or `future_work`. No source = blocked.752. **Commitment gate** — every promise maps to: `already_done`, `approved_for_rebuttal`, or `future_work_only`. Not approved = blocked.763. **Coverage gate** — every reviewer concern ends in: `answered`, `deferred_intentionally`, or `needs_user_input`. No issue disappears.7778## Workflow7980### Phase 0: Resume or Initialize81821. If `rebuttal/REBUTTAL_STATE.md` exists → resume from recorded phase832. Otherwise → create `rebuttal/`, initialize all output documents843. Load paper, reviews, venue rules, any user-confirmed evidence8586### Phase 1: Validate Inputs and Normalize Reviews87881. Validate venue rules are explicit892. Normalize all reviewer text into `rebuttal/REVIEWS_RAW.md` (verbatim)903. Record metadata in `rebuttal/REBUTTAL_STATE.md`914. If ambiguous, pause and ask9293### Phase 2: Atomize and Classify Reviewer Concerns9495Create `rebuttal/ISSUE_BOARD.md`.9697For each atomic concern:98- `issue_id` (e.g., R1-C2)99- `reviewer`, `round`, `raw_anchor` (short quote)100- `issue_type`: assumptions / theorem_rigor / novelty / empirical_support / baseline_comparison / complexity / practical_significance / clarity / reproducibility / other101- `severity`: critical / major / minor102- `reviewer_stance`: positive / swing / negative / unknown103- `response_mode`: direct_clarification / grounded_evidence / nearest_work_delta / assumption_hierarchy / narrow_concession / future_work_boundary104- `status`: open / answered / deferred / needs_user_input105106### Phase 3: Build Strategy Plan107108Create `rebuttal/STRATEGY_PLAN.md`.1091101. Identify 2-4 **global themes** resolving shared concerns1112. Choose **response mode** per issue1123. Build **character budget** (10-15% opener, 75-80% per-reviewer, 5-10% closing)1134. Identify **blocked claims** (ungrounded or unapproved)1145. If unresolved blockers → pause and present to user115116**QUICK_MODE exit**: If `QUICK_MODE = true`, stop here. Present `ISSUE_BOARD.md` + `STRATEGY_PLAN.md` to the user and summarize: how many issues per reviewer, shared vs unique concerns, recommended priorities, and evidence gaps. The user can then decide to continue with full rebuttal (rebuttal skill — quick mode: false`) or write manually.117118### Phase 3.5: Evidence Sprint (when AUTO_EXPERIMENT = true)119120**Skip entirely if `AUTO_EXPERIMENT` is `false` — instead, pause and present the evidence gaps to the user.**121122If the strategy plan identifies issues that require new empirical evidence (tagged `response_mode: grounded_evidence` with `evidence_source: needs_experiment`):1231241. Generate a mini experiment plan from the reviewer concerns:125 - What to run (ablation, baseline comparison, scale-up, condition check)126 - Success criterion (what result would satisfy the reviewer)127 - Estimated GPU-hours1281292. Invoke `/experiment-bridge` with the mini plan:130 ```131 /experiment-bridge "rebuttal/REBUTTAL_EXPERIMENT_PLAN.md"132 ```1331343. Wait for results, then update `ISSUE_BOARD.md`:135 - Tag completed experiments as `user_confirmed_result`136 - Update evidence source for relevant issue cards1371384. If experiments fail or are inconclusive:139 - Switch response mode to `narrow_concession` or `future_work_boundary`140 - Do NOT fabricate positive results1411425. Save experiment results to `rebuttal/REBUTTAL_EXPERIMENTS.md` for provenance tracking.143144**Time guard**: If estimated GPU-hours exceed rebuttal deadline, skip and flag for manual handling.145146### Phase 4: Draft Initial Rebuttal147148Create `rebuttal/REBUTTAL_DRAFT_v1.md`.149150Structure:1511. **Short opener** — thank reviewers + 2-4 global resolutions1522. **Per-reviewer numbered responses** — answer → evidence → implication1533. **Short closing** — resolved / remaining / acceptance case154155Default reply pattern per issue:156- Sentence 1: direct answer157- Sentence 2-4: grounded evidence158- Last sentence: implication for the paper159160Heuristics from 5 successful rebuttals:161- Evidence > assertion162- Global narrative first, per-reviewer detail second163- Concrete numbers for counter-intuitive points164- Name closest prior work + exact delta for novelty disputes165- Concede narrowly when reviewer is right166- For theory: separate core vs technical assumptions167- Answer friendly reviewers too168169Hard rules:170- NEVER invent experiments, numbers, derivations, citations, or links171- NEVER promise what user hasn't approved172- If no strong evidence exists, say less not more173174Also generate `rebuttal/PASTE_READY.txt` (plain text, exact character count).175176Also generate `rebuttal/REVISION_PLAN.md` — the **overall revision checklist**.177178This document is the single source of truth for every paper revision promised (explicitly or implicitly) in the rebuttal draft. It exists so the author can track follow-through after the rebuttal is submitted, and so the commitment gate in Phase 5 has a concrete artifact to validate against.179180Structure:1811821. **Header**183 - Paper title, venue, character limit, rebuttal round184 - Links back to `ISSUE_BOARD.md`, `STRATEGY_PLAN.md`, `REBUTTAL_DRAFT_v1.md`1851862. **Overall checklist** — a single flat GitHub-style checklist covering **every** revision item, so the author can tick items off as they land in the camera-ready / revised PDF:187188 ```markdown189 ## Overall Checklist190191 - [ ] (R1-C2) Add assumption hierarchy table to Section 3.1 — commitment: `approved_for_rebuttal` — owner: author — status: pending192 - [ ] (R2-C1) Clarify novelty delta vs. Smith'24 in Section 2 related work — commitment: `already_done` — status: verify wording193 - [ ] (R3-C4) Add runtime breakdown figure to Appendix B — commitment: `future_work_only` — status: deferred, note in camera-ready194 - ...195 ```196197 Checklist items must be **atomic** (one paper edit per line) and each must reference its `issue_id` so it maps back to `ISSUE_BOARD.md`.1981993. **Grouped view** — the same items regrouped by (a) paper section/location and (b) severity, so the author can plan the revision pass efficiently.2002014. **Commitment summary** — counts of `already_done` / `approved_for_rebuttal` / `future_work_only`, plus any `needs_user_input` items that are blocking.2022035. **Out-of-scope log** — reviewer concerns that will **not** trigger a paper revision (e.g. `deferred_intentionally`, `narrow_concession` with no edit), with a one-line reason each. This keeps the checklist honest: nothing disappears.204205Rules for `REVISION_PLAN.md`:206- Every checklist item must map to at least one `issue_id` from `ISSUE_BOARD.md`.207- Every promise in `REBUTTAL_DRAFT_v1.md` that implies a paper edit must appear as a checklist item — if it is not in the plan, it is a commitment-gate violation.208- Never add items that are not backed by the draft or by user-confirmed evidence.209- On rerun / follow-up rounds, update checkbox state in place rather than regenerating from scratch.210211### Phase 5: Safety Validation212213Run all lints:2141. **Coverage** — every issue maps to draft anchor2152. **Provenance** — every factual sentence has source2163. **Commitment** — promises are approved AND every paper-edit promise in the draft appears as a checklist item in `REVISION_PLAN.md` (and vice versa — no orphan items in the plan)2174. **Tone** — flag aggressive/submissive/evasive phrases2185. **Consistency** — no contradictions across reviewer replies2196. **Limit** — exact character count, compress if over (redundancy → friendly → opener → wording, never drop critical answers)220221### Phase 6: local coding-assistant integration Stress Test222223```224local coding assistant integration:225 config: {"model_reasoning_effort": "xhigh"}226 prompt: |227 Stress-test this rebuttal draft:228 [raw reviews + issue board + draft + venue rules]229230 1. Unanswered or weakly answered concerns?231 2. Unsupported factual statements?232 3. Risky or unapproved promises?233 4. Tone problems?234 5. Paragraph most likely to backfire with meta-reviewer?235 6. Minimal grounded fixes only. Do NOT invent evidence.236237 Verdict: safe to submit / needs revision238```239240Save full response to `rebuttal/MCP_STRESS_TEST.md`. If hard safety blocker → revise before finalizing.241242### Phase 7: Finalize — Two Versions243244Produce **two outputs** for different purposes:2452461. **`rebuttal/PASTE_READY.txt`** — the strict version247 - Plain text, exact character count, fits venue limit248 - Ready to paste directly into OpenReview / CMT / HotCRP249 - No markdown formatting, no extras2502512. **`rebuttal/REBUTTAL_DRAFT_rich.md`** — the extended version252 - Same structure but with **more detail**: fuller explanations, additional evidence, optional paragraphs253 - Marked with `[OPTIONAL — cut if over limit]` for sections that exceed the strict version254 - Author can read this to understand the full reasoning, then manually decide what to keep/cut/rewrite255 - Useful for follow-up rounds — the extra material is pre-written2562573. Update `rebuttal/REBUTTAL_STATE.md`2584. Refresh `rebuttal/REVISION_PLAN.md` so the overall checklist matches the final draft (add items, mark `already_done` as checked, carry forward any `pending` items)2595. Present to user:260 - `PASTE_READY.txt` character count vs venue limit261 - `REBUTTAL_DRAFT_rich.md` for review and manual editing262 - `REVISION_PLAN.md` checklist — counts of pending / approved / deferred263 - Remaining risks + lines needing manual approval264265### Phase 8: Follow-Up Rounds266267When new reviewer comments arrive:2682691. Append verbatim to `rebuttal/FOLLOWUP_LOG.md`2702. Link to existing issues or create new ones2713. Draft **delta reply only** (not full rewrite)2724. Update `rebuttal/REVISION_PLAN.md` in place — add any new checklist items introduced by the follow-up, tick off items the author has already completed, and keep existing items' status current2735. Re-run safety lints2746. Use local coding-assistant integration reply for continuity if useful2757. Rules: escalate technically not rhetorically; concede if reviewer is correct; stop arguing if reviewer is immovable and no new evidence exists276277## Key Rules278279- **Large file handling**: If file output step fails, retry with local command execution heredoc.280- **Never fabricate.** No invented evidence, numbers, derivations, citations, or links.281- **Never overpromise.** Only promise what user explicitly approved.282- **Full coverage.** Every reviewer concern tracked and accounted for.283- **Preserve raw records.** Reviews and MCP outputs stored verbatim.284- **Global + per-reviewer structure.** Shared concerns in opener.285- **Answer friendly reviewers too.** Reinforce supportive framing.286- **Meta-reviewer closing.** Summarize resolved/remaining/why accept.287- **Evidence > rhetoric.** Derivations and numbers over prose.288- **Concede selectively.** Narrow honest concessions > broad denials.289- **Don't waste space on unwinnable arguments.** Answer once, move on.290- **Respect the limit.** Character budget is a hard constraint.291- **Resume cleanly.** Continue from REBUTTAL_STATE.md on rerun.292- **Anti-hallucination citations.** Any reference added must go through DBLP → CrossRef → [VERIFY].