due-process-complaint
v1.0.10Writes a special education due process complaint (IDEA) from a child's IEP and school documents — evaluations, prior written notices, progress reports, service logs, emails — for any US state, in Claude Chat, Cowork or Claude Code: facts confirmed with the person filing, the state's filing details confirmed on its official filing page, every date, figure and quotation checked against the documents, delivered as a PDF to file and a Word file to edit.
By Mark BeekmanLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install due-process-complaint for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install due-process-complaint@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/b33kman/special-education-due-process-complaintClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/due-process-complaint/SKILL.md
Included Skills1
Use when someone wants an IDEA special education due process complaint (a "due process complaint notice", "request for a due process hearing", "impartial hearing request", "DPC") drafted from a child's or client's school documents — IEPs, evaluations, prior written notices, progress reports, service logs, emails — in any US state, delivered as a PDF to file and a Word file to edit. Trigger even when they just say "draft the complaint from these PDFs" or "turn this file into a due process request". Not for state complaints to the SEA, OCR complaints, 504 grievances, or general legal research.
Plugin manifests1
{
"name": "due-process-complaint",
"displayName": "Due Process Complaint Writer",
"version": "1.0.10",
"description": "Writes a special education due process complaint (IDEA) from a child's IEP and school documents — evaluations, prior written notices, progress reports, service logs, emails — for any US state, in Claude Chat, Cowork or Claude Code: facts confirmed with the person filing, the state's filing details confirmed on its official filing page, every date, figure and quotation checked against the documents, delivered as a PDF to file and a Word file to edit.",
"author": {
"name": "Mark Beekman",
"url": "https://github.com/b33kman"
},
"homepage": "https://github.com/b33kman/special-education-due-process-complaint",
"repository": "https://github.com/b33kman/special-education-due-process-complaint",
"license": "MIT",
"keywords": [
"special-education",
"due-process-complaint",
"due-process-hearing",
"idea",
"individuals-with-disabilities-education-act",
"iep",
"special-education-law",
"legal-drafting",
"legal-tech",
"parent-advocacy",
"disability-rights",
"pdf",
"docx",
"ai",
"pro-se"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[due-process-complaint on Agent Plugins Marketplace](https://pluginsmp.com/plugins/due-process-complaint)