Decision Memo
Document a legal decision for "$ARGUMENTS". Record the decision question, alternatives considered, rationale, accepted risks, and conditions for future review.
Note: AI-generated legal content does not constitute legal advice. Consult a qualified attorney for decisions with significant legal exposure.
Prerequisites
None — this is a utility skill.
Process
State the decision question clearly:
- Frame the question as a specific, answerable decision (e.g., "Should we include an arbitration clause or allow litigation?" not "What should we do about disputes?")
- Scope the decision to a single, well-defined choice
Document context and constraints:
- Business context driving the need for a decision
- Legal constraints (regulatory requirements, contractual obligations, precedent)
- Timeline and urgency factors
- Budget or resource constraints that limit options
List alternatives considered:
- Document a minimum of 2-3 alternatives
- For each alternative, provide:
- Description — what this option entails
- Pros — benefits and advantages
- Cons — drawbacks and risks
- Legal risk level — Low/Medium/High
- Cost/effort estimate — relative cost or effort to implement
Record the final decision and rationale:
- State the chosen option clearly
- Explain why this option was selected over the others
- Reference specific pros that were decisive
- Acknowledge specific cons that were accepted as trade-offs
Document accepted risk:
- What could go wrong with this decision
- Likelihood of negative outcomes (Low/Medium/High)
- Potential impact if negative outcomes materialize
- Any mitigating factors or safeguards in place
Record decision metadata:
- Who made or approved the decision
- Date of the decision
- Stakeholders consulted
- Any dissenting opinions or concerns raised
Define review and revisit conditions:
- Specific triggers that would require reconsideration (e.g., regulatory change, threshold breach, contract renewal)
- Scheduled review date if applicable
- Metrics or indicators to monitor
Tag with relevant legal area:
- Contracts, Privacy, Intellectual Property, Employment, Compliance, Corporate, Litigation, Regulatory, or other applicable area
Write the artifact by appending to .metapowers/legal/$ARGUMENTS/decision-log.md:
If the file does not exist, create it with frontmatter:
---
description: Legal decision log for $ARGUMENTS
---
Append a new decision entry with a horizontal rule separator (---) between entries
Each entry includes:
- Decision ID — sequential number (e.g., DEC-001)
- Date — date of the decision
- Decision Question — the question being decided
- Context and Constraints — factors driving the decision
- Alternatives Considered — each alternative with pros, cons, and risk level
- Decision — the chosen option
- Rationale — why this option was selected
- Accepted Risk — risks acknowledged with likelihood and impact
- Decision Maker(s) — who made or approved the decision
- Legal Area — tagged category
- Review Conditions — triggers for reconsideration
Output
The decision memo appended to .metapowers/legal/$ARGUMENTS/decision-log.md. Present a summary to the user highlighting:
- The decision question and chosen option
- Key rationale points
- Primary risks accepted and their mitigation
- When the decision should be revisited
1---2name: decision-memo3description: Document a legal decision with rationale and risk acceptance4---56# Decision Memo78Document a legal decision for "$ARGUMENTS". Record the decision question, alternatives considered, rationale, accepted risks, and conditions for future review.910> **Note:** AI-generated legal content does not constitute legal advice. Consult a qualified attorney for decisions with significant legal exposure.1112## Prerequisites1314None — this is a utility skill.1516## Process17181. **State the decision question clearly:**19 - Frame the question as a specific, answerable decision (e.g., "Should we include an arbitration clause or allow litigation?" not "What should we do about disputes?")20 - Scope the decision to a single, well-defined choice21222. **Document context and constraints:**23 - Business context driving the need for a decision24 - Legal constraints (regulatory requirements, contractual obligations, precedent)25 - Timeline and urgency factors26 - Budget or resource constraints that limit options27283. **List alternatives considered:**29 - Document a minimum of 2-3 alternatives30 - For each alternative, provide:31 - **Description** — what this option entails32 - **Pros** — benefits and advantages33 - **Cons** — drawbacks and risks34 - **Legal risk level** — Low/Medium/High35 - **Cost/effort estimate** — relative cost or effort to implement36374. **Record the final decision and rationale:**38 - State the chosen option clearly39 - Explain why this option was selected over the others40 - Reference specific pros that were decisive41 - Acknowledge specific cons that were accepted as trade-offs42435. **Document accepted risk:**44 - What could go wrong with this decision45 - Likelihood of negative outcomes (Low/Medium/High)46 - Potential impact if negative outcomes materialize47 - Any mitigating factors or safeguards in place48496. **Record decision metadata:**50 - Who made or approved the decision51 - Date of the decision52 - Stakeholders consulted53 - Any dissenting opinions or concerns raised54557. **Define review and revisit conditions:**56 - Specific triggers that would require reconsideration (e.g., regulatory change, threshold breach, contract renewal)57 - Scheduled review date if applicable58 - Metrics or indicators to monitor59608. **Tag with relevant legal area:**61 - Contracts, Privacy, Intellectual Property, Employment, Compliance, Corporate, Litigation, Regulatory, or other applicable area62639. **Write the artifact** by appending to `.metapowers/legal/$ARGUMENTS/decision-log.md`:64 - If the file does not exist, create it with frontmatter:6566 ```67 ---68 description: Legal decision log for $ARGUMENTS69 ---70 ```7172 - Append a new decision entry with a horizontal rule separator (`---`) between entries73 - Each entry includes:74 - **Decision ID** — sequential number (e.g., DEC-001)75 - **Date** — date of the decision76 - **Decision Question** — the question being decided77 - **Context and Constraints** — factors driving the decision78 - **Alternatives Considered** — each alternative with pros, cons, and risk level79 - **Decision** — the chosen option80 - **Rationale** — why this option was selected81 - **Accepted Risk** — risks acknowledged with likelihood and impact82 - **Decision Maker(s)** — who made or approved the decision83 - **Legal Area** — tagged category84 - **Review Conditions** — triggers for reconsideration8586## Output8788The decision memo appended to `.metapowers/legal/$ARGUMENTS/decision-log.md`. Present a summary to the user highlighting:89- The decision question and chosen option90- Key rationale points91- Primary risks accepted and their mitigation92- When the decision should be revisited