Help us improve
Share bugs, ideas, or general feedback.
From legal-clinic
Logs 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]?"
npx claudepluginhub zhou210712/claude-for-legal-zh --plugin legal-clinicHow 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. 使用以下工作流。
Logs client communications (calls, emails, texts) per case with dated entries, direction, medium, summary, and action items. Supports read, summary, and pattern analysis modes.
Appends a dated event to a matter's history file and refreshes the log row. Captures new developments, status changes, risk re-assessments, deadline shifts, and settlement authority changes.
Creates, lists, switches, closes, and deactivates client matter workspaces for legal practitioners working across multiple cases. Isolates context per client engagement.
Share bugs, ideas, or general feedback.
--add(默认):记录方向、媒介、学生、摘要、行动事项、后续截止日期。与用户确认。追加(最新在最前)到 ~/.claude/plugins/config/claude-for-legal/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/legal-clinic/client-comms/[案件编号]/log.md(如存在)——追加目标~/.claude/plugins/config/claude-for-legal/legal-clinic/CLAUDE.md → 不重度读取;本技能是案件范围的标志:--add | --read | --summary | --patterns(默认:add)
--add(默认)——记录新条目输入:
in(当事人 → 诊所)| out(诊所 → 当事人)电话 | 邮件 | 短信 | 信函 | 面谈 | 视频 | 留言-已留 | 留言-已收写入前: 向用户展示格式化的条目并征求确认。诊所记录应在写入前审查,而非写入后。
追加到 ~/.claude/plugins/config/claude-for-legal/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。