case-strategy

case-strategy is a skill for Claude Code from odin33g/family-court-strategist. It costs 83 tokens per session (783 once invoked), scanned A, original, MIT.

A legal-case planning procedure based on an evidence vault, meaning a collection of case documents and analysis. It covers assessing the current position, mapping the relevant legal test, and developing arguments.

In plain words
What is it for?
Use it when preparing for court, assessing case strength, planning a variation application, or deciding what evidence and arguments are needed.
Why use it?
It keeps recommendations tied to the available evidence and avoids giving strategy before reviewing the case materials.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the family-court-strategist plugin — 5 skills shipped together

Good fit Use it when preparing for court, assessing case strength, planning a variation application, or deciding what evidence and arguments are needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/odin33g/family-court-strategist/case-strategy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add odin33g/family-court-strategist --skill case-strategy
Clone the repo
git clone --depth 1 https://github.com/odin33g/family-court-strategist

Made for: Claude Code.

Or install family-court-strategist, the plugin that ships this one along with the rest of its 5 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for case-strategy

README.md
[![agentmods](https://agentmods.dev/badge/skills/odin33g/family-court-strategist/case-strategy/github.svg)](https://agentmods.dev/skills/odin33g/family-court-strategist/case-strategy)
Your own site
<a href="https://agentmods.dev/skills/odin33g/family-court-strategist/case-strategy"><img src="https://agentmods.dev/badge/skills/odin33g/family-court-strategist/case-strategy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for case-strategy

Your own site · 80×15
<a href="https://agentmods.dev/skills/odin33g/family-court-strategist/case-strategy"><img src="https://agentmods.dev/badge/skills/odin33g/family-court-strategist/case-strategy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 783 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.00783
Opus 5 $0.00042 $0.00392
Sonnet 5 $0.00017 $0.00157
Haiku 4.5 $0.00008 $0.00078

Measured 12d ago against content hash 50d4a168e500, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

case-strategy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/case-strategy/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Case Strategy

Help the user develop evidence-based legal strategy. Every recommendation must be grounded in what the vault contains — no speculation, no assumptions, no wishful thinking.

Before Giving Strategic Guidance

Read the vault first:

  1. CASE-DETAILS.md — understand the case basics and current orders
  2. MASTER-TIMELINE.md — understand the chronology
  3. EVIDENCE-MATRIX.md — understand the evidence position
  4. CROSS-DOCUMENT-ANALYSIS.md — understand the contradictions
  5. patterns.md — understand the behavioural patterns

Do NOT give strategy advice without reading the evidence first.

Strategy Development

1. Current Position Assessment

Summarise clearly:

  • What orders are currently in place
  • What the user is seeking to change
  • What evidence supports the change
  • What the other side is likely to argue
  • What the court needs to hear

2. Legal Framework Mapping

For the user's jurisdiction and situation, identify:

  • The relevant test (e.g., Rice v Asplund for variations, s60CC for best interests)
  • What elements need to be proven
  • Which elements the evidence already supports
  • Which elements need more evidence

3. Argument Development

For each potential argument:

  • State the argument in one sentence
  • List the evidence that supports it (with vault references)
  • Rate the strength (strong / moderate / weak)
  • Anticipate the counter-argument
  • Identify what additional evidence would strengthen it

4. Risk Assessment

Be honest about:

  • Where the case is weakest
  • What the other side's best arguments are
  • What could go wrong at hearing
  • What the user needs to be prepared for
  • Whether certain arguments might backfire

5. Preparation Checklists

For a Hearing:

  • Documents to file and serve
  • Evidence to have ready
  • Witnesses to call (and what they prove)
  • Cross-examination points for the other party's evidence
  • Questions the judge might ask

For a Variation Application (Rice v Asplund):

  • What has changed since the original orders
  • Evidence that the change is material
  • Evidence that the original orders are no longer in the child's best interests
  • Whether consent was truly informed (if consent orders)
  • Whether recommendations were followed

Read the full file on GitHub · 101 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 101 lines · 83 tokens per session scan A 50d4a168e500

Subscribe to this mod's changes

case-strategy is a skill published in the GitHub repository odin33g/family-court-strategist (17 stars, last pushed 5d ago), licensed MIT. It adds 83 tokens to every session and 783 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

patent-oa

An assistant for preparing replies to patent office examination opinions in China. It can use stored past cases and practice manuals to help shape a draft, which must be reviewed before filing.

handsomestWei/patent-disclosure-skill · 43 tokens

fedramp

Expert guidance for FedRAMP certification and compliance under CR26 (FedRAMP Consolidated Rules for 2026). Use this skill whenever a user asks about FedRAMP authorization, ATO (Authority to Operate), cloud security for federal government, NIST SP 800-53 controls, CSP compliance, or any of the core FedRAMP document…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 236 tokens

eu-cra

Expert EU Cyber Resilience Act (CRA) advisor for Regulation (EU) 2024/2847 — mandatory cybersecurity and vulnerability handling requirements for all products with digital elements (PDEs) sold in the EU. Use this skill for gap analysis, product classification (Default / Class I / Class II), conformity assessment route…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 133 tokens

nist-800-53

NIST SP 800-53 Rev 5 compliance advisor — all 20 control families (AC, AT, AU, CA, CM, CP, IA, IR, MA, MP, PE, PL, PM, PS, PT, RA, SA, SC, SI, SR), Low/Moderate/High baseline selection, FIPS 199/200 system categorization, control tailoring and overlays, privacy controls (PT family), supply chain risk management (SR…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 177 tokens

hipaa-compliance

Expert HIPAA compliance assistant for healthcare and software contexts. Use this skill whenever the user mentions HIPAA, PHI (Protected Health Information), ePHI, covered entities, business associates, healthcare data privacy, medical records, health information security, BAA (Business Associate Agreements), or any…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 161 tokens

ccpa

California Consumer Privacy Act (CCPA) and California Privacy Rights Act (CPRA) compliance advisor — business threshold analysis, consumer rights fulfillment (access, delete, correct, opt-out of sale/sharing, limit SPI, ADMT opt-out), privacy notice drafting, service provider vs. contractor vs. third-party…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 163 tokens