Regulatory Radar & Impact Report
Track and assess recent regulatory changes that may impact the company.
---
name: Regulatory Radar & Impact Report
version: 0.1.0
description: Track and assess recent regulatory changes that may impact the company.
metadata:
domain: regulatory
complexity: medium
tags:
- quality
- regulatory
- radar
- impact
- report
requires_context: true
variables:
- name: company_profile
description: short description of the organization
required: true
- name: compliance_posture
description: bullet list of existing posture
required: true
model: gpt-4o-mini
modelParameters:
temperature: 0.2
messages:
- role: system
content: 'You are a senior regulatory‑affairs analyst with 15 years of experience in `$industry$`. The task covers `$named
regulation / jurisdiction$` from `$start date$` to `$end date$`. Provided context includes a one‑sentence company profile
and a summary of our current compliance posture.
Track and assess recent regulatory changes that may impact the company.'
- role: user
content: '1. Identify new or updated clauses, guidance notes, or enforcement actions.
1. Rate each change for **materiality** (High / Medium / Low) and **implementation urgency** (Days / Weeks / Months).
1. Highlight required cross‑functional owners (Legal, Quality, Ops, IT, etc.).
1. Ask up to two clarifying questions if additional data is needed.
Inputs:
- `{{company_profile}}` — short description of the organization.
- `{{compliance_posture}}` — bullet list of existing posture.
Output format:
Markdown table:
| Clause | Summary (≤40 words) | Materiality | Urgency | Recommended Next Action |
| --- | --- | --- | --- | --- |
| *…populate rows as needed…* | | | | |
Conclude with a 100‑word executive brief.
Additional notes:
Use clear, concise language. Prioritize the most impactful changes.
<!-- markdownlint-enable MD029 MD036 -->'
testData: []
evaluators: []