pisma-procesowe-v3

Generates Polish court pleadings through a three-stage pipeline with mandatory online legal verification.

134|32|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/michaleiatrak-star/Lex-Machina --skill pisma-procesowe-v3-michaleiatrak-star
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pisma-procesowe-v3
Source: https://github.com/michaleiatrak-star/Lex-Machina/tree/main/Wersja%20rozwojowa%20rozpakowana/pisma-procesowe-v3
Command: npx skills add https://github.com/michaleiatrak-star/Lex-Machina --skill pisma-procesowe-v3-michaleiatrak-star

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Drafting Polish procedural documents (lawsuits, appeals, complaints, responses) carries a high risk of hallucinated statutes, wrong case citations, and skipped quality checks. This Skill enforces a strict multi-stage pipeline where no article number or case signature enters the document without live verification against official sources like ISAP and KRS. ## Core Features & Use Cases - Three-Message Model (W1/W2/W3): Separates strategy framing, drafting, and verification into isolated stages with mandatory user checkpoints between them. - Anti-Hallucination Hard Gates: Blocks citation of any statute or case law from memory; every reference requires web verification, and unverified drafts carry a DRAFT watermark. - Evidence Analysis Pipeline: Builds evidence cards, evidence chains, and a document-by-thesis matrix before drafting, with attack simulation against the draft. - Use Case: A lawyer needs to file an appeal in a Polish labor law dispute. The Skill first validates claims against supplied documents, verifies the defendant's KRS data online, drafts the pleading with placeholders, then verifies every statute via ISAP before producing the final .docx. ## Quick Start Ask the assistant to draft a statement of claim for a Polish civil case and provide the case facts and any evidence documents you have.

Frequently Asked Questions about pisma-procesowe-v3

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

FAQPage Schema
How do I draft a Polish lawsuit (pozew) with AI?▼

Provide the case type, parties, court stage, goal, and any evidence documents. The Skill runs a three-stage pipeline: strategy framing (W1), drafting with placeholders (W2), and online verification of every statute and case citation (W3) before producing the final document.

How does the Skill prevent hallucinated legal citations?▼

It enforces hard gates that ban citing any statute or case signature from memory. Every article must be verified via web fetch against ISAP, and every case signature must be confirmed online with its date and thesis before entering the final document.

Can it handle simple procedural filings like a sprzeciw?▼

Simple single-request filings from a defined catalog (e.g., sprzeciw od nakazu, wniosek o klauzulę) are routed to a separate lightweight skill instead of the full pipeline. The routing test runs automatically at the start of each session.

Does it work with evidence documents I upload?▼

Yes. When two or more documents are supplied, it performs a completeness scan of every page and sheet, builds evidence cards, chains, and a document-by-thesis matrix before drafting. Missing files trigger a blocking request rather than silent omission.

What happens if quality steps are skipped during drafting?▼

A step tracker forces disclosure of every skipped or pending step before file delivery. If any required step is incomplete, the document is marked DRAFT — NIEZWERYFIKOWANY with a watermark, and the user must explicitly accept the draft or request completion.

Which AI platforms support this Skill?▼

It is host-neutral and runs on Claude, ChatGPT, Codex, and Grok through a universal runtime adapter. Tool calls like web search and document generation map to each host's native equivalents without changing the legal methodology.