What problem does it solve?
It helps you convert an empirical research design captured in the EmpiricalWiki into a concrete Stata execution plan, reducing the back-and-forth of manually translating variables, datasets, models, identification, and robustness into a step-by-step workflow.
Core Features & Use Cases
- Generate Stata execution plans from wiki context: Reads empirical-design outputs plus variables, datasets, models, robustness, and heterogeneity pages to structure inputs, merges, sample selection, variable construction, and robustness checks.
- Produce safe, reviewable output: Inserts a replication-oriented checklist and merge/sample/variable distribution guardrails, using Stata-like pseudocode when variable names are uncertain.
- Optionally create a .do skeleton: By passing the write flag, creates a Stata do-file skeleton alongside the markdown plan without overwriting existing user files.
Quick Start
Run the stata-plan skill for your topic so it generates a Stata execution plan markdown in wiki/outputs (or a do skeleton if you add the write-do flag).