Help us improve
Share bugs, ideas, or general feedback.
From legal-aid
Produces a transfer memo when a case moves between attorneys due to departure, leave, role change, or intake handoff. Captures status, pending items, deadlines, conflict re-check needs, and supervisor questions.
npx claudepluginhub lawdroidai/legal-aid-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/legal-aid:case-transfer [case-id] [from=staff] [to=staff] [reason=departure|leave|role-change|intake-handoff][case-id] [from=staff] [to=staff] [reason=departure|leave|role-change|intake-handoff]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Load `~/.claude/plugins/config/claude-for-legal/legal-aid/CLAUDE.md` → conflict-check process, supervision style.
Guides new legal-aid staff through office procedures, tools, and practice exercises using the managing attorney's uploaded manual. Run when onboarding paralegals, attorneys, intake specialists, or volunteers.
Produces a focused LPM working view on a single matter structured around deliverables, issues, and risks. Supports four modes: standard drill-down, decision-first, partner prep, and handoff briefing.
Share bugs, ideas, or general feedback.
~/.claude/plugins/config/claude-for-legal/legal-aid/CLAUDE.md → conflict-check process, supervision style.case-transfers/[YYYY-MM]/[case-id].md./legal-aid:case-transfer case=jones-2026-04 from=alvarez to=tanaka reason=leave
Unlike a clinic that hands off everything at semester end, a legal aid office runs continuous transitions: a paralegal leaves, a staff attorney goes on parental leave, an attorney moves from intake to housing, a managing attorney reassigns a case for capacity reasons, an intake specialist hands a screened-and-accepted matter to the staff attorney who will carry it.
Each transition is a malpractice exposure point — deadlines get dropped, conflicts get re-engaged, client expectations get reset without the new attorney knowing what was promised. This skill produces a transfer memo that closes that exposure.
What it doesn't do: close the case. Cases closing get a final /status internal memo and are marked closed in the office's case management system. Use this skill only when the case is moving, not ending.
~/.claude/plugins/config/claude-for-legal/legal-aid/CLAUDE.md → conflict-check process (the new attorney needs to clear), supervision style (whether the transfer queues for managing-attorney review), supervision flag triggers.
The case file itself: prior intake summary, eligibility screening result, any drafts in progress, status memos, communication log, deadline entries.
Capture the basics if not provided as arguments:
If the case is unassigned — to be assigned, run the full transfer memo anyway. The managing attorney needs the same information whether assigning today or next week.
From the case file:
Tag every item with its source — case file, communication log, deadline ledger, or staff recollection (which is the weakest source and needs explicit verification by the new attorney).
The incoming attorney is a new lawyer for the matter, even if from the same office. Per office policy, that may or may not require a fresh conflict check at the individual level. Run whatever the office's CLAUDE.md describes; at minimum:
If clean, note it. If any flag, route to managing attorney before the transfer becomes effective.
This is the human paragraph at the top of the memo. Not a checklist — a narrative the incoming attorney can read in 60 seconds to know what they're walking into. What's the client's story? What's the legal posture? What did the prior attorney commit to? What's the next decision the case needs?
Write this in plain language. Strip the jargon. The new attorney reads this between calls.
Things the prior staffer knew but didn't write down — or things that are unclear from the file. These need explicit surfacing because they're the highest-risk items in any transfer.
Common open questions:
Each open question gets a [VERIFY: ...] tag and a suggested verification path (call the departing staffer, call opposing counsel, ask the client, check court docket).
# Case Transfer Memo
---
[AI-ASSISTED DRAFT — requires staff analysis and managing-attorney review]
**Privilege and confidentiality.** This memo references client confidences. Keep it in the office's privileged file store. Distribution beyond the office can waive privilege.
---
**Case ID:** [case-id]
**Client:** [name or ID]
**From:** [staff] | **To:** [staff or "unassigned"] | **Effective:** [date]
**Reason:** [departure / leave / role change / intake-to-staff / capacity reassignment / other]
**Funding source(s):** [LSC / IOLTA / specific grant]
**Practice area:** [primary + cross-area]
## What you need to know first
[60-second narrative — the human paragraph]
## Current posture
- **Case stage:** [pre-filing / litigation / post-judgment / administrative / appeal]
- **Filed?:** [yes — court/case# | no]
- **Next court or agency date:** [date] — [purpose]
- **Other live deadlines:** [list, with source per deadline ledger]
## Open client commitments
- [Each thing the prior staffer promised the client, with date promised]
- [Outstanding callbacks owed]
- [Documents the office said it would produce]
## Open internal work
- [Drafts in progress — location, status, what's left]
- [Research outstanding — what was started, what's still needed]
- [Pending managing-attorney review items, if any]
## Open questions — VERIFY BEFORE ACTING
- [Each ambiguity with a `[VERIFY: ...]` tag and a suggested verification path]
## Eligibility flags still live
- [Any FUNDING RESTRICTION flag from intake/screening that has not been cleared]
- [Any income/asset re-verification due]
- [Any conflict flag pending resolution]
## Conflict re-check for incoming attorney
- [Individual conflict check result — clear / flagged]
- [Date run, against which database]
## Document and CMS pointers
- Case file location: [path / CMS link]
- Communication log: [path]
- Deadline entries: [list of IDs in `deadlines.yaml`]
- Prior memos and drafts: [list with paths]
## Premises this memo rests on
- [Sources used to build the memo — case file / comm log / departing staffer interview / etc.]
- [Date of last entry in each source]
## Managing-attorney review notes
- [Whether the transfer queues for sign-off per supervision style]
- [Any item the managing attorney should weigh in on before the transfer is effective]
case-transfers/[YYYY-MM]/[case-id].mdcase-transfers/[YYYY-MM]/_summary.md: "[date] | [case-id] | [from] → [to] | [reason] | [status: pending review / effective / superseded]"deadlines.yaml entry has owner_staff: [from], the deadlines skill will surface the transfer the next time the rollup runs; update the owner field as part of the transfer/status internal + CMS close, not this skill.