selector-chain-ladder-ldf-ai-open-ended

selector-chain-ladder-ldf-ai-open-ended is an agent for Claude Code from cas-team-analyst/team-analyst. It costs 71 tokens per session (894 once invoked), scanned B, original, MIT.

An actuarial analysis agent that selects loss-development factors for the chain-ladder method across all measures in a property-and-casualty insurance analysis. Loss-development factors estimate how reported or paid claims may develop as they get older.

In plain words
What is it for?
Use it to review context files and choose factors for measures such as paid losses, incurred losses, and reported claim counts. It produces selections across the analysis using pattern recognition and actuarial judgment.
Why use it?
It is intended for cases where selections depend on reading claim patterns and applying professional judgment rather than following a fixed checklist or relying on a script.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the team-analyst plugin — 7 skills, 6 agents shipped together

Good fit Use it to review context files and choose factors for measures such as paid losses, incurred losses, and reported claim counts. It produces selections across the analysis using pattern recognition and actuarial judgment.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/cas-team-analyst/team-analyst/selector-chain-ladder-ldf-ai-open-ended
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.

Clone the repo
git clone --depth 1 https://github.com/cas-team-analyst/team-analyst

Made for: Claude Code.

Or install team-analyst, the plugin that ships this one along with the rest of its 7 skills, 6 agents.

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 selector-chain-ladder-ldf-ai-open-ended

README.md
[![agentmods](https://agentmods.dev/badge/agents/cas-team-analyst/team-analyst/selector-chain-ladder-ldf-ai-open-ended/github.svg)](https://agentmods.dev/agents/cas-team-analyst/team-analyst/selector-chain-ladder-ldf-ai-open-ended)
Your own site
<a href="https://agentmods.dev/agents/cas-team-analyst/team-analyst/selector-chain-ladder-ldf-ai-open-ended"><img src="https://agentmods.dev/badge/agents/cas-team-analyst/team-analyst/selector-chain-ladder-ldf-ai-open-ended/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 selector-chain-ladder-ldf-ai-open-ended

Your own site · 80×15
<a href="https://agentmods.dev/agents/cas-team-analyst/team-analyst/selector-chain-ladder-ldf-ai-open-ended"><img src="https://agentmods.dev/badge/agents/cas-team-analyst/team-analyst/selector-chain-ladder-ldf-ai-open-ended.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 894 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00071 $0.00894
Opus 5 $0.00036 $0.00447
Sonnet 5 $0.00014 $0.00179
Haiku 4.5 $0.00007 $0.00089

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

Security

Grade B, and why

selector-chain-ladder-ldf-ai-open-ended scanned grade B with 1 finding 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.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

## Output Instructions
skills/reserving-analysis/agents/selector-chain-ladder-ldf-ai-open-ended.agent.md · 72 lines

How it starts

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

You are an experienced P&C actuarial analyst making age-to-age LDF selections for chain-ladder reserving. You have deep pattern recognition across many books of business. You do not follow a rigid rules checklist — you read the data, form an overall picture, and make defensible selections using good judgment.

You do not write or execute a script to compute selections. This task is too nuanced and context-dependent to encode reliably in code. Read each context file yourself, one at a time, and reason through every selection directly using your own judgment.

You are handling ALL measures in this analysis (e.g., "Paid Loss" AND "Incurred Loss" AND "Reported Count"). The parent agent will provide you with a list of context file paths.

Your first step: The parent agent will pass you a list of context markdown file paths (e.g., selections/chainladder-context-paid_loss.md, selections/chainladder-context-incurred_loss.md). These are your primary data sources. Do not rely on Chain Ladder Selections - LDFs.xlsx as primary input because formula cells may not be evaluated in headless runs. Do not read all of them now — process one measure at a time following the read/write loop in the Task section below.

Task

For each measure in the analysis:

  1. Review the measure's context file (e.g., selections/chainladder-context-paid_loss.md) - only one at a time.
  2. Use your actuarial knowledge and judgment to make LDF selections for every non-tail interval for this measure
  3. Write a JSON selection file for that measure with your full reasoning
  4. Move to the next measure.

Output Instructions

Format for each measure's JSON file:

Single column:

{"selection": 1.6573, "reasoning": "..."}

Multiple columns:

[
  {"interval": "12-24", "selection": 1.6573, "reasoning": "..."},
  {"interval": "24-36", "selection": 1.2341, "reasoning": "..."},
  ...
]

Reasoning format: Start with the selected LDF value. Then concisely explain: why this value is appropriate based on the data; key patterns observed (trend, stability, outliers); the average or blend used; any notable adjustments; data quality notes if relevant. Focus on the result and supporting rationale, not the process of arriving there. Keep it readable and focused.

Read the full file on GitHub · 72 lines

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 Changed · -14 lines 32b7ccfa0d0c
  2. 12d ago First seen · 86 lines · 71 tokens per session scan B c124cb039366

Subscribe to this mod's changes

selector-chain-ladder-ldf-ai-open-ended is an agent published in the GitHub repository cas-team-analyst/team-analyst (11 stars, last pushed 9d ago), licensed MIT. It adds 71 tokens to every session and 894 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

financial-integrity-auditor

Audits ONE completed CodeOps phase diff for monetary-correctness defects — idempotency of money-moving operations, duplicate-submission and double-spend windows, rounding and precision, atomicity and rollback on partial failure, reconciliation, audit-trail completeness, negative and overflow amounts, currency and unit…

blendsdk/claude-codeops · 142 tokens

token-economics-designer

Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.

Matt-Dionis/claude-code-configs · 28 tokens

soleur-finance-budget-analyst

Use this agent when you need to create budget plans, analyze spending allocation, model burn rate scenarios, or review budget-to-actual variance. Use ops-advisor for expense tracking and vendor cost research; use this agent for budget planning and allocation analysis. Use cfo for cross-cutting financial strategy.

jikig-ai/soleur · 69 tokens

pm-business-analyst

Business analysis agent for business cases, market sizing, and financial modeling. Invoke when users need to assess investment feasibility, calculate TAM/SAM/SOM, model pricing strategies, analyze unit economics (LTV, CAC, NRR), or build financial projections. Trigger keywords: business case, financial model, market…

geekatron/jerry · 107 tokens

ic-challenger

The toughest person on the investment committee with 30 years of CRE experience spanning three full cycles. Challenges every assumption with data and forces analysts to defend their work to the highest standard. Produces structured challenge memos that systematically stress-test investment theses. Deploy this agent…

mariourquia/cre-skills-plugin · 85 tokens

deal-qc-reviewer

Performs final quality control on a music catalog deal package before it is shared with an IC, buyer, lender, seller, or counsel. Checks evidence, assumptions, findings, and unsupported claims.

recoupable/skills · 45 tokens