| name | strategize |
| description | Design identification strategy or pre-analysis plan. Dispatches Strategist (proposer) and strategist-critic (validator). Replaces /identify and /pre-analysis-plan. |
| argument-hint | [mode: strategy | pap | pap interactive] [research question or spec path] |
| allowed-tools | Read,Grep,Glob,Write,Task |
Strategize
Design an identification strategy or pre-analysis plan by dispatching the Strategist (proposer) and strategist-critic (validator).
Input: $ARGUMENTS โ mode keyword followed by research question or path to research spec.
Modes
/strategize [question] or /strategize strategy [question] โ Identification Strategy
Design the causal identification strategy.
Agents: Strategist โ strategist-critic
Output: Strategy memo + robustness plan + falsification tests
Workflow:
- Read research spec, literature review, and data assessment if they exist
- Read .claude/references/domain-profile.md for common identification strategies in the field
- Dispatch Strategist to produce:
- Strategy memo: design choice, estimand, assumptions, comparison group
- Pseudo-code: implementation sketch
- Robustness plan: ordered list of checks with rationale
- Falsification tests: what SHOULD NOT show effects
- Referee objection anticipation: top 5 objections with responses
- Dispatch strategist-critic to review through 4 phases:
- Phase 1: Claim identification (design, estimand, treatment, control)
- Phase 2: Core design validity (assumption checks, sanity checks)
- Phase 3: Inference soundness (clustering, multiple testing)
- Phase 4: Polish and completeness (robustness, citations)
- If CRITICAL issues found, iterate (max 3 rounds per three-strikes)
- Save memo to
quality_reports/strategy_memo_[topic].md
- Save review to
quality_reports/strategy_memo_[topic]_review.md
/strategize pap [spec] โ Pre-Analysis Plan
Draft a pre-analysis plan following AEA/OSF/EGAP standards.
Input: $ARGUMENTS โ path to research spec file, a topic, or interactive for guided interview.
- If
$ARGUMENTS includes a file path: read it (research spec from /discover interview)
- If
$ARGUMENTS includes interactive: conduct the guided PAP interview (see below)
- Otherwise: treat as topic and draft with ASSUMED placeholders marked clearly
Agents: Strategist (in PAP mode), optionally strategist-critic
Output: Pre-analysis plan document
Interactive PAP Interview (6-Question Guided Flow)
When invoked as /strategize pap interactive, ask these questions one at a time before drafting:
- What is the research question?
- What is the study design? (RCT / natural experiment / quasi-experimental / observational)
- What are the primary outcome variables? (names, measurement, data source)
- What is the identification strategy? (randomization mechanism / treatment assignment / source of variation)
- What subgroup analyses are pre-specified? (with justification for each)
- What multiple testing concerns exist? (number of primary outcomes, family-wise error rate plan)
After all 6 answers are collected, proceed to PAP drafting.
PAP Sections
Dispatch Strategist in PAP mode to produce all standard sections:
- Study overview โ research question, design, treatment, control
- Outcomes โ primary, secondary, mechanism variables with measurement details
- Estimating equations โ with full notation protocol
- Subgroup analyses โ pre-specified, with justification for each
- Multiple testing correction โ Bonferroni / Benjamini-Hochberg / Romano-Wolf (specify which and why)
- Power calculations โ MDE, baseline statistics, sample size, assumptions stated explicitly with sensitivity
- Sample and exclusion rules โ inclusion criteria, attrition handling, outlier treatment
- Data and analysis โ sources, software, randomization/assignment mechanism
- Timeline โ data collection, analysis, registration dates
- Deviations log โ empty template for tracking post-registration changes
Platform-Specific PAP Templates
Ask the user which registry platform they plan to use (if unclear from context):
AEA RCT Registry:
- Most structured format. All fields required.
- Must be registered before intervention begins.
- Strict section ordering: hypotheses โ outcomes โ analysis โ power.
- Requires IRB information and funding sources.
OSF (Open Science Framework):
- More flexible format. Good for observational studies and natural experiments.
- Allows iterative updates with version history.
- Less rigid section structure โ can adapt to study design.
- Supports pre-registration of observational/archival studies.
EGAP (Evidence in Governance and Politics):
- Development economics and political science focused.
- Additional governance and ethics questions required.
- Emphasizes pre-specification of heterogeneous treatment effects.
- Requires description of implementing partners and field conditions.
Observational Study PAP Adaptation
For observational, quasi-experimental, or natural experiment designs, adapt the PAP template:
- Identification strategy replaces randomization โ describe the source of exogenous variation
- Comparison group replaces control group โ define who is compared to whom and why
- Identification assumption discussion โ explicitly state and defend each assumption
- Placebo and falsification tests โ pre-specify what SHOULD NOT show effects
- Robustness to specification choices โ pre-commit to bandwidth, functional form, sample restrictions
- Treatment of endogeneity concerns โ document known threats and planned diagnostics
ASSUMED Placeholder Safety
CRITICAL: Flag every ASSUMED item clearly. The researcher must review and approve before registration.
When drafting a PAP from a topic (without a full research spec or interactive interview), many details will be assumed. For each assumed item:
- Mark it with
[ASSUMED] in bold
- Explain what was assumed and why
- Provide the most reasonable default but flag it for review
A registered PAP with unchecked assumptions is worse than no PAP. The final section of every PAP must include:
## Pre-Registration Checklist
**Review every [ASSUMED] item before registering this plan.**
- [ ] [ASSUMED] Item 1 โ [what was assumed]
- [ ] [ASSUMED] Item 2 โ [what was assumed]
**Do not register until all items are reviewed and confirmed or corrected.**
Optional strategist-critic Review
After PAP creation, optionally dispatch the strategist-critic to review:
- Are identification assumptions clearly stated and defensible?
- Is the estimator choice appropriate for the design?
- Are power calculation assumptions reasonable? Show sensitivity.
- Are pre-specified subgroups justified (not fishing)?
- Are multiple testing corrections appropriate?
- Are any [ASSUMED] items potentially problematic if left uncorrected?
Save review to quality_reports/pre_analysis_plan_[topic]_review.md
Save PAP to quality_reports/pre_analysis_plan_[topic].md
Principles
- Strategist proposes, strategist-critic critiques. Adversarial pairing catches design flaws early.
- Strategy memo is the contract. Once approved, the Coder implements it faithfully.
- Catch problems before coding. A flawed strategy caught now saves weeks of wasted analysis.
- Multiple strategies are OK. Present trade-offs and let the user choose.
- The user decides. If Strategist and strategist-critic disagree after 3 rounds, the user resolves it.
- Pre-specification is the point. Everything in a PAP is decided before seeing outcomes.
- Be honest about what's exploratory. Label subgroups and secondary outcomes clearly.
- Power calculations require assumptions. State every assumption. Show sensitivity.
- A PAP is a commitment device. Make sure the researcher understands what they're committing to.