Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Viability Conflict Check Report

ASecurity

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."

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
researchgodatabase

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill viability-conflict-check-report --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Viability Conflict Check Report?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Viability Conflict Check Report
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-viability-conflict-check-report/badge)](https://www.skillsdirectory.com/skills/lev-os-viability-conflict-check-report)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: viability-conflict-check-report
description: 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."
tags:
  - analysis
  - litigation
  - memo
---

# 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.

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →