Agent Skills
› anthropics/claude-for-legal
› investigation-open
investigation-open
GitHub用于启动内部调查,执行信息收集、生成来源清单并创建持久化调查日志。当收到投诉或指控且律师需要建立特权调查工作区时触发。
Trigger Scenarios
收到关于员工或管理层的投诉或指控
需要建立新的特权内部调查工作区
Install
npx skills add anthropics/claude-for-legal --skill investigation-open -g -y
SKILL.md
Frontmatter
{
"name": "investigation-open",
"description": "Open a new internal investigation matter — runs intake, generates the sources checklist, and creates the persistent investigation log. Use when a complaint or allegation comes in and the attorney needs to stand up a privileged investigation workspace.\n",
"argument-hint": "[brief description of the allegation]"
}
/investigation-open
Opens a new investigation matter — runs intake, generates the sources checklist, and creates the persistent investigation log.
Instructions
- Load
~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md. - Load the
internal-investigationreference skill and run Mode 1 (Open). - If a matter with the same slug already exists, warn before overwriting.
Examples
/employment-legal:investigation-open
Harassment complaint filed against a manager in the Austin office.
/employment-legal:investigation-open
(skill will ask for details)
Detailed intake, privilege-formation requirements, sources checklist, and log templates live in the
internal-investigationreference skill — load it before doing substantive work.
Version History
- 5ceb305 Current 2026-07-05 15:34


