Training plan
Design legal compliance training program for the teamFrom its SKILL.md
npx -y skills add bromso/metapowers --skill training-planAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
5.9 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it
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.mdfor risk context, applicable regulations, and organizational profile - Review any existing compliance artifacts in
.metapowers/legal/$ARGUMENTS/
- Read
-
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
- All employees:
-
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
- For each module, define:
-
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.mdwith 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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.