Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Plea Agreement

ASecurity

Drafts criminal defense plea agreements formalizing negotiated resolutions between defendant and prosecution. Covers charge specifications, factual basis, sentencing recommendations, rights waivers, cooperation terms, and breach provisions. Use when drafting plea deals, guilty plea agreements, no contest pleas, or cooperation agreements in criminal matters.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
documentationgo

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill plea-agreement --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Plea Agreement?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Plea Agreement
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-plea-agreement/badge)](https://www.skillsdirectory.com/skills/lev-os-plea-agreement)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: plea-agreement
description: Drafts criminal defense plea agreements formalizing negotiated resolutions between defendant and prosecution. Covers charge specifications, factual basis, sentencing recommendations, rights waivers, cooperation terms, and breach provisions. Use when drafting plea deals, guilty plea agreements, no contest pleas, or cooperation agreements in criminal matters.
tags:
  - agreement
  - drafting
  - litigation
---

# Plea Agreement

Drafts an enforceable plea agreement formalizing the negotiated resolution of criminal charges between defendant and prosecution, compliant with Fed. R. Crim. P. 11 or state equivalents.

## Prerequisites

Gather before drafting:

- **Case info** — case number, court, presiding judge, full caption
- **Charge sheet** — all original charges with statute citations and max penalties
- **Negotiated terms** — plea charges, dismissed charges, sentencing concessions
- **Factual basis** — agreed facts establishing each element of plea offense(s)
- **Defendant info** — full legal name, aliases, DOB
- **Cooperation terms** (if any) — debriefing, testimony, ongoing obligations

## Quick Start

1. Collect all prerequisites above
2. Identify agreement type (Rule 11(c)(1)(A), (B), or (C); or state equivalent)
3. Draft sections in order below
4. Run through the pitfalls checklist before finalizing

## Document Sections

Draft these sections in order:

### 1. Parties & Jurisdiction

| Field | Content |
|-------|---------|
| Defendant | Full name, aliases/AKAs, DOB, case number |
| Prosecution | Office (USAO / DA), assigned prosecutor |
| Court | Name, district/division, presiding judge |
| Jurisdictional basis | Statutory authority |

### 2. Charges & Plea Specification

- Table **all original charges**: count number, statute, offense, max penalty
- Table **plea charges**: counts defendant pleads to (guilty or nolo contendere)
- List **dismissed/not-pursued charges**
- If charge reduction: state both original and reduced charge explicitly
- Include voluntariness statement

### 3. Factual Basis

Stipulated facts establishing every element of each plea offense. Must cover:

- Date, time, location of offense
- Defendant's conduct constituting the crime
- Victims, co-conspirators, relevant parties
- Mental state / intent as required by statute
- Aggravating or mitigating circumstances relevant to sentencing

Write so defendant can acknowledge as true. This stipulation binds defendant and may be used in subsequent proceedings.

### 4. Sentencing Recommendations

Identify the agreement type:

| Type | Effect |
|------|--------|
| Rule 11(c)(1)(A) | Charge dismissal / non-prosecution agreement |
| Rule 11(c)(1)(B) | Non-binding recommendation — court may reject |
| Rule 11(c)(1)(C) | Binding sentence — defendant may withdraw if court rejects |

For state cases, cite the equivalent rule.

Include as applicable: incarceration/probation recommendation, fines, restitution and payment schedule, supervised release conditions, forfeiture terms, guideline calculations, departure/variance positions, government sentencing posture, defendant's right to request different sentence.

### 5. Rights Waived & Retained

**Waived:**
- Jury trial and confrontation of witnesses
- Privilege against self-incrimination
- Compulsory process for defense witnesses
- Appeal (specify scope: sentence, conviction, or both)
- Post-conviction relief (specify exceptions: ineffective assistance, prosecutorial misconduct)
- Speedy Trial Act rights

**Retained:**
- Challenge illegal sentence
- Challenge voluntariness of plea
- Any other negotiated retained rights

Include confirmation defendant discussed waivers with counsel.

### 6. Additional Terms

Address as applicable:

- Cooperation obligations (testimony, debriefings, law enforcement cooperation)
- Related civil/administrative proceeding agreements
- Media contact restrictions
- Breach provisions — consequences for each party's breach
- Government's right to reinstate dismissed charges upon defendant's breach

### 7. Acknowledgments

Defendant affirms:

- Plea is voluntary — no force, threats, or undisclosed promises
- Reviewed agreement with counsel; understands all terms
- Satisfied with counsel's representation
- Understands charges and potential penalties
- Mentally competent; not under influence of substances
- Agreement constitutes entire understanding (integration clause)

### 8. Signature Blocks

Include signature lines with date fields for:

- **Defendant** — full name
- **Defense counsel** — name, bar number, certification that agreement was explained and plea is voluntary and knowing
- **Prosecutor** — name, title, office
- **Judge** — if required by local rules

## Pitfalls & Checks

- [ ] Use plain language; retain terms of art only where legally necessary
- [ ] Number all paragraphs for cross-reference at plea colloquy
- [ ] Verify internal consistency — dismissed charges, retained rights, and breach provisions must align
- [ ] Confirm compliance with Fed. R. Crim. P. 11 (federal) or state equivalent plus local rules
- [ ] For state cases, adapt all Rule 11 references to applicable state rule
- [ ] Never include terms beyond what the parties actually negotiated
- [ ] Flag ambiguous sentencing terms — courts scrutinize vagueness at plea hearings
- [ ] For cooperation agreements, ensure defendant protections (use immunity, safe harbor provisions)

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Context Fundamentals

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

179001 votes

release-notes

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

1301 votes

docs-style-guide

Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.

11 votes

Caveman Help

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

1023330 votes

How It Works

Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

929660 votes
View all in documentation →