From grimoire
Designs clinical trial protocols including study type selection, randomization, blinding, endpoint definition, sample size calculation, and regulatory compliance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grimoire:design-clinical-trial-protocolThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design a rigorous clinical trial protocol by defining the study question, selecting the appropriate design, specifying endpoints, calculating required sample size, and planning for regulatory compliance from the outset.
Design a rigorous clinical trial protocol by defining the study question, selecting the appropriate design, specifying endpoints, calculating required sample size, and planning for regulatory compliance from the outset.
Adopted by: FDA, EMA, PMDA, and all major regulatory agencies require clinical trials submitted for drug approval to follow ICH E6 GCP standards. CONSORT 2010 reporting guidelines are mandated by >600 journals including NEJM, Lancet, JAMA, and BMJ. WHO International Clinical Trials Registry Platform (ICTRP) requires prospective registration of all clinical trials. Impact: Schulz et al. (2010) CONSORT analysis showed that trials with adequate allocation concealment had 30-40% smaller (more accurate) effect estimates than poorly concealed trials, demonstrating that design quality directly affects result validity. Prospective registration (ClinicalTrials.gov, ISRCTN) — compared to retrospective registration — reduces outcome-switching bias, which Dwan et al. (2008) found in up to 62% of published trials.
Specify:
The primary endpoint must be:
Match design to the research question and phase:
For interventional trials: randomized controlled trial (RCT) is the gold standard for causal inference.
Special designs:
Randomization strategy:
Blinding level:
Sample size calculation must be documented in the protocol:
For two-group parallel trial (continuous endpoint):
n per group = 2σ²(Zα/2 + Zβ)² / δ²
Where:
σ = standard deviation of outcome
δ = minimum clinically important difference (MCID)
Zα/2 = 1.96 (two-sided α = 0.05)
Zβ = 0.84 (power = 80%) or 1.28 (power = 90%)
Add 10-20% for expected dropout/attrition.
Source the MCID and σ from pilot data, literature, or regulatory precedent — not arbitrary choices.
Pre-specify in a Statistical Analysis Plan (SAP) before unblinding:
Before the first participant is enrolled:
npx claudepluginhub jeffreytse/grimoire --plugin grimoireGenerates clinical trial protocols for medical devices or drugs, including research-only and full protocol modes with waypoint-based architecture.
Assesses clinical trial feasibility across 6 dimensions using precedent trials and FDA guidance. Produces enrollment projections, endpoint recommendations, and regulatory pathway analysis.
Generates IRB/ethics committee research protocols with 4 core prose sections and 6 skeleton sections. Integrates outputs from design-study, calc-sample-size, and search-lit skills.