Agent skill · Workflow & Productivity

subagent-driven-analysis

Use when executing a pre-registered analysis plan with mostly independent steps in the current session

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

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

Facts
Files in the skill folder: 4
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/subagent-driven-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

# Subagent-Driven Analysis Execute a pre-registered analysis plan by dispatching a fresh subagent per analysis step, with two-stage review after each: protocol-compliance review first (did it run exactly what was pre-registered, nothing more), then statistical-rigor review (assumptions, leakage, correctness, reproducibility). **Why subagents:** You delegate steps to specialized agents with isolated context. By precisely crafting their instructions, you keep them focused and prevent them from improvising analyses you didn't pre-register. They never inherit your session's history — you construct exactly what they need. This also preserves your own context for coordination. **Core principle:** Fresh subagent per step + two-stage review (protocol then rigor) = trustworthy, reproducible results. **Continuous execution:** Do not pause to check in between steps. Execute the whole plan. The only reasons to stop: a BLOCKED status you cannot resolve, an anomaly that needs `science-superpowers:investigating-anomalous-results`, a genuine ambiguity, or all steps complete. ## Prerequisite The analysis plan MUST be pre-registered and frozen (`science-superpowers:preregistering-analysis`) before a

What's inside
Steps it walks through
  1. Prerequisite
  2. When to Use
  3. The Process
  4. Model Selection
  5. Handling Analyst Status
  6. Prompt Templates
  7. Red Flags
  8. Integration
Ships with 3 files
  • analyst-prompt.md
  • protocol-compliance-reviewer-prompt.md
  • rigor-reviewer-prompt.md
More from science-superpowers
All skills →
About this skill
What does the subagent-driven-analysis skill do?

Use when executing a pre-registered analysis plan with mostly independent steps in the current session

How do I install it?

Run `npx skills add K-Dense-AI/science-superpowers --skill subagent-driven-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