From legal-toolkit
Process client intake data into structured profiles, conflict checks, document checklists, and SOL warnings
How this command is triggered — by the user, by Claude, or both
Slash command
/legal-toolkit:intake-processing <intake notes file>The summary Claude sees in its command listing — used to decide when to auto-load this command
# /intake-processing -- Legal Intake Processor Process raw client intake data into structured legal intake outputs. Handles free-form notes, JSON form data, DOCX documents, and CSV files. Extracts client information, classifies matter type, prepares conflict check lists, and calculates statute of limitations deadlines. @$1 Examples: - `/legal-toolkit:intake-processing ~/intake/new-client-form-johnson.pdf` - `/legal-toolkit:intake-processing ~/intake/march-2024-submissions/` - `/legal-toolkit:intake-processing ~/intake/garcia-consultation-notes.docx ~/intake/garcia-questionnaire.pdf` ## ...
Process raw client intake data into structured legal intake outputs. Handles free-form notes, JSON form data, DOCX documents, and CSV files. Extracts client information, classifies matter type, prepares conflict check lists, and calculates statute of limitations deadlines.
@$1
Examples:
/legal-toolkit:intake-processing ~/intake/new-client-form-johnson.pdf/legal-toolkit:intake-processing ~/intake/march-2024-submissions//legal-toolkit:intake-processing ~/intake/garcia-consultation-notes.docx ~/intake/garcia-questionnaire.pdfprocess-intake skill's Python script with NLP-based entity and date extractionprocess-intake skill (SKILL.md) for supported matter types, jurisdiction handling, and formal intake report generationnpx claudepluginhub jdrodriguez/legal-toolkit --plugin legal-toolkit/client-memoDrafts structured client intake memos and case assessment summaries for legal review, including factual background, claims analysis, and damages assessment.
/discovery-holdTriage documents for privilege review, relevance mapping, and litigation-hold scope. Produces a draft privilege-log table, spoliation-risk flags, and next-step recommendations.
/legal-5stepExecutes a 5-step Swiss legal pipeline: intake, research, strategy, adversarial, and draft. Produces structured legal output with citations and jurisdiction handling.
/flussoDefines and executes multi-agent legal workflows for due diligence, litigation preparation, contract lifecycle, and real estate closing. Generates .docx and .pdf documents.
/case-summaryGenerates structured legal documents — case summaries, deposition digests, and chronological timelines — from case details provided by the user.