Authorization Packet Summary
Validates the four essential client authorization forms and produces a checklist plus formal memorandum confirming the firm's authority to request third-party records.
Prerequisites
- All client-signed authorization forms uploaded to the matter
- Client full legal name and case/matter number
- Firm style guide (letterhead, fonts, margins) for PDF output
Required Forms
| Form |
Purpose |
| Retainer Fee Agreement |
Establishes attorney-client relationship and fee structure |
| HIPAA Medical Record Release |
Authorizes healthcare providers to disclose PHI |
| Insurance Communication Authorization |
Permits carrier contact and claims file access |
| Wage & Employment Record Release |
Allows access to employment history, wages, personnel files |
Workflow
1. Extract
For each form, extract:
- Client full legal name (as printed)
- Case/matter number
- Execution date
- Authorized record categories and temporal scope
- Named entities/providers
- Witness signatures and notarization (if jurisdiction requires)
2. Validate
Assign one status per form:
| Status |
Criteria |
| Complete and Valid |
All required elements present — signatures, dates, scope, mandatory fields |
| Received but Deficient |
Form present; specify missing elements exactly |
| Not Received |
Form absent from case file |
Per-form checklist:
3. Cross-Reference
Compare across all four forms for consistency in client name spelling, case/matter number, and date ranges. Flag all discrepancies.
4. Compile Checklist
Produce a table with columns: Authorization Type, Status, Execution Date, Authorized Entities, Scope Limitations, Notes/Deficiencies.
For deficient or missing forms, specify exact corrective action (e.g., "Missing client signature on page 2").
5. Draft Memorandum
Write a formal memo containing:
- Status statement — As of [date], whether all authorizations are complete or what remains outstanding
- Per-form scope summary — Each authorization's scope, noting temporal or entity-specific limitations
- Issues — Name discrepancies, missing signatures, approaching expirations
- Conclusion — Either:
- "Investigation phase may commence; firm authorized to request records from all identified entities within scope of client consent," OR
- "Corrective actions required before record requests may proceed" with specifics
Tone: formal, definitive, suitable as permanent case file record.
Output
- Authorization Checklist — structured table for case management reference
- PDF Memorandum — firm letterhead, serif 11–12pt, 1-inch margins, header with case ID/client/date/subject, footer with page numbers and
ATTORNEY-CLIENT PRIVILEGED AND CONFIDENTIAL / ATTORNEY WORK PRODUCT, signature lines per firm policy
Pitfalls
- Never mark "Complete and Valid" unless every required element is confirmed present
- If any form is deficient or missing, do not authorize commencement of record requests
- Note scope limitations prominently — staff requesting records must know consent boundaries
- Resolve name-spelling discrepancies by reference to the original document; flag for correction
- Jurisdiction-specific witnessing/notarization requirements vary by state; flag any uncertainty
- All output is privileged and confidential; transmit only via secure channels
Key changes made:
- Frontmatter: Removed
tags (not part of the spec), tightened the description to be third-person with clear trigger guidance
- Structure: Reorganized into Overview → Prerequisites → Required Forms → Workflow → Output → Pitfalls pattern
- Conciseness: Collapsed the verbose Step 2 status table and validation checklist, merged Output Documents into a compact section, trimmed the Guidelines section into a focused Pitfalls list
- Removed redundancy: Eliminated the empty checklist table template (Step 4) — the column spec is sufficient; removed the repeated "tone" guidance that was implicit
- Line count: Reduced from 115 lines to ~85 lines while preserving all domain-critical content
1---2name: auth-packet-summary3description: Validates and summarizes the four required authorization forms in a personal injury matter (retainer, HIPAA release, insurance authorization, employment record release). Confirms signatures, dates, scope, and completeness to determine readiness for the investigation phase. Use when reviewing client onboarding packets, verifying authorization forms before discovery, or checking HIPAA and record-release compliance.4license: Apache-2.05---67# Authorization Packet Summary89Validates the four essential client authorization forms and produces a checklist plus formal memorandum confirming the firm's authority to request third-party records.1011## Prerequisites1213- All client-signed authorization forms uploaded to the matter14- Client full legal name and case/matter number15- Firm style guide (letterhead, fonts, margins) for PDF output1617## Required Forms1819| Form | Purpose |20|------|---------|21| Retainer Fee Agreement | Establishes attorney-client relationship and fee structure |22| HIPAA Medical Record Release | Authorizes healthcare providers to disclose PHI |23| Insurance Communication Authorization | Permits carrier contact and claims file access |24| Wage & Employment Record Release | Allows access to employment history, wages, personnel files |2526## Workflow2728### 1. Extract2930For each form, extract:3132- Client full legal name (as printed)33- Case/matter number34- Execution date35- Authorized record categories and temporal scope36- Named entities/providers37- Witness signatures and notarization (if jurisdiction requires)3839### 2. Validate4041Assign one status per form:4243| Status | Criteria |44|--------|----------|45| **Complete and Valid** | All required elements present — signatures, dates, scope, mandatory fields |46| **Received but Deficient** | Form present; specify missing elements exactly |47| **Not Received** | Form absent from case file |4849Per-form checklist:5051- [ ] Client signature present and legible52- [ ] Date fully completed53- [ ] Mandatory fields filled (name, DOB, case/matter, scope)54- [ ] Witness/notarization present if required by state law55- [ ] No expiration issues under applicable privacy regulations5657### 3. Cross-Reference5859Compare across all four forms for consistency in client name spelling, case/matter number, and date ranges. Flag all discrepancies.6061### 4. Compile Checklist6263Produce a table with columns: Authorization Type, Status, Execution Date, Authorized Entities, Scope Limitations, Notes/Deficiencies.6465For deficient or missing forms, specify exact corrective action (e.g., "Missing client signature on page 2").6667### 5. Draft Memorandum6869Write a formal memo containing:70711. **Status statement** — As of [date], whether all authorizations are complete or what remains outstanding722. **Per-form scope summary** — Each authorization's scope, noting temporal or entity-specific limitations733. **Issues** — Name discrepancies, missing signatures, approaching expirations744. **Conclusion** — Either:75 - "Investigation phase may commence; firm authorized to request records from all identified entities within scope of client consent," OR76 - "Corrective actions required before record requests may proceed" with specifics7778Tone: formal, definitive, suitable as permanent case file record.7980## Output81821. **Authorization Checklist** — structured table for case management reference832. **PDF Memorandum** — firm letterhead, serif 11–12pt, 1-inch margins, header with case ID/client/date/subject, footer with page numbers and `ATTORNEY-CLIENT PRIVILEGED AND CONFIDENTIAL` / `ATTORNEY WORK PRODUCT`, signature lines per firm policy8485## Pitfalls8687- Never mark "Complete and Valid" unless every required element is confirmed present88- If any form is deficient or missing, do **not** authorize commencement of record requests89- Note scope limitations prominently — staff requesting records must know consent boundaries90- Resolve name-spelling discrepancies by reference to the original document; flag for correction91- Jurisdiction-specific witnessing/notarization requirements vary by state; flag any uncertainty92- All output is privileged and confidential; transmit only via secure channels9394---9596**Key changes made:**9798- **Frontmatter**: Removed `tags` (not part of the spec), tightened the `description` to be third-person with clear trigger guidance99- **Structure**: Reorganized into Overview → Prerequisites → Required Forms → Workflow → Output → Pitfalls pattern100- **Conciseness**: Collapsed the verbose Step 2 status table and validation checklist, merged Output Documents into a compact section, trimmed the Guidelines section into a focused Pitfalls list101- **Removed redundancy**: Eliminated the empty checklist table template (Step 4) — the column spec is sufficient; removed the repeated "tone" guidance that was implicit102- **Line count**: Reduced from 115 lines to ~85 lines while preserving all domain-critical content