
Hypothesis And Ablation Planner
- 42 installs
- 1 repo stars
- Updated July 31, 2026
- jurgendn/agent-skills
Helps with productivity & planning tasks.
About
hypothesis-and-ablation-planner is a Claude Code skill in the Productivity & Planning category.
- hypothesis-and-ablation-planner
- Productivity & Planning
- AI-coding skill
Hypothesis And Ablation Planner by the numbers
- 42 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #1,711 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jurgendn/agent-skills --skill hypothesis-and-ablation-plannerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 42 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 31, 2026 |
| Repository | jurgendn/agent-skills ↗ |
What it does
Helps with productivity & planning tasks.
Files
Hypothesis and Ablation Planner
Ablations should test explanations, not merely remove components.
Procedure
1. State the main empirical claim. 2. Decompose the method into causal components. 3. For each component, define:
- claimed mechanism
- minimal ablation
- expected directional effect
- competing explanation
4. Add controls for:
- parameter count
- compute budget
- data leakage/filtering
- prompt/template effects
- preprocessing artifacts
- implementation bias
5. Minimize the ablation set:
- remove redundant studies
- prioritize hypothesis-separating experiments
6. Label each ablation:
- must-have
- useful
- optional
Rules
- Every ablation must answer a specific causal question.
- Avoid ablation explosion.
- If two explanations remain confounded, state it explicitly.
- Prefer interpretable ablations over cosmetic variants.
- “Removing one block” is not sufficient unless tied to a hypothesis.
- Keep training budget and evaluation protocol controlled whenever possible.
Output Format
| Hypothesis | Component | Ablation | Expected Result | Alternative Explanation Controlled | Priority |
|---|---|---|---|---|---|
| ... | ... | ... | ... | ... | Must-have / Useful / Optional |
Final Checks
After the table, briefly state:
- which hypotheses are still confounded
- which ablation is most decisive
- which ablation is cheapest per unit insight