GSDAW Discuss Agent #2 — Research vs Methodology consistency check. Triggers automatically after both aw-research and aw-methodology complete. Compares Literature Summary vs Methodology Design for consistency: - Does literature confirm the gap the methodology addresses? - Do the baselines in methodology appear in literature? - Are the datasets used realistic? Offers resolution options if conflicts found.
This is the second checkpoint in the GSDAW writing pipeline. It runs after parallel aw-research and aw-methodology complete. It compares the Literature Summary against the Methodology Design for logical consistency before proceeding to the Planning Agent.
.planning/literature.md (from Research Agent).planning/methodology.md (from Methodology Agent)aw-questioner
│
▼
aw-discuss-1 ──► [confirm] ──► [aw-research + aw-methodology] (parallel)
│
▼
aw-discuss-2 ◄── You are here
│
┌───────────────────┼───────────────────┐
│ │ │
[all pass] [inconsistent] [warnings only]
│ │ │
▼ ▼ ▼
Planning Agent Resolution Options User Decision
│
┌─────────┼─────────┐
│ │ │
Adjust Meth Adjust Scope Accept & Continue
│ │
▼ ▼
Re-run Meth Re-run Research
│ │
└────┬────┘
▼
Re-check
Read the following files from the current working directory:
.planning/literature.md — Literature Summary from Research Agent.planning/methodology.md — Methodology Design from Methodology AgentIf either file is missing, abort with:
错误: 未找到必要文件。
- .planning/literature.md: [存在/不存在]
- .planning/methodology.md: [存在/不存在]
请确保 Research Agent 和 Methodology Agent 都已完成。
.planning/literature.md, extract:| Field | Where to Find |
|---|---|
| Research gap(s) stated | ## Research Gaps section |
| Methods/baselines reviewed | ## Related Work by Category tables |
| Datasets mentioned | Tables in Related Work |
| Key references | ## Key References or ## References |
| Total papers analyzed | Header metadata |
.planning/methodology.md, extract:| Field | Where to Find |
|---|---|
| Problem statement | ## Technical Pipeline > Method Overview |
| Proposed method | ## Technical Pipeline > Key Innovations |
| Datasets used | ## Experiment Design > Datasets table |
| Baselines compared | ## Experiment Design > Baselines table |
| Evaluation metrics | ## Experiment Design > Evaluation Metrics table |
What to check:
research gap match the Methodology's problem statement?Inconsistency triggers:
Example of PASS: Literature identifies "no existing method handles X under Y conditions." Methodology proposes a method that specifically handles X under Y conditions.
Example of FAIL: Literature shows "Method Z already achieves 95% on this exact problem." Methodology proposes improving on that problem without acknowledging Method Z.
What to check:
Baselines table appear in Literature's references or Related Work?Warning triggers:
Inconsistency triggers:
Example of PASS: Methodology lists ResNet, ViT, and CLIP as baselines. Literature includes all three with full analysis.
Example of WARNING: Methodology lists "Method X" as a baseline, but Literature only mentions it briefly in passing without analyzing its approach or results.
What to check:
Datasets table exist and are they publicly available?Inconsistency triggers:
Warning triggers:
Example of PASS: Methodology uses CIFAR-10, Cityscapes. Literature confirms these are standard benchmarks in the field.
Example of FAIL: Methodology claims to use "BenchmarkV3" but no such dataset exists publicly.
What to check:
This is typically a NOTE, not a failure, because novel approaches are expected in research. However, extreme cases warrant warning.
Note triggers:
Warning triggers:
Example of NOTE: Literature uses CNNs for task X. Methodology proposes a Transformer variant of CNN. This is a reasonable extension — not a problem.
Example of WARNING: Literature exclusively shows that graph-based approaches fail on this task domain. Methodology proposes an entirely graph-based solution with no bridging evidence.
Display the report in this exact format:
## 一致性检查报告
**检查时间:** [ISO timestamp]
**文献调研:** .planning/literature.md
**方法设计:** .planning/methodology.md
---
### Check 1: 研究空白对齐
**状态:** ✅ 通过 / ⚠️ 警告 / ❌ 不一致
**详情:** [findings — 2-3 sentences max]
---
### Check 2: Baseline 覆盖
**状态:** ✅ 通过 / ⚠️ 警告 / ❌ 不一致
**详情:** [findings — list any missing or under-represented baselines]
---
### Check 3: 数据集可行性
**状态:** ✅ 通过 / ⚠️ 警告 / ❌ 不一致
**详情:** [findings — list any questionable datasets]
---
### Check 4: 方法验证
**状态:** ✅ 通过 / ⚠️ 警告 / ❌ 不一致
**详情:** [findings — note if approach is novel but grounded, or unprecedented]
---
**总体状态:** 全部通过 / 发现问题需处理
一致性检查全部通过。
文献调研发现了 [N] 篇相关工作,方法设计与文献发现一致。
- Gap Alignment: ✅ Gap 在文献中得到确认
- Baseline 覆盖: ✅ [X] 个 baselines 均在文献中有记录
- 数据集可行性: ✅ 所有数据集真实可用
- 方法验证: ✅ 方法设计有文献依据
下一步:Planning Agent 制定写作计划。
Ask user to confirm: