research-design
v0.1.1Testable hypothesis development and reproducible experimental or observational study design without unrelated literature or manuscript tooling.
By Evidence LabLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add research-design@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/timsmykov/evidence-lab-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/workflows/research-design/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/experimental-design/SKILL.md└── skills/hypothesis-generation/SKILL.md
Included Skills2
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.
Formulate evidence-bounded scientific questions, candidate hypotheses, rival explanations, causal or associational claims, discriminating predictions, measurements, and preregistration-ready analysis plans. Use when turning observations or preliminary findings into transparent, testable research plans without treating hypotheses as facts.
Plugin manifests2
{
"name": "research-design",
"description": "Testable hypothesis development and reproducible experimental or observational study design without unrelated literature or manuscript tooling.",
"version": "0.1.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"hypothesis-generation",
"study-design"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Research Design",
"shortDescription": "Turn a question into a defensible study design.",
"longDescription": "Develops testable hypotheses, rival explanations, predictions, measurements, randomization, blocking, and reproducible study layouts.",
"developerName": "Evidence Lab",
"category": "Research",
"capabilities": [
"Research",
"Plan"
],
"defaultPrompt": "Help me turn this research question into a testable study design."
}
}{
"name": "research-design",
"description": "Testable hypothesis development and reproducible experimental or observational study design without unrelated literature or manuscript tooling.",
"version": "0.1.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"hypothesis-generation",
"study-design"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[research-design on Agent Plugins Marketplace](https://pluginsmp.com/plugins/research-design)