matter-workspace

Create, list, switch, and archive per-matter legal workspaces.

183|37|Updated May 15, 2026
One-click install
npx skills add https://github.com/zhou210712/claude-for-legal-ZH --skill matter-workspace-zhou210712
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: matter-workspace
Source: https://github.com/zhou210712/claude-for-legal-ZH/tree/main/employment-legal/skills/matter-workspace
Command: npx skills add https://github.com/zhou210712/claude-for-legal-ZH --skill matter-workspace-zhou210712

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents legal case information from leaking between clients or matters by creating, tracking, switching, and archiving dedicated per-matter workspaces for employment-legal practice.

Core Features & Use Cases

  • Create matter workspaces: New case onboarding that writes matter.md, generates initial history.md, and initializes notes.md under a slug.
  • List and switch active matters: Provides visibility into all matters and updates the single source of truth (Active matter:) in the实务级 CLAUDE.md.
  • Close (archive) matters safely: Archives completed matters into _archived/ for read-only historical and conflict-check purposes without deleting data.

Quick Start

Run /employment-legal:matter-workspace new acme-劳动合同争议-2026 to create a new employment case workspace and generate the initial case files.

Frequently Asked Questions about matter-workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent legal case information from leaking between different clients?

To prevent legal case information leaks, you can use isolated matter workspaces that create dedicated per-matter directories, ensuring active context does not cross-contaminate other matters unless explicitly enabled.

How do I set up a new employment law matter workspace?

To set up an employment law matter workspace, run the new matter command with a case slug; it creates a directory, writes matter.md, and generates initial history.md and notes.md files.

Can I archive completed legal cases without deleting the data?

Yes, you can archive completed legal cases without deleting data by moving them into a read-only _archived/ directory, which preserves historical files for conflict-checking purposes.

What is the best way to track the active matter in a multi-case legal practice?

The best way to track an active matter is by using a single source of truth configuration, which lists and switches matters while updating the active matter indicator in the workspace settings.

Does matter workspace isolation work for multi-client employment law scenarios?

Matter workspace isolation works for multi-client employment law scenarios by applying workspace gating to maintain strict separation between active case contexts across different clients.