legal-investigative
April 19, 2026 · View on GitHub
Claude Code plugin: legal and investigative workflow — /log-evidence, /analyze-document, /redact-content, /generate-brief, with legal-research, evidence-management, osint-investigation, and document-analysis variants.
Part of the danielrosehill Claude Code marketplace.
What you get
Primitives (always available once the plugin is installed)
/legal-investigative:log-evidence— append an evidence item to the workspace register with sha256 hash, size, MIME type, capture time, and custody metadata./legal-investigative:analyze-document— structured analysis of a single document with citations, limitation-period flags, and open questions. Jurisdiction-aware./legal-investigative:redact-content— human-guided redaction using consistent aliases, random replacement, or pattern-based techniques. Optional metadata scrubbing./legal-investigative:generate-brief— render a typeset brief, case memo, evidence report, OSINT report, or document review via Typst → PDF.
Provisioning skill
/legal-investigative:new-workspace <name> [--variant=legal-research|evidence-management|osint-investigation|document-analysis] [--jurisdiction=<code>] [--local-only] [--private]
Scaffolds a new workspace, personalises CLAUDE.md from ~/.claude/CLAUDE.md, and (by default) creates a public GitHub repo for it.
Pattern
Primitives live in the plugin → globally available from any cwd.
Workspace scaffolds are provisioned as data → no .claude/ tree inside provisioned workspaces.
Plugin updates never touch your workspace data.
See PLAN.md in Claude-Workspace-Reshaping-190426 for the pattern spec this plugin follows.
Variants
- legal-research (default) — single legal matter: context, research memos, evidence register, exports. Pass
--jurisdiction=israelto load the Israeli-law sub-variant (Israeli court hierarchy, Hebrew citation conventions, Nevo / Kol Zchut / Knesset resource list, recording-law rules). - evidence-management — chain-of-custody evidence bundle. Originals immutable; derived/unpacked copies separate. Optional OpenTimestamps + GPG signing. Handles ProofMode bundles.
- osint-investigation — scoped OSINT workspace with source capture + register, findings, timeline, entities, and explicit ethics/scope boundaries.
- document-analysis — systematic review of a document corpus with per-document memos and optional disclosure-ready redacted copies.
Install
Via the danielrosehill marketplace:
/plugin marketplace add danielrosehill/Claude-Code-Plugins
/plugin install legal-investigative
Source templates absorbed
This plugin consolidates the following former template repos:
- Claude-Code-Lawyer →
legal-researchvariant - Claude-Lawyer-ISR →
legal-research+ Israel sub-variant - Claude-Legal-Aid-Clinic →
legal-researchvariant (case-file layout) - Claude-Evidence-Assistant →
evidence-managementvariant - Proofmode-Unpacker →
evidence-managementvariant (ProofMode handling) - Claude-Redaction-And-Obfuscation →
/redact-contentprimitive +document-analysisvariant
License
MIT