scientific-skills/treatment-plans/references/README.md
Skill for generating concise, clinician-focused medical treatment plans across all clinical specialties. Provides LaTeX/PDF templates with SMART goal frameworks, evidence-based interventions, regulatory compliance, and validation tools for patient-centered care planning.
Default to 1-page format for most cases - think "quick reference card" not "comprehensive textbook".
treatment_plan_standards.md - Professional standards, documentation requirements, legal considerationsgoal_setting_frameworks.md - SMART goals, patient-centered outcomes, shared decision-makingintervention_guidelines.md - Evidence-based treatments, pharmacological and non-pharmacologicalregulatory_compliance.md - HIPAA compliance, billing documentation, quality measuresspecialty_specific_guidelines.md - Detailed guidelines for each treatment plan typeone_page_treatment_plan.tex - FIRST CHOICE - Dense, scannable 1-page format (like precision oncology reports)general_medical_treatment_plan.tex - Comprehensive medical care planningrehabilitation_treatment_plan.tex - Functional restoration and therapymental_health_treatment_plan.tex - Psychiatric and behavioral healthchronic_disease_management_plan.tex - Long-term disease managementperioperative_care_plan.tex - Surgical and procedural carepain_management_plan.tex - Multimodal pain treatmentgenerate_template.py - Interactive template selection and generationvalidate_treatment_plan.py - Comprehensive quality and compliance checkingcheck_completeness.py - Verify all required sections presenttimeline_generator.py - Create visual treatment timelines and schedulescd .claude/skills/treatment-plans/scripts
python generate_template.py
# Or specify type directly
python generate_template.py --type general_medical --output diabetes_plan.tex
Available template types:
one_page (PREFERRED - use for most cases)general_medicalrehabilitationmental_healthchronic_diseaseperioperativepain_managementcd /path/to/your/treatment/plan
pdflatex my_treatment_plan.tex
# Check for completeness
python check_completeness.py my_treatment_plan.tex
# Comprehensive validation
python validate_treatment_plan.py my_treatment_plan.tex
python timeline_generator.py --plan my_treatment_plan.tex --output timeline.pdf
All templates include these essential sections:
Short-term goals (1-3 months):
Long-term goals (6-12 months):
Goal: Create comprehensive treatment plan for newly diagnosed diabetes
Template: general_medical_treatment_plan.tex
Key Components:
- SMART goals: HbA1c <7% in 3 months, weight loss 10 lbs in 6 months
- Medications: Metformin titration schedule
- Lifestyle: Diet, exercise, glucose monitoring
- Monitoring: HbA1c every 3 months, quarterly visits
- Education: Diabetes self-management education
Goal: Develop rehab plan for stroke patient with hemiparesis
Template: rehabilitation_treatment_plan.tex
Key Components:
- Functional assessment: FIM scores, ROM, strength testing
- PT goals: Ambulation 150 feet with cane in 12 weeks
- OT goals: Independent ADLs, upper extremity function
- Treatment schedule: PT/OT/SLP 3x week each
- Home exercise program
Goal: Create integrated treatment plan for depression
Template: mental_health_treatment_plan.tex
Key Components:
- Assessment: PHQ-9 score 16 (moderate depression)
- Goals: Reduce PHQ-9 to <5, return to work in 12 weeks
- Psychotherapy: CBT weekly sessions
- Medication: SSRI with titration schedule
- Safety planning: Crisis contacts, warning signs
Goal: Perioperative care plan for elective TKA
Template: perioperative_care_plan.tex
Key Components:
- Preop optimization: Medical clearance, medication management
- ERAS protocol implementation
- Postop milestones: Ambulation POD 1, discharge POD 2-3
- Pain management: Multimodal analgesia
- Rehab plan: PT starting POD 0
Goal: Multimodal pain management plan
Template: pain_management_plan.tex
Key Components:
- Pain assessment: Location, intensity, functional impact
- Goals: Reduce pain 7/10 to 3/10, return to work
- Medications: Non-opioid analgesics, adjuvants
- PT: Core strengthening, McKenzie exercises
- Behavioral: CBT for pain, mindfulness
- Interventional: Consider ESI if inadequate response
All treatment plans use SMART criteria for goal-setting:
Good SMART Goals:
Poor Goals (not SMART):
python generate_template.py --type [type]python check_completeness.py plan.texpython validate_treatment_plan.py plan.texquality_checklist.mdpdflatex plan.texā Involve patients in goal-setting and decision-making
ā Respect cultural beliefs and language preferences
ā Address health literacy with appropriate language
ā Align plan with patient values and life circumstances
ā Support patient activation and self-management
ā Follow current clinical practice guidelines
ā Use interventions with proven efficacy
ā Incorporate quality measures (HEDIS, CMS)
ā Avoid low-value or ineffective interventions
ā Update plans based on emerging evidence
ā De-identify per HIPAA Safe Harbor method (18 identifiers)
ā Document medical necessity for billing support
ā Include informed consent documentation
ā Sign and date all treatment plans
ā Maintain professional documentation standards
ā Complete all required sections
ā Use clear, professional medical language
ā Include specific, measurable goals
ā Specify exact medications (dose, route, frequency)
ā Define monitoring parameters and frequency
ā Address safety and risk mitigation
ā Communicate plan to entire care team
ā Define roles and responsibilities
ā Coordinate across care settings
ā Integrate specialist recommendations
ā Plan for care transitions
Treatment plans should align with evidence-based guidelines:
Treatment plans must demonstrate:
references/ directoryassets/ directoryMatch the template to your primary clinical focus:
Use the chronic_disease_management_plan.tex template for complex multimorbidity, or choose the template for the primary condition and add sections for comorbidities.
Yes! Templates are designed to be customized. Modify sections, add specialty-specific content, or adjust formatting to meet your needs.
check_deidentification.py script from clinical-reports skillReview the specific issues identified, consult reference files for guidance, and revise the plan accordingly. Common issues include:
Part of the Claude Scientific Writer project. See main LICENSE file.
For detailed documentation, see SKILL.md. For issues or questions, consult the comprehensive reference files in the references/ directory.