treatment-plans

Generate concise LaTeX/PDF medical treatment plans with SMART goals and validation scripts.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/svpfahad/RES200 --skill treatment-plans-svpfahad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: treatment-plans
Source: https://github.com/svpfahad/RES200/tree/main/claude-scientific-writer-main/.claude/skills/treatment-plans
Command: npx skills add https://github.com/svpfahad/RES200 --skill treatment-plans-svpfahad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Creating professional, compliant medical treatment plans is time-consuming and error-prone, requiring clinicians to balance evidence-based interventions, SMART goal frameworks, HIPAA de-identification, and regulatory documentation standards across diverse clinical specialties. ## Core Features & Use Cases - Seven LaTeX/PDF Templates: Covers one-page quick-reference plans, general medical, rehabilitation, mental health, chronic disease management, perioperative care, and pain management scenarios. - Validation & Automation Scripts: Includes Python tools for template generation, completeness checking, quality validation, and treatment timeline visualization. - Regulatory Compliance Built-In: Templates enforce HIPAA Safe Harbor de-identification, SMART goal criteria, ICD-10 coding, and professional documentation standards. - Use Case: A clinician needs a treatment plan for a newly diagnosed Type 2 diabetes patient. They generate the general medical template, customize SMART goals (e.g., HbA1c <7% in 3 months), validate completeness with the checking script, and compile to PDF for the medical record. ## Quick Start Ask the AI to generate a one-page treatment plan for a patient with hypertension using the treatment-plans skill, then compile the resulting LaTeX file to PDF.

Frequently Asked Questions about treatment-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a medical treatment plan template?

Run the generate_template.py script in the scripts directory with a template type argument, such as --type general_medical or --type one_page. The script outputs a customizable LaTeX file that you fill in with de-identified patient information and compile with pdflatex.

What treatment plan formats and specialties are supported?

Seven LaTeX templates are included: one-page quick-reference, general medical, rehabilitation, mental health, chronic disease management, perioperative care, and pain management. The one-page format is preferred for straightforward cases, while standard templates target 3-4 pages.

How do I validate a treatment plan for completeness?

Run check_completeness.py on your .tex file to verify all ten required sections are present, SMART goal criteria are addressed, HIPAA notices exist, and no placeholders remain. The script returns an overall completeness score and exit code for automation.

Does the treatment plan template ensure HIPAA compliance?

Templates include HIPAA Safe Harbor de-identification guidance requiring removal of all 18 identifiers, such as exact ages, dates, and geographic details. Validation scripts check for HIPAA notices, but final compliance review remains the clinician's responsibility.

What LaTeX packages are needed to compile treatment plans?

Templates require standard packages including tcolorbox, geometry, longtable, booktabs, enumitem, and fancyhdr. The optional medical_treatment_plan.sty style file adds colored box environments and requires XeLaTeX compilation with fontspec.

When should I use the one-page format versus standard templates?

Use the one-page format for straightforward cases and standard protocols where a quick-reference card suffices. Choose standard 3-4 page templates only when clinical complexity, multiple comorbidities, or multidisciplinary coordination genuinely requires additional detail.