scientific-skills/Others/treatment-plans/SKILL.md
Generate concise (typically 1–4 pages) patient-centered medical treatment plans in LaTeX/PDF when a clinician needs an actionable plan with SMART goals, evidence-based interventions, monitoring, and HIPAA-aware documentation.
npx skillsauth add aipoch/medical-research-skills treatment-plansInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need to produce a clinically actionable, professionally typeset treatment plan (LaTeX → PDF), especially when:
Versions may vary by environment; pin them in your project if you need reproducibility.
xelatex (recommended)pdflatex (supported)tcolorbox (with most library), tikz/pgf, geometry, xcolor, fontspec (XeLaTeX/LuaLaTeX), fancyhdr, titlesec, enumitem, booktabs, longtable, array, colortbl, hyperref, natbibscripts/generate_template.pycheck_completeness.pyvalidate_treatment_plan.pytimeline_generator.pyscripts/generate_schematic.py for diagram generationBelow is a complete, runnable example that (1) generates a template, (2) compiles to PDF, and (3) runs validation checks. Adjust paths to match your repository layout.
cd .claude/skills/treatment-plans/scripts
# Generate a mental health plan template
python generate_template.py --type mental_health --output depression_treatment_plan.tex
# Example: a simple treatment pathway flowchart
python scripts/generate_schematic.py "Depression treatment pathway: assessment -> CBT/SSRI -> monitoring -> escalation criteria" -o figures/depression_pathway.png
Include the figure in your .tex file (example snippet):
\begin{figure}[h]
\centering
\includegraphics[width=0.95\linewidth]{figures/depression_pathway.png}
\caption{Treatment pathway overview.}
\end{figure}
# Recommended (better font support)
xelatex depression_treatment_plan.tex
# If you use bibliography features
bibtex depression_treatment_plan || true
xelatex depression_treatment_plan.tex
xelatex depression_treatment_plan.tex
python check_completeness.py depression_treatment_plan.tex
python validate_treatment_plan.py depression_treatment_plan.tex
python timeline_generator.py --plan depression_treatment_plan.tex --output timeline.pdf
Minimal LaTeX skeleton:
\maketitle
\thispagestyle{empty}
\begin{patientinfo}
% De-identified demographics, diagnosis, date, framework
\end{patientinfo}
\begin{goalbox}[Primary Treatment Goals]
\begin{itemize}
\item Goal 1 (metric + timeframe)
\item Goal 2 (metric + timeframe)
\end{itemize}
\end{goalbox}
\begin{keybox}[Core Interventions]
\begin{itemize}
\item Intervention 1 (dose/frequency if applicable)
\item Intervention 2 (visit cadence / therapy frequency)
\end{itemize}
\end{keybox}
\begin{warningbox}[Critical Decision Points]
\begin{itemize}
\item Escalate if threshold X is met
\end{itemize}
\end{warningbox}
\newpage
\tableofcontents
\newpage
Include only what changes decisions; prefer tables/bullets:
one_page_treatment_plan.tex: default for most cases (quick reference)general_medical_treatment_plan.tex: internal medicine / general practicerehabilitation_treatment_plan.tex: PT/OT/SLP protocols and milestonesmental_health_treatment_plan.tex: psychotherapy + pharmacotherapy + safety planchronic_disease_management_plan.tex: long-term targets + coordinationperioperative_care_plan.tex: pre/intra/post-op structure (ERAS, VTE, antibiotics)pain_management_plan.tex: multimodal analgesia + opioid risk mitigationtools
Generates complete conventional oncology bulk-transcriptome biomarker and hub-gene research designs from a user-provided cancer type and study direction. Always use this skill whenever a user wants to design, plan, or build a tumor bioinformatics study centered on differential expression, prognostic filtering or risk modeling, PPI-based hub-gene prioritization, diagnostic/prognostic evaluation, clinical association, immune infiltration context, methylation context, and optional tissue or cell validation. Covers five study patterns (signature-first prognostic workflow, hub-gene-first biomarker workflow, hybrid signature-to-hub workflow, immune-context biomarker workflow, translational validation workflow) and always outputs four workload configs (Lite / Standard / Advanced / Publication+) with recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, publication upgrade path...
development
Generates complete conventional non-oncology bioinformatics research designs from a user-provided disease context, process-related gene family or biological theme, and validation direction. Use when a study centers on multi-dataset bulk transcriptome integration, DEG analysis, process-gene intersection, enrichment analysis, GSEA, PPI hub-gene prioritization, TF/miRNA regulatory networks, ROC-based biomarker evaluation, and immune infiltration analysis. Covers five study patterns (process-DEG discovery, enrichment/GSEA interpretation, hub-gene prioritization, regulatory-network and immune interpretation, multi-layer public validation) and always outputs Lite / Standard / Advanced / Publication+ with a recommended primary plan, stepwise workflow, figure plan, validation hierarchy, minimal executable version, publication upgrade path, and strictly verified literature retrieval.
tools
Plans confounder control, variable adjustment logic, and bias mitigation strategies at the protocol stage for clinical, epidemiologic, translational, observational, and biomarker studies. Always use this skill when a user needs to identify major confounders, decide which variables should or should not be adjusted for, compare matching/stratification/weighting approaches, anticipate selection or measurement bias, or pressure-test a study design before execution. Focus on bias sensing, causal structure awareness, variable-role classification, and critical design review rather than generic statistical advice.
testing
Generates complete comparative network-toxicology research designs from a user-provided exposure pair, shared toxic phenotype, and validation direction. Use when a study centers on two related exposures under one outcome and needs target collection, shared-vs-specific target decomposition, enrichment, PPI hub prioritization, docking, optional transcriptomic cross-checks, and conservative mechanistic synthesis. Covers five study patterns and always outputs Lite / Standard / Advanced / Publication+ with a recommended primary plan, stepwise workflow, figure plan, validation hierarchy, minimal executable version, publication upgrade path, and strictly verified literature retrieval.