Reference — generated from the toolkit
Source of truth: toolkit/templates/domain-brief.md. Edit it there; this page is regenerated on build.
Domain brief — {domain area}
- SME(s): … BA: …
- Version: 0.1.0
Ubiquitous language
The exact terms and their meanings (insurer vs carrier, claim vs loss, MTA, endorsement…). Agents use these verbatim; they never invent plausible synonyms. Feeds the product glossary.
Rules (decision tables)
For each rule, a DMN-style decision table — conditions → outcome — plus a worked example. Example:
| Condition: cover type | Condition: claim within cooling-off | Outcome |
|---|---|---|
| Any | Yes | Full refund, no claim recorded |
| Motor | No | Standard claims flow |
| … | … | … |
Worked example: {a concrete instance walked end-to-end}.
Edge cases
The cases that break naive implementations — name them explicitly so tests cover them:
- Mid-term adjustments (MTAs) and pro-rata calculation
- Backdated cover and effective-date arithmetic
- Sanctions / fraud / KYC hits
- Jurisdiction and regulatory splits
- Currency rounding and date/timezone boundaries
Data standards
ACORD (or other) data-standard references that constrain field names, types and values.
References
Regulatory sources, policy wordings, or authorities that back each rule.