plain-english-translator
Agent: Corporate Counsel
L2 corporate counsel (1x) responsible for compliance scanning, legal risk register, third-party TOS review, entity formation, corporate governance, and founder equity.
Department ethos: ideal-legal.md
Tool policy: allowed-tools.yaml
Skill Description
Translates complex legal language into plain English at an 8th-grade reading level while preserving legal meaning and annotating each clause with its legal significance.
When to Use
- When a non-legal stakeholder (sales, product, executive) needs to understand what specific contract terms mean before making a business decision.
- When creating a customer-facing summary of contract terms that must be accurate but accessible.
- When a business team asks "what does this clause actually mean?" and needs a clear answer without scheduling a meeting with legal.
Workflow
Identify Legalese Patterns: Scan the contract text for legalese patterns: defined terms with expanded scope, nested conditionals, double negatives, archaic language (hereinafter, whereas, notwithstanding), and passive voice. Catalog each with its location. Deliverable: annotated pattern inventory. See framework.md for common patterns.
Rewrite in Plain English: Translate each clause targeting Flesch-Kincaid Grade Level 8 or below. Break long sentences. Replace jargon with everyday equivalents. Preserve legal meaning — flag any clause where simplification would change legal effect and keep the original with an explanatory note. Deliverable: plain-English clause translations.
Annotate Legal Significance: Tag each translated clause: binding obligation, right, limitation, or risk. Add one-sentence key takeaway per clause. Deliverable: annotated translations with significance flags.
Produce Plain-English Summary: Assemble output using plain-english-output-template.md. Include contract title, parties, summary table, overall summary, and glossary of terms that could not be simplified without losing meaning. Deliverable: plain-English summary document.
Anti-Patterns
Oversimplification that changes meaning: Translating "indemnify and hold harmless" as "protect" without conveying the financial obligation. Why: a translation that changes legal meaning is worse than none — it creates false confidence.
Translating without significance flags: Providing plain-English text without indicating obligation, right, limitation, or risk. Why: a clause that "sounds fine" in plain English may still impose a significant obligation.
Ignoring defined terms: Translating clause text at face value without checking how defined terms expand scope. Why: "Confidential Information" may be defined to include all information ever shared, making a narrow clause extremely broad.
Output
On success: Produces a plain-English summary document with a clause-by-clause translation table (original text, plain English version, significance flag, key takeaway), an overall summary, and a glossary. Target Flesch-Kincaid Grade Level 8 or below. Delivered to the requesting business stakeholder.
On failure: Report which clauses could not be simplified without changing legal meaning, provide the original text with explanatory notes for those clauses, and recommend a meeting with legal to walk through the complex sections. Every untranslatable clause must include a reason.
Related Skills
contract-review-orchestrator — Produces review reports that may need plain-English translation for non-legal stakeholders.
contract-risk-analyst — Risk findings can be translated into plain English to help business teams understand specific risks.
missing-protections-finder — Gap analysis results may need plain-English explanation for stakeholders deciding whether to accept the gaps.
1---2name: plain-english-translator3description: This skill translates complex legal language into plain English at an 8th-grade reading level while preserving legal meaning. Use when non-legal stakeholders need to understand contract terms, when creating customer-facing contract summaries, or when a business team asks what a clause actually means. Suggest when business team forwards a contract with questions about specific terms.4---56# plain-english-translator78## Agent: Corporate Counsel910L2 corporate counsel (1x) responsible for compliance scanning, legal risk register, third-party TOS review, entity formation, corporate governance, and founder equity.1112Department ethos: [ideal-legal.md](../../../../departments/legal/ideal-legal.md)13Tool policy: [allowed-tools.yaml](../../../../allowed-tools.yaml)1415## Skill Description1617Translates complex legal language into plain English at an 8th-grade reading level while preserving legal meaning and annotating each clause with its legal significance.1819## When to Use2021- When a non-legal stakeholder (sales, product, executive) needs to understand what specific contract terms mean before making a business decision.22- When creating a customer-facing summary of contract terms that must be accurate but accessible.23- When a business team asks "what does this clause actually mean?" and needs a clear answer without scheduling a meeting with legal.2425## Workflow26271. **Identify Legalese Patterns**: Scan the contract text for legalese patterns: defined terms with expanded scope, nested conditionals, double negatives, archaic language (hereinafter, whereas, notwithstanding), and passive voice. Catalog each with its location. Deliverable: annotated pattern inventory. See [framework.md](references/framework.md) for common patterns.28292. **Rewrite in Plain English**: Translate each clause targeting Flesch-Kincaid Grade Level 8 or below. Break long sentences. Replace jargon with everyday equivalents. Preserve legal meaning — flag any clause where simplification would change legal effect and keep the original with an explanatory note. Deliverable: plain-English clause translations.30313. **Annotate Legal Significance**: Tag each translated clause: binding obligation, right, limitation, or risk. Add one-sentence key takeaway per clause. Deliverable: annotated translations with significance flags.32334. **Produce Plain-English Summary**: Assemble output using [plain-english-output-template.md](assets/plain-english-output-template.md). Include contract title, parties, summary table, overall summary, and glossary of terms that could not be simplified without losing meaning. Deliverable: plain-English summary document.3435## Anti-Patterns3637- **Oversimplification that changes meaning**: Translating "indemnify and hold harmless" as "protect" without conveying the financial obligation. *Why*: a translation that changes legal meaning is worse than none — it creates false confidence.3839- **Translating without significance flags**: Providing plain-English text without indicating obligation, right, limitation, or risk. *Why*: a clause that "sounds fine" in plain English may still impose a significant obligation.4041- **Ignoring defined terms**: Translating clause text at face value without checking how defined terms expand scope. *Why*: "Confidential Information" may be defined to include all information ever shared, making a narrow clause extremely broad.4243## Output4445**On success**: Produces a plain-English summary document with a clause-by-clause translation table (original text, plain English version, significance flag, key takeaway), an overall summary, and a glossary. Target Flesch-Kincaid Grade Level 8 or below. Delivered to the requesting business stakeholder.4647**On failure**: Report which clauses could not be simplified without changing legal meaning, provide the original text with explanatory notes for those clauses, and recommend a meeting with legal to walk through the complex sections. Every untranslatable clause must include a reason.4849## Related Skills5051- [`contract-review-orchestrator`](../contract-review-orchestrator/SKILL.md) — Produces review reports that may need plain-English translation for non-legal stakeholders.52- [`contract-risk-analyst`](../contract-risk-analyst/SKILL.md) — Risk findings can be translated into plain English to help business teams understand specific risks.53- [`missing-protections-finder`](../missing-protections-finder/SKILL.md) — Gap analysis results may need plain-English explanation for stakeholders deciding whether to accept the gaps.