Agent skill · AI & Agents

investigating-anomalous-results

Use when a result is surprising, impossible, contradicts a sanity check, a pipeline fails, a model won't converge, or a replication fails - before adjusting anything

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codeNOASSERTION
Install
npx skills add K-Dense-AI/science-superpowers --skill investigating-anomalous-results --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/investigating-anomalous-results/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

# Investigating Anomalous Results ## Overview Random tweaks waste time and manufacture false findings. Quietly dropping the inconvenient data point, nudging the cutoff, or re-running until it "works" doesn't fix the problem — it fabricates a result. **Core principle:** ALWAYS find the root cause before adjusting anything. An adjustment made before you understand the cause is, at best, noise and, at worst, fraud. **Violating the letter of this process is violating the spirit of it.** The first question for any anomaly: **is this a code bug, a data issue, or a real finding?** You cannot answer by guessing, and you must not "fix" it until you know — because a real finding is not something to fix. ## The Iron Law ``` NO ADJUSTMENTS WITHOUT ROOT-CAUSE INVESTIGATION FIRST ``` No dropping data, changing a test, transforming a variable, re-running with new parameters, or "cleaning" until Phase 1 is complete. If you haven't found the cause, you cannot justify the adjustment. ## When to Use - A result is surprising, too good, or contradicts what's known - An impossible value (negative count, probability > 1, age of 500) - A pipeline errors or a model won't converge - A result contradicts a s

What's inside
Steps it walks through
  1. Overview
  2. The Iron Law
  3. When to Use
  4. The Four Phases
  5. Phase 1: Characterize the Anomaly
  6. Phase 2: Pattern Analysis
  7. Phase 3: Hypothesis and Test
  8. Phase 4: Resolution
  9. Red Flags - STOP and Investigate
  10. Your Human Partner's Signals You're Doing It Wrong
  11. Common Rationalizations
  12. Quick Reference
  13. Related Skills
More from science-superpowers
All skills →
About this skill
What does the investigating-anomalous-results skill do?

Use when a result is surprising, impossible, contradicts a sanity check, a pipeline fails, a model won't converge, or a replication fails - before adjusting anything

How do I install it?

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