From research-ops-skills
Clinical study design. Select and classify endpoints, estimate sample size / power (means / proportions / survival), and score a study plan for a GO / GO-WITH-CONDITIONS / REDESIGN / NO-GO phase-gate decision. Every output is an ESTIMATE plus a named clinical owner — never clinical fact. Direct invocation of the clinical-research skill.
How this command is triggered — by the user, by Claude, or both
Slash command
/research-ops-skills:cs-clinical-research <study context: indication, design, endpoints, effect size, target enrollment>The summary Claude sees in its command listing — used to decide when to auto-load this command
# /cs:clinical-research — Endpoint selection + sample-size + phase-gate feasibility Run the `clinical-research` skill on this input: **$ARGUMENTS** ## Three-tool workflow 1. **`endpoint_selector.py`** — Score candidate endpoints across clinical relevance, measurability, regulatory acceptance, sensitivity-to-change, and burden. Classify PRIMARY / KEY-SECONDARY / EXPLORATORY. Flags unvalidated surrogates (cannot be primary). Industry tuning via `--profile`. 2. **`sample_size_estimator.py`** — Closed-form power / sample size for two-arm means (Cohen's d), proportions (normal approx), or s...
Run the clinical-research skill on this input:
$ARGUMENTS
endpoint_selector.py — Score candidate endpoints across clinical relevance, measurability, regulatory acceptance, sensitivity-to-change, and burden. Classify PRIMARY / KEY-SECONDARY / EXPLORATORY. Flags unvalidated surrogates (cannot be primary). Industry tuning via --profile.
sample_size_estimator.py — Closed-form power / sample size for two-arm means (Cohen's d), proportions (normal approx), or survival (Schoenfeld events). Inflates for dropout. The effect/difference/HR must trace to a published or anchor-based source.
phase_gate_scorer.py — Score the study plan 0-100 across recruitment feasibility, endpoint readiness, statistical power, operational complexity, and budget fit. Verdict + named owners (PI, Medical Monitor, Biostatistician, Regulatory Owner).
Every output is an ESTIMATE, not a protocol. A biostatistician, medical monitor, and regulatory owner sign the final design.
python3 skills/clinical-research/scripts/onboard.py (area, alpha, power, dropout, named owners) — saved config pre-configures every tool. --show lists the questions.skills/clinical-research/scripts/ar_evaluator.py (feasibility_composite, higher is better).ra-qm-team — that's the regulatory submission. This designs the study.research/grants — that finds funding. This designs the trial.product-team/experiment-designer — that's a product A/B. This is a clinical trial.6plugins reuse this command
First indexed Jun 30, 2026
npx claudepluginhub haroldhuanrongliu/claude-skills --plugin research-ops-skills