What problem does it solve?
This Skill turns a paper outline into structured, reproducible data analysis outputs, so you can validate methods and produce chart-ready JSON results instead of manually stitching statistics together.
Core Features & Use Cases
- Paper-outline-driven analysis: Extracts research questions, hypotheses, variables, and an expected figure checklist from PAPER_PLAN.md (and optionally TOPIC_PLAN.md), then executes the corresponding statistical modeling pipeline.
- Real-data-first or high-quality simulation: Uses real files from user_data/ or data/ when present; otherwise generates simulation data that matches typical domain ranges, patterns, and minimum sample-size quality rules for common empirical modeling scenarios.
- Reproducible result artifacts for plotting: Produces machine-readable outputs in figures/*.json (e.g., descriptive_stats.json, analysis_N_results.json, robustness_results.json) and prepares RESULTS.md as the summary interface for the downstream paper-figure stage.
Quick Start
Ask the assistant to run the paper-analysis workflow using the provided PAPER_PLAN.md and generate figures/descriptive_stats.json plus the analysis_N_results.json outputs.