client-comms-log

작성자: anthropic

클라이언트 커뮤니케이션 기록 — 전화, 이메일, 문자, 서신, 대면, 음성메일. 사례별로 날짜, 방향, 매체, 요약과 함께 추가 전용 기록.

npx skills add https://github.com/anthropics/claude-for-legal --skill client-comms-log

/client-comms-log

  1. Use the workflow below.
  2. Require case-id (prompt if not provided).
  3. Route by flag:
    • --add (default): capture direction, medium, student, summary, action items, follow-up due. Confirm with user. Append (prepend most-recent-first) to ~/.claude/plugins/config/claude-for-legal/legal-clinic/client-comms/[case-id]/log.md.
    • --read: show the most recent N entries.
    • --summary: one-paragraph condensed read.
    • --patterns: scan for unanswered comms, missed follow-ups, language gaps, tone shifts, contact gaps. Supervision-oriented.
  4. Integration: offer /legal-clinic:deadlines --add if the log establishes a deadline; route to /legal-clinic:semester-handoff via --summary when relevant.

Client Communications Log

Purpose

Four reasons to keep this log:

  1. Malpractice defense. If a client claims "no one ever told me [X]," a dated entry showing otherwise is the answer. Clinical professors carry professional liability on student work; contemporaneous records protect them.
  2. Continuity at handoff. The next semester's student takes over and reads the log; they don't re-ask the client questions already answered.
  3. Supervision visibility. Five unreturned voicemails over six weeks is a pattern. The log makes patterns visible that individual students might not flag on their own.
  4. File retention. Law school clinics have obligations to maintain complete client files. Communication history is part of that.

Light. Append-only. The student's job is to write a two-sentence entry after every contact; the skill formats it and appends.

Load context

  • ~/.claude/plugins/config/claude-for-legal/legal-clinic/client-comms/[case-id]/log.md (if exists) — append target
  • ~/.claude/plugins/config/claude-for-legal/legal-clinic/CLAUDE.md → not heavily read; this skill is case-scoped

Modes

Flag: --add | --read | --summary | --patterns (default: add)

--add (default) — log a new entry

Inputs:

  • Case ID (required — which case)
  • Date + time (default: now)
  • Direction: in (client → clinic) | out (clinic → client)
  • Medium: call | email | text | letter | in-person | video | voicemail-left | voicemail-received
  • Who (student): name
  • Who (client side): client name, or "third-party: [description]" if from opposing counsel, family member, etc.
  • Duration / length (e.g., "10 min call", "3-paragraph email", "45 min in-person meeting")
  • Summary: 2-4 sentences. What happened, what was substantive.
  • Action items:
    • What the student owes the client (with deadline)
    • What the client owes the student (with expected timing)
  • Follow-up due: date if applicable
  • Notes: anything that matters but doesn't fit above — language used, emotional tone, family dynamic observed

Before writing: show the user the formatted entry and ask for confirmation. Clinic records should be reviewed before they're written, not after.

Append to ~/.claude/plugins/config/claude-for-legal/legal-clinic/client-comms/[case-id]/log.md. If the log doesn't exist, create it with a header:

# Communications Log — [case name]

**Case ID:** [case-id]
**Client:** [name]
**Opened:** [YYYY-MM-DD]

Append-only. Most recent at top.

---

Then prepend new entries at the top (most recent first).

--read — show recent entries

Print the most recent N entries (default 5). Useful when picking up a case mid-semester or before a client call.

--summary — condensed read

Produce a one-paragraph summary of the log — most recent contact, total entries, common medium, any open action items from the student side, any unanswered communications. Feeds /semester-handoff and /status.

--patterns — flag concerns across the log

Scan for:

  • Unanswered communications from client. Client called or emailed N times without a response entry.
  • Missed follow-up. Action item with follow-up due date, and no later entry resolving it.
  • Language / accommodation issues. Client language noted as non-English; check whether outgoing communications have been in that language.
  • Escalation patterns. Client tone shifting (frustrated / distressed) across entries.
  • Gaps. Long stretches with no contact on an active case.

This is a supervision tool. Clinical professors running --patterns across their cases see which students might need support.

Integration

  • /client-letter: after generating and sending a letter, offer to log it as an outgoing comm.
  • /status client: when producing a client-facing status summary, offer to log it (often these summaries go to clients).
  • /client-intake: first entry in every new case's log is the intake contact.
  • /semester-handoff: handoff memos read --summary for each case to populate the communications-history section.
  • /deadlines: if a communication established a deadline ("client said they need to respond by Friday"), offer to /deadlines --add.

What this skill does not do

  • Store substantive legal analysis. That lives in intake, memo, and status files. The log is communication record — facts of contact, not legal strategy.
  • Auto-log from outside systems. If the clinic uses a case management system (Clio), an integration could pull call logs and emails automatically. That's a future add; not v1.
  • Edit past entries. Append-only. If an entry is wrong, write a new entry referencing and correcting it. The integrity of the log depends on not rewriting history.
  • Enforce log discipline. If a student doesn't log a call, the skill can't know. Log hygiene is a clinic-culture problem; the skill just makes logging easy.
  • Handle privileged or attorney-only notes. If the student needs to record strategic thinking, that goes in the case's internal analysis file, not the comms log.

anthropic의 다른 스킬

access
anthropic
Discord 채널 접근을 관리합니다 — 페어링 승인, 허용 목록 편집, DM/그룹 정책 설정. 사용자가 페어링 요청, 승인, 허용된 사람 확인 등을 요청할 때 사용합니다.
official
session-report
anthropic
~/.claude/projects 트랜스크립트에서 Claude Code 세션 사용량(토큰, 캐시, 하위 에이전트, 스킬, 고비용 프롬프트)에 대한 탐색 가능한 HTML 보고서를 생성합니다.
official
build-mcp-server
anthropic
이 스킬은 사용자가 "MCP 서버 구축", "MCP 생성", "MCP 통합 만들기", "Claude용 API 래핑", "도구 노출" 등을 요청할 때 사용해야 합니다.
official
cookbook-audit
anthropic
Anthropic Cookbook 노트북을 루브릭에 따라 감사합니다. 노트북 리뷰나 감사가 요청될 때마다 사용하세요.
official
handle-complaint
anthropic
들어오는 고객 불만을 처음부터 끝까지 처리합니다 — 맥락을 파악하고, 응답을 작성하며, 운영상의 수정을 제안합니다. 선택적으로 이메일이나 티켓 ID를 받습니다…
official
use-case-triage
anthropic
처리 활동이 PIA, 필수 GDPR DPIA가 필요한지 또는 진행 가능한지 신속히 판단하여 개인정보 처리방침 충돌을 표시하고 적절한 경로로 안내합니다…
official
board-minutes
anthropic
이사회 또는 위원회 회의록을 사내 형식으로 작성합니다. 캘린더에서 예정된 이사회 및 위원회 회의를 자동으로 감지하고, 안건을 요청한 후…
official
renewal-tracker
anthropic
유지 관리되는 갱신 등록부를 기반으로 취소 마감일이 다가오는 계약을 표시하고 통지 기간이 종료되기 전에 경고합니다. 사용자가 요청할 때 사용합니다.
official