ablation-planner

Design systematic ablation studies with feasibility checks and Ablation Plan outputs.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/jandan138/Auto-claude-code-research-in-sleep --skill ablation-planner-jandan138
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ablation-planner
Source: https://github.com/jandan138/Auto-claude-code-research-in-sleep/tree/main/skills/ablation-planner
Command: npx skills add https://github.com/jandan138/Auto-claude-code-research-in-sleep --skill ablation-planner-jandan138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designs and coordinates ablation studies for research papers from a reviewer perspective, helping researchers justify claims with systematic experiments.

Core Features & Use Cases

  • Codex designs ablations from a reviewer perspective.
  • CC reviews feasibility and implements the planned ablations.
  • Provides a step-by-step workflow: prepare context, design ablations, parse the ablation plan, review feasibility, and implement and run.
  • Outputs include an Ablation Plan and updates to EXPERIMENT_LOG.md for traceability.

Quick Start

Provide a structured ablation plan by listing component removals and hyperparameter variations, then generate an executable workflow and an Ablation Plan document.

Frequently Asked Questions about ablation-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design an ablation study for a research paper?▼

An ablation study systematically removes model components or varies hyperparameters to validate claims for a research paper. This Skill generates the structured plan from a reviewer perspective, detailing experiments, datasets, and workflows to ensure paper-ready results.

How do I plan hyperparameter variations and component removals for experiments?▼

You plan hyperparameter variations and component removals by listing them as input context. The system then parses this input to generate an executable workflow and a structured Ablation Plan detailing the exact run order and feasibility checks.

What is the best way to structure ablation experiments from a reviewer perspective?▼

Structuring ablation experiments from a reviewer perspective involves creating a step-by-step workflow that prepares context, designs ablations, reviews feasibility, and implements runs. This approach ensures claims are justified with systematic, paper-ready results.

Can I automatically generate an EXPERIMENT_LOG.md for traceability during ablation planning?▼

Yes, you can generate an EXPERIMENT_LOG.md update for traceability. The structured ablation planning process automatically outputs documentation that logs component removals, hyperparameter variations, and run orders to maintain a clear experiment history.

Do I need specific frameworks to run an ablation workflow?▼

No specific frameworks are required to run an ablation workflow as there are no external dependencies. You provide the research context and component lists, and the system outputs a structured plan and executable workflow for your experiments.