Agent skill · Data & Analytics

designing-the-analysis

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

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codeNOASSERTION
Install
npx skills add K-Dense-AI/science-superpowers --skill designing-the-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/designing-the-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 280
Language: Shell

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Designing the Analysis ## Overview Write a comprehensive analysis plan assuming the analyst has zero context for this project and questionable statistical taste. Document everything they need: which datasets and variables, how each construct is computed, the exact model or test, the sample size / power justification, which confounds are handled and how, the decision rules, and the planned figures. Give them the whole thing as bite-sized steps. DRY. YAGNI. Pre-register. Validate pipelines on known data. Commit frequently. Assume they are a capable programmer but know almost nothing about this domain, this dataset, or good statistical design. **Announce at start:** "I'm using the designing-the-analysis skill to create the analysis plan." **Save plans to:** `docs/science-superpowers/plans/YYYY-MM-DD-<topic>.md` ## Scope Check If the question document still bundles several independent investigations, stop and split it — one plan per question. Each plan should produce an interpretable, self-contained result. ## Inputs You Need First - The approved question document (`docs/science-superpowers/questions/...`) - The prior-work survey: the adopted method, the confound list, and a prior ef

What's inside
Steps it walks through
  1. Overview
  2. Scope Check
  3. Inputs You Need First
  4. Artifact & Data-Flow Structure
  5. Confound & Validity Plan
  6. Power / Sample Size
  7. Bite-Sized Step Granularity
  8. Plan Document Header
  9. Task Structure
  10. No Placeholders
  11. Self-Review
  12. Handoff
More from science-superpowers
All skills →
About this skill
What does the designing-the-analysis skill do?

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

How do I install it?

Run `npx skills add K-Dense-AI/science-superpowers --skill designing-the-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/science-superpowers, a repository with 280 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going