clinical-decision-support
Creates professional CDS documents for clinical research, covering patient cohort analysis and treatment recommendations.
Install
mkdir -p .claude/skills/clinical-decision-support && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2628" && unzip -o skill.zip -d .claude/skills/clinical-decision-support && rm skill.zipInstalls to .claude/skills/clinical-decision-support
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Generate patient cohort analysis reports
- →Draft treatment recommendation documents
- →Perform biomarker-stratified statistical analysis
- →Apply GRADE evidence grading
- →Create clinical decision algorithms
How it works
The skill synthesizes clinical data into structured reports using LaTeX templates, applying statistical analysis and evidence grading to support pharmaceutical and research decision-making.
Inputs & outputs
When to use clinical-decision-support
- →Generate patient cohort analysis reports
- →Draft treatment recommendation documents
- →Format biomarker-stratified research data
About this skill
Clinical Decision-Support Research and Evaluation
Hard Safety Boundary
This skill produces research, evaluation, documentation, and governance artifacts only.
Never use it to:
- diagnose or classify a person;
- recommend, select, sequence, start, stop, or modify treatment;
- calculate or communicate a patient-specific dose;
- triage, prioritize, alarm, alert, or determine urgency;
- make or automate a patient-specific clinical decision;
- support bedside, point-of-care, or live clinical operation;
- replace professional judgment or a validated, authorized clinical system;
- claim FDA authorization, regulatory conformity, HIPAA compliance, or legal compliance.
If a request could affect care for a person, stop the workflow and route the matter to a licensed healthcare professional using locally validated and appropriately authorized systems. Do not redirect to another skill for patient-specific care.
In Scope
- Intended-use and limitation statements for research artifacts
- Aggregate cohort table shells with disclosure controls
- Statistical analysis plans and survival-analysis plan review
- Aggregate model or biomarker performance evaluation
- Transparent GRADE evidence-profile checklists
- Evidence-source and decision-logic traceability
- De-identification process checklists
- Fairness, subgroup, calibration, uncertainty, external-validation, monitoring, change-control, audit, and human-factors documentation
Outputs remain drafts until qualified humans approve them. Reporting guidance improves transparency; it does not establish study quality, clinical utility, safety, effectiveness, authorization, or compliance.
Data Gate
Before any script:
- Confirm input is synthetic or aggregate.
- Reject patient rows, records, narratives, identifiers, free text, dates tied to people, images, waveforms, or genomic sequences.
- Keep source files local. Do not fetch URLs, call APIs, read environment variables, or send data to a model.
- Set disclosure thresholds before producing tables.
- Record provenance, data cut date, population, exclusions, missingness, and transformations.
The scripts cap file size, groups, rows, and text length. They reject URL-like paths and common row-level keys. These controls reduce accidental misuse; they are not a privacy determination.
Required Artifact Header
Every artifact must visibly include:
artifact_type, title, version, status, owner, date, and change summary;- intended purpose, intended users, aggregate population scope, and decision role;
- all prohibited uses from the hard boundary;
- data level and confirmation that no PHI or raw rows were supplied;
- limitations, uncertainty, and foreseeable failure modes;
- external-validation and subgroup applicability status;
- human-review roles, completion status, and approval boundary;
- source citations with versions or dates;
- monitoring, change-control, retirement, and audit expectations;
- the statement: Not for patient care or live clinical use.
Start from assets/artifact_intended_use_template.json.
Workflow
1. Frame the Research Question
- Define the estimand or evaluation target before viewing results.
- Distinguish descriptive, prognostic, predictive, diagnostic-accuracy, and causal questions.
- Pre-specify outcomes, time origin, horizon, subgroups, cut points, missing-data handling, multiplicity, and sensitivity analyses.
- Separate exploratory findings from confirmatory analyses.
2. Select the Artifact
| Need | Asset | Script |
|---|---|---|
| Intended-use/governance review | assets/artifact_intended_use_template.json | scripts/validate_cds_artifact.py |
| GRADE evidence profile | assets/evidence_profile_template.json | scripts/evidence_profile_check.py |
| Aggregate model/biomarker evaluation | assets/aggregate_model_evaluation_template.json | scripts/model_biomarker_evaluation.py |
| Aggregate cohort table | assets/aggregate_cohort_table_template.json | scripts/cohort_table_generator.py |
| Survival analysis plan | assets/survival_analysis_plan_template.json | scripts/survival_plan_validator.py |
| Logic traceability matrix | assets/decision_logic_traceability_template.json | scripts/decision_logic_traceability.py |
| De-identification process review | assets/deidentification_checklist_template.json | scripts/deidentification_checklist.py |
3. Run Locally
All helpers are dependency-free:
python3 scripts/validate_cds_artifact.py --help
python3 scripts/evidence_profile_check.py --help
python3 scripts/model_biomarker_evaluation.py --help
python3 scripts/cohort_table_generator.py --help
python3 scripts/survival_plan_validator.py --help
python3 scripts/decision_logic_traceability.py --help
python3 scripts/deidentification_checklist.py --help
Write outputs only to a reviewed local directory. Never place generated reports in an EHR, alerting system, clinical portal, or device workflow.
4. Human Review
Require review proportionate to the artifact:
- methodologist/statistician for design and analysis;
- domain expert for clinical-scientific context;
- privacy officer or qualified expert for disclosure decisions;
- regulatory or legal counsel for jurisdiction-specific interpretations;
- human-factors specialist for user studies;
- authorized governance owner for release and change control.
Script success means only that declared fields and internal consistency checks passed.
GRADE Evidence Profiles
Do not infer a certainty rating from article text, study design alone, p-values, or keywords. Do not use the legacy 1A/2B shorthand as if it were universal GRADE output.
For each important outcome, a human panel must document:
- risk of bias;
- inconsistency;
- indirectness;
- imprecision;
- publication bias;
- any applicable upgrading considerations;
- effect estimate and uncertainty;
- rationale and source IDs for every judgment;
- final certainty judgment and named review role.
The checker validates completeness and citation links only. It never calculates certainty or recommendation strength. See references/evidence_profiles.md.
Aggregate Model and Biomarker Evaluation
Do not derive thresholds, assign molecular or disease classes, match therapies, or emit person-level predictions.
The evaluator accepts only aggregate confusion counts and calibration bins. It reports bounded descriptive metrics with Wilson intervals, calibration gaps, subgroup differences, and explicit suppression. It does not determine fairness, clinical utility, or fitness for use. Require:
- locked model/assay/version and pre-specified threshold provenance;
- representative internal validation and independent external validation;
- calibration and discrimination appropriate to the target;
- subgroup performance with uncertainty and sample sizes;
- missingness, spectrum/selection bias, dataset shift, and assay variability;
- human-factors and prospective evaluation where relevant;
- monitoring, change control, rollback, and retirement criteria.
See references/model_biomarker_evaluation.md.
Cohort Tables
Use aggregate cells only. Do not provide row-level data to the generator.
- Choose the minimum cell threshold under an approved disclosure policy.
- Apply primary and complementary suppression.
- Report denominators and missingness.
- Avoid baseline significance testing as a balance diagnostic.
- Label adjusted, unadjusted, pre-specified, and exploratory results.
- Do not interpret association as causation or clinical actionability.
The default threshold is an operational safeguard, not a HIPAA rule or guarantee. See references/cohort_evaluation.md and references/privacy_and_disclosure.md.
Survival Plans
Define time zero, event, competing events, censoring, intercurrent events, estimand, horizon, effect measure, and analysis population together.
- Assess proportional hazards before treating a hazard ratio as constant.
- Pre-specify alternatives such as time-varying effects or restricted mean survival time.
- Use cumulative-incidence methods when competing events matter.
- Address immortal-time, informative-censoring, delayed-entry, missing-data, and multiplicity risks.
- Include sensitivity analyses and uncertainty, not only p-values.
The bundled helper validates a plan; it does not analyze survival data. See references/survival_analysis.md.
Decision Logic
Only document research or governance logic, such as evidence inclusion, validation gates, release holds, and human-review checkpoints. Each node must link to source IDs, tests, owner, version, and status.
Do not encode care pathways, urgency, medication actions, diagnostic rules, alarms, or patient-facing outputs. See references/decision_logic_traceability.md.
Privacy and De-identification
The HHS methods are Expert Determination and Safe Harbor. A checklist cannot perform either method by itself. Do not claim that removing a list of fields, hashing identifiers, using a minimum cell size, or passing this script proves de-identification or HIPAA compliance.
The helper inventories documented human work. It never reads a dataset. Escalate unresolved items, free text, dates, geography, rare combinations, linkage risk, genomics, and longitudinal patterns to qualified privacy review.
Reporting-Guideline Selection
- Cohort/case-control/cross-sectional: STROBE; add RECORD for routinely collected data.
- Prediction model development/evaluation: TRIPOD+AI and PROBAST+AI.
- Tumor prognostic marker study: REMARK.
- AI diagnostic accuracy: STARD-AI with STARD.
- AI trial protocol: SPIRIT-AI with the current SPIRIT base statement.
- AI randomized trial report: CONSORT-AI with the current CONSORT base statement.
- Early live AI evaluation: DECIDE-AI—but live evaluation is outside this skill's execution scope.
These are reporting or appraisal tools, not automatic quality scores. See references/study_reporting.md.
Regulatory and Governance Context
FDA
Content truncated.
When not to use it
- →Individual patient treatment plans
- →Bedside clinical care documentation
Prerequisites
Limitations
- →Requires mandatory inclusion of AI-generated schematics
- →Must include executive summary on page 1
How it compares
It produces formal, publication-ready documents for population-level research, whereas bedside tools focus on individual patient care.
Compared to similar skills
clinical-decision-support side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| clinical-decision-support (this skill) | 4 | 2mo | Review | Advanced |
| market-research-reports | 38 | 7mo | Review | Advanced |
| competitive-intelligence | 15 | 6mo | No flags | Beginner |
| text-as-data-cn | 0 | 2mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by K-Dense-AI
View all by K-Dense-AI →You might also like
market-research-reports
davila7
Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.
competitive-intelligence
anthropics
Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with "competitive intel", "research competitors", "how do we compare to [competitor]", "battlecard for [competitor]", or "what's new with [competitor]".
text-as-data-cn
white638
中文文本即数据/计算社会科学操作技能(可执行):把政策文本、媒体语料、舆情、议案等大规模中文文本落成"语料构建→预处理/分词→表示→分析→验证→回写"流水线。核心 scripts/textstat.py(仅标准库)做词频/TF-IDF/关键词/共现网络,分词用 jieba(可选前端);主题模型(LDA/STM)、词向量等重型分析指引到 gensim/sklearn/R。强调 Grimmer & Stewart "自动化文本方法必须验证"。Use when the user does 文本分析、文本即数据、计算社会科学、政策文本分析、舆情分析、词频、TF-IDF、关键词提取、共现网络、语义网络、
evidence-selfloop
WILLOSCAR
|
product-research
aws-samples
Use when conducting deep market research for a product — competitors, market sizing (TAM/SAM/SOM), customer personas, technology radar, and a sourced MarketResearch brief. Triggers on "market research", "competitive analysis", "research this product idea", or the start of the product-development wor
news-aggregator-skill
xiangteng007
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations'