algo-mfg-doe

Solid

"Design and analyze factorial experiments to identify significant process factors and optimize settings. Use this skill when the user needs to systematically test factor effects, optimize a manufacturing process, or determine which variables matter most — even if they say 'which factors affect quality', 'optimize process settings', or 'design an experiment'.".

AI & Automation 22 stars 8 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
45
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Design of Experiments (DOE) ## Overview DOE systematically varies process factors to identify their effects on responses. Full factorial tests all combinations; fractional factorial tests a strategic subset. Identifies main effects and interactions. More efficient than one-factor-at-a-time (OFAT) which misses interactions. Uses ANOVA for analysis. ## When to Use **Trigger conditions:** - Identifying which process factors significantly affect quality/yield - Optimizing process settings for target performance - Screening many factors to find the vital few **When NOT to use:** - When the process is not stable (stabilize with SPC first) - For observational data with no ability to manipulate factors ## Algorithm ``` IRON LAW: One-Factor-At-A-Time (OFAT) MISSES Interactions Changing one factor while holding others fixed cannot detect interactions (where the effect of A depends on the level of B). Full factorial or fractional factorial designs test ALL main effects AND interactions in fewer runs than OFAT. A 2³ factorial (8 runs) gives more information than 6 OFAT runs at lower cost. ``` ### Phase 1: Input Validation Define: response variable(s), factors (2-7 practical), levels per factor (usually 2 for screening, 3 for optimization), constraints, noise factors. **Gate:** Factors and levels defined, practical to run all experimental conditions. ### Phase 2: Core Algorithm **Screening (many factors):** 2^(k-p) fractional factorial. Choose resolution III+ (main effects not ...

Details

Author
charlieviettq
Repository
charlieviettq/awesome-agent-skill
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Featured

experimental-design

Design experiments and studies BEFORE data is collected — choosing a design, randomizing, blocking, and laying out treatment combinations so results are interpretable. Use whenever someone is planning a study, asks how to assign subjects/samples to groups, mentions randomization, blocking, stratification, controls, factorial or fractional-factorial designs, design of experiments (DOE), screening many factors, response-surface optimization, crossover or repeated-measures or split-plot designs, cluster/group randomization, Latin squares, plate layouts, batch/run-order effects, replication vs. pseudoreplication, or sequential/adaptive/group-sequential designs. Trigger even for informal phrasings like "how should I set up this experiment", "how do I avoid confounding", "what's the best way to test these 6 factors", or "assign these mice to conditions". For computing the sample size or power once the design is chosen, use statistical-power; for analyzing data already collected, use statistical-analysis.

31,973 Updated today
K-Dense-AI
AI & Automation Solid

algo-mfg-fmea

"Conduct FMEA to systematically identify, prioritize, and mitigate potential failure modes. Use this skill when the user needs to assess product or process risks, prioritize corrective actions, or build a risk register — even if they say 'failure mode analysis', 'risk assessment', 'what could go wrong', or 'RPN calculation'.".

22 Updated 1 weeks ago
charlieviettq
AI & Automation Featured

designing-experiments

Design experiments and quasi-experiments before analysis. Use when choosing study design, treatment/control structure, outcomes, assumptions, validation plans after scientific experiment failure, or which of DiD, ITS, synthetic control, or regression discontinuity fits the research question. For fitting models or estimating effects on existing data, use performing-causal-analysis instead.

2,502 Updated 6 days ago
foryourhealth111-pixel