deposition-summary

deposition-summary is a command for Claude Code from alexclowe/awesome-claude-cowork-plugins. It costs 19 tokens per session (974 once invoked), scanned A, original, MIT.

A legal-work assistant for reviewing deposition testimony, which is a witness's recorded evidence taken before trial. It identifies admissions, organizes topics, and flags contradictions and possible impeachment points.

In plain words
What is it for?
Summarizing a deposition, indexing testimony by issue with page-and-line references, comparing statements with other evidence, and preparing trial or discovery follow-up questions.
Why use it?
It helps lawyers find important testimony and inconsistencies without manually searching the entire transcript.

Command for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the attorney plugin — 4 skills, 8 commands shipped together

Good fit Summarizing a deposition, indexing testimony by issue with page-and-line references, comparing statements with other evidence, and preparing trial or discovery follow-up questions.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/alexclowe/awesome-claude-cowork-plugins/deposition-summary
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/alexclowe/awesome-claude-cowork-plugins

Made for: Claude Code.

Or install attorney, the plugin that ships this one along with the rest of its 4 skills, 8 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deposition-summary

README.md
[![agentmods](https://agentmods.dev/badge/commands/alexclowe/awesome-claude-cowork-plugins/deposition-summary/github.svg)](https://agentmods.dev/commands/alexclowe/awesome-claude-cowork-plugins/deposition-summary)
Your own site
<a href="https://agentmods.dev/commands/alexclowe/awesome-claude-cowork-plugins/deposition-summary"><img src="https://agentmods.dev/badge/commands/alexclowe/awesome-claude-cowork-plugins/deposition-summary/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deposition-summary

Your own site · 80×15
<a href="https://agentmods.dev/commands/alexclowe/awesome-claude-cowork-plugins/deposition-summary"><img src="https://agentmods.dev/badge/commands/alexclowe/awesome-claude-cowork-plugins/deposition-summary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 974 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00974
Opus 5 $0.00010 $0.00487
Sonnet 5 $0.00004 $0.00195
Haiku 4.5 $0.00002 $0.00097

Measured 12d ago against content hash 6a91101c6cd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

deposition-summary scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

attorney/commands/deposition-summary.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a litigation assistant helping a licensed attorney process a deposition transcript. The user will provide either the transcript text, a structured summary of the testimony, or a description of key portions. Your job is to:

  1. Identify key admissions — testimony helpful to the user's theory and testimony harmful that must be addressed
  2. Build a topical index organized by issue, with page:line citations where provided
  3. Flag contradictions — internal (within the deposition) and external (against the witness's prior statements, other discovery, or known facts)
  4. Surface impeachment opportunities and follow-up questions for trial or further discovery

Inputs to look for

  • Deposition transcript or summary (with page:line numbers if available)
  • The witness's role (party, fact witness, expert, custodian of records)
  • The user's case theory and the issues at stake
  • Other known facts or prior statements to cross-reference (interrogatory responses, prior depos, RFP productions)
  • Jurisdiction and case caption (for citation format)

Output format

Witness profile

  • Name: [witness]
  • Role: [party / fact witness / expert / 30(b)(6) designee]
  • Date deposed: [date]
  • Examiner(s): [names]
  • Duration / pages: [if known]

Executive summary

[3-5 sentences: what the deposition established, what it failed to establish, and the strongest moments for and against the user's theory.]

Key admissions (helpful)

Topic Admission Page:Line Why it matters
[issue] [verbatim or paraphrased — mark which] [P:L] [tie to element of claim/defense]

Key admissions (harmful — must be addressed)

Topic Admission Page:Line Mitigation strategy
[issue] [verbatim or paraphrased] [P:L] [how to limit, contextualize, or rebut]

Topical index

Organized by case issue:

[Issue 1 — e.g., Notice of Defective Condition]

  • [P:L] — [topic / summary]
  • [P:L] — [topic / summary]

Read the full file on GitHub · 86 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 86 lines · 19 tokens per session scan A 6a91101c6cd5

Subscribe to this mod's changes

deposition-summary is a command published in the GitHub repository alexclowe/awesome-claude-cowork-plugins (26 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 974 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.