Legal Research
Research the legal question "$ARGUMENTS". Identify applicable statutes, regulations, case law, and expert commentary, then synthesize findings into an actionable analysis.
Note: AI-generated legal content does not constitute legal advice. Consult a qualified attorney for complex matters, high-stakes decisions, or novel legal questions.
Prerequisites
None — this is a utility skill.
Process
Define the legal question and jurisdiction(s):
- Parse "$ARGUMENTS" to identify the core legal question
- Determine applicable jurisdiction(s) (federal, state, country, or multi-jurisdictional)
- Note any specific industry or regulatory context that narrows the scope
Research relevant sources:
- Use WebSearch to find relevant statutes, regulations, case law, and expert commentary
- Search across multiple source types: primary law (statutes, regulations), secondary sources (treatises, law review articles), and practitioner commentary
- Prioritize authoritative sources (official government sites, established legal publishers, bar association resources)
Read key sources in depth:
- Use WebFetch to read the full text of the most relevant statutes and regulations
- Use WebFetch to read key case holdings and reasoning
- Cross-reference sources to confirm accuracy and identify conflicts
Synthesize findings:
- What the law says — the black-letter rule from statutes and regulations
- How it's been interpreted — key court decisions and administrative guidance
- How it applies to "$ARGUMENTS" — specific application to the user's question
- Areas of ambiguity — unsettled questions, circuit splits, ongoing legal debates, or pending legislation
Rate confidence level:
- High — well-established law with consistent interpretation and directly applicable authority
- Medium — clear general rule but limited authority on the specific question or some jurisdictional variation
- Low — unsettled area of law, conflicting authority, or rapidly evolving regulatory landscape
Flag when an attorney should be consulted:
- Complex matters involving multiple interacting legal frameworks
- High-stakes decisions with significant financial or operational exposure
- Novel questions without clear precedent
- Situations where the law varies significantly by jurisdiction
- Any matter that could result in litigation or regulatory action
Write the artifact to .metapowers/legal/$ARGUMENTS/legal-research.md with frontmatter:
---
description: Legal research for $ARGUMENTS
---
Include sections:
- Research Question — the legal question as framed
- Applicable Jurisdiction(s) — jurisdictions covered
- Statutory and Regulatory Framework — relevant statutes and regulations with citations
- Case Law and Interpretive Guidance — key decisions and administrative guidance
- Analysis — synthesis of how the law applies to the question
- Areas of Ambiguity — open questions and ongoing debates
- Confidence Level — High/Medium/Low with justification
- Attorney Consultation Recommended — whether and why professional counsel is advised
- Sources — list of all sources consulted with links where available
Output
The legal research written to .metapowers/legal/$ARGUMENTS/legal-research.md. Present a summary to the user highlighting:
- The core legal rule and how it applies
- Confidence level and key factors affecting it
- Areas of ambiguity or risk that warrant further attention
- Whether attorney consultation is recommended and why
1---2name: legal-research3description: Research a specific legal question with jurisdiction context4---56# Legal Research78Research the legal question "$ARGUMENTS". Identify applicable statutes, regulations, case law, and expert commentary, then synthesize findings into an actionable analysis.910> **Note:** AI-generated legal content does not constitute legal advice. Consult a qualified attorney for complex matters, high-stakes decisions, or novel legal questions.1112## Prerequisites1314None — this is a utility skill.1516## Process17181. **Define the legal question and jurisdiction(s):**19 - Parse "$ARGUMENTS" to identify the core legal question20 - Determine applicable jurisdiction(s) (federal, state, country, or multi-jurisdictional)21 - Note any specific industry or regulatory context that narrows the scope22232. **Research relevant sources:**24 - Use WebSearch to find relevant statutes, regulations, case law, and expert commentary25 - Search across multiple source types: primary law (statutes, regulations), secondary sources (treatises, law review articles), and practitioner commentary26 - Prioritize authoritative sources (official government sites, established legal publishers, bar association resources)27283. **Read key sources in depth:**29 - Use WebFetch to read the full text of the most relevant statutes and regulations30 - Use WebFetch to read key case holdings and reasoning31 - Cross-reference sources to confirm accuracy and identify conflicts32334. **Synthesize findings:**34 - **What the law says** — the black-letter rule from statutes and regulations35 - **How it's been interpreted** — key court decisions and administrative guidance36 - **How it applies to "$ARGUMENTS"** — specific application to the user's question37 - **Areas of ambiguity** — unsettled questions, circuit splits, ongoing legal debates, or pending legislation38395. **Rate confidence level:**40 - **High** — well-established law with consistent interpretation and directly applicable authority41 - **Medium** — clear general rule but limited authority on the specific question or some jurisdictional variation42 - **Low** — unsettled area of law, conflicting authority, or rapidly evolving regulatory landscape43446. **Flag when an attorney should be consulted:**45 - Complex matters involving multiple interacting legal frameworks46 - High-stakes decisions with significant financial or operational exposure47 - Novel questions without clear precedent48 - Situations where the law varies significantly by jurisdiction49 - Any matter that could result in litigation or regulatory action50517. **Write the artifact** to `.metapowers/legal/$ARGUMENTS/legal-research.md` with frontmatter:5253 ```54 ---55 description: Legal research for $ARGUMENTS56 ---57 ```5859 Include sections:60 - **Research Question** — the legal question as framed61 - **Applicable Jurisdiction(s)** — jurisdictions covered62 - **Statutory and Regulatory Framework** — relevant statutes and regulations with citations63 - **Case Law and Interpretive Guidance** — key decisions and administrative guidance64 - **Analysis** — synthesis of how the law applies to the question65 - **Areas of Ambiguity** — open questions and ongoing debates66 - **Confidence Level** — High/Medium/Low with justification67 - **Attorney Consultation Recommended** — whether and why professional counsel is advised68 - **Sources** — list of all sources consulted with links where available6970## Output7172The legal research written to `.metapowers/legal/$ARGUMENTS/legal-research.md`. Present a summary to the user highlighting:73- The core legal rule and how it applies74- Confidence level and key factors affecting it75- Areas of ambiguity or risk that warrant further attention76- Whether attorney consultation is recommended and why