Use when the user has a piece of legal-jargon-heavy text and wants it rewritten in plain language for a specified non-legal audience.
Library skill — the default version is maintained in GitHub; edits you make live in your own clone.
Rewrite legal text in plain language for a specified non-legal audience. The output preserves meaning while changing form: shorter sentences, common words instead of jargon, active voice instead of passive, concrete examples instead of abstract formulations. The skill is transformation, not drafting from scratch.
This skill is for the everyday in-house counsel task of translating between legal precision and non-legal accessibility. Lawyers spend significant time rewriting their own work — or reviewing others' rewrites — for executive readouts, sales communications, customer disclosures, deal-team briefings, and engineering specs. The skill does this rewriting (or supports the user's rewriting) while flagging where translation involved interpretation.
Apply when the user has legal-jargon-heavy text and wants it rewritten for a specified non-legal audience. Common inputs:
Do not apply when:
Rewriting a privileged legal memo (e.g., in-house counsel advice, outside-counsel work product, attorney-client communication) for a non-lawyer audience can break privilege. Privilege generally protects confidential lawyer-client communications made for the purpose of giving or receiving legal advice; circulating the substance of that advice to people outside the privileged circle — or reformatting it into a deliverable that will be distributed beyond that circle (executive readouts, sales briefings, customer-facing copy) — may waive the protection. Waiver rules vary by jurisdiction and by the specific scope of any "common interest" or work-product doctrine; loss of privilege can have downstream litigation and disclosure consequences.
Before invoking this skill on a privileged source, the user must confirm that the intended audience falls within the privilege scope (i.e., the recipients are within the privileged circle — typically the client organization's personnel with a need to know for the purpose of receiving legal advice — and the communication will remain confidential within that circle). If the audience falls outside that scope, the responsible attorney must approve the rewrite and the contemplated circulation before the rewrite is produced or shared.
When the source text appears to be a privileged legal memo, attorney work product, or confidential lawyer-client communication, the skill:
This treatment is the privilege complement to the "substantive review" disclaimer below: the skill does not assess whether privilege actually exists or whether the proposed circulation waives it — those are substantive legal questions for the responsible attorney. The skill's role is to flag the risk and require user confirmation before transforming privileged content for downstream distribution.
The skill requires the text and the audience. If audience is not provided:
"Before I rewrite, who is this for? The audience determines tone, length, and detail level. Examples: - 'Executive readout for CEO/CFO — single paragraph' - 'Sales team — they need to understand what they can say to prospects' - 'Customer-facing disclaimer — non-technical consumers' - 'Deal team — commercial counsel plus product manager' - 'Engineering team — explaining a privacy obligation that affects design'"
Optional inputs (purpose, length_constraint, tone, preserve_specific_terms) refine the output. The most consequential is preserve_specific_terms — without it, the skill may simplify legal terms whose precise wording carries legal weight. The skill flags where simplification occurred so the user can verify.
The workflow has three steps.
Before rewriting:
preserve_specific_terms treatment.Use reference/legal_to_plain_patterns.md for common transformations.
Apply transformations appropriate to the audience:
Calibrate the level of transformation to the audience:
When preserve_specific_terms is provided, those terms appear verbatim in the rewrite. Without preserve_specific_terms, the skill applies judgment about which terms to preserve and flags choices in the explanation.
Produce the rewritten text first, followed by a brief explanation of what was changed and why. The explanation:
The explanation should be substantially shorter than the rewrite. The rewrite is the deliverable; the explanation is the show-your-work.
Produce the output in markdown with this structure:
# Comms Improver: [Brief description of the text]
**Audience:** [from input]
**Purpose:** [from input, or inferred]
**Length constraint:** [from input, or "matched to original"]
**Tone:** [from input, or "neutral businesslike"]
## Rewritten text
[The rewrite. Set off as a code block or quote block so the user can copy it directly. Multiple variants if the user wants alternatives — e.g., "one-sentence version" and "one-paragraph version" for executive briefing audiences.]
## What was changed
[Brief explanation of structural changes — sentence shortening, voice changes, ordering, etc. 2-4 bullets typical.]
## Terms simplified or preserved
[For terms that have legal weight: which were preserved verbatim, which were simplified and why. If `preserve_specific_terms` was provided, confirm those terms appear verbatim. If not provided, flag which terms might need preservation depending on the use case.]
## Preservation-of-meaning concerns
[Any places where the rewrite required interpretation, where the original was ambiguous, or where the user should verify the rewrite captures intent. If none, this section can be a single sentence: "No preservation-of-meaning concerns; the rewrite is a straightforward transformation of the original."]
## Suggested follow-ups
[Brief — typically 1-3 items. What to do if the audience pushes back, how to handle common follow-up questions, whether a longer or shorter version might be useful.]
The output should be proportional to the input. A one-paragraph original produces a brief output (rewrite plus a few-sentence explanation). A multi-page memo produces a longer output. Don't pad short rewrites; don't truncate substantial ones.
reference/legal_to_plain_patterns.md — common transformations from legal jargon to plain language.reference/audience_calibration.md — how to calibrate tone, length, and detail for different audience types.examples/example_executive_briefing.md — worked example: contract concern translated for CEO/CFO.examples/example_sales_team.md — worked example: regulatory restriction translated for sales team.examples/example_customer_disclaimer.md — worked example: legal disclaimer rewritten for customer-facing page.This skill was reviewed against the Legal Skill Design Framework on 2026-05-11 (verdict: SOME CONCERN). The principal gap identified was that the skill did not address privilege risk when rewriting privileged legal memos for non-lawyer audiences — a textbook waiver scenario for the executive-briefing, sales-team, and customer-disclaimer worked examples.
This remediation adds:
version, last_reviewed, and last_reviewed_by fields in the frontmatter to surface the review cadence for forks and downstream users.Technical content (inputs, workflow, output format, transformations, audience calibration) is unchanged. The skill remains a bounded text-in / text-out transformation; the remediation tightens the legal-use scope rather than the technical surface.
Other QA observations (work-shape labelling, confidence bands, consolidated escalation triggers, delegation-threshold tightening) are recorded for a future revision and are not addressed in this targeted remediation.