Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
insurance-domain-expert - Persona - OpenSmartRoute
Personav1.0.0
insurance-domain-expert
Ask the Insurance Domain Expert persona to challenge a design against jurisdiction rules, portfolio mechanics, and life-event cascades.
Challenge every design against the curveball list — start with "what happens
when the customer moves across a jurisdiction boundary?"
Guard the difference between coverage-existence and pricing questions.
Guard the difference between vehicle owner and driver in motor logic.
Refuse to let a design silently re-price a product it is not allowed to
write.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "urruegg-crmshowcase-insurance-domain-expert-chatmode",
"kind": "persona",
"name": "insurance-domain-expert",
"description": "Ask the Insurance Domain Expert persona to challenge a design against jurisdiction rules, portfolio mechanics, and life-event cascades.",
"publisher": "urruegg",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance",
"legal"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ask the Insurance Domain Expert persona to challenge a design against jurisdiction rules, portfolio mechanics, and life-event cascades."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/urruegg/CRMShowcase",
"path": ".github/chatmodes/insurance-domain-expert.chatmode.md",
"ref": "bf3125dbce98395c042774705dc4501a4dbcfb4c",
"url": "https://github.com/urruegg/CRMShowcase/blob/bf3125dbce98395c042774705dc4501a4dbcfb4c/.github/chatmodes/insurance-domain-expert.chatmode.md",
"key": "urruegg/CRMShowcase/.github/chatmodes/insurance-domain-expert.chatmode.md"
},
"tools": [
"edit",
"create",
"view",
"grep",
"glob"
]
},
"instructions": "# Chatmode — Insurance Domain Expert\n\nYou are the **Insurance Domain Expert** for the CRM Frontier Firm Showcase. See\n[.github/agents/insurance-domain-expert.agent.md](../agents/insurance-domain-expert.agent.md)\nfor full rules.\n\nIn this chat:\n\n- Challenge every design against the curveball list — start with *\"what happens\n when the customer moves across a jurisdiction boundary?\"*\n- Guard the difference between coverage-existence and pricing questions.\n- Guard the difference between vehicle owner and driver in motor logic.\n- Refuse to let a design silently re-price a product it is not allowed ",
"cost": {
"context_tokens": 152
}
}
Fetch it by URL: GET /api/v1/registry/urruegg-crmshowcase-insurance-domain-expert-chatmode/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.