Install
$ agentstack add skill-alterlab-ieu-alterlab-academic-skills-alterlab-treatment-plans ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Treatment Plan Writing
Overview
Treatment plan writing is the systematic documentation of clinical care strategies designed to address patient health conditions through evidence-based interventions, measurable goals, and structured follow-up. This skill provides LaTeX templates and validation tools for creating concise, focused treatment plans (3-4 pages standard) across all medical specialties with full regulatory compliance.
Critical Principles:
- CONCISE & ACTIONABLE: Treatment plans default to 3-4 pages maximum (1 page preferred for standard cases), focusing only on clinically essential information that impacts care decisions
- Patient-Centered: Plans must be evidence-based, measurable, and compliant with healthcare regulations (HIPAA, documentation standards)
- Minimal Citations: Use brief in-text citations only when needed; avoid extensive bibliographies (0-3 citations max in a 3-4 page plan)
Every treatment plan should include clear goals, specific interventions, defined timelines, monitoring parameters, and expected outcomes that align with patient preferences and current clinical guidelines — all presented as efficiently as possible.
When to Use This Skill
Use this skill when:
- Creating individualized treatment plans for patient care
- Documenting therapeutic interventions for chronic disease management
- Developing rehabilitation programs (physical, occupational, cardiac)
- Writing mental health and psychiatric treatment plans
- Planning perioperative and surgical care pathways
- Establishing pain management protocols
- Setting patient-centered goals using SMART criteria
- Coordinating multidisciplinary care across specialties
- Ensuring regulatory compliance in treatment documentation
Core Workflow
- Choose format and length. Default to the 1-page quick-reference card; expand to the 3-4 page standard format (first-page summary + details) only when complexity demands. See
references/document_formats.md. - Build the mandatory first-page executive summary. Title + report info box + 2-4 colored key-findings boxes (goals, interventions, decision points). This page can often stand alone. Full spec and LaTeX skeleton in
references/document_formats.md. - Pick the specialty template from
assets/and fill its component sections. Component checklists per specialty (general medical, rehab, mental health, chronic disease, perioperative, pain) are inreferences/specialty_components.md. - Write SMART goals (Specific, Measurable, Achievable, Relevant, Time-bound) for short- and long-term horizons.
- Apply professional styling with the
medical_treatment_plan.stypackage — seereferences/latex_styling.md. - Validate, then generate PDF. Run completeness and quality checks, compare against the quality checklist, then compile. See
references/templates_and_validation.md.
Six Specialty Plan Types
| # | Type | Template (assets/) | Use for | |---|------|----------------------|---------| | 1 | General Medical | general_medical_treatment_plan.tex | Chronic disease, acute medical, primary care | | 2 | Rehabilitation | rehabilitation_treatment_plan.tex | PT/OT/SLP, post-surgery, injury recovery | | 3 | Mental Health | mental_health_treatment_plan.tex | Psychiatric conditions, behavioral health | | 4 | Chronic Disease | chronic_disease_management_plan.tex | Complex multi-condition long-term care | | 5 | Perioperative | perioperative_care_plan.tex | Surgical/procedural pre-, peri-, post-op | | 6 | Pain Management | pain_management_plan.tex | Acute/chronic pain, opioid-sparing multimodal |
Per-specialty required component breakdowns (assessments, goals, interventions, monitoring, education, risk mitigation) are documented in [references/specialty_components.md](references/specialty_components.md).
Quick Generation
# Interactive template selection
python scripts/generate_template.py
# Or specify type directly. Default to one_page (the preferred quick-reference
# format) for most cases; pick a specialty template when complexity demands it.
python scripts/generate_template.py --type one_page --output diabetes_plan.tex
python scripts/generate_template.py --type mental_health --output depression_treatment_plan.tex
# Type choices: one_page, general_medical, rehabilitation, mental_health,
# chronic_disease, perioperative, pain_management
# Validate, then compile
python scripts/check_completeness.py plan.tex
python scripts/validate_treatment_plan.py plan.tex
pdflatex plan.tex
Professional Document Styling
Treatment plans can be enhanced with professional medical document styling using the medical_treatment_plan.sty LaTeX package (in assets/), which provides a color-coded clinical look with custom box environments (infobox, warningbox, goalbox, keybox, emergencybox, patientinfo) and styled medical tables.
For the full styling guide — color scheme, every box environment with examples, table formatting, compilation (XeLaTeX/PDFLaTeX), customization, installation, troubleshooting, and a worked styled-document example — see [references/latex_styling.md](references/latex_styling.md).
Reference Index
| File | Contents | | ---- | -------- | | [references/document_formats.md](references/documentformats.md) | Length options (1-page / 3-4 / 5-6), Foundation-Medicine first-page summary model with LaTeX skeleton, concise-documentation rules, citation guidance, full best-practices (brevity, SMART, patient-centered, compliance, coordination) | | [references/specialty_components.md](references/specialtycomponents.md) | Full required-component checklists for all six specialty plan types | | [references/worked_examples.md](references/workedexamples.md) | Five end-to-end scenarios (diabetes, post-stroke rehab, MDD, TKA, chronic low back pain) with template, goals, interventions | | [references/templates_and_validation.md](references/templatesandvalidation.md) | Template selection/structure, PDF generation, completeness & quality validation scripts, quality checklist, timeline generation, professional standards, cross-skill integration | | [references/latex_styling.md](references/latexstyling.md) | Styling package guide: colors, box environments, tables, compilation, troubleshooting | | [references/goal_setting_frameworks.md](references/goalsettingframeworks.md) | SMART and related goal-setting frameworks | | [references/intervention_guidelines.md](references/interventionguidelines.md) | Evidence-based intervention guidance | | [references/regulatory_compliance.md](references/regulatorycompliance.md) | HIPAA and documentation compliance detail | | [references/specialty_specific_guidelines.md](references/specialtyspecificguidelines.md) | Specialty society guideline references | | [references/treatment_plan_standards.md](references/treatmentplanstandards.md) | Treatment-plan documentation standards |
Ethical Considerations
- Informed Consent: All plans should involve patient understanding and voluntary agreement to proposed interventions.
- Cultural Sensitivity: Respect diverse cultural beliefs, health practices, and communication styles.
- Health Equity: Consider social determinants of health, access barriers, and disparities.
- Privacy Protection: Maintain strict HIPAA compliance; de-identify all protected health information in shared documents.
- Autonomy and Beneficence: Balance medical recommendations with patient autonomy and values while promoting patient welfare.
License
Part of the Claude Scientific Writer project. See main LICENSE file.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AlterLab-IEU
- Source: AlterLab-IEU/AlterLab-Academic-Skills
- License: MIT
- Homepage: https://alterlab-ieu.github.io/AlterLab-Academic-Skills/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.