designing-the-analysis

Drafts a standardized, pre-registered analysis workflow with structured data-flow mapping and explicit inputs/outputs for approved research questions.

282|26|Updated May 28, 2026
One-click install
npx skills add https://github.com/K-Dense-AI/science-superpowers --skill designing-the-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: designing-the-analysis
Source: https://github.com/K-Dense-AI/science-superpowers/tree/main/skills/designing-the-analysis
Command: npx skills add https://github.com/K-Dense-AI/science-superpowers --skill designing-the-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when you have an approved research question and need a concrete analysis plan, before touching outcome data or fitting any model.

Core Features & Use Cases

  • Write a comprehensive, step-by-step analysis plan that documents datasets, variables, transformations, models, sample size/power, confounds, decision rules, and validation windows.
  • Map the data-flow: raw → cleaned → derived → results, with clear artifact naming and ownership.
  • Support reproducibility and pre-registration by enforcing a structured plan and explicit success criteria.

Quick Start

Draft a complete analysis plan for the approved question and save it to docs/science-superpowers/plans/YYYY-MM-DD-<topic>.md.

Frequently Asked Questions about designing-the-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a preregistered analysis plan for my research data?

A structured analysis plan documents datasets, variables, transformations, models, sample size, power analysis, confounds, decision rules, and validation windows to enforce reproducibility and pre-registration before fitting any model.

What is a data-flow map and when do I need one for statistical design?

A data-flow map traces data transformations from raw to cleaned to derived to results with explicit artifact naming. You need one when planning reproducible research to ensure clear ownership and validation of statistical outputs.

How do I perform a power analysis and specify decision rules before data cleaning?

Specify sample size requirements and pre-specified decision rules within a standardized analysis plan that defines data cleaning rules and validation windows, ensuring deterministic outcomes before touching the actual data.

Does this analysis planning approach work without dependencies or prior software setup?

Yes, drafting a rigorous analysis plan requires no software dependencies. It uses a defined research question and data pipeline to produce a structured markdown plan saved to your documentation directory.

What is the best way to document confound handling and data transformations for reproducibility?

The best way to document transformations and confound handling is drafting a comprehensive analysis plan that maps inputs to outputs, names artifacts clearly, and defines explicit success criteria for validation.

When should I not use a preregistered analysis workflow?

Avoid using a preregistered analysis workflow for exploratory research lacking a defined question, or when you need flexible, data-driven modeling rather than a deterministic plan with pre-specified decision rules.