clinical-decision-support
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
What this skill does
# Clinical Decision Support Documents ## Description Generate professional clinical decision support (CDS) documents for pharmaceutical companies, clinical researchers, and medical decision-makers. This skill specializes in analytical, evidence-based documents that inform treatment strategies and drug development: 1. **Patient Cohort Analysis** - Biomarker-stratified group analyses with statistical outcome comparisons 2. **Treatment Recommendation Reports** - Evidence-based clinical guidelines with GRADE grading and decision algorithms All documents are generated as publication-ready LaTeX/PDF files optimized for pharmaceutical research, regulatory submissions, and clinical guideline development. **Note:** For individual patient treatment plans at the bedside, use the `treatment-plans` skill instead. This skill focuses on group-level analyses and evidence synthesis for pharmaceutical/research settings. ## Capabilities ### Document Types **Patient Cohort Analysis** - Biomarker-based patient stratification (molecular subtypes, gene expression, IHC) - Molecular subtype classification (e.g., GBM mesenchymal-immune-active vs proneural, breast cancer subtypes) - Outcome metrics with statistical analysis (OS, PFS, ORR, DOR, DCR) - Statistical comparisons between subgroups (hazard ratios, p-values, 95% CI) - Survival analysis with Kaplan-Meier curves and log-rank tests - Efficacy tables and waterfall plots - Comparative effectiveness analyses - Pharmaceutical cohort reporting (trial subgroups, real-world evidence) **Treatment Recommendation Reports** - Evidence-based treatment guidelines for specific disease states - Strength of recommendation grading (GRADE system: 1A, 1B, 2A, 2B, 2C) - Quality of evidence assessment (high, moderate, low, very low) - Treatment algorithm flowcharts with TikZ diagrams - Line-of-therapy sequencing based on biomarkers - Decision pathways with clinical and molecular criteria - Pharmaceutical strategy documents - Clinical guideline development for medical societies ### Clinical Features - **Biomarker Integration**: Genomic alterations (mutations, CNV, fusions), gene expression signatures, IHC markers, PD-L1 scoring - **Statistical Analysis**: Hazard ratios, p-values, confidence intervals, survival curves, Cox regression, log-rank tests - **Evidence Grading**: GRADE system (1A/1B/2A/2B/2C), Oxford CEBM levels, quality of evidence assessment - **Clinical Terminology**: SNOMED-CT, LOINC, proper medical nomenclature, trial nomenclature - **Regulatory Compliance**: HIPAA de-identification, confidentiality headers, ICH-GCP alignment - **Professional Formatting**: Compact 0.5in margins, color-coded recommendations, publication-ready, suitable for regulatory submissions ## Pharmaceutical and Research Use Cases This skill is specifically designed for pharmaceutical and clinical research applications: **Drug Development** - **Phase 2/3 Trial Analyses**: Biomarker-stratified efficacy and safety analyses - **Subgroup Analyses**: Forest plots showing treatment effects across patient subgroups - **Companion Diagnostic Development**: Linking biomarkers to drug response - **Regulatory Submissions**: IND/NDA documentation with evidence summaries **Medical Affairs** - **KOL Education Materials**: Evidence-based treatment algorithms for thought leaders - **Medical Strategy Documents**: Competitive landscape and positioning strategies - **Advisory Board Materials**: Cohort analyses and treatment recommendation frameworks - **Publication Planning**: Manuscript-ready analyses for peer-reviewed journals **Clinical Guidelines** - **Guideline Development**: Evidence synthesis with GRADE methodology for specialty societies - **Consensus Recommendations**: Multi-stakeholder treatment algorithm development - **Practice Standards**: Biomarker-based treatment selection criteria - **Quality Measures**: Evidence-based performance metrics **Real-World Evidence** - **RWE Cohort Studies**: Retrospective analyses of patient cohorts from EMR data - **Comparative Effectiveness**: Head-to-head treatment comparisons in real-world settings - **Outcomes Research**: Long-term survival and safety in clinical practice - **Health Economics**: Cost-effectiveness analyses by biomarker subgroup ## When to Use Use this skill when you need to: - **Analyze patient cohorts** stratified by biomarkers, molecular subtypes, or clinical characteristics - **Generate treatment recommendation reports** with evidence grading for clinical guidelines or pharmaceutical strategies - **Compare outcomes** between patient subgroups with statistical analysis (survival, response rates, hazard ratios) - **Produce pharmaceutical research documents** for drug development, clinical trials, or regulatory submissions - **Develop clinical practice guidelines** with GRADE evidence grading and decision algorithms - **Document biomarker-guided therapy selection** at the population level (not individual patients) - **Synthesize evidence** from multiple trials or real-world data sources - **Create clinical decision algorithms** with flowcharts for treatment sequencing **Do NOT use this skill for:** - Individual patient treatment plans (use `treatment-plans` skill) - Bedside clinical care documentation (use `treatment-plans` skill) - Simple patient-specific treatment protocols (use `treatment-plans` skill) ## Visual Enhancement with Scientific Schematics **⚠️ MANDATORY: Every clinical decision support document MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.** This is not optional. Clinical decision documents require clear visual algorithms. Before finalizing any document: 1. Generate at minimum ONE schematic or diagram (e.g., clinical decision algorithm, treatment pathway, or biomarker stratification tree) 2. For cohort analyses: include patient flow diagram 3. For treatment recommendations: include decision flowchart **How to generate figures:** - Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams - Simply describe your desired diagram in natural language - Nano Banana Pro will automatically generate, review, and refine the schematic **How to generate schematics:** ```bash python scripts/generate_schematic.py "your diagram description" -o figures/output.png ``` The AI will automatically: - Create publication-quality images with proper formatting - Review and refine through multiple iterations - Ensure accessibility (colorblind-friendly, high contrast) - Save outputs in the figures/ directory **When to add schematics:** - Clinical decision algorithm flowcharts - Treatment pathway diagrams - Biomarker stratification trees - Patient cohort flow diagrams (CONSORT-style) - Survival curve visualizations - Molecular mechanism diagrams - Any complex concept that benefits from visualization For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation. --- ## Document Structure **CRITICAL REQUIREMENT: All clinical decision support documents MUST begin with a complete executive summary on page 1 that spans the entire first page before any table of contents or detailed sections.** ### Page 1 Executive Summary Structure The first page of every CDS document should contain ONLY the executive summary with the following components: **Required Elements (all on page 1):** 1. **Document Title and Type** - Main title (e.g., "Biomarker-Stratified Cohort Analysis" or "Evidence-Based Treatment Recommendations") - Subtitle with disease state and focus 2. **Report Information Box** (using colored tcolorbox) - Document type and purpose - Date of analysis/report - Disease state and patient population - Author/institution (if applicable) - Analysis framework or methodology 3. **Key Findings Boxes** (3-5 colored boxes using tcolorbox) - **Primary Results** (blue box): Main efficacy/outcome findings - **Biomarker Insights** (green box): Key molecular su
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.