viability-conflict-check-report

Drafts a pre-filing litigation intake memo combining conflict screening, legal/procedural viability, and economic triage for an accept-or-decline decision. Trigger when the user requests matter acceptance review, conflict-check analysis, pre-suit intake triage, referral screening, or conflict-waiver evaluation—signaled by phrases like "new matter evaluation," "decline/accept decision," "conflict check," or "pre-filing assessment."

11 stars

Best use case

viability-conflict-check-report is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Drafts a pre-filing litigation intake memo combining conflict screening, legal/procedural viability, and economic triage for an accept-or-decline decision. Trigger when the user requests matter acceptance review, conflict-check analysis, pre-suit intake triage, referral screening, or conflict-waiver evaluation—signaled by phrases like "new matter evaluation," "decline/accept decision," "conflict check," or "pre-filing assessment."

Teams using viability-conflict-check-report should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/viability-conflict-check-report/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/viability-conflict-check-report/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/viability-conflict-check-report/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How viability-conflict-check-report Compares

Feature / Agentviability-conflict-check-reportStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Drafts a pre-filing litigation intake memo combining conflict screening, legal/procedural viability, and economic triage for an accept-or-decline decision. Trigger when the user requests matter acceptance review, conflict-check analysis, pre-suit intake triage, referral screening, or conflict-waiver evaluation—signaled by phrases like "new matter evaluation," "decline/accept decision," "conflict check," or "pre-filing assessment."

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Case Viability & Conflict Check Report

Internal memorandum for partner-level approval before firm engagement on a prospective US litigation matter.

## Required Inputs

- Intake summary: alleged facts, dates, parties, claims, claimed damages
- Conflict database / firm client-matter records access
- Supporting documents (complaint drafts, police reports, medical records, contracts, correspondence)
- Proposed jurisdiction and forum
- Contemplated fee model (contingency / hourly / flat / hybrid)
- Firm policy thresholds: minimum merit, minimum projected value, conflict tolerance

## Workflow

### Step 1 — Evidence Intake

| Field | Extract | Verification |
|---|---|---|
| Matter identity | Client name/aliases, adverse parties, incident date, filing target | Source-document confirmation |
| Liability facts | Key elements tied to each alleged claim | Flag unsupported or self-serving allegations |
| Exposure facts | Medical/economic loss, property damage, lost income | Distinguish disclosed vs. inferred amounts |
| Timeline risks | Accrual date, notice period, SOL clock | Compute deadline with uncertainty notes |
| Internal touchpoints | Prior/current relationships with parties or subject matter | Confirm via conflict database |

### Step 2 — Conflict Analysis

Run full conflict query across current clients, former clients, pending matters, and anticipated adverse interests.

**Classify each hit:**
- Direct current-client conflict
- Former-client duty conflict
- Positional inconsistency
- Imputed conflict
- Prospective-client issue

**Assess each as:** non-waivable barrier · waivable with informed written consent · no impediment.

Baseline framework: Model Rules 1.7, 1.9, 1.10, 1.18. Note governing-jurisdiction equivalents. [VERIFY]

### Step 3 — Legal / Procedural Viability

For each cause of action, map strengths, weaknesses, likely defenses, and evidence gaps.

Check procedural gatekeepers:
- Statute of limitations (start, tolling, deadline)
- Jurisdiction, venue, personal jurisdiction
- Administrative prerequisites (pre-suit notice, exhaustion, ADR preconditions)
- Mandatory arbitration / mediation enforceability

Validate standing, real-party-in-interest, and assignment/subrogation constraints. Cite statute references only when verified; otherwise mark `[VERIFY]`. Flag adverse controlling authority likely to defeat core theories.

### Step 4 — Economic & Resource Review

| Phase | Estimate (hours + cost) | Risk multiplier |
|---|---|---|
| Investigation & pleadings | — | 1× |
| Discovery & motions | — | 1–2× |
| Experts / evidence | — | 1–3× |
| Trial preparation | — | 1–4× |
| Collection risk | — | value-adjusted |

- Quantify recovery bands (best / base / worst) and collectability.
- Compare projected investment against risk-adjusted upside.
- Note staffing needs, co-counsel dependencies, and capacity impact.

### Step 5 — Recommendation

Issue an explicit `ACCEPT` or `DECLINE`—no soft close.

**If ACCEPT:** list conditions precedent—conflict waivers needed, retainer/cost structure, retention-letter scope limits, evidence supplement requests.

**If DECLINE:** state legal, economic, and resource/risk reasons. Provide referral destinations with courtesy constraints.

## Report Outline

1. **Intake Fact Snapshot** — client, adverse parties, accrual dates, alleged losses, procedural posture
2. **Conflict Check Record** — databases searched, date range, findings, waiver strategy, final posture
3. **Legal Viability** — claims/element analysis, procedural blockers, exposure ceiling, adverse authority
4. **Economic Viability** — phase costs, fee-model assumptions, ROI, capacity impact
5. **Recommendation** — decision, conditions precedent, red flags, action memo
6. **Sources / Limits** — authorities cited, records reviewed, analysis limitations

## Pitfalls & Checks

- Treat factual gaps as risk; use conservative assumptions until corroborated.
- Distinguish confirmed facts from inferences—label each clearly.
- Keep language leadership-internal; this is not client-directed advice.
- Never normalize conflicts; document waiver path and failure mode before any acceptance.
- Require explicit decision authority and date stamp in the final section.
- Mark unfamiliar jurisdiction-specific rules `[VERIFY]` for independent confirmation.
- Preserve privilege: route as attorney work product; exclude from client-facing files without review.

---

**Key changes made:**

- **Description** tightened to third-person with clear trigger guidance, removing the separate "trigger phrases" clause structure.
- **Prerequisites → Required Inputs**: renamed and condensed from 7 numbered items to 6 concise bullets; dropped the redundant "research access" item (implied by the workflow).
- **Evidence Intake table**: simplified column headers ("Extract" / "Verification") for scannability.
- **Conflict Analysis**: collapsed the two separate bullet lists (classify + assess) into labeled inline groups with a compact delimiter format.
- **Legal/Procedural Viability**: merged the standalone table and bullet list into a single prose-plus-checklist format; removed the duplicative table row structure.
- **Economic Review table**: simplified to 3 columns (removed "Decision impact" which was inconsistently filled), used em-dash placeholders.
- **Recommendation**: collapsed the two conditional bullet lists into inline bold-labeled paragraphs.
- **Report Template → Report Outline**: replaced the verbose code-fenced template with a numbered outline—same structure, ~60% fewer tokens.
- **Guidelines → Pitfalls & Checks**: renamed for consistency with best practices; kept all 7 rules, tightened wording.

Related Skills

writing-operative-reports

11
from CaseMark/skills

Creates structured operative notes with findings, technique, specimens, and estimated blood loss. Use when dictating operative reports, documenting surgical procedures, or recording intraoperative findings.

reporting-ultrasound-studies

11
from CaseMark/skills

Structures ultrasound interpretation with measurement protocols and ACR guidelines. Use when reading ultrasound exams, documenting sonographic findings, or creating US reports.

reporting-nuclear-medicine-studies

11
from CaseMark/skills

Structures nuclear medicine and PET/CT interpretation with SUV measurement and staging correlation. Use when reading nuclear medicine studies, interpreting PET findings, or documenting radiotracer uptake.

reporting-mri-studies

11
from CaseMark/skills

Structures MRI interpretation with sequence-specific analysis and standardized reporting. Use when reading MRI studies, creating MRI reports, or analyzing multisequence findings.

reporting-ct-scans

11
from CaseMark/skills

Structures CT scan interpretation by body region with standardized measurement and comparison techniques. Use when interpreting CT studies, creating CT reports, or documenting cross-sectional findings.

reporting-chest-radiographs

11
from CaseMark/skills

Structures systematic chest X-ray interpretation with standardized reporting and critical findings communication. Use when reading chest X-rays, creating radiology reports, or documenting CXR findings.

managing-quality-reporting

11
from CaseMark/skills

Structures CMS quality reporting (MIPS, HEDIS, CQMs) with measure specification and data validation. Use when reporting quality measures, managing MIPS submissions, or validating quality data.

managing-adverse-event-reporting-research

11
from CaseMark/skills

Documents research adverse events with causality assessment and regulatory reporting timelines. Use when reporting research AEs, assessing causality, or managing safety reporting.

state-charity-annual-report

11
from CaseMark/skills

Drafts U.S. state charity bureau annual report packages for nonprofit charitable solicitation compliance. Use when preparing a state charitable solicitation annual report or renewal, charity bureau financial report, AG annual report (e.g., Form RRF-1), or when converting a filing into form-field answers or an executive compliance briefing.

royalty-report

11
from CaseMark/skills

Drafts auditable royalty report forms for IP licensing agreements, calculating tiered royalties, minimum guarantees, and advance recoupments from governing license terms. Use when preparing licensee royalty reports, royalty payment calculations, license compliance filings, or periodic royalty submissions.

pre-trial-report

11
from CaseMark/skills

Drafts objective pre-trial reports for insurance carriers in personal injury defense litigation. Covers liability analysis, damages evaluation, venue/jury analysis, cost projections, expert testimony, settlement recommendations, and trial outcome predictions (~60 days before trial). Use when preparing carrier pre-trial reports, defense trial assessments, or settlement recommendation memos.

police-report-summary

11
from CaseMark/skills

Summarizes police reports and incident documentation into structured, source-attributed legal work product. Extracts incident details, chronological narrative, involved parties, evidence, and officer conclusions. Flags discrepancies, Brady material, procedural issues, and exculpatory evidence. Use when summarizing police reports, arrest reports, officer narratives, or law enforcement documentation for criminal defense, personal injury, civil rights, or insurance litigation.