Method Audit
Reverse-engineer the data collection and empirical methods across a corpus of papers. Produce a critical comparison table that surfaces methodological blind spots.
Output Path
Per rules/review-artefact-routing.md (auto-loads in research projects (path-scoped to paper-*/ and paper/)):
- Source slug:
method-audit
- Write reports to:
reviews/_project/method-audit/<YYYY-MM-DD-HHMM>.md inside the project. Path is relative to the research project root, not the Task-Management repo.
- Never at project root (
./CRITIC-REPORT.md-style filenames are forbidden — pre-rule layout).
- Idempotency: timestamps include hour+minute (HHMM) to disambiguate same-day runs; never overwrite an earlier run's report.
- Index update: if
reviews/INDEX.md exists, write a one-line entry under "Latest per source" pointing at the new file. Otherwise review-recap will rebuild the index next time it runs.
- Infrastructure repos (Task-Management, atlas-workspace, etc.): this section does not apply — the path-scoped rule won't load there.
When to Use
- Writing a methodology section — need to justify your approach relative to the literature
- Reviewing empirical papers — need to compare data quality across studies
- Identifying methodological gaps — what approach has nobody tried yet?
- Preparing a replication or extension — need to understand exactly how prior work was done
When NOT to Use
- Theoretical papers — use an installed theoretical-comparison workflow instead
- Single-paper deep read — use
split-pdf
- Your own research design — use
causal-design or experiment-design
- Code review — use the
code-review agent
Input
A .bib file, PDF directory, topic description, or list of papers. If ambiguous, ask.
Workflow
Phase 1: Corpus Assembly
Assemble 10-20 empirical papers from the supplied bibliography or directory, or through configured scholarly-search tools. Prioritise papers with empirical content and filter out pure theory, editorials, and commentaries.
Phase 2: Method Extraction
For each paper, read using split-pdf methodology. Extract:
- Research design — experimental, quasi-experimental, observational, survey, qualitative, mixed
- Data source — where the data comes from (name the dataset, survey instrument, or archive)
- Sample
- Population and sampling frame
- Sample size (N)
- Unit of observation
- Time period
- Response rate (if survey)
- Attrition (if longitudinal)
- Variables
- Dependent variable(s) and how measured
- Key independent variable(s) and how measured
- Controls included
- Estimation strategy
- Statistical method (OLS, IV, DiD, RCT, qualitative coding, etc.)
- Identification strategy (what makes the estimate causal, if claimed)
- Robustness checks reported
- Biases acknowledged — what limitations the authors discuss
- Biases NOT acknowledged — what you can spot that they don't mention
Phase 3: Comparative Analysis
3.1 Methods Comparison Table
| Paper |
Design |
Data Source |
N |
Period |
Method |
ID Strategy |
Response Rate |
Sort by sample size (largest first).
3.2 Technique Distribution
Count how many papers use each:
- Design type (experimental, observational, etc.)
- Estimation method (OLS, IV, DiD, etc.)
- Data type (survey, admin, experimental, scraped, etc.)
Flag any technique that is dominant (>60% of papers) — this signals a methodological monoculture.
3.3 Bias Audit
For each paper, classify biases:
| Paper |
Biases Acknowledged |
Biases Missed |
Severity |
Common missed biases to check for:
- Selection bias — non-random sampling without correction
- Measurement error — self-reported outcomes, proxy variables
- External validity — single-country, single-firm, WEIRD samples
- Survivorship bias — studying only firms/people that survived
- Publication bias — significant results overrepresented
- Endogeneity — causal claims without credible identification
- Multiple testing — many outcomes tested without correction
3.4 Methodological Gaps
- Designs nobody has tried (e.g., no RCT in a field of observational studies)
- Data sources nobody has used (e.g., admin data when everyone uses surveys)
- Robustness checks nobody runs (e.g., no placebo tests, no sensitivity analysis)
- Populations understudied (e.g., only US data in a global phenomenon)
Phase 4: Output
Write to METHOD-AUDIT.md in the project directory.
Output Format
# Method Audit: [Topic]
**Date:** YYYY-MM-DD
**Corpus:** [N] empirical papers
**Dominant design:** [Most common research design]
**Dominant method:** [Most common estimation method]
## Comparison Table
| Paper | Design | Data | N | Period | Method | ID Strategy | Biases Noted |
|-------|--------|------|---|--------|--------|-------------|-------------|
## Technique Distribution
| Category | Count | Papers |
|----------|-------|--------|
## Bias Audit
### Commonly Acknowledged
- [Bias type] — mentioned by [N] papers
### Commonly Missed
- [Bias type] — present in [N] papers but acknowledged by [M]
- **Why it matters:** [Impact on findings]
- **Papers affected:** [List]
## Methodological Gaps
1. **No [design/method] studies** — [Why this matters]
2. **Understudied population:** [Who is missing]
3. **Missing robustness check:** [What should be tested]
## Implications for Your Research
- **Opportunity:** [What methodological gap you could fill]
- **Risk:** [What bias to watch for in your own design]
- **Benchmark:** [What sample size / design quality is expected in this field]
Cross-References
| Skill |
When to use instead/alongside |
| Installed theoretical-comparison workflow |
For theoretical rather than methodological comparison |
causal-design |
To design your own identification strategy |
experiment-design |
To design experiments or surveys |
replication-audit |
To check which findings have been replicated |
1---2name: method-audit3description: Extract and compare data-collection methods across a set of empirical papers. Use when the user needs a cross-paper methods matrix or wants to assess how a literature gathers evidence.4---56# Method Audit78> Reverse-engineer the data collection and empirical methods across a corpus of papers. Produce a critical comparison table that surfaces methodological blind spots.910## Output Path1112Per `rules/review-artefact-routing.md` (auto-loads in research projects (path-scoped to `paper-*/` and `paper/`)):1314- **Source slug:** `method-audit`15- **Write reports to:** `reviews/_project/method-audit/<YYYY-MM-DD-HHMM>.md` inside the project. Path is relative to the research project root, not the Task-Management repo.16- **Never** at project root (`./CRITIC-REPORT.md`-style filenames are forbidden — pre-rule layout).17- **Idempotency:** timestamps include hour+minute (HHMM) to disambiguate same-day runs; never overwrite an earlier run's report.18- **Index update:** if `reviews/INDEX.md` exists, write a one-line entry under "Latest per source" pointing at the new file. Otherwise `review-recap` will rebuild the index next time it runs.19- **Infrastructure repos** (Task-Management, atlas-workspace, etc.): this section does not apply — the path-scoped rule won't load there.202122## When to Use2324- Writing a methodology section — need to justify your approach relative to the literature25- Reviewing empirical papers — need to compare data quality across studies26- Identifying methodological gaps — what approach has nobody tried yet?27- Preparing a replication or extension — need to understand exactly how prior work was done2829## When NOT to Use3031- **Theoretical papers** — use an installed theoretical-comparison workflow instead32- **Single-paper deep read** — use `split-pdf`33- **Your own research design** — use `causal-design` or `experiment-design`34- **Code review** — use the `code-review` agent3536## Input3738A `.bib` file, PDF directory, topic description, or list of papers. If ambiguous, ask.3940## Workflow4142### Phase 1: Corpus Assembly4344Assemble 10-20 empirical papers from the supplied bibliography or directory, or through configured scholarly-search tools. Prioritise papers with empirical content and filter out pure theory, editorials, and commentaries.4546### Phase 2: Method Extraction4748For each paper, read using split-pdf methodology. Extract:49501. **Research design** — experimental, quasi-experimental, observational, survey, qualitative, mixed512. **Data source** — where the data comes from (name the dataset, survey instrument, or archive)523. **Sample**53 - Population and sampling frame54 - Sample size (N)55 - Unit of observation56 - Time period57 - Response rate (if survey)58 - Attrition (if longitudinal)594. **Variables**60 - Dependent variable(s) and how measured61 - Key independent variable(s) and how measured62 - Controls included635. **Estimation strategy**64 - Statistical method (OLS, IV, DiD, RCT, qualitative coding, etc.)65 - Identification strategy (what makes the estimate causal, if claimed)66 - Robustness checks reported676. **Biases acknowledged** — what limitations the authors discuss687. **Biases NOT acknowledged** — what you can spot that they don't mention6970### Phase 3: Comparative Analysis7172#### 3.1 Methods Comparison Table7374| Paper | Design | Data Source | N | Period | Method | ID Strategy | Response Rate |75|-------|--------|-------------|---|--------|--------|-------------|--------------|7677Sort by sample size (largest first).7879#### 3.2 Technique Distribution8081Count how many papers use each:82- Design type (experimental, observational, etc.)83- Estimation method (OLS, IV, DiD, etc.)84- Data type (survey, admin, experimental, scraped, etc.)8586Flag any technique that is **dominant** (>60% of papers) — this signals a methodological monoculture.8788#### 3.3 Bias Audit8990For each paper, classify biases:9192| Paper | Biases Acknowledged | Biases Missed | Severity |93|-------|-------------------|---------------|----------|9495Common missed biases to check for:96- **Selection bias** — non-random sampling without correction97- **Measurement error** — self-reported outcomes, proxy variables98- **External validity** — single-country, single-firm, WEIRD samples99- **Survivorship bias** — studying only firms/people that survived100- **Publication bias** — significant results overrepresented101- **Endogeneity** — causal claims without credible identification102- **Multiple testing** — many outcomes tested without correction103104#### 3.4 Methodological Gaps105106- Designs nobody has tried (e.g., no RCT in a field of observational studies)107- Data sources nobody has used (e.g., admin data when everyone uses surveys)108- Robustness checks nobody runs (e.g., no placebo tests, no sensitivity analysis)109- Populations understudied (e.g., only US data in a global phenomenon)110111### Phase 4: Output112113Write to `METHOD-AUDIT.md` in the project directory.114115## Output Format116117```markdown118# Method Audit: [Topic]119120**Date:** YYYY-MM-DD121**Corpus:** [N] empirical papers122**Dominant design:** [Most common research design]123**Dominant method:** [Most common estimation method]124125## Comparison Table126127| Paper | Design | Data | N | Period | Method | ID Strategy | Biases Noted |128|-------|--------|------|---|--------|--------|-------------|-------------|129130## Technique Distribution131132| Category | Count | Papers |133|----------|-------|--------|134135## Bias Audit136137### Commonly Acknowledged138- [Bias type] — mentioned by [N] papers139140### Commonly Missed141- [Bias type] — present in [N] papers but acknowledged by [M]142 - **Why it matters:** [Impact on findings]143 - **Papers affected:** [List]144145## Methodological Gaps1461471. **No [design/method] studies** — [Why this matters]1482. **Understudied population:** [Who is missing]1493. **Missing robustness check:** [What should be tested]150151## Implications for Your Research152153- **Opportunity:** [What methodological gap you could fill]154- **Risk:** [What bias to watch for in your own design]155- **Benchmark:** [What sample size / design quality is expected in this field]156```157158## Cross-References159160| Skill | When to use instead/alongside |161|-------|-------------------------------|162| Installed theoretical-comparison workflow | For theoretical rather than methodological comparison |163| `causal-design` | To design your own identification strategy |164| `experiment-design` | To design experiments or surveys |165| `replication-audit` | To check which findings have been replicated |