> Draft an audience-specific summary from the privileged investigation memo — HR, leadership, or outside counsel versions. Use when an investigation memo needs to be communicated to an audience that should not see the full privileged work product.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add anthropics/claude-for-legal --skill "investigation-summary" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/investigation-summary/SKILL.md---
name: investigation-summary
description: >
Draft an audience-specific summary from the privileged investigation memo —
HR, leadership, or outside counsel versions. Use when an investigation memo
needs to be communicated to an audience that should not see the full
privileged work product.
argument-hint: "[matter name] [audience: hr / leadership / outside-counsel]"
---
# /investigation-summary
Drafts a stripped-down, audience-appropriate summary from the privileged
investigation memo. HR summaries contain no privilege analysis. Leadership
summaries are high-level. Outside counsel briefings include full context.
## Instructions
1. Load the `internal-investigation` reference skill and run Mode 5 (Audience summary).
2. If no memo exists yet, offer to draft the memo first.
3. HR summaries must not include attorney mental impressions, credibility
methodology, or legal exposure analysis.
## Examples
```
/employment-legal:investigation-summary [matter name] hr
```
```
/employment-legal:investigation-summary [matter name] leadership
```
```
/employment-legal:investigation-summary [matter name] outside-counsel
```
> Detailed audience-stripping rules and summary templates live in the
> `internal-investigation` reference skill — load it before doing substantive
> work.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session