experiment-planner-doe

Design of Experiments skill for systematic optimization of nanomaterial synthesis and processing

509 stars

Best use case

experiment-planner-doe is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Design of Experiments skill for systematic optimization of nanomaterial synthesis and processing

Teams using experiment-planner-doe should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/experiment-planner-doe/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/science/nanotechnology/skills/experiment-planner-doe/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/experiment-planner-doe/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How experiment-planner-doe Compares

Feature / Agentexperiment-planner-doeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Design of Experiments skill for systematic optimization of nanomaterial synthesis and processing

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Experiment Planner DOE

## Purpose

The Experiment Planner DOE skill provides systematic experimental design for nanomaterial synthesis and processing optimization, enabling efficient exploration of parameter space and robust process development.

## Capabilities

- Factorial design generation
- Response surface methodology
- Taguchi method implementation
- ANOVA analysis
- Optimization predictions
- Robustness testing

## Usage Guidelines

### DOE Workflow

1. **Design Selection**
   - Identify factors and levels
   - Choose appropriate design
   - Calculate required runs

2. **Execution Planning**
   - Randomize run order
   - Include replicates
   - Plan blocking if needed

3. **Analysis**
   - Perform ANOVA
   - Build response models
   - Optimize parameters

## Process Integration

- Nanoparticle Synthesis Protocol Development
- Thin Film Deposition Process Optimization
- Nanolithography Process Development

## Input Schema

```json
{
  "factors": [{
    "name": "string",
    "low": "number",
    "high": "number",
    "type": "continuous|categorical"
  }],
  "responses": ["string"],
  "design_type": "factorial|fractional|rsm|taguchi",
  "constraints": {
    "max_runs": "number",
    "blocking": "boolean"
  }
}
```

## Output Schema

```json
{
  "design": {
    "type": "string",
    "runs": "number",
    "run_table": [{
      "run": "number",
      "factors": {},
      "block": "number"
    }]
  },
  "analysis": {
    "anova_table": {},
    "significant_factors": ["string"],
    "r_squared": "number"
  },
  "optimization": {
    "optimal_settings": {},
    "predicted_response": "number",
    "confidence_interval": {"lower": "number", "upper": "number"}
  }
}
```

Related Skills

thought-experiment-design

509
from a5c-ai/babysitter

Construct, analyze, and evaluate philosophical thought experiments to test intuitions, reveal conceptual commitments, and probe theoretical implications

simulation-experiment-designer

509
from a5c-ai/babysitter

Simulation experimental design skill for efficient scenario analysis and optimization.

sterilization-validation-planner

509
from a5c-ai/babysitter

Sterilization process validation planning skill for EO, radiation, and steam sterilization

packaging-validation-planner

509
from a5c-ai/babysitter

Sterile barrier system validation planning skill per ISO 11607

supplier-development-planner

509
from a5c-ai/babysitter

Supplier capability development and improvement planning skill

capacity-planner

509
from a5c-ai/babysitter

Capacity requirements planning skill with demand-capacity gap analysis and capacity strategy recommendations

wandb-experiment-tracker

509
from a5c-ai/babysitter

Weights & Biases integration skill for experiment tracking, hyperparameter sweeps, and artifact versioning.

mlflow-experiment-tracker

509
from a5c-ai/babysitter

MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.