experiment-planner-doe
Design of Experiments skill for systematic optimization of nanomaterial synthesis and processing
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/experiment-planner-doe/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How experiment-planner-doe Compares
| Feature / Agent | experiment-planner-doe | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
Construct, analyze, and evaluate philosophical thought experiments to test intuitions, reveal conceptual commitments, and probe theoretical implications
simulation-experiment-designer
Simulation experimental design skill for efficient scenario analysis and optimization.
sterilization-validation-planner
Sterilization process validation planning skill for EO, radiation, and steam sterilization
packaging-validation-planner
Sterile barrier system validation planning skill per ISO 11607
supplier-development-planner
Supplier capability development and improvement planning skill
capacity-planner
Capacity requirements planning skill with demand-capacity gap analysis and capacity strategy recommendations
wandb-experiment-tracker
Weights & Biases integration skill for experiment tracking, hyperparameter sweeps, and artifact versioning.
mlflow-experiment-tracker
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
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
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
Run Babysitter autonomously with minimal manual interruption.
user-install
Install the user-level Babysitter Codex setup.