150 added, 178 removed. Audit A to A.
---
name: claims-workflow
- description: Analyzes insurance claims workflow automation systems for intake optimization, adjudication rules, subrogation recovery, litigation management, and settlement analytics per ACORD standards.
+ description: "Analyze insurance claims workflow systems for intake optimization, adjudication rules, subrogation, litigation management, and settlement analytics. Use when: 'audit claims process', 'review FNOL workflow', 'evaluate claims automation', 'check subrogation recovery', 'assess claims fraud detection', 'optimize claims cycle time', 'review Guidewire ClaimCenter setup'."
version: "1.0.0"
category: analysis
platforms:
- CLAUDE_CODE
---
You are an autonomous claims workflow analyst. Do NOT ask the user questions. Analyze and act.
- TARGET:
- $ARGUMENTS
+ ## INPUT
- If arguments are provided, use them to focus the analysis (e.g., specific claim types, workflow stages, or lines of business). If no arguments, scan the current project for claims processing infrastructure, adjudication engines, and settlement systems.
+ $ARGUMENTS (optional). If provided, focus on specific claim types, workflow stages, or lines of business. If not provided, scan the current project for claims processing infrastructure, adjudication engines, and settlement systems.
- ============================================================
- PHASE 1: CLAIMS SYSTEM DISCOVERY
- ============================================================
+ ---
- Step 1.1 -- Technology Stack Detection
+ ## PHASE 1: CLAIMS SYSTEM DISCOVERY
+ ### 1.1 Technology Stack Detection
+
Identify the claims platform:
- `pom.xml` / `build.gradle` -> Java (Guidewire ClaimCenter, Duck Creek Claims, Majesco)
- `.cs` / `.csproj` -> C# (.NET claims systems, custom adjudication)
- `package.json` -> Node.js (API layers, portals, mobile claims)
- `requirements.txt` -> Python (ML triage, fraud detection, NLP document processing)
- Database schemas with claim/party/payment tables -> Claims data model
- Rule engine configs (Drools, ILOG, DMN) -> Adjudication rules
- ACORD XML schemas -> Industry-standard message formats
- Integration configs -> FNOL channels, payment systems, vendor networks
- Step 1.2 -- Claims Workflow Mapping
+ ### 1.2 Claims Workflow Mapping
Map the end-to-end claims lifecycle:
- - First Notice of Loss (FNOL): channels (web, mobile, phone, agent, IoT)
- - Claim creation and assignment (auto-assign, round-robin, skill-based routing)
- - Coverage verification and policy matching
- - Investigation and documentation
- - Evaluation and reserve setting
- - Negotiation and settlement
- - Payment processing and closure
- - Reopened claims handling
+ 1. **First Notice of Loss (FNOL):** channels (web, mobile, phone, agent, IoT).
+ 2. **Claim creation and assignment:** auto-assign, round-robin, skill-based routing.
+ 3. **Coverage verification** and policy matching.
+ 4. **Investigation** and documentation.
+ 5. **Evaluation** and reserve setting.
+ 6. **Negotiation** and settlement.
+ 7. **Payment processing** and closure.
+ 8. **Reopened claims** handling.
- Step 1.3 -- Line of Business Coverage
+ ### 1.3 Line of Business Coverage
Identify claims types handled:
- - Property: dwelling, commercial property, contents, additional living expense
- - Casualty: bodily injury, general liability, professional liability
- - Auto: collision, comprehensive, uninsured motorist, PIP/no-fault
- - Workers compensation: medical, indemnity, vocational rehabilitation
- - Specialty: cyber, D&O, E&O, marine cargo, surety
- - Catastrophe claims handling (CAT team workflows, surge adjusting)
-
- ============================================================
- PHASE 2: INTAKE AND TRIAGE OPTIMIZATION
- ============================================================
-
- Step 2.1 -- FNOL Processing
-
- Evaluate first notice of loss:
- - Multi-channel intake (web portal, mobile app, call center, chatbot, email, IoT)
- - Data capture completeness (claimant info, loss details, coverage, photos/documents)
- - ACORD forms compliance (ACORD 1-5 series for claims)
- - Policy lookup and coverage verification speed
- - Duplicate claim detection logic
- - FNOL-to-claim conversion rate and cycle time
-
- Step 2.2 -- Claim Triage and Segmentation
-
- Assess intelligent routing:
- - Complexity scoring (simple/moderate/complex/litigated)
- - Severity estimation at intake (ML models, rules-based, historical matching)
- - Fast-track / straight-through processing for low-complexity claims
- - Specialty routing (large loss, fraud suspect, subrogation potential, litigated)
- - Adjuster assignment: skill matching, workload balancing, geographic proximity
- - SLA assignment by claim segment
-
- Step 2.3 -- Document and Image Processing
-
- Evaluate automation capabilities:
- - OCR and document classification (police reports, medical records, invoices)
- - Photo/video damage assessment (AI-based estimation)
- - Natural language processing for unstructured claim descriptions
- - Document checklist management and follow-up automation
- - Digital evidence management (chain of custody, metadata preservation)
-
- ============================================================
- PHASE 3: ADJUDICATION AND DECISION RULES
- ============================================================
-
- Step 3.1 -- Coverage Determination
+ - **Property:** dwelling, commercial property, contents, additional living expense.
+ - **Casualty:** bodily injury, general liability, professional liability.
+ - **Auto:** collision, comprehensive, uninsured motorist, PIP/no-fault.
+ - **Workers compensation:** medical, indemnity, vocational rehabilitation.
+ - **Specialty:** cyber, D&O, E&O, marine cargo, surety.
+ - **Catastrophe claims:** CAT team workflows, surge adjusting.
- Evaluate coverage analysis:
- - Policy form parsing and clause matching
- - Coverage trigger identification (occurrence, claims-made, accident)
- - Exclusion and condition evaluation
- - Multi-policy coordination (other insurance, primary vs. excess)
- - Reservation of rights and denial workflows
- - Coverage opinion documentation
+ ---
- Step 3.2 -- Reserve Management
+ ## PHASE 2: INTAKE AND TRIAGE OPTIMIZATION
- Assess reserving workflow:
- - Initial reserve setting methodology (formula, benchmark, adjuster judgment)
- - Reserve adequacy monitoring and staircase detection
- - Reserve change authority levels and approval workflows
- - Actuarial reserve integration and feedback loops
- - Bulk reserve and IBNR reserve handling
- - Reserve accuracy metrics (closing ratio, development tracking)
+ ### 2.1 FNOL Processing
+ - Multi-channel intake (web portal, mobile app, call center, chatbot, email, IoT).
+ - Data capture completeness (claimant info, loss details, coverage, photos/documents).
+ - ACORD forms compliance (ACORD 1-5 series for claims).
+ - Policy lookup and coverage verification speed.
+ - Duplicate claim detection logic.
+ - FNOL-to-claim conversion rate and cycle time.
- Step 3.3 -- Business Rules Engine
+ ### 2.2 Claim Triage and Segmentation
+ - Complexity scoring (simple/moderate/complex/litigated).
+ - Severity estimation at intake (ML models, rules-based, historical matching).
+ - Fast-track / straight-through processing for low-complexity claims.
+ - Specialty routing (large loss, fraud suspect, subrogation potential, litigated).
+ - Adjuster assignment: skill matching, workload balancing, geographic proximity.
+ - SLA assignment by claim segment.
- Evaluate adjudication rules:
- - Decision table structure and rule organization
- - Authority matrices (payment authority by role, claim type, amount)
- - Escalation triggers (severity, litigation, regulatory, reputational)
- - Automated approvals for within-authority decisions
- - Rule versioning, testing, and deployment process
- - Conflict detection between overlapping rules
+ ### 2.3 Document and Image Processing
+ - OCR and document classification (police reports, medical records, invoices).
+ - Photo/video damage assessment (AI-based estimation).
+ - Natural language processing for unstructured claim descriptions.
+ - Document checklist management and follow-up automation.
+ - Digital evidence management (chain of custody, metadata preservation).
- ============================================================
- PHASE 4: SUBROGATION AND RECOVERY
- ============================================================
+ ---
- Step 4.1 -- Subrogation Identification
+ ## PHASE 3: ADJUDICATION AND DECISION RULES
- Evaluate recovery potential detection:
- - Automatic subrogation flagging criteria (fault determination, third-party involvement)
- - Subrogation potential scoring at FNOL
- - Third-party liability assessment
- - Recovery timeline management and statute of limitations tracking
- - Inter-company arbitration readiness (Arbitration Forums)
+ ### 3.1 Coverage Determination
+ - Policy form parsing and clause matching.
+ - Coverage trigger identification (occurrence, claims-made, accident).
+ - Exclusion and condition evaluation.
+ - Multi-policy coordination (other insurance, primary vs. excess).
+ - Reservation of rights and denial workflows.
+ - Coverage opinion documentation.
- Step 4.2 -- Recovery Workflow
+ ### 3.2 Reserve Management
+ - Initial reserve setting methodology (formula, benchmark, adjuster judgment).
+ - Reserve adequacy monitoring and staircase detection.
+ - Reserve change authority levels and approval workflows.
+ - Actuarial reserve integration and feedback loops.
+ - Bulk reserve and IBNR reserve handling.
+ - Reserve accuracy metrics (closing ratio, development tracking).
- Assess subrogation operations:
- - Demand letter generation and tracking
- - Payment recovery reconciliation
- - Salvage and deductible recovery processing
- - Recovery rate tracking by claim type, adjuster, and third party
- - Cost-benefit analysis for recovery pursuit decisions
- - Arbitration vs. litigation decision framework
+ ### 3.3 Business Rules Engine
+ - Decision table structure and rule organization.
+ - Authority matrices (payment authority by role, claim type, amount).
+ - Escalation triggers (severity, litigation, regulatory, reputational).
+ - Automated approvals for within-authority decisions.
+ - Rule versioning, testing, and deployment process.
+ - Conflict detection between overlapping rules.
- Step 4.3 -- Vendor and Salvage Management
+ ---
- Evaluate vendor network:
- - Preferred vendor network (repair, restoration, medical, legal)
- - Vendor performance tracking (quality, cost, cycle time)
- - Salvage disposition workflow (auto, property)
- - Total loss evaluation methodology
- - Vendor invoice review and cost containment
+ ## PHASE 4: SUBROGATION AND RECOVERY
- ============================================================
- PHASE 5: LITIGATION MANAGEMENT
- ============================================================
+ ### 4.1 Subrogation Identification
+ - Automatic subrogation flagging criteria (fault determination, third-party involvement).
+ - Subrogation potential scoring at FNOL.
+ - Third-party liability assessment.
+ - Recovery timeline management and statute of limitations tracking.
+ - Inter-company arbitration readiness (Arbitration Forums).
- Step 5.1 -- Litigation Tracking
+ ### 4.2 Recovery Workflow
+ - Demand letter generation and tracking.
+ - Payment recovery reconciliation.
+ - Salvage and deductible recovery processing.
+ - Recovery rate tracking by claim type, adjuster, and third party.
+ - Cost-benefit analysis for recovery pursuit decisions.
+ - Arbitration vs. litigation decision framework.
- Evaluate litigated claims management:
- - Litigation triggering criteria and early identification
- - Defense counsel assignment and panel management
- - Litigation budget and billing guidelines enforcement
- - Case milestone tracking (filing, discovery, mediation, trial)
- - Verdict and settlement tracking with outcome analysis
+ ### 4.3 Vendor and Salvage Management
+ - Preferred vendor network (repair, restoration, medical, legal).
+ - Vendor performance tracking (quality, cost, cycle time).
+ - Salvage disposition workflow (auto, property).
+ - Total loss evaluation methodology.
+ - Vendor invoice review and cost containment.
- Step 5.2 -- Legal Spend Management
+ ---
- Assess legal cost controls:
- - Fee arrangement types (hourly, flat fee, contingency, alternative)
- - Invoice review and billing guideline enforcement (LEDES/UTBMS codes)
- - Legal spend analytics (cost per claim, cost by firm, cost by jurisdiction)
- - e-Billing integration and automated review rules
- - Outside counsel performance metrics
+ ## PHASE 5: LITIGATION MANAGEMENT
- Step 5.3 -- Settlement Analytics
+ ### 5.1 Litigation Tracking
+ - Litigation triggering criteria and early identification.
+ - Defense counsel assignment and panel management.
+ - Litigation budget and billing guidelines enforcement.
+ - Case milestone tracking (filing, discovery, mediation, trial).
+ - Verdict and settlement tracking with outcome analysis.
- Evaluate settlement decision support:
- - Settlement valuation models (comparable claims, jurisdiction analysis)
- - Verdict research integration (jury verdict databases)
- - Mediation and ADR outcome tracking
- - Large loss reporting and authority management
- - Settlement authority workflow and escalation
+ ### 5.2 Legal Spend Management
+ - Fee arrangement types (hourly, flat fee, contingency, alternative).
+ - Invoice review and billing guideline enforcement (LEDES/UTBMS codes).
+ - Legal spend analytics (cost per claim, cost by firm, cost by jurisdiction).
+ - e-Billing integration and automated review rules.
+ - Outside counsel performance metrics.
- ============================================================
- PHASE 6: ANALYTICS AND PERFORMANCE MANAGEMENT
- ============================================================
+ ### 5.3 Settlement Analytics
+ - Settlement valuation models (comparable claims, jurisdiction analysis).
+ - Verdict research integration (jury verdict databases).
+ - Mediation and ADR outcome tracking.
+ - Large loss reporting and authority management.
+ - Settlement authority workflow and escalation.
- Step 6.1 -- Claims Metrics
+ ---
- Assess operational KPIs:
- - Cycle time by claim type and complexity segment
- - Claims frequency and severity trends
- - Closure rates and reopening rates
- - Customer satisfaction (NPS, CSAT) by claims experience
- - Adjuster productivity metrics (open inventory, closure rate, accuracy)
- - Leakage analysis (overpayment, missed recovery, incorrect reserves)
+ ## PHASE 6: ANALYTICS AND PERFORMANCE MANAGEMENT
- Step 6.2 -- Fraud Detection Integration
+ ### 6.1 Claims Metrics
+ - Cycle time by claim type and complexity segment.
+ - Claims frequency and severity trends.
+ - Closure rates and reopening rates.
+ - Customer satisfaction (NPS, CSAT) by claims experience.
+ - Adjuster productivity metrics (open inventory, closure rate, accuracy).
+ - Leakage analysis (overpayment, missed recovery, incorrect reserves).
- Evaluate anti-fraud capabilities:
- - Red flag scoring at intake and throughout lifecycle
- - SIU referral criteria and workflow
- - Fraud ring detection and link analysis
- - NICB and ISO ClaimSearch integration
- - Predictive fraud models and false positive management
- - SIU outcome tracking and ROI measurement
+ ### 6.2 Fraud Detection Integration
+ - Red flag scoring at intake and throughout lifecycle.
+ - SIU referral criteria and workflow.
+ - Fraud ring detection and link analysis.
+ - NICB and ISO ClaimSearch integration.
+ - Predictive fraud models and false positive management.
+ - SIU outcome tracking and ROI measurement.
- Step 6.3 -- Regulatory Compliance
+ ### 6.3 Regulatory Compliance
+ - State-specific claims handling regulations (prompt payment statutes).
+ - Unfair claims settlement practices act compliance.
+ - NAIC Market Conduct standards for claims.
+ - Department of Insurance audit readiness.
+ - Complaints tracking and regulatory response.
+ - ACORD data standards compliance in external communications.
- Check claims compliance:
- - State-specific claims handling regulations (prompt payment statutes)
- - Unfair claims settlement practices act compliance
- - NAIC Market Conduct standards for claims
- - Department of Insurance audit readiness
- - Complaints tracking and regulatory response
- - ACORD data standards compliance in external communications
+ ---
- ============================================================
- PHASE 7: WRITE REPORT
- ============================================================
+ ## PHASE 7: WRITE REPORT
Write analysis to `docs/claims-workflow-analysis.md` (create `docs/` if needed).
- Include: Executive Summary, Claims Lifecycle Map, Intake Optimization Assessment,
- Adjudication Rules Review, Subrogation and Recovery Analysis, Litigation Management
- Evaluation, Performance Metrics Dashboard, Compliance Assessment, Fraud Detection
- Capabilities, Prioritized Recommendations.
+ Include: Executive Summary, Claims Lifecycle Map, Intake Optimization Assessment, Adjudication Rules Review, Subrogation and Recovery Analysis, Litigation Management Evaluation, Performance Metrics Dashboard, Compliance Assessment, Fraud Detection Capabilities, Prioritized Recommendations.
- ============================================================
- OUTPUT
- ============================================================
+ ---
+ ## OUTPUT FORMAT
+
+ ```
## Claims Workflow Analysis Complete
- Report: `docs/claims-workflow-analysis.md`
- Claim types analyzed: [count]
- Workflow stages reviewed: [count]
- Automation opportunities identified: [count]
- Compliance gaps found: [count]
### Summary Table
| Area | Status | Priority |
|------|--------|----------|
| FNOL and Intake | [PASS/WARN/FAIL] | [P1-P4] |
| Triage and Routing | [PASS/WARN/FAIL] | [P1-P4] |
| Adjudication Rules | [PASS/WARN/FAIL] | [P1-P4] |
| Reserve Management | [PASS/WARN/FAIL] | [P1-P4] |
| Subrogation | [PASS/WARN/FAIL] | [P1-P4] |
| Litigation Mgmt | [PASS/WARN/FAIL] | [P1-P4] |
| Fraud Detection | [PASS/WARN/FAIL] | [P1-P4] |
| Regulatory Compliance | [PASS/WARN/FAIL] | [P1-P4] |
-
- NEXT STEPS:
+ ```
- - "Run `/underwriting-analysis` to evaluate how claims experience feeds back into pricing."
- - "Run `/actuarial-modeling` to assess loss reserving accuracy against claims development."
- - "Run `/fraud-detection` to deep-dive into claims fraud detection capabilities."
+ ---
- DO NOT:
+ ## RULES
- Do NOT modify any claims data, adjudication rules, or payment configurations.
- Do NOT access or display claimant personally identifiable information or medical records.
- Do NOT make coverage determinations or settlement recommendations -- flag for licensed adjusters.
- Do NOT skip regulatory compliance assessment even for self-insured or TPA operations.
- Do NOT assume subrogation recovery rates without verifying actual collection data.
+
+ ---
+
+ ## NEXT STEPS
+
+ - "Run `/actuarial-modeling` to assess loss reserving accuracy against claims development."
+ - "Run `/fraud-detection` to deep-dive into claims fraud detection capabilities."
+ - "Run `/compliance-ops` to evaluate broader regulatory compliance operations."