From cocounsel-legal
Use this skill when a user wants to set up ongoing monitoring of a legal topic, statute, or issue area for new case law developments. Unlike citation-verification (which checks existing citations) or authority-tracker (which monitors specific relied-on cases), this skill watches for NEW decisions on a topic. Use when the user says "alert me when there's a new ruling on…", "monitor this issue", "watch for new case law on…", or "set up a legal alert."
How this skill is triggered — by the user, by Claude, or both
Slash command
/cocounsel-legal:case-law-monitorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sets up and runs proactive monitoring for new case law developments on
Sets up and runs proactive monitoring for new case law developments on a topic, in specified jurisdictions. Produces periodic digest reports summarizing new decisions, their holdings, and their practical impact.
The cocounsel-legal MCP server must be connected. Verify before
starting. If not connected, inform the user and stop.
cocounsel-legal:citation-verificationcocounsel-legal:deep-researchcocounsel-legal:jurisdiction-comparison[review]Collect:
| Input | Required | Example |
|---|---|---|
| Topic or legal issue | Yes | "Non-compete enforceability for remote workers" |
| Jurisdictions | Yes (up to 3) | "California, Delaware, Federal" |
| Scope refinement | No | "Only appellate decisions", "Only published opinions" |
| Relevance filter | No | "Focus on technology sector employees" |
| Baseline date | No | "Since January 2025" (default: last 30 days) |
If the user's topic is too broad (e.g., "employment law"), suggest narrowing: "That's a broad topic. Want to focus on a specific issue like non-compete enforceability, trade secret misappropriation, or wage-and-hour classification?"
Run legal_research_start_deep_research(query, jurisdictions) with a
query framed for recent developments:
This establishes the current state of the law as the baseline against which new developments are measured.
From the baseline research report, extract:
Present as a landscape summary:
## Case Law Landscape: [Topic]
**As of:** [date]
**Jurisdictions:** [list]
### Current state of the law
[2-3 paragraph summary of where things stand]
### Controlling authority by jurisdiction
| Jurisdiction | Leading case | Holding | Date |
|---|---|---|---|
| [Jur. 1] | [cite] | [one-line holding] | [date] |
### Open questions
- [Question 1 — e.g., "No appellate decision yet on remote-worker
non-competes in Delaware"]
- [Question 2]
### Trend
[Direction the law is moving, if discernible]
Confirm the monitoring parameters with the user:
"Here's what I'll monitor:
- Topic: [topic]
- Jurisdictions: [list]
- Scope: [any filters]
- Check frequency: [suggest based on topic volatility — weekly for active areas, monthly for stable ones]
I'll run a Deep Research query on this topic at each check and compare against the baseline to identify new developments. Want me to set this up?"
Save the monitor configuration to the authority watch list in the research profile.
When running a monitoring check (manually or via scheduled trigger):
| Classification | Meaning | Action |
|---|---|---|
| New controlling authority | A new binding decision | [review] — may change legal position |
| Trend confirmation | New decision follows existing trend | Note, no flag |
| Trend reversal | Decision goes against the trend | [review] — flag for attorney |
| Circuit split | Jurisdictions now disagree | [review] — note the split |
| Statutory change | Legislature acted on the topic | [review] — may supersede case law |
## Case Law Monitor Digest: [Topic]
**Period:** [last check date] to [this check date]
**Jurisdictions:** [list]
### New developments
| # | Decision | Court | Date | Classification | Impact |
|---|---|---|---|---|---|
| 1 | [cite] | [court] | [date] | [type] | [one-line] |
### Details
#### 1. [Case name]
**Holding:** [one paragraph]
**Significance:** [why this matters for the monitored topic]
**Impact on prior position:** [how this changes or confirms the
baseline landscape] `[review]`
### Updated landscape
[If the landscape has materially changed, provide an updated summary.
If not: "No material change to the baseline landscape."]
cocounsel-legal:deep-research)cocounsel-legal:citation-verification)cocounsel-legal:research-brief)Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub chgreer1070/claude-for-legal --plugin cocounsel-legal