Case Summary
Produces an attorney-ready case evaluation from a collection of legal documents. Five phases: triage, deep-dive, synthesis, red flags, valuation.
Quick Start
- Collect all uploaded case documents.
- Run phases 1-5 sequentially below.
- Format output per references/OUTPUT-TEMPLATE.md.
- Verify against the quality checklist before delivering.
Phase 1: Triage & Classification
Classify each document into: Medical Records, Legal Filings, Correspondence, Financial/Billing, Investigation/Reports, Witness Statements, Photographs/Evidence.
Extract per document: Bates numbers (if present), document type, date, author/source, key parties.
Flag duplicates by comparing hashes, dates, and content overlap.
Phase 2: Document Deep-Dive
Extract structured data by category:
- Incident: date, location, parties, mechanism, contributing factors, witness accounts, official reports
- Medical: provider, date, chief complaint, diagnosis (ICD codes if available), treatment, prognosis, referrals
- Imaging: modality, body part, findings, radiologist impression
- Billing: provider, service dates, CPT codes, billed/paid/adjusted amounts, balance, payer
- Depositions: deponent, date, key admissions, contradictions, credibility observations
Phase 3: Analysis & Synthesis
- Medical chronology — unify all treatment into a single timeline
- Treatment gap analysis — flag gaps >30 days; document stated reasons
- Damages compilation — total economic damages (medical specials, lost wages, future costs); assess non-economic damages
- Liability analysis — map evidence to each liability theory's elements; rate strength
Phase 4: Red Flag Identification
- Medical: pre-existing conditions, treatment gaps, inconsistent complaints, non-compliance
- Liability: comparative fault evidence, conflicting witnesses, spoliation concerns
- Damages: inflated claims, unrelated treatment, lien complications
- Credibility: social media contradictions, inconsistent statements, surveillance footage
Phase 5: Valuation & Recommendations
Provide settlement range (low/mid/high), verdict potential, and net-to-client estimate after liens and fees.
Recommend: immediate actions, case strategy, additional discovery, experts to retain.
Citations
Bates numbers when available: [SMITH_0045-0048]
Fallback format: [Document_Name.pdf, pp. 1-4]
Quality Checklist
Key changes:
- Removed
tags — not part of the Agent Skills spec; discovery relies on description keywords
- Tightened description — third-person, includes clear trigger phrases, under 1024 chars
- Added Quick Start — gives the agent an immediate action sequence before diving into phases
- Eliminated the workflow code block — redundant with the phase headings themselves
- Compressed section headers and prose — removed filler words, shortened labels (e.g., "Medical Chronology" to "Medical", "Diagnostic Imaging" to "Imaging")
- Renamed "Citation Standards" to "Citations" — shorter, same clarity
- Tightened checklist items — fewer words per line, same coverage
1---2name: case-summary3description: Generates structured case evaluation summaries from uploaded legal documents. Performs document triage, medical chronology, damages compilation, liability analysis, red flag identification, and valuation. Use when a user uploads case files and requests a case summary, case evaluation, litigation package, or PI case analysis.4---56# Case Summary78Produces an attorney-ready case evaluation from a collection of legal documents. Five phases: triage, deep-dive, synthesis, red flags, valuation.910## Quick Start11121. Collect all uploaded case documents.132. Run phases 1-5 sequentially below.143. Format output per [references/OUTPUT-TEMPLATE.md](references/OUTPUT-TEMPLATE.md).154. Verify against the quality checklist before delivering.1617## Phase 1: Triage & Classification1819Classify each document into: Medical Records, Legal Filings, Correspondence, Financial/Billing, Investigation/Reports, Witness Statements, Photographs/Evidence.2021Extract per document: Bates numbers (if present), document type, date, author/source, key parties.2223Flag duplicates by comparing hashes, dates, and content overlap.2425## Phase 2: Document Deep-Dive2627Extract structured data by category:2829- **Incident**: date, location, parties, mechanism, contributing factors, witness accounts, official reports30- **Medical**: provider, date, chief complaint, diagnosis (ICD codes if available), treatment, prognosis, referrals31- **Imaging**: modality, body part, findings, radiologist impression32- **Billing**: provider, service dates, CPT codes, billed/paid/adjusted amounts, balance, payer33- **Depositions**: deponent, date, key admissions, contradictions, credibility observations3435## Phase 3: Analysis & Synthesis36371. **Medical chronology** — unify all treatment into a single timeline382. **Treatment gap analysis** — flag gaps >30 days; document stated reasons393. **Damages compilation** — total economic damages (medical specials, lost wages, future costs); assess non-economic damages404. **Liability analysis** — map evidence to each liability theory's elements; rate strength4142## Phase 4: Red Flag Identification4344- **Medical**: pre-existing conditions, treatment gaps, inconsistent complaints, non-compliance45- **Liability**: comparative fault evidence, conflicting witnesses, spoliation concerns46- **Damages**: inflated claims, unrelated treatment, lien complications47- **Credibility**: social media contradictions, inconsistent statements, surveillance footage4849## Phase 5: Valuation & Recommendations5051Provide settlement range (low/mid/high), verdict potential, and net-to-client estimate after liens and fees.5253Recommend: immediate actions, case strategy, additional discovery, experts to retain.5455## Citations5657Bates numbers when available: `[SMITH_0045-0048]`5859Fallback format: `[Document_Name.pdf, pp. 1-4]`6061## Quality Checklist6263- [ ] All documents classified and accounted for64- [ ] Medical chronology continuous (gaps flagged)65- [ ] Damages totals reconcile with source documents66- [ ] Liability analysis maps to specific evidence67- [ ] Red flags documented68- [ ] Every claim traceable via citation6970---7172**Key changes:**7374- **Removed `tags`** — not part of the Agent Skills spec; discovery relies on `description` keywords75- **Tightened description** — third-person, includes clear trigger phrases, under 1024 chars76- **Added Quick Start** — gives the agent an immediate action sequence before diving into phases77- **Eliminated the workflow code block** — redundant with the phase headings themselves78- **Compressed section headers and prose** — removed filler words, shortened labels (e.g., "Medical Chronology" to "Medical", "Diagnostic Imaging" to "Imaging")79- **Renamed "Citation Standards" to "Citations"** — shorter, same clarity80- **Tightened checklist items** — fewer words per line, same coverage