From legal-clinic
Records client communication logs for legal cases - phone, email, SMS, letters, meetings, voicemail. Supports add, read, summary, and pattern analysis to track response gaps and follow-ups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/legal-clinic:client-comms-log [案件编号] [--add(默认)| --read | --summary | --patterns][案件编号] [--add(默认)| --read | --summary | --patterns]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. 使用以下工作流。
--add(默认):记录方向、媒介、学生、摘要、行动事项、后续截止日期。与用户确认。追加(最新在最前)到 ~/.claude/plugins/config/claude-for-legal-zh/legal-clinic/client-comms/[案件编号]/log.md。--read:显示最近 N 条记录。--summary:一段话简要阅读。--patterns:扫描未回复的沟通、遗漏的后续跟进、语言缺口、语气变化、联系缺口。面向指导的。/legal-clinic:deadlines --add;通过 --summary 路由到 /legal-clinic:semester-handoff。保留此日志的四个理由:
轻量。仅追加。学生的工作是每次联系后写两句摘要;技能格式化并追加。
~/.claude/plugins/config/claude-for-legal-zh/legal-clinic/client-comms/[案件编号]/log.md(如存在)——追加目标~/.claude/plugins/config/claude-for-legal-zh/legal-clinic/CLAUDE.md → 不重度读取;本技能是案件范围的标志:--add | --read | --summary | --patterns(默认:add)
--add(默认)——记录新条目输入:
in(当事人 → 诊所)| out(诊所 → 当事人)电话 | 邮件 | 短信 | 信函 | 面谈 | 视频 | 留言-已留 | 留言-已收写入前: 向用户展示格式化的条目并征求确认。诊所记录应在写入前审查,而非写入后。
追加到 ~/.claude/plugins/config/claude-for-legal-zh/legal-clinic/client-comms/[案件编号]/log.md。如果日志不存在,创建它并附页眉:
# 沟通日志 — [案件名称]
**案件编号:** [案件编号]
**当事人:** [姓名]
**建立日期:** [YYYY-MM-DD]
仅追加。最新在最前。
---
然后将新条目置于顶部(最新在最前)。
--read——显示近期条目打印最近 N 条(默认 5 条)。在学期中接手案件或当事人来电前有用。
--summary——简要阅读生成一段话的日志摘要——最近联系、总条数、常用媒介、学生方任何待处理行动事项、任何未回复的沟通。输入给 /semester-handoff 和 /status。
--patterns——标记全日志的关注事项扫描:
这是指导工具。诊所指导老师跨案件运行 --patterns 可以看到哪些学生可能需要支持。
/client-letter: 生成并发送信函后,提议记录为一条发出的沟通。/status client: 生成面向当事人的状态摘要时,提议记录(这些摘要通常发给当事人)。/client-intake: 每个新案件日志的第一条是接待联系。/semester-handoff: 交接备忘录读取每个案件的 --summary 以填充沟通历史部分。/deadlines: 如果某次沟通建立了截止日期("当事人说他们需要在周五前回复"),提议 /deadlines --add。npx claudepluginhub cslawyer1985/claude-for-legal-zh --plugin legal-clinicLogs client communications (phone, email, text, letter, meeting, voicemail) per case as append-only entries with date, direction, medium, summary, and action items. Works with /client-letter and /status client. Invoke when recording calls/emails, reviewing logs, or asking "what did we last tell [client]?"
Logs client communications with dated entries, direction, medium, summary, and action items. Supports Rule 1.18 and VAWA confidentiality. Useful for malpractice defense and supervision.
Orchestrates the /mandanten-kommunikations-log workflow: orders case files, checks evidence gaps, verifies legal norms, and outputs a client message or decision template.