From scientific-method
This skill should be used when the user asks to 'design experiments', 'plan tests for a hypothesis', 'create experiment paths', or 'figure out how to test this hypothesis'. Designs 1–3 experiment paths to verify or falsify a hypothesis and writes them into the hypothesis file.
npx claudepluginhub pipemind-com/pipemind-marketplace --plugin scientific-methodThis skill is limited to using the following tools:
Design 1-3 experiment paths to verify or falsify a refined hypothesis. Prefer experiments executable with available tools — code to run, math to prove, data to gather, evidence to find — over those requiring unavailable external resources.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Design 1-3 experiment paths to verify or falsify a refined hypothesis. Prefer experiments executable with available tools — code to run, math to prove, data to gather, evidence to find — over those requiring unavailable external resources.
hypothesis-NN.mdRead the hypothesis file. If it already contains a ## Experiments section with content, skip -- already designed. The file is the checkpoint.
If ## Status is already confirmed or refuted (set by literature review), skip experiment design. Note that the hypothesis was resolved by prior work and no experiments are needed.
Read problem.md in the parent directory for constraints and success criteria.
From the refined hypothesis statement (or original if not yet refined), determine:
Experiment types:
code -- write and run code to test the claimmath-proof -- work through a formal or informal proof or derivationevidence-gathering -- search for empirical evidence, studies, or data onlinedata-analysis -- fetch a dataset and analyze itlogical-deduction -- reason from stated premises to a conclusionOrder experiments from simplest and most decisive to most involved:
Each experiment must specify:
## Literature section (high / medium / low, with one sentence of rationale)When multiple experiment types are equally valid, lean toward the type with higher publishability potential — but never sacrifice scientific validity for publishability.
Note: This skill only writes to the hypothesis file. It does not create files in experiments/ — artifact creation is exclusively handled by /running-experiments.
Append to the hypothesis file after the existing content:
## Experiments
### Experiment 1: <Title>
- **Type:** <type>
- **Approach:** <precise narrative of what to do>
- **Confirms if:** <expected result if the hypothesis is true>
- **Refutes if:** <expected result if the hypothesis is false>
- **Confidence:** <high | medium | low>
- **Publishability potential:** <high | medium | low — one sentence assessing whether a successful result would be novel relative to prior art in the Literature section>
#### Results
<!-- To be filled by running-experiments -->
---
### Experiment 2: <Title>
...
Use Edit to append -- never overwrite existing content.