Training Plan
Design a legal compliance training program for "$ARGUMENTS". Identify training needs by role, design training modules, set cadence and tracking, and plan delivery methods.
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 training-plan".
Process
Read inputs:
- Read
.metapowers/legal/$ARGUMENTS/00-assess.md for risk context, applicable regulations, and organizational profile
- Review any existing compliance artifacts in
.metapowers/legal/$ARGUMENTS/
Identify training needs by role:
- All employees:
- Data protection basics (handling personal data, recognizing data breaches)
- Confidentiality obligations (trade secrets, proprietary information)
- Code of conduct and ethics
- Reporting procedures (whistleblower channels, incident reporting)
- Engineering:
- Open-source license compliance (permissive vs. copyleft, attribution requirements)
- Security practices (secure coding, vulnerability handling, access controls)
- Data handling in development (test data, production data separation)
- IP considerations (invention assignments, prior art awareness)
- Sales:
- Contract terms they can and cannot negotiate
- NDA procedures and standard terms
- Anti-bribery and anti-corruption basics
- Competition law essentials (pricing discussions, market allocation)
- HR:
- Employment law basics (hiring, termination, documentation)
- Discrimination and harassment prevention and response
- Leave and accommodation requirements
- Employee data privacy
- Procurement:
- Vendor assessment and due diligence requirements
- Contract review fundamentals
- Conflict of interest policies
- Supply chain compliance obligations
Design training modules with learning objectives:
- For each module, define:
- Title — clear, descriptive module name
- Target audience — which roles must complete this module
- Learning objectives — specific, measurable outcomes (e.g., "Identify the three types of personal data under GDPR")
- Duration — estimated time to complete
- Content outline — key topics covered
- Practical exercises — scenarios, case studies, or simulations
Set training cadence:
- Onboarding — required modules completed within first 30 days of employment
- Annual refresh — mandatory annual recertification on core compliance topics
- Event-triggered training — additional training required when:
- New regulations take effect
- A compliance incident occurs
- Role changes require new competencies
- Policy updates are implemented
- Define grace periods and consequences for non-completion
Define completion tracking and certification:
- Track completion status per employee per module
- Issue certificates of completion with expiration dates
- Generate compliance reports showing organization-wide training status
- Set minimum passing scores for assessments
- Maintain audit-ready training records
Create assessment questions per module:
- Develop knowledge-check questions aligned with learning objectives
- Include scenario-based questions testing practical application
- Mix question formats (multiple choice, true/false, scenario response)
- Define passing threshold (recommended: 80% minimum)
- Create question pool for randomized assessments
Identify delivery method per module:
- E-learning — self-paced online modules for foundational topics
- Live workshop — interactive sessions for complex or discussion-heavy topics
- Documentation — reference guides and quick-reference cards for ongoing use
- Micro-learning — short, focused content for specific updates or reminders
- Match delivery method to content complexity and audience needs
Plan regulatory-specific training:
- GDPR awareness — data subject rights, lawful bases, cross-border transfers
- CCPA requirements — consumer rights, opt-out mechanisms, service provider obligations
- SOC 2 controls — security policies, access management, incident response
- Accessibility (WCAG) — accessible design principles, testing procedures, remediation
- Tailor regulatory training depth to each role's exposure level
Write the artifact to .metapowers/legal/$ARGUMENTS/04-govern.md with frontmatter:
---
description: Training plan for $ARGUMENTS
---
Include sections:
- Training Needs Matrix — role-based training requirements
- Module Catalog — all training modules with objectives and durations
- Training Cadence — schedule for onboarding, refresh, and event-triggered training
- Tracking and Certification — completion tracking approach and reporting
- Assessment Framework — sample questions and passing criteria per module
- Delivery Methods — method selection rationale per module
- Regulatory Training Plan — regulation-specific training details
Output
The training plan written to .metapowers/legal/$ARGUMENTS/04-govern.md. Present a summary to the user highlighting:
- Total number of training modules and their target audiences
- Training cadence overview (onboarding, annual, event-triggered)
- Key regulatory training requirements
- Recommended delivery methods and tracking approach
1---2name: training-plan3description: Design legal compliance training program for the team4---56# Training Plan78Design a legal compliance training program for "$ARGUMENTS". Identify training needs by role, design training modules, set cadence and tracking, and plan delivery methods.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 training-plan".1920## Process21221. **Read inputs:**23 - Read `.metapowers/legal/$ARGUMENTS/00-assess.md` for risk context, applicable regulations, and organizational profile24 - Review any existing compliance artifacts in `.metapowers/legal/$ARGUMENTS/`25262. **Identify training needs by role:**27 - **All employees:**28 - Data protection basics (handling personal data, recognizing data breaches)29 - Confidentiality obligations (trade secrets, proprietary information)30 - Code of conduct and ethics31 - Reporting procedures (whistleblower channels, incident reporting)32 - **Engineering:**33 - Open-source license compliance (permissive vs. copyleft, attribution requirements)34 - Security practices (secure coding, vulnerability handling, access controls)35 - Data handling in development (test data, production data separation)36 - IP considerations (invention assignments, prior art awareness)37 - **Sales:**38 - Contract terms they can and cannot negotiate39 - NDA procedures and standard terms40 - Anti-bribery and anti-corruption basics41 - Competition law essentials (pricing discussions, market allocation)42 - **HR:**43 - Employment law basics (hiring, termination, documentation)44 - Discrimination and harassment prevention and response45 - Leave and accommodation requirements46 - Employee data privacy47 - **Procurement:**48 - Vendor assessment and due diligence requirements49 - Contract review fundamentals50 - Conflict of interest policies51 - Supply chain compliance obligations52533. **Design training modules with learning objectives:**54 - For each module, define:55 - **Title** — clear, descriptive module name56 - **Target audience** — which roles must complete this module57 - **Learning objectives** — specific, measurable outcomes (e.g., "Identify the three types of personal data under GDPR")58 - **Duration** — estimated time to complete59 - **Content outline** — key topics covered60 - **Practical exercises** — scenarios, case studies, or simulations61624. **Set training cadence:**63 - **Onboarding** — required modules completed within first 30 days of employment64 - **Annual refresh** — mandatory annual recertification on core compliance topics65 - **Event-triggered training** — additional training required when:66 - New regulations take effect67 - A compliance incident occurs68 - Role changes require new competencies69 - Policy updates are implemented70 - Define grace periods and consequences for non-completion71725. **Define completion tracking and certification:**73 - Track completion status per employee per module74 - Issue certificates of completion with expiration dates75 - Generate compliance reports showing organization-wide training status76 - Set minimum passing scores for assessments77 - Maintain audit-ready training records78796. **Create assessment questions per module:**80 - Develop knowledge-check questions aligned with learning objectives81 - Include scenario-based questions testing practical application82 - Mix question formats (multiple choice, true/false, scenario response)83 - Define passing threshold (recommended: 80% minimum)84 - Create question pool for randomized assessments85867. **Identify delivery method per module:**87 - **E-learning** — self-paced online modules for foundational topics88 - **Live workshop** — interactive sessions for complex or discussion-heavy topics89 - **Documentation** — reference guides and quick-reference cards for ongoing use90 - **Micro-learning** — short, focused content for specific updates or reminders91 - Match delivery method to content complexity and audience needs92938. **Plan regulatory-specific training:**94 - **GDPR awareness** — data subject rights, lawful bases, cross-border transfers95 - **CCPA requirements** — consumer rights, opt-out mechanisms, service provider obligations96 - **SOC 2 controls** — security policies, access management, incident response97 - **Accessibility (WCAG)** — accessible design principles, testing procedures, remediation98 - Tailor regulatory training depth to each role's exposure level991009. **Write the artifact** to `.metapowers/legal/$ARGUMENTS/04-govern.md` with frontmatter:101102 ```103 ---104 description: Training plan for $ARGUMENTS105 ---106 ```107108 Include sections:109 - **Training Needs Matrix** — role-based training requirements110 - **Module Catalog** — all training modules with objectives and durations111 - **Training Cadence** — schedule for onboarding, refresh, and event-triggered training112 - **Tracking and Certification** — completion tracking approach and reporting113 - **Assessment Framework** — sample questions and passing criteria per module114 - **Delivery Methods** — method selection rationale per module115 - **Regulatory Training Plan** — regulation-specific training details116117## Output118119The training plan written to `.metapowers/legal/$ARGUMENTS/04-govern.md`. Present a summary to the user highlighting:120- Total number of training modules and their target audiences121- Training cadence overview (onboarding, annual, event-triggered)122- Key regulatory training requirements123- Recommended delivery methods and tracking approach