mcpbeat Sign in

Executing Analysis Agent Skill

Use when you have a pre-registered analysis plan to execute inline in this session with review checkpoints, on a platform without subagents

901 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
280
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/K-Dense-AI/science-superpowers --skill executing-analysis

The instruction itself

11 sections, as written by the author

Executing the Analysis

Overview

Load the pre-registered plan, review it critically, execute all steps exactly as registered, report when complete.

Announce at start: "I'm using the executing-analysis skill to run this analysis."

Note: Tell your human partner that Science Superpowers works much better with access to subagents — the protocol-compliance and rigor reviews catch more when run by fresh agents. If subagents are available, use science-superpowers:subagent-driven-analysis instead.

Prerequisite

The plan MUST be pre-registered and frozen (science-superpowers:preregistering-analysis) and the workspace set up (science-superpowers:setting-up-reproducible-analysis). If either is missing, stop and do it first. Executing before freezing turns the analysis exploratory.

The Process

Step 1: Load and Review

  • Read the analysis plan and the frozen pre-registration.
  • Review critically — any concern about the design, the decision rule, or feasibility?
  • If concerns: raise them with your human partner before starting. A change to the registered analysis is a documented deviation and renders that part exploratory.
  • If no concerns: create a TodoWrite with all steps and proceed.

Step 2: Execute Steps

For each step:

  • Mark in_progress.
  • For nontrivial estimators: validate the pipeline on known/simulated data first.
  • Run the step exactly as registered. Keep the seed. Read immutable raw / named derived; write a new artifact.
  • Validate the output (shape, ranges, counts) — nothing changes silently.
  • Apply the registered decision rule as written; do not re-decide it after seeing the number.
  • Use science-superpowers:verifying-results-before-claiming before marking done.
  • Commit. Mark completed.

Checkpoints

After each natural group of steps (e.g., data prep, then primary model), pause and report results to your human partner before continuing. Keep confirmatory and exploratory results clearly separated in every report.

Step 3: Complete

After all steps complete and verified:

  • Use science-superpowers:requesting-red-team-review on the whole result.
  • Then science-superpowers:reporting-and-archiving-findings.

When to Stop and Ask

STOP immediately when:

  • A result is surprising, impossible, or contradicts a sanity check → use science-superpowers:investigating-anomalous-results (do NOT quietly drop data or tweak parameters)
  • The plan requires deviating from the pre-registration to proceed
  • A validation fails repeatedly
  • An instruction is unclear

Ask rather than guess. A guess that changes the analysis silently destroys the result's credibility.

Remember

  • Pre-registration frozen before execution
  • Validate pipelines on known data
  • Run steps exactly as registered; never silently deviate
  • Label anything unregistered as exploratory
  • Don't skip validation or verification
  • Stop on anomalies; investigate by root cause

Integration

Required workflow skills:

  • science-superpowers:setting-up-reproducible-analysis — run first
  • science-superpowers:preregistering-analysis — frozen before execution
  • science-superpowers:investigating-anomalous-results — on surprising results
  • science-superpowers:verifying-results-before-claiming — before any completion claim
  • science-superpowers:reporting-and-archiving-findings — after all steps complete

Other skills for the same job

different authors, same section of the catalogue
Skill Creator
by anthropics
vendor ×10

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

56k tokens scripts
Skill Creator
by vercel-labs
vendor ×10

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

12k tokens scripts
Skill Creator
by JayZeeDesign
×9

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

10k tokens scripts
Template Skill
by JayZeeDesign
×7

Replace with description of the skill and when Claude should use it.

35 tokens
Dispatching Parallel Agents
by ZhanlinCui
×5

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2k tokens
Skill Development
by anthropics
vendor ×4

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

9k tokens
Find Skills
by sanity-io
vendor ×4

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

1k tokens
Writing Skills
by ZhanlinCui
×4

Use when creating new skills, editing existing skills, or verifying skills work before deployment

26k tokens scripts

How to use it

Copy the folder

Take k-dense-ai/executing-analysis from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.