Skip to content
Content
Skill

/clinical-decision-support

Prepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation.

From plugin
claude-scientific-writer
2.2k78 skills1 command
Install
$ npx -y skills add K-Dense-AI/claude-scientific-writer --skill clinical-decision-support --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/clinical-decision-support

Context preview

The summary Claude sees to decide when to auto-load this skill.

Prepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation.

SKILL.md

clinical-decision-support.SKILL.md
name: clinical-decision-support
description: Prepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation.
license: MIT
compatibility: Python 3.11+; local files only; bundled scripts use the standard library and require no network, credentials, API keys, LLMs, or image services.
metadata:
  version: "2.1"
  skill-author: K-Dense Inc.

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:

1. Confirm input is synthetic or aggregate. 2. Reject patient rows, records, narratives, identifiers, free text, dates tied to people, images, waveforms, or genomic sequences. 3. Keep source files local. Do not fetch URLs, call APIs, read environment variables, or send data to a model. 4. Set disclosure thresholds before producing tables. 5. 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

Read more
Ships withclaude-scientific-writer

🚀 Looking for more advanced capabilities? For end-to-end scientific writing, deep scientific search, advanced image generation and enterprise solutions, visit www.k-dense.ai Stay up to date: Follow K-Dense on X, LinkedIn, and YouTube for new features,

Get the whole plugin
Stats
2,200
Stars
262
Forks
Active
Maintenance
Python
Language
MIT
License
12d ago
Last commit
9mo ago
Created

Repo: K-Dense-AI/claude-scientific-writer

Other skills on claude-scientific-writer.