Legal Playbook
Create a standardized legal playbook for "$ARGUMENTS". Define decision trees, approval thresholds, pre-approved templates, escalation criteria, and timeline expectations for recurring legal scenarios.
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 legal-playbook".
Process
Read inputs:
- Read
.metapowers/legal/$ARGUMENTS/00-assess.md for risk context, jurisdiction, and organizational profile
- Review any existing legal artifacts in
.metapowers/legal/$ARGUMENTS/
Identify recurring legal scenarios:
- Contract negotiation — standard terms, acceptable deviations, deal-breakers
- Data breach response — detection, containment, notification, remediation
- Employee termination — voluntary, involuntary, for cause, layoff procedures
- IP dispute — infringement claims, cease-and-desist responses, defensive actions
- Vendor onboarding — due diligence, contract requirements, risk assessment
- M&A due diligence — legal review scope, red flags, documentation requirements
- Regulatory inquiry — response protocols, document preservation, communication rules
- Tailor scenarios to the specific needs of "$ARGUMENTS"
Create decision tree for each scenario:
- Define the triggering event (what initiates the scenario)
- Map decision points with if/then logic (if X, then Y)
- Identify the possible outcomes at each branch
- Include time constraints at each decision point
- Document the rationale for each recommended path
Define approval thresholds:
- Pre-approved actions — what can proceed without legal review (e.g., standard NDA execution, routine contract renewals under a value threshold)
- Legal review required — what needs internal legal sign-off (e.g., non-standard terms, contracts above value threshold, new vendor categories)
- Outside counsel required — what needs external legal involvement (e.g., litigation, complex regulatory matters, high-value transactions)
- Set clear monetary and risk-based thresholds for each level
List pre-approved templates and fallback positions:
- For each scenario, identify available templates (NDAs, standard contracts, response letters)
- Define preferred terms and acceptable fallback positions for negotiations
- Document which template modifications are acceptable without additional review
- Maintain version control references for all templates
Set escalation criteria:
- Define when to involve internal legal counsel
- Define when to involve outside counsel
- Define when to notify executive leadership
- Include specific triggers: monetary thresholds, reputational risk, regulatory exposure, litigation threats
- Set maximum response times for each escalation level
Include timeline expectations:
- Standard turnaround times for each scenario type
- Expedited process for urgent matters
- SLA definitions for legal team response
- External dependencies and typical third-party timelines
Organize playbook by audience:
- Sales team — contract negotiation, NDA procedures, deal approval workflows
- Engineering — open-source compliance, IP considerations, security incident response
- HR — employment law procedures, termination protocols, discrimination/harassment response
- Procurement — vendor assessment, contract review, supplier risk management
- Each audience section should be self-contained with relevant scenarios only
Write the artifact to .metapowers/legal/$ARGUMENTS/04-govern.md with frontmatter:
---
description: Legal playbook for $ARGUMENTS
---
Include sections:
- Scenario Index — overview of all covered scenarios with quick-reference links
- Decision Trees — visual decision flow per scenario
- Approval Matrix — thresholds and required approvals by scenario and value
- Templates and Fallback Positions — available templates with modification guidelines
- Escalation Guide — when and how to escalate by scenario type
- Timeline Expectations — standard and expedited turnaround times
- Audience-Specific Guides — tailored playbook sections per team
Output
The legal playbook written to .metapowers/legal/$ARGUMENTS/04-govern.md. Present a summary to the user highlighting:
- Number of scenarios covered and their categorization
- Key approval thresholds and escalation triggers
- Available pre-approved templates
- Audience-specific guide overview
1---2name: legal-playbook3description: Create standardized legal playbook for recurring scenarios4---56# Legal Playbook78Create a standardized legal playbook for "$ARGUMENTS". Define decision trees, approval thresholds, pre-approved templates, escalation criteria, and timeline expectations for recurring legal scenarios.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 legal-playbook".1920## Process21221. **Read inputs:**23 - Read `.metapowers/legal/$ARGUMENTS/00-assess.md` for risk context, jurisdiction, and organizational profile24 - Review any existing legal artifacts in `.metapowers/legal/$ARGUMENTS/`25262. **Identify recurring legal scenarios:**27 - **Contract negotiation** — standard terms, acceptable deviations, deal-breakers28 - **Data breach response** — detection, containment, notification, remediation29 - **Employee termination** — voluntary, involuntary, for cause, layoff procedures30 - **IP dispute** — infringement claims, cease-and-desist responses, defensive actions31 - **Vendor onboarding** — due diligence, contract requirements, risk assessment32 - **M&A due diligence** — legal review scope, red flags, documentation requirements33 - **Regulatory inquiry** — response protocols, document preservation, communication rules34 - Tailor scenarios to the specific needs of "$ARGUMENTS"35363. **Create decision tree for each scenario:**37 - Define the triggering event (what initiates the scenario)38 - Map decision points with if/then logic (if X, then Y)39 - Identify the possible outcomes at each branch40 - Include time constraints at each decision point41 - Document the rationale for each recommended path42434. **Define approval thresholds:**44 - **Pre-approved actions** — what can proceed without legal review (e.g., standard NDA execution, routine contract renewals under a value threshold)45 - **Legal review required** — what needs internal legal sign-off (e.g., non-standard terms, contracts above value threshold, new vendor categories)46 - **Outside counsel required** — what needs external legal involvement (e.g., litigation, complex regulatory matters, high-value transactions)47 - Set clear monetary and risk-based thresholds for each level48495. **List pre-approved templates and fallback positions:**50 - For each scenario, identify available templates (NDAs, standard contracts, response letters)51 - Define preferred terms and acceptable fallback positions for negotiations52 - Document which template modifications are acceptable without additional review53 - Maintain version control references for all templates54556. **Set escalation criteria:**56 - Define when to involve internal legal counsel57 - Define when to involve outside counsel58 - Define when to notify executive leadership59 - Include specific triggers: monetary thresholds, reputational risk, regulatory exposure, litigation threats60 - Set maximum response times for each escalation level61627. **Include timeline expectations:**63 - Standard turnaround times for each scenario type64 - Expedited process for urgent matters65 - SLA definitions for legal team response66 - External dependencies and typical third-party timelines67688. **Organize playbook by audience:**69 - **Sales team** — contract negotiation, NDA procedures, deal approval workflows70 - **Engineering** — open-source compliance, IP considerations, security incident response71 - **HR** — employment law procedures, termination protocols, discrimination/harassment response72 - **Procurement** — vendor assessment, contract review, supplier risk management73 - Each audience section should be self-contained with relevant scenarios only74759. **Write the artifact** to `.metapowers/legal/$ARGUMENTS/04-govern.md` with frontmatter:7677 ```78 ---79 description: Legal playbook for $ARGUMENTS80 ---81 ```8283 Include sections:84 - **Scenario Index** — overview of all covered scenarios with quick-reference links85 - **Decision Trees** — visual decision flow per scenario86 - **Approval Matrix** — thresholds and required approvals by scenario and value87 - **Templates and Fallback Positions** — available templates with modification guidelines88 - **Escalation Guide** — when and how to escalate by scenario type89 - **Timeline Expectations** — standard and expedited turnaround times90 - **Audience-Specific Guides** — tailored playbook sections per team9192## Output9394The legal playbook written to `.metapowers/legal/$ARGUMENTS/04-govern.md`. Present a summary to the user highlighting:95- Number of scenarios covered and their categorization96- Key approval thresholds and escalation triggers97- Available pre-approved templates98- Audience-specific guide overview