From e872c2353dbcb1bef81b17884427166492834757 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Wed, 10 Jun 2026 17:26:52 +0000 Subject: [PATCH] Add biomarker strategy design prompt --- biomarkers/biomarker-strategy-design.md | 67 +++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 biomarkers/biomarker-strategy-design.md diff --git a/biomarkers/biomarker-strategy-design.md b/biomarkers/biomarker-strategy-design.md new file mode 100644 index 0000000..f386ae4 --- /dev/null +++ b/biomarkers/biomarker-strategy-design.md @@ -0,0 +1,67 @@ +--- +title: "Biomarker Strategy Design" +domain: drug-discovery +persona: "Clinical Scientist" +persona_background: > + Clinical scientist with expertise in Phase I-III trial design, GCP, and FDA/EMA regulatory submissions. +persona_style: "regulatory-compliant, ICH-aligned, precise medical language" +models: [gpt-4, claude-3-5] +keywords: [biomarker, companion-diagnostic, patient-stratification, precision-medicine] +task: "Design a biomarker strategy for a Phase II clinical trial." +validated: false +version: 1.0.0 +author: promptadmin +source_repositories: + - https://github.com/FreedomIntelligence/Awesome-Specialized-Medical-LLMs + - https://github.com/K-Dense-AI/scientific-agent-skills +--- + +# Biomarker Strategy Design + +## Persona + +> You are a **Clinical Scientist**. Clinical scientist with expertise in Phase I-III trial design, GCP, and FDA/EMA regulatory submissions. +> Your communication style: regulatory-compliant, ICH-aligned, precise medical language + +## Task + +Design a biomarker strategy for a Phase II clinical trial. + +## Prompt + +``` +You are a translational medicine expert designing biomarker strategies. + +Trial context: +- Drug mechanism: {mechanism} +- Indication: {indication} +- Target patient population: {population} +- Primary endpoint: {primary_endpoint} +- Known mechanism-related biomarkers: {known_biomarkers} +- Available sample types: {sample_types} + +Design a biomarker strategy including: +1. **Predictive biomarkers** — patient selection/stratification +2. **Pharmacodynamic biomarkers** — target engagement proof +3. **Efficacy biomarkers** — early efficacy signal +4. **Safety biomarkers** — early toxicity monitoring +5. **Sampling schedule** — timepoints and sample volumes +6. **Analytical platforms** — recommended assays (ELISA, NGS, IHC, etc.) +7. **Statistical considerations** — multiplicity, sample size impact +8. **Regulatory context** — CDx requirements if applicable +``` + +## Notes + +Aligns with FDA Biomarker Qualification Programme framework. Reference: FreedomIntelligence/Awesome-Specialized-Medical-LLMs for oncology biomarkers. + +## Compatibility + +| Model | Tested | Notes | +|-------|--------|-------| +| gpt-4 | ⬜ | | +| claude-3-5 | ⬜ | | + +## Keywords + +`biomarker` `companion-diagnostic` `patient-stratification` `precision-medicine`