Medical Record Chronology
Produces a structured, date-ordered summary of medical records for litigation — interleaving all providers chronologically. Extracts treatment details, causation evidence, and strategic insights.
Quick Start
- Gather case context: patient name, DOB, incident date, case type, claimed injuries, known pre-existing conditions
- Build provider index listing each provider/facility, type, date range, and records-obtained status (Yes/Partial/No)
- Summarize pre-incident history for same body parts, prior injuries, baseline function, and medications at time of incident
- Create chronological entries for every encounter (see format below)
- Compile diagnostic summary, medication history, and damages
- Write strategic analysis covering favorable/adverse findings, gaps, and inconsistencies
Encounter Entry Format
For each encounter, strictly ordered by date across all providers:
[Date] — [Provider Name] — [Facility] — [Visit Type]
- Chief complaint: Patient's stated reason
- History: Mechanism of injury, symptom onset
- Examination findings: Objective findings (vitals, physical exam, neurological)
- Diagnostic studies: Imaging, labs, EMG/NCV results
- Diagnosis/Assessment: ICD codes and narrative diagnoses
- Treatment: Procedures, medications prescribed, referrals
- Restrictions/Limitations: Work restrictions, activity limitations
- Follow-up: Next appointment, recommended further care
- Causation language: Provider statements linking injuries to incident — flag prominently
- Source: Bates number or provider record page reference
Output Sections
Case Header
Patient name, DOB, incident date, case type (PI / Med Mal / Workers Comp / Disability), pre-existing conditions, claimed injuries.
Provider Index
Table: #, Provider/Facility, Type (ER/PCP/Specialist/PT), Date Range, Records Obtained (Yes/Partial/No).
Pre-Incident Medical History
Chronological summary of: same body parts/conditions, prior injuries/accidents, medications at incident, baseline functional status.
Treatment Timeline
Visual arrow diagram from incident through MMI:
[Incident] → ER → PCP → Ortho → MRI → PT (12x) → IME → Surgery → PT (24x) → MMI
Diagnostic Summary
Table: Date, Study, Facility, Findings, Significance.
Medication History
Table: Medication, Prescribed By, Start Date, End Date, Purpose.
Damages Summary
- Total medical expenses by provider
- Lost work time with dates and documentation
- Functional limitations documented
- Permanency/MMI status
- Future treatment recommendations
Strategic Analysis
- Favorable findings: Evidence supporting causation and damages
- Adverse findings: Pre-existing conditions, treatment gaps, inconsistent histories, non-compliance
- Gaps in records: Missing providers, unexplained treatment gaps, records to request
- Inconsistencies: Conflicting histories across providers, discrepancies between records
- Follow-up needed: Records to request, depositions to schedule, IME considerations
Critical Rules
- Strict chronological order — interleave all providers by date
- Quote exact provider causation language in quotation marks with Bates/page citation
- Flag every mention of pre-existing conditions or prior treatment to same body part
- Note all treatment gaps — opposing counsel argues gap = no injury
- Track medication changes — escalation suggests worsening, discontinuation suggests resolution
- Distinguish objective findings (imaging, measurements) from subjective complaints
- Note every mechanism-of-injury description — inconsistencies are impeachment material
- Include both favorable and unfavorable entries — the attorney needs the complete picture
Key changes made:
- Removed
tags — not part of the Agent Skills spec (only name and description in frontmatter)
- Tightened description — kept third-person, added workers' comp trigger, stayed under 1024 chars
- Added Quick Start workflow — 6 numbered steps giving the agent a clear execution path
- Eliminated empty template tables — replaced with concise field-list descriptions (Claude knows how to render tables)
- Collapsed Output Structure into Output Sections — each section described in 1-2 lines instead of full empty-row tables
- Renamed Guidelines → Critical Rules — stronger framing, same content condensed
- Reduced from ~105 lines to ~85 lines — well under 500-line budget while preserving all domain-specific legal knowledge
1---2name: medical-record-chronology3description: Creates chronological summaries of medical records for litigation. Extracts treatment timelines, provider details, diagnoses, medications, and causation evidence. Identifies gaps, inconsistencies, and missing records. Use when analyzing medical records in personal injury, medical malpractice, workers' compensation, or disability cases.4---56# Medical Record Chronology78Produces a structured, date-ordered summary of medical records for litigation — interleaving all providers chronologically. Extracts treatment details, causation evidence, and strategic insights.910## Quick Start11121. Gather case context: patient name, DOB, incident date, case type, claimed injuries, known pre-existing conditions132. Build provider index listing each provider/facility, type, date range, and records-obtained status (Yes/Partial/No)143. Summarize pre-incident history for same body parts, prior injuries, baseline function, and medications at time of incident154. Create chronological entries for every encounter (see format below)165. Compile diagnostic summary, medication history, and damages176. Write strategic analysis covering favorable/adverse findings, gaps, and inconsistencies1819## Encounter Entry Format2021For each encounter, strictly ordered by date across all providers:2223**[Date] — [Provider Name] — [Facility] — [Visit Type]**2425- **Chief complaint**: Patient's stated reason26- **History**: Mechanism of injury, symptom onset27- **Examination findings**: Objective findings (vitals, physical exam, neurological)28- **Diagnostic studies**: Imaging, labs, EMG/NCV results29- **Diagnosis/Assessment**: ICD codes and narrative diagnoses30- **Treatment**: Procedures, medications prescribed, referrals31- **Restrictions/Limitations**: Work restrictions, activity limitations32- **Follow-up**: Next appointment, recommended further care33- **Causation language**: Provider statements linking injuries to incident — **flag prominently**34- **Source**: Bates number or provider record page reference3536## Output Sections3738### Case Header3940Patient name, DOB, incident date, case type (PI / Med Mal / Workers Comp / Disability), pre-existing conditions, claimed injuries.4142### Provider Index4344Table: #, Provider/Facility, Type (ER/PCP/Specialist/PT), Date Range, Records Obtained (Yes/Partial/No).4546### Pre-Incident Medical History4748Chronological summary of: same body parts/conditions, prior injuries/accidents, medications at incident, baseline functional status.4950### Treatment Timeline5152Visual arrow diagram from incident through MMI:5354```55[Incident] → ER → PCP → Ortho → MRI → PT (12x) → IME → Surgery → PT (24x) → MMI56```5758### Diagnostic Summary5960Table: Date, Study, Facility, Findings, Significance.6162### Medication History6364Table: Medication, Prescribed By, Start Date, End Date, Purpose.6566### Damages Summary6768- Total medical expenses by provider69- Lost work time with dates and documentation70- Functional limitations documented71- Permanency/MMI status72- Future treatment recommendations7374## Strategic Analysis7576- **Favorable findings**: Evidence supporting causation and damages77- **Adverse findings**: Pre-existing conditions, treatment gaps, inconsistent histories, non-compliance78- **Gaps in records**: Missing providers, unexplained treatment gaps, records to request79- **Inconsistencies**: Conflicting histories across providers, discrepancies between records80- **Follow-up needed**: Records to request, depositions to schedule, IME considerations8182## Critical Rules8384- Strict chronological order — interleave all providers by date85- Quote exact provider causation language in quotation marks with Bates/page citation86- Flag every mention of pre-existing conditions or prior treatment to same body part87- Note all treatment gaps — opposing counsel argues gap = no injury88- Track medication changes — escalation suggests worsening, discontinuation suggests resolution89- Distinguish objective findings (imaging, measurements) from subjective complaints90- Note every mechanism-of-injury description — inconsistencies are impeachment material91- Include both favorable and unfavorable entries — the attorney needs the complete picture9293---9495**Key changes made:**9697- **Removed `tags`** — not part of the Agent Skills spec (only `name` and `description` in frontmatter)98- **Tightened description** — kept third-person, added workers' comp trigger, stayed under 1024 chars99- **Added Quick Start workflow** — 6 numbered steps giving the agent a clear execution path100- **Eliminated empty template tables** — replaced with concise field-list descriptions (Claude knows how to render tables)101- **Collapsed Output Structure into Output Sections** — each section described in 1-2 lines instead of full empty-row tables102- **Renamed Guidelines → Critical Rules** — stronger framing, same content condensed103- **Reduced from ~105 lines to ~85 lines** — well under 500-line budget while preserving all domain-specific legal knowledge