Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Discovery Response Summary

ASecurity

Synthesizes interrogatories, RFPs, RFAs, deposition transcripts, and privilege logs into a thematic, issue-based analytical memorandum with gap analysis and deficiency tracking. Trigger when the user asks to summarize discovery responses, review discovery, analyze privilege logs, plan follow-up discovery, prepare for summary judgment or trial from discovery materials, or cross-reference voluminous discovery across multiple methods.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
researchgo

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill discovery-response-summary --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Discovery Response Summary?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Discovery Response Summary
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-discovery-response-summary/badge)](https://www.skillsdirectory.com/skills/lev-os-discovery-response-summary)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: discovery-response-summary
description: >
  Synthesizes interrogatories, RFPs, RFAs, deposition transcripts, and privilege
  logs into a thematic, issue-based analytical memorandum with gap analysis and
  deficiency tracking. Trigger when the user asks to summarize discovery responses,
  review discovery, analyze privilege logs, plan follow-up discovery, prepare for
  summary judgment or trial from discovery materials, or cross-reference voluminous
  discovery across multiple methods.
tags:
  - analysis
  - litigation
  - summarization
---

# Discovery Response Summary

Reorganizes discovery responses from request-number order into legal-issue order, mapping what is established, disputed, or missing across all discovery methods — directly supporting motions to compel, summary judgment, settlement, and trial prep.

## Quick Start

1. Gather intake inputs (Checkpoint A)
2. Produce executive summary
3. Build thematic cross-reference table (primary deliverable)
4. Organize responses by discovery type
5. Analyze privilege log
6. Build deficiency tracker
7. Produce gap analysis and next steps
8. Validate with post-draft alignment (Checkpoint B)

## Checkpoint A: Pre-Draft Intake

Ask unless the user says "use defaults" or "just draft":

1. **Discovery requests** — interrogatories, RFPs, RFAs with request numbers and service dates
2. **Responses and objections** — all written responses including supplementals
3. **Production logs** — Bates ranges, privilege logs, withholding notices
4. **Deposition transcripts** — with page/line citations if available
5. **Operative pleadings** — complaint and answer (anchors thematic organization)
6. **Case posture** — next milestone (SJ, mediation, trial, class cert)

Defaults if no response: organize by claims/defenses from pleadings; include all discovery types provided; federal court; neutral tone.

> If operative pleadings are missing, organize by discovery categories and flag issue-mapping as provisional.

## Step 1: Executive Summary

- Scope of discovery (methods, parties, date range)
- Top 3–5 favorable findings
- Top 3–5 critical gaps or adverse admissions
- Recommended immediate next steps

## Step 2: Thematic Cross-Reference Table

Group all responses by legal issue, not request number:

| Issue/Element | Interrogatory | RFP | RFA | Deposition | Assessment |
|---|---|---|---|---|---|
| Liability – [element] | No. X: [summary] | No. X: [summary] | No. X: Admitted/Denied | [Witness], [page:line] | Established / Disputed / Gap |
| Damages | ... | ... | ... | ... | ... |
| Affirmative defenses | ... | ... | ... | ... | ... |

This is the primary deliverable.

## Step 3: Discovery by Type

**Interrogatories** — for each:
- **No. [X]**: [Request paraphrase]
  - *Objections*: [List] · *Answer*: [Summary] · *Flag*: Admission / Evasive / New witness / Bates ref

**RFPs** — for each:
- **No. [X]**: [Category]
  - *Produced*: [Bates range] · *Withheld*: [Privilege/ground] · *Deficiency*: [Yes/No — describe]

**RFAs** — for each:
- **No. [X]**: [Statement]
  - *Response*: Admitted / Denied / Objected / Insufficient denial · *Note*: [SJ/trial impact]

**Depositions** — for each witness:
- **[Name]** ([date])
  - Key admissions: [topic] — [page:line]
  - Contradictions with written discovery: [describe]
  - Documents identified: [Bates or description]

## Step 4: Privilege Log Analysis

| Entry | Privilege Claimed | Basis Adequate? | Challenge Viable? |
|---|---|---|---|
| [Doc/date] | AC / WP | Yes / No | Yes / No — reason |

Flag: over-designation, missing privilege elements, subject-matter waiver arguments.

## Step 5: Deficiency Tracker

| Request | Deficiency | MTC Basis | Priority |
|---|---|---|---|
| Rog No. X | Boilerplate objection, no substance | FRCP 33(b)(3) [VERIFY] | High |
| RFP No. X | Partial production, no withholding log | FRCP 34(b)(2)(C) [VERIFY] | Medium |

## Step 6: Gap Analysis and Next Steps

- **Additional interrogatories**: [Topic — reason gap exists]
- **Additional RFPs**: [Category — what's missing and why]
- **Depositions to take**: [Witness — identified in response No. X, not yet deposed]
- **MTC candidates**: [Deficient response — proposed remedy]

## Checkpoint B: Post-Draft Alignment

Ask after delivering the initial summary:

1. Does the thematic organization match your case theory?
2. Are the established/disputed/gap assessments calibrated to your posture?
3. Which follow-up actions to prioritize first?
4. Generate standalone deficiency tracker or MTC analysis from flagged items?

Default if no response: prioritize gap analysis and deficiency tracker for nearest deadline.

## Quality Checks

- Every finding cites a specific request number, Bates number, or deposition page:line
- Thematic table covers all claims, defenses, and disputed elements
- No discovery type omitted from cross-reference
- Favorable and adverse findings separately labeled
- Privilege log summaries do not reveal protected content
- Deficiency tracker includes rule basis and priority
- Interrogatory/deposition inconsistencies flagged for impeachment
- All rule citations verified or marked `[VERIFY]`
- Neutral analytical tone throughout

## Rules

- Mark jurisdiction-specific rules `[VERIFY]` if not confirmed U.S. federal
- For state court, confirm applicable rules before citing deadlines or limits
- **Anti-hallucination**: all citations must be verified or left as explicit placeholders
- **Attorney review required**: all output is practice-support work product requiring supervising counsel review before use in filings or client communications

---

**Key changes**: Tightened the description to focus on trigger guidance. Removed the "Why This Skill Exists" prose section and folded the core idea into a one-line overview. Added a Quick Start outline. Consolidated the per-type discovery formats into a denser inline style. Merged the Quality Audit and Guidelines sections into compact "Quality Checks" and "Rules" sections, eliminating duplicated guidance (e.g., citation requirements appeared in both). Removed horizontal rules between steps and the `summary` tag (redundant with `summarization`). Could you grant write permission so I can save this to the file?

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →