| name | writing-legal |
| title | Academic Legal Writing |
| description | Internal skill for academic legal writing. Loaded by /writing when style=legal. Based on Volokh's "Academic Legal Writing". |
| author | edwinhu |
| author_url | https://github.com/edwinhu/workflows/tree/main/skills/writing-legal |
| license | MIT |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | general |
| language | en |
Academic Legal Writing
Style guide for law review articles, seminar papers, and legal scholarship based on Eugene Volokh's Academic Legal Writing.
On Skill Load
Step 1: Load base writing rules
Read ${CLAUDE_SKILL_DIR}/../../skills/writing/SKILL.md and follow its instructions.
Step 2: Check for active workflow
If .planning/ACTIVE_WORKFLOW.md exists and workflow: writing, update style: legal.
If no .planning/PRECIS.md exists in the project:
- Suggest: "No PRECIS.md found. Consider
/writing to set up thesis, audience, and claims first."
Step 3: Apply legal-specific rules below
When to Use
Invoke this skill for:
- Law review articles and student notes
- Seminar papers and legal scholarship
- Academic legal writing with footnotes
- Editing legal prose for structure and argument
For general writing: Use /writing skill (Strunk & White)
For economics/finance: Use /writing-econ skill (McCloskey)
Required Skills
When generating Word documents (.docx), you MUST load the /docx skill first. The docx skill provides proper document manipulation capabilities.
Template Requirement
Template location: templates/law_review_template.docx
When creating or converting a docx, load references/formatting.md for heading styles, body text styles, pandoc --reference-doc usage, and the document creation gate function.
Enforcement
IRON LAW #1: NO DOCX WITHOUT TEMPLATE FIRST
Before creating ANY Word document for legal writing:
- Load the
/docx skill
- Copy
templates/law_review_template.docx as the base
- THEN add content to the template copy
If you created a blank docx without the template, DELETE IT and START OVER with the template.
IRON LAW #2: NO CLAIM WITHOUT CONFRONTING COUNTERARGUMENTS
If your draft makes a prescriptive claim but doesn't address obvious objections, DELETE the section and START OVER. Legal scholarship requires anticipating and answering counterarguments, not ignoring them.