legal-pipeline

Routes legal PDF ingestion jobs to canonical field sheet and affidavit generators.

Updated Sep 5, 2026
One-click install
npx skills add https://github.com/SillyHippy/zo-skills --skill legal-pipeline-sillyhippy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: legal-pipeline
Source: https://github.com/SillyHippy/zo-skills/tree/main/skills/legal-pipeline
Command: npx skills add https://github.com/SillyHippy/zo-skills --skill legal-pipeline-sillyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Legal case intake involves mixed document sources (ABC Legal, Proof Serve, normal clients) that require different handling, and using the wrong generator or output path creates inconsistent affidavits and field sheets. This Skill enforces mandatory classification and routes each job to the authorized generator workflow. ## Core Features & Use Cases - Mandatory Client Classification: Distinguishes ABC Legal (PDF-only), Proof Serve (PDF plus evidence folder), and normal clients before any processing begins. - Canonical Generator Routing: Directs normal-client work to the field-sheet-generator script and the affidavit-auto-fill workflow instead of removed legacy wrappers. - Standardized Output Paths: Enforces canonical outputs under /home/workspace/justlegalsolutions/cases/ with consistent naming for field sheets, affidavits, and fields JSON. - Use Case: When a new batch of legal PDFs arrives, classify each case first, then generate the field sheet and affidavit only through the authorized generators while keeping ServeTracker and Google Drive writes gated on explicit authorization. ## Quick Start Classify this incoming legal PDF batch and route each case to the correct generator workflow under the canonical cases directory.

Frequently Asked Questions about legal-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I process incoming legal PDFs for field sheets and affidavits?▼

Classify each case first as ABC Legal, Proof Serve, or normal client, then use the field-sheet-generator script and affidavit-auto-fill workflow for normal clients. Legacy PDF-ingestion wrappers were removed and must not be recreated.

What is the difference between ABC Legal and Proof Serve handling?▼

ABC Legal cases are PDF-only with no field sheet, Drive folder, or ServeTracker case. Proof Serve cases get PDF processing plus an evidence folder, but still no field sheet or ServeTracker case.

Where should generated legal documents be saved?▼

All normal-client outputs belong under /home/workspace/justlegalsolutions/cases/ using the case number prefix for field sheet HTML, PDF, affidavit PDF, and fields JSON. The old output/, Output/, and Documents/FieldSheets paths are deprecated.

Can the pipeline write to ServeTracker or Google Drive automatically?▼

No. ServeTracker/SQLite writes and Google Drive creation, deletion, or upload require Joe's explicit authorization. The pipeline treats these as gated operations, not automatic steps.

What happens when a legal case classification is unclear?▼

Processing stops and the case is escalated to Joe for a decision. The pipeline forbids guessing classifications because ABC Legal and Proof Serve exceptions must be identified before any normal-client step.