Regulatory Updates
Track and assess the impact of new or changing regulations for "$ARGUMENTS". Research recent regulatory changes, assess their impact on current compliance posture, and create implementation timelines.
Note: AI-generated legal content does not constitute legal advice. Consult a qualified attorney.
Prerequisites
Check that .metapowers/legal/$ARGUMENTS/00-assess.md exists. If it does not exist, stop and tell the user:
"Run an Assess skill first (e.g. /legal:risk-assessment $ARGUMENTS) to generate the prerequisite assessment artifact."
If the user passes --skip-checks, bypass this check and log the skip to .metapowers/legal/$ARGUMENTS/skip-log.md with a timestamp and the reason "Prerequisite check skipped for regulatory-updates".
Process
Read inputs:
- Read
.metapowers/legal/$ARGUMENTS/00-assess.md for current regulatory landscape, jurisdiction, and compliance status
- Review any existing compliance artifacts in
.metapowers/legal/$ARGUMENTS/
Research regulatory changes:
- Use WebSearch to find recent and upcoming regulatory changes relevant to "$ARGUMENTS"
- Focus on the jurisdictions and regulation types identified in the assessment
- Search for proposed legislation, final rules, guidance updates, and enforcement trends
- Check regulatory body announcements, industry association updates, and legal news sources
Summarize each regulatory change:
- What is changing — clear description of the new requirement or modification
- Effective date — when the change takes effect or compliance is required
- Who it affects — which teams, processes, or systems are impacted
- What action is needed — specific steps required to comply
Assess impact on current compliance:
- Rate each change as High, Medium, or Low impact:
- High — requires significant process changes, new controls, or substantial investment
- Medium — requires moderate adjustments to existing processes or policies
- Low — requires minor updates or documentation changes
- Map each change to existing controls and identify gaps
Prioritize required changes:
- Rank by deadline urgency (nearest effective dates first)
- Weight by impact severity (high-impact changes take priority)
- Consider dependencies between changes
- Flag any changes with penalties for non-compliance
Create implementation timeline:
- For each required change, define milestones and target completion dates
- Assign responsible owners for each implementation task
- Identify resource requirements (budget, personnel, technology)
- Build in buffer time for review and testing
Flag items requiring legal counsel review:
- Ambiguous regulatory language requiring interpretation
- Changes with significant financial or operational impact
- Cross-jurisdictional conflicts or complexities
- Novel regulatory requirements without established compliance patterns
Recommend monitoring sources:
- Regulatory bodies — official government and agency websites
- Industry associations — sector-specific compliance organizations
- Legal newsletters — reputable legal update services
- Peer networks — industry working groups and compliance forums
- Suggest monitoring frequency for each source
Write the artifact to .metapowers/legal/$ARGUMENTS/04-govern.md with frontmatter:
---
description: Regulatory updates for $ARGUMENTS
---
Include sections:
- Regulatory Change Summary — table of all identified changes with status
- Impact Assessment — detailed analysis per change with severity rating
- Priority Matrix — changes ranked by urgency and impact
- Implementation Timeline — milestones, owners, and target dates
- Legal Counsel Review Items — flagged items requiring attorney input
- Monitoring Sources — recommended sources and review frequency
Output
The regulatory updates written to .metapowers/legal/$ARGUMENTS/04-govern.md. Present a summary to the user highlighting:
- Number of regulatory changes identified and their impact distribution
- Most urgent changes requiring immediate action
- Items flagged for legal counsel review
- Recommended monitoring cadence going forward
1---2name: regulatory-updates3description: Track and assess impact of new or changing regulations4---56# Regulatory Updates78Track and assess the impact of new or changing regulations for "$ARGUMENTS". Research recent regulatory changes, assess their impact on current compliance posture, and create implementation timelines.910> **Note:** AI-generated legal content does not constitute legal advice. Consult a qualified attorney.1112## Prerequisites1314Check that `.metapowers/legal/$ARGUMENTS/00-assess.md` exists. If it does not exist, stop and tell the user:1516> "Run an Assess skill first (e.g. `/legal:risk-assessment $ARGUMENTS`) to generate the prerequisite assessment artifact."1718If the user passes `--skip-checks`, bypass this check and log the skip to `.metapowers/legal/$ARGUMENTS/skip-log.md` with a timestamp and the reason "Prerequisite check skipped for regulatory-updates".1920## Process21221. **Read inputs:**23 - Read `.metapowers/legal/$ARGUMENTS/00-assess.md` for current regulatory landscape, jurisdiction, and compliance status24 - Review any existing compliance artifacts in `.metapowers/legal/$ARGUMENTS/`25262. **Research regulatory changes:**27 - Use WebSearch to find recent and upcoming regulatory changes relevant to "$ARGUMENTS"28 - Focus on the jurisdictions and regulation types identified in the assessment29 - Search for proposed legislation, final rules, guidance updates, and enforcement trends30 - Check regulatory body announcements, industry association updates, and legal news sources31323. **Summarize each regulatory change:**33 - **What is changing** — clear description of the new requirement or modification34 - **Effective date** — when the change takes effect or compliance is required35 - **Who it affects** — which teams, processes, or systems are impacted36 - **What action is needed** — specific steps required to comply37384. **Assess impact on current compliance:**39 - Rate each change as **High**, **Medium**, or **Low** impact:40 - **High** — requires significant process changes, new controls, or substantial investment41 - **Medium** — requires moderate adjustments to existing processes or policies42 - **Low** — requires minor updates or documentation changes43 - Map each change to existing controls and identify gaps44455. **Prioritize required changes:**46 - Rank by deadline urgency (nearest effective dates first)47 - Weight by impact severity (high-impact changes take priority)48 - Consider dependencies between changes49 - Flag any changes with penalties for non-compliance50516. **Create implementation timeline:**52 - For each required change, define milestones and target completion dates53 - Assign responsible owners for each implementation task54 - Identify resource requirements (budget, personnel, technology)55 - Build in buffer time for review and testing56577. **Flag items requiring legal counsel review:**58 - Ambiguous regulatory language requiring interpretation59 - Changes with significant financial or operational impact60 - Cross-jurisdictional conflicts or complexities61 - Novel regulatory requirements without established compliance patterns62638. **Recommend monitoring sources:**64 - **Regulatory bodies** — official government and agency websites65 - **Industry associations** — sector-specific compliance organizations66 - **Legal newsletters** — reputable legal update services67 - **Peer networks** — industry working groups and compliance forums68 - Suggest monitoring frequency for each source69709. **Write the artifact** to `.metapowers/legal/$ARGUMENTS/04-govern.md` with frontmatter:7172 ```73 ---74 description: Regulatory updates for $ARGUMENTS75 ---76 ```7778 Include sections:79 - **Regulatory Change Summary** — table of all identified changes with status80 - **Impact Assessment** — detailed analysis per change with severity rating81 - **Priority Matrix** — changes ranked by urgency and impact82 - **Implementation Timeline** — milestones, owners, and target dates83 - **Legal Counsel Review Items** — flagged items requiring attorney input84 - **Monitoring Sources** — recommended sources and review frequency8586## Output8788The regulatory updates written to `.metapowers/legal/$ARGUMENTS/04-govern.md`. Present a summary to the user highlighting:89- Number of regulatory changes identified and their impact distribution90- Most urgent changes requiring immediate action91- Items flagged for legal counsel review92- Recommended monitoring cadence going forward