Production-grade Jinja2 templates for regulated industries and complex workflows.
| Kit | Templates | Compliance Standards |
|---|---|---|
| Finance | 9 templates | Basel III/IV, FRTB, IFRS 9, MiFID II |
| Legal | 8 templates | GDPR, CCPA, HIPAA, SOX |
| Medical | 9 templates | HL7 FHIR, ICD-10, CPT, FDA |
| Suite | Purpose | Templates |
|---|---|---|
| AI Research | Experiment design, benchmarks | 9 templates |
| Code Analysis | Security, performance, refactoring | 10 templates |
| Governance | Policy, compliance, auditing | 9 templates |
| Security | Threat intel, risk assessment | 4 templates |
Copy any
.j2template in this suite, fill theparamsdictionary, and send the rendered text to your LLM – zero dependencies required.
All templates follow this pattern:
- Parameter Setup - Extract variables from
paramsobject - System Declaration - Template ID and purpose
- Task Definition - Numbered steps or requirements
- Output Format - Structured JSON-5 or Markdown schema
<domain>_<function>_v<version>.j2
Examples:
fin_risk_model_calibrator_v1.j2legal_contract_risk_scanner_v1.j2med_clinical_note_summarizer_v1.j2
- JSON-5: Structured data with comment support
- Markdown: Documentation and reports
- Unified Diff: Code changes and patches
Each domain includes utility macros in util_<domain>_macros.j2:
- Text truncation functions
- Domain-specific formatters
- Validation helpers
- Common transformations
Templates integrate with:
- CI/CD pipelines
- LangChain workflows
- Apache Airflow
- SOC automation
- Custom enterprise systems
Templates implement:
- Financial: Regulatory capital calculations, stress testing
- Legal: Privacy impact assessments, contract analysis
- Medical: Clinical decision support, pharmacovigilance
- Security: Threat modeling, vulnerability assessment