Deposition Summary with Key Document Index
Produces a neutral, topic-segmented deposition summary linked to exhibit IDs and page:line citations for fast litigation review.
Prerequisites
Before starting, confirm you have:
- Complete transcript with stable page/line numbers
- Exhibit register with IDs, filenames, and privilege/redaction labels
- Witness name and reporter conventions (Q/A labels, speaker names)
- Jurisdiction, procedural rules, and target format (DOCX/PDF)
- Redaction scope and confidentiality instructions
Stop and escalate if privilege logs, sealing orders, or confidentiality controls are missing.
Quick Start
- Collect transcript + exhibit register
- Normalize exhibit IDs to one consistent form
- Segment testimony into topic blocks
- Build topic summary table and document index table
- Run completion checks and export
Core Workflow
1. Validate and Normalize
- Canonicalize exhibit IDs (
Exh. 1, DEF. EXH. 2, PX-3 → single format)
- Extract transcript boundaries, witness name, counsel speakers, objections
- Resolve informal references ("the invoice") to formal exhibit IDs
2. Segment into Topics
- Split at explicit question shifts or sustained thematic changes
- Use plain, specific topic labels
- Draft 2–3 neutral sentences per topic: facts, dates, actions, uncertainties
3. Build Topic Summary Table
| Topic | Transcript Span | Summary (2–3 sentences) | Linked Exhibits |
|---|---|---|---|
| Contract negotiation | 12:1–14:22 | ... | [Exh. 3], [12:18–12:30] |
| Billing disputes | 31:4–38:10 | ... | [Exh. 8], [33:14–33:40] |
4. Build Key Document Index
Include every referenced exhibit with transcript cites, witness characterization, and risk flags.
| Exhibit ID | Transcript Mentions | Witness Characterization | Substance | Risk Notes |
|---|---|---|---|---|
| Exh. 3 | 12:10, 12:19–12:24 | "Contract signed by [witness] on [date]." | Formation details | [VERIFY] date ambiguity |
Flag: authentication gaps, hearsay concerns, missing metadata, contradictions.
5. Export
- Produce identical DOCX and PDF deliverables
- Preserve clickable anchors for exhibits and page:line citations
- Use professional heading hierarchy and consistent spacing
Completion Checks
Pitfalls
- Neutrality: No legal conclusions, argument, or advocacy language. Do not infer intent or motive unless explicitly on the record.
- Ambiguity: Mark unclear source text with
[VERIFY]—never over-interpret.
- Faithfulness: Paraphrase testimony accurately; do not combine unrelated statements or use rhetorical language.
- Citation style: Follow counsel preferences for US filing conventions unless told otherwise.
Key changes made:
- Frontmatter: Removed non-spec
tags field. Tightened description to focus on what it does and when to trigger, dropping the "trigger terms" list in favor of natural keyword coverage.
- Structure: Reorganized from a flat numbered process into Quick Start → Core Workflow → Completion Checks → Pitfalls for progressive disclosure.
- Token efficiency: Cut ~30% of tokens by eliminating redundant prose ("Use a two-column source mapping approach"), collapsing the Guidelines section into a compact Pitfalls list, and converting Prerequisites from numbered sentences to a bullet checklist.
- Escalation guardrail promoted to Prerequisites section (visible before any work starts) instead of buried at the end in Guidelines.
- Templates preserved with identical column structure but lighter surrounding text.
1---2name: deposition-summary-index3description: Creates topic-based deposition summaries with exhibit-to-transcript citation mapping for U.S. commercial litigation. Use when a user provides a deposition transcript and requests a witness summary, deposition digest, exhibit index, cross-examination prep, or discovery-analysis packet.4---56# Deposition Summary with Key Document Index78Produces a neutral, topic-segmented deposition summary linked to exhibit IDs and page:line citations for fast litigation review.910## Prerequisites1112Before starting, confirm you have:1314- Complete transcript with stable page/line numbers15- Exhibit register with IDs, filenames, and privilege/redaction labels16- Witness name and reporter conventions (Q/A labels, speaker names)17- Jurisdiction, procedural rules, and target format (DOCX/PDF)18- Redaction scope and confidentiality instructions1920Stop and escalate if privilege logs, sealing orders, or confidentiality controls are missing.2122## Quick Start23241. Collect transcript + exhibit register252. Normalize exhibit IDs to one consistent form263. Segment testimony into topic blocks274. Build topic summary table and document index table285. Run completion checks and export2930## Core Workflow3132### 1. Validate and Normalize3334- Canonicalize exhibit IDs (`Exh. 1`, `DEF. EXH. 2`, `PX-3` → single format)35- Extract transcript boundaries, witness name, counsel speakers, objections36- Resolve informal references ("the invoice") to formal exhibit IDs3738### 2. Segment into Topics3940- Split at explicit question shifts or sustained thematic changes41- Use plain, specific topic labels42- Draft 2–3 neutral sentences per topic: facts, dates, actions, uncertainties4344### 3. Build Topic Summary Table4546```47| Topic | Transcript Span | Summary (2–3 sentences) | Linked Exhibits |48|---|---|---|---|49| Contract negotiation | 12:1–14:22 | ... | [Exh. 3], [12:18–12:30] |50| Billing disputes | 31:4–38:10 | ... | [Exh. 8], [33:14–33:40] |51```5253### 4. Build Key Document Index5455Include every referenced exhibit with transcript cites, witness characterization, and risk flags.5657```58| Exhibit ID | Transcript Mentions | Witness Characterization | Substance | Risk Notes |59|---|---|---|---|---|60| Exh. 3 | 12:10, 12:19–12:24 | "Contract signed by [witness] on [date]." | Formation details | [VERIFY] date ambiguity |61```6263Flag: authentication gaps, hearsay concerns, missing metadata, contradictions.6465### 5. Export6667- Produce identical DOCX and PDF deliverables68- Preserve clickable anchors for exhibits and page:line citations69- Use professional heading hierarchy and consistent spacing7071## Completion Checks7273- [ ] Every transcript exhibit reference appears in the index74- [ ] No index entry references an exhibit absent from the transcript75- [ ] All page:line spans are accurate76- [ ] Privileged/sealed content removed or isolated per instruction7778## Pitfalls7980- **Neutrality**: No legal conclusions, argument, or advocacy language. Do not infer intent or motive unless explicitly on the record.81- **Ambiguity**: Mark unclear source text with `[VERIFY]`—never over-interpret.82- **Faithfulness**: Paraphrase testimony accurately; do not combine unrelated statements or use rhetorical language.83- **Citation style**: Follow counsel preferences for US filing conventions unless told otherwise.8485---8687**Key changes made:**8889- **Frontmatter**: Removed non-spec `tags` field. Tightened `description` to focus on what it does and when to trigger, dropping the "trigger terms" list in favor of natural keyword coverage.90- **Structure**: Reorganized from a flat numbered process into Quick Start → Core Workflow → Completion Checks → Pitfalls for progressive disclosure.91- **Token efficiency**: Cut ~30% of tokens by eliminating redundant prose ("Use a two-column source mapping approach"), collapsing the Guidelines section into a compact Pitfalls list, and converting Prerequisites from numbered sentences to a bullet checklist.92- **Escalation guardrail** promoted to Prerequisites section (visible before any work starts) instead of buried at the end in Guidelines.93- **Templates preserved** with identical column structure but lighter surrounding text.