new-workspace
Installation
SKILL.md
Provision Legal / Investigative Workspace
Creates a new workspace for a legal or investigative matter. This plugin's primitives (/legal-investigative:log-evidence, /legal-investigative:analyze-document, /legal-investigative:redact-content, /legal-investigative:generate-brief) are globally available once installed — this skill only provisions the data scaffold (CLAUDE.md, context/, research/, evidence/, etc.) that those commands read from and write to.
Arguments
$ARGUMENTS is parsed as:
- First positional: workspace name (kebab-case, used as directory and GitHub repo name). Required.
- Second positional (optional): target parent path. Defaults to
~/repos/github/my-repos. --variant=<legal-research|evidence-management|osint-investigation|document-analysis>(optional): which scaffold to copy. Default:legal-research.--jurisdiction=<code>(optional): jurisdiction hint for legal-research variant.israelloads the Israel sub-variant. Any other value is written as free-text into the workspace CLAUDE.md.--local-only(optional): skip GitHub repo creation and push. Default: create a public GitHub repo and push.--private(optional): create the GitHub repo as private. Default: public.