scientific-experiment-fork

Design derivative experiments using DOE methods and generate parameter matrices.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-experiment-fork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-experiment-fork
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-experiment-fork
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-experiment-fork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

派生実験設計を支援し、既存の実験を基に条件を変更した新規実験を体系的に設計します。実験計画法(DOE)に基づくパラメータ探索を効率化し、最適条件を迅速に見つけることを目的とします。

Core Features & Use Cases

  • 基礎実験の条件を活用して派生実験の設計を行う
  • DOEの手法に対応:完全因子、部分因子、直交表、応答曲面法などを適用
  • 実験マトリクスの生成:パラメータの組み合わせと期待される結果の推定を出力
  • 直感的なワークフローで他者の実験を拡張する際に有用

Quick Start

ベース実験を分析して変更パラメータを選定し、直交表・応答曲面法を用いた派生実験計画を生成してください。

Frequently Asked Questions about scientific-experiment-fork

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

FAQPage Schema
How do I design derivative experiments using DOE from an existing baseline?

Designing derivative experiments using DOE involves analyzing a baseline experiment to select parameters for modification, then applying factorial or response surface methods to generate a structured experimental matrix for new protocols.

What is the best way to explore parameter spaces in experimental science workflows?

Exploring parameter spaces in experimental science workflows is best achieved using Design of Experiments (DOE) techniques like orthogonal arrays and response surface methods to systematically test variable combinations and estimate expected outcomes.

Can I use fractional factorial designs to optimize experimental conditions?

Yes, you can use fractional factorial designs to optimize experimental conditions by efficiently screening significant parameters from a larger set, reducing the number of required experimental runs while still identifying key interaction effects.

When do I need response surface methodology for parameter tuning?

You need response surface methodology for parameter tuning when your goal is to model the relationship between independent variables and a response, allowing you to find optimal operating conditions rather than just identifying significant factors.

Does this approach support generating experimental matrices for forked experiment protocols?

Yes, this DOE-driven approach directly supports generating experimental matrices by outputting parameter combinations and estimated results structured specifically for creating forked experiment protocols from baseline conditions.

What are the limitations of using orthogonal arrays for experimental design?

Using orthogonal arrays for experimental design assumes that interactions between factors are negligible or already understood, which limits their suitability for complex systems where higher-order interactions significantly impact the response.