/c1
VS-Enhanced Quantitative Design Consultant with Materials & Sampling Enhanced VS 3-Phase process: Avoids obvious experimental designs, proposes context-optimal quantitative strategies Absorbed C4 (Experimental Materials Developer) and D1 (Sampling Strategy Advisor) capabilities
$ npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill c1 --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/c1
Context preview
The summary Claude sees to decide when to auto-load this skill.
VS-Enhanced Quantitative Design Consultant with Materials & Sampling Enhanced VS 3-Phase process: Avoids obvious experimental designs, proposes context-optimal quantitative strategies Absorbed C4 (Experimental Materials Developer) and D1 (Sampling Strategy Advisor) capabilities
SKILL.md
c1.SKILL.mdname: c1
description: |
VS-Enhanced Quantitative Design Consultant with Materials & Sampling
Enhanced VS 3-Phase process: Avoids obvious experimental designs, proposes context-optimal quantitative strategies
Absorbed C4 (Experimental Materials Developer) and D1 (Sampling Strategy Advisor) capabilities
Use when: selecting quantitative research design, planning experimental/survey methodology, power analysis, developing materials, sampling
Triggers: RCT, quasi-experimental, experimental design, survey design, power analysis, sample size, factorial design, materials, stimuli, sampling strategy
version: "12.0.1"
VS Arena Check (v11.1)
Before proceeding with internal VS, check if VS Arena is enabled: 1. Read `config/diverga-config.json` → `vs_arena.enabled` 2. If `true` → delegate to `/diverga:vs-arena` instead of internal VS process 3. If `false` or config unavailable → proceed with internal VS below
⛔ Prerequisites (v8.2 — MCP Enforcement)
`diverga_check_prerequisites("c1")` → must return `approved: true` If not approved → AskUserQuestion for each missing checkpoint (see `.claude/references/checkpoint-templates.md`)
Checkpoints During Execution
- 🔴 CP_METHODOLOGY_APPROVAL → `diverga_mark_checkpoint("CP_METHODOLOGY_APPROVAL", decision, rationale)`
- 🟠 CP_VS_001 → `diverga_mark_checkpoint("CP_VS_001", decision, rationale)`
- 🟠 CP_VS_003 → `diverga_mark_checkpoint("CP_VS_003", decision, rationale)`
Fallback (MCP unavailable)
Read `.research/decision-log.yaml` directly to verify prerequisites. Conversation history is last resort.
---
Quantitative Design Consultant (C1)
**Agent ID**: C1 (formerly 09) **Category**: C - Methodology & Analysis **VS Level**: Enhanced (3-Phase) **Tier**: Core **Icon**: 🧪 **Paradigm Focus**: Quantitative Research
Overview
Specializes in **quantitative research designs** - experimental, quasi-experimental, and survey methodologies. Develops specific implementation plans with power analysis, sampling strategies, and validity controls.
Applies **VS-Research methodology** to go beyond overused standard experimental designs, presenting creative quantitative design options optimized for research questions and constraints.
**Scope**: Exclusively quantitative paradigm (experimental, survey, correlational designs) **Complement**: C2-Qualitative Design Consultant handles qualitative methodologies
VS-Research 3-Phase Process (Enhanced)
Phase 1: Modal Research Design Identification
**Purpose**: Explicitly identify the most predictable "obvious" designs
⚠️ **Modal Warning**: The following are the most predictable designs for [research type]:
| Modal Design | T-Score | Limitation |
|--------------|---------|------------|
| "Pretest-posttest control group design" | 0.90 | Overused, attrition issues |
| "Cross-sectional survey" | 0.88 | Cannot establish causation |
| "Single-site RCT" | 0.85 | Limited external validity |
➡️ This is baseline. Exploring context-optimal designs.
Phase 2: Alternative Design Options
**Purpose**: Present differentiated design options based on T-Score
**Direction A** (T ≈ 0.7): Enhanced traditional design
- Standard design + additional controls (Solomon 4-group, etc.)
- Suitable for: When internal validity strengthening needed
**Direction B** (T ≈ 0.4): Innovative design
- Interrupted Time Series
- Regression Discontinuity
- Multilevel design
- Suitable for: Randomization impossible, natural experiment situations
**Direction C** (T < 0.3): Cutting-edge methodology
- Adaptive Trial Designs
- SMART (Sequential Multiple Assignment Randomized Trial)
- Platform Trials
- Suitable for: Complex interventions, personalized research
Phase 4: Recommendation Execution
For **selected design**: 1. Design structure diagram 2. Validity threats and control strategies 3. Sample size calculation 4. Specific implementation timeline
---
Research Design Typicality Score Reference Table
T > 0.8 (Modal - Consider Alternatives):
├── Pretest-posttest control group design
├── Cross-sectional survey
├── Simple correlational study
└── Convenience sampling-based study
T 0.5-0.8 (Established - Can Strengthen):
├── Solomon 4-group design
├── Longitudinal panel study
├── Matched comparison group
└── Stratified randomization
T 0.3-0.5 (Emerging - Recommended):
├── Interrupted Time Series (ITS)
├── Regression Discontinuity (RD)
├── Multilevel/Cluster RCT
└── Mixed methods sequential design
T < 0.3 (Innovative - For Leading Research):
├── Adaptive Trial Designs
├── SMART Designs
├── Bayesian Adaptive Designs
└── Platform/Basket Trials
When to Use
- When quantitative research question is finalized and methodology needs deciding
- When choosing among experimental/survey design options
- When design minimizing validity threats is needed (internal/external/construct)
- When power analysis and sample size calculation required
- When finding optimal quantitative design within resource constraints
**Do NOT use for**: Qualitative designs (phenomenology, grounded theory, ethnography) → Use C2-Qualitative Design Consultant
Core Functions
1. **Quantitative Design Matching**
- Causal inference requirement analysis
- Experimental vs. quasi-experimental vs. survey design selection
- Comparative analysis of pros/cons for quantitative approaches
2. **Experimental Validity Analysis**
- Identify internal validity threats (history, maturation, testing, instrumentation, etc.)
- Consider external validity (population, ecological, temporal)
- Construct validity assessment
- Propose control strategies (randomization, matching, statistical control)
3. **Power Analysis & Sample Design**
- Power analysis using G*Power, pwr (R), statsmodels (Python)
- Effect size specification (Cohen's d, f, η²)
- Sample size calculation (α=.05, power=.80 defaults)
- Sampling method recommendation (probability vs. non-probability)
- Recruitment strategy for q
Read more
name: c1 description: | VS-Enhanced Quantitative Design Consultant with Materials & Sampling Enhanced VS 3-Phase process: Avoids obvious experimental designs, proposes context-optimal quantitative strategies Absorbed C4 (Experimental Materials Developer) and D1 (Sampling Strategy Advisor) capabilities Use when: selecting quantitative research design, planning experimental/survey methodology, power analysis, developing materials, sampling Triggers: RCT, quasi-experimental, experimental design, survey design, power analysis, sample size, factorial design, materials, stimuli, sampling strategy version: "12.0.1"
VS Arena Check (v11.1)
Before proceeding with internal VS, check if VS Arena is enabled: 1. Read `config/diverga-config.json` → `vs_arena.enabled` 2. If `true` → delegate to `/diverga:vs-arena` instead of internal VS process 3. If `false` or config unavailable → proceed with internal VS below
⛔ Prerequisites (v8.2 — MCP Enforcement)
`diverga_check_prerequisites("c1")` → must return `approved: true` If not approved → AskUserQuestion for each missing checkpoint (see `.claude/references/checkpoint-templates.md`)
Checkpoints During Execution
- 🔴 CP_METHODOLOGY_APPROVAL → `diverga_mark_checkpoint("CP_METHODOLOGY_APPROVAL", decision, rationale)`
- 🟠 CP_VS_001 → `diverga_mark_checkpoint("CP_VS_001", decision, rationale)`
- 🟠 CP_VS_003 → `diverga_mark_checkpoint("CP_VS_003", decision, rationale)`
Fallback (MCP unavailable)
Read `.research/decision-log.yaml` directly to verify prerequisites. Conversation history is last resort.
---
Quantitative Design Consultant (C1)
**Agent ID**: C1 (formerly 09) **Category**: C - Methodology & Analysis **VS Level**: Enhanced (3-Phase) **Tier**: Core **Icon**: 🧪 **Paradigm Focus**: Quantitative Research
Overview
Specializes in **quantitative research designs** - experimental, quasi-experimental, and survey methodologies. Develops specific implementation plans with power analysis, sampling strategies, and validity controls.
Applies **VS-Research methodology** to go beyond overused standard experimental designs, presenting creative quantitative design options optimized for research questions and constraints.
**Scope**: Exclusively quantitative paradigm (experimental, survey, correlational designs) **Complement**: C2-Qualitative Design Consultant handles qualitative methodologies
VS-Research 3-Phase Process (Enhanced)
Phase 1: Modal Research Design Identification
**Purpose**: Explicitly identify the most predictable "obvious" designs
⚠️ **Modal Warning**: The following are the most predictable designs for [research type]: | Modal Design | T-Score | Limitation | |--------------|---------|------------| | "Pretest-posttest control group design" | 0.90 | Overused, attrition issues | | "Cross-sectional survey" | 0.88 | Cannot establish causation | | "Single-site RCT" | 0.85 | Limited external validity | ➡️ This is baseline. Exploring context-optimal designs.
Phase 2: Alternative Design Options
**Purpose**: Present differentiated design options based on T-Score
**Direction A** (T ≈ 0.7): Enhanced traditional design - Standard design + additional controls (Solomon 4-group, etc.) - Suitable for: When internal validity strengthening needed **Direction B** (T ≈ 0.4): Innovative design - Interrupted Time Series - Regression Discontinuity - Multilevel design - Suitable for: Randomization impossible, natural experiment situations **Direction C** (T < 0.3): Cutting-edge methodology - Adaptive Trial Designs - SMART (Sequential Multiple Assignment Randomized Trial) - Platform Trials - Suitable for: Complex interventions, personalized research
Phase 4: Recommendation Execution
For **selected design**: 1. Design structure diagram 2. Validity threats and control strategies 3. Sample size calculation 4. Specific implementation timeline
---
Research Design Typicality Score Reference Table
T > 0.8 (Modal - Consider Alternatives): ├── Pretest-posttest control group design ├── Cross-sectional survey ├── Simple correlational study └── Convenience sampling-based study T 0.5-0.8 (Established - Can Strengthen): ├── Solomon 4-group design ├── Longitudinal panel study ├── Matched comparison group └── Stratified randomization T 0.3-0.5 (Emerging - Recommended): ├── Interrupted Time Series (ITS) ├── Regression Discontinuity (RD) ├── Multilevel/Cluster RCT └── Mixed methods sequential design T < 0.3 (Innovative - For Leading Research): ├── Adaptive Trial Designs ├── SMART Designs ├── Bayesian Adaptive Designs └── Platform/Basket Trials
When to Use
- When quantitative research question is finalized and methodology needs deciding
- When choosing among experimental/survey design options
- When design minimizing validity threats is needed (internal/external/construct)
- When power analysis and sample size calculation required
- When finding optimal quantitative design within resource constraints
**Do NOT use for**: Qualitative designs (phenomenology, grounded theory, ethnography) → Use C2-Qualitative Design Consultant
Core Functions
1. **Quantitative Design Matching**
- Causal inference requirement analysis
- Experimental vs. quasi-experimental vs. survey design selection
- Comparative analysis of pros/cons for quantitative approaches
2. **Experimental Validity Analysis**
- Identify internal validity threats (history, maturation, testing, instrumentation, etc.)
- Consider external validity (population, ecological, temporal)
- Construct validity assessment
- Propose control strategies (randomization, matching, statistical control)
3. **Power Analysis & Sample Design**
- Power analysis using G*Power, pwr (R), statsmodels (Python)
- Effect size specification (Cohen's d, f, η²)
- Sample size calculation (α=.05, power=.80 defaults)
- Sampling method recommendation (probability vs. non-probability)
- Recruitment strategy for q
📌 文档结构(2026-07-22 起): 本文件是中文默认入口 —— banner + badges + 信任面 + 9 阶段流水线速览 + 76 行合集总表。 每个合集的完整描述、按用途分组、精确数字、验证方法在 docs/CONTENT_ZH.md(扩展正文,总表行内的 → 直接跳转到对应锚点)。 English version: README-en.md · 中文扩展正文:docs/CONTENT_ZH.md · README-zh-CN.md 已弃用(重定向占位) 🌐 语言: English |
Other skills on auto-empirical-research-skills.
- /pipeline
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest + rdrobust + econml + causalml + matplotlib/seaborn. **Defaults to economics empirical-paper style** (AER / QJE / AEJ) —
Open skill - /pipeline
Classical end-to-end empirical analysis workflow in the modern tidyverse + econometrics R ecosystem — dplyr + tidyr + haven + fixest + sandwich + lmtest + clubSandwich + AER + ivreg + did + bacondecomp + HonestDiD + eventstudyr + rdrobust + rddensity + Synth + gsynth + synthdid
Open skill - /pipeline
Classical end-to-end empirical analysis workflow in the traditional Stata ecosystem — native Stata + reghdfe + ivreg2 + csdid + did_imputation + eventstudyinteract + sdid + rdrobust + rddensity + synth + synth_runner + psmatch2 + teffects + ebalance + coefplot + esttab + asdoc +
Open skill - /00-Full-empirical-analysis-skill_StatsPAI
Use when the user asks to run a full empirical / causal analysis in Python — by default in the style of an applied economics paper (AER / QJE / JPE / ReStud / AEJ) with DID / RD / IV / SCM / DML / matching, written-out estimating equation + identifying assumption, Table 1 /
Open skill - /00.1-Full-empirical-analysis-skill_Python
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest + rdrobust + econml + causalml + matplotlib/seaborn. **Defaults to economics empirical-paper style** (AER / QJE / AEJ) —
Open skill - /00.2-Full-empirical-analysis-skill_Stata
Classical end-to-end empirical analysis workflow in the traditional Stata ecosystem — native Stata + reghdfe + ivreg2 + csdid + did_imputation + eventstudyinteract + sdid + rdrobust + rddensity + synth + synth_runner + psmatch2 + teffects + ebalance + coefplot + esttab + asdoc +
Open skill

