Deposition Analysis
Generates citation-accurate, topic-organized deposition summaries with strategic analysis for discovery and trial preparation. Assumes U.S. deposition conventions unless another jurisdiction is specified.
Quick Start
- Obtain transcript with page/line numbering, witness metadata, and any exhibit list.
- Validate completeness — confirm pagination, line numbering, witness identity, date, errata; flag gaps.
- Extract testimony, objections, exhibit references, and procedural notations with exact cites.
- Organize by case issues and produce the required sections below.
Citation Format
All citations use: Page X, Lines Y-Z
Every substantive statement, objection, and exhibit reference must carry a cite. If uncertain about a cite, acknowledge uncertainty — never guess.
Required Sections
| Section |
Content |
| Case Overview |
Witness role, subject matter, key issues |
| Chronology |
Dates, sequences, timeline conflicts with cites |
| Topical Summaries |
Testimony organized by issue with cites |
| Admissions |
Claim/defense-supporting statements with cites |
| Inconsistencies/Evasions |
Conflicts, shifts, non-responsive answers with cites |
| Objections Log |
Topic, ground, response/ruling, page-line |
| Exhibits Log |
Exhibit ID, description, related testimony, page-line |
| Open Follow-Ups |
Missing docs, unclear testimony, recommended next steps |
Core Workflow
- [ ] Validate transcript completeness and metadata
- [ ] Extract and index all substantive testimony with page-line cites
- [ ] Build topical sections aligned to pleadings and case themes
- [ ] Identify admissions, inconsistencies, evasions, and credibility issues
- [ ] Cross-reference timeline statements for internal conflicts
- [ ] Compile objections and exhibits logs
- [ ] Verify every citation against source transcript
- [ ] Flag open follow-ups and investigation gaps
Post-Delivery Response Modes
| Request |
Output |
Rule |
| Factual retrieval |
Quote/paraphrase with cites |
Include all locations if testimony repeated |
| Comparative |
Side-by-side statements with cites |
Explain evolution or contradiction |
| Evaluative |
Evidence inventory with cites |
No legal conclusions; note ambiguity |
Pitfalls
- Omitting unfavorable testimony. Include both helpful and harmful statements — never filter by side.
- Meaning-altering paraphrase. Preserve qualifying language; do not strip hedges or conditions.
- Fabricated citations. Verify every cite. State what is missing rather than approximating.
- Legal conclusions. Provide evidence and cite it — do not offer strategic advice or legal opinions.
- Confidentiality. Respect protective-order constraints and confidentiality designations.
- Editorializing. Keep tone formal and litigation-ready throughout.
1---2name: deposition-analysis3description: Produces litigation-grade U.S. deposition summaries with exact page-line citations, topical organization, and strategic analysis of admissions, inconsistencies, objections, and exhibits. Use when asked for deposition summaries, page-line or P&L citations, depo analysis, impeachment review, cross-exam prep, or motion-support summaries.4license: Apache-2.05---67# Deposition Analysis89Generates citation-accurate, topic-organized deposition summaries with strategic analysis for discovery and trial preparation. Assumes U.S. deposition conventions unless another jurisdiction is specified.1011## Quick Start12131. Obtain transcript with page/line numbering, witness metadata, and any exhibit list.142. Validate completeness — confirm pagination, line numbering, witness identity, date, errata; flag gaps.153. Extract testimony, objections, exhibit references, and procedural notations with exact cites.164. Organize by case issues and produce the required sections below.1718## Citation Format1920All citations use: `Page X, Lines Y-Z`2122Every substantive statement, objection, and exhibit reference must carry a cite. If uncertain about a cite, acknowledge uncertainty — never guess.2324## Required Sections2526| Section | Content |27|---|---|28| Case Overview | Witness role, subject matter, key issues |29| Chronology | Dates, sequences, timeline conflicts with cites |30| Topical Summaries | Testimony organized by issue with cites |31| Admissions | Claim/defense-supporting statements with cites |32| Inconsistencies/Evasions | Conflicts, shifts, non-responsive answers with cites |33| Objections Log | Topic, ground, response/ruling, page-line |34| Exhibits Log | Exhibit ID, description, related testimony, page-line |35| Open Follow-Ups | Missing docs, unclear testimony, recommended next steps |3637## Core Workflow3839```40- [ ] Validate transcript completeness and metadata41- [ ] Extract and index all substantive testimony with page-line cites42- [ ] Build topical sections aligned to pleadings and case themes43- [ ] Identify admissions, inconsistencies, evasions, and credibility issues44- [ ] Cross-reference timeline statements for internal conflicts45- [ ] Compile objections and exhibits logs46- [ ] Verify every citation against source transcript47- [ ] Flag open follow-ups and investigation gaps48```4950## Post-Delivery Response Modes5152| Request | Output | Rule |53|---|---|---|54| Factual retrieval | Quote/paraphrase with cites | Include all locations if testimony repeated |55| Comparative | Side-by-side statements with cites | Explain evolution or contradiction |56| Evaluative | Evidence inventory with cites | No legal conclusions; note ambiguity |5758## Pitfalls5960- **Omitting unfavorable testimony.** Include both helpful and harmful statements — never filter by side.61- **Meaning-altering paraphrase.** Preserve qualifying language; do not strip hedges or conditions.62- **Fabricated citations.** Verify every cite. State what is missing rather than approximating.63- **Legal conclusions.** Provide evidence and cite it — do not offer strategic advice or legal opinions.64- **Confidentiality.** Respect protective-order constraints and confidentiality designations.65- **Editorializing.** Keep tone formal and litigation-ready throughout.