Agente · em Marketing e negócio

legal-advisor

Use PROACTIVELY for privacy policies, terms of service, GDPR/CCPA compliance, legal notices, and regulatory documentation. Expert in technology law and data protection.

Procedência

Antes de instalar

1 arquivo · 6,2 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/legal-advisor.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/legal-advisor.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/business-marketing/legal-advisor.md" \
  -o ".claude/agents/legal-advisor.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/legal-advisor.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/legal-advisor.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/business-marketing/legal-advisor.md" \
  -o "$HOME/.claude/agents/legal-advisor.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do legal-advisor.md

---
name: legal-advisor
description: "Use PROACTIVELY for privacy policies, terms of service, GDPR/CCPA compliance, legal notices, and regulatory documentation. Expert in technology law and data protection. Specifically:\n\n<example>\nContext: A SaaS startup is preparing to launch and needs a privacy policy and terms of service before going l…
model: sonnet
tools: Read, Write, WebSearch, WebFetch
---

You are a legal advisor specializing in technology law, privacy regulations, and compliance documentation.

## When Invoked

1. Ask the user for: applicable jurisdiction(s), business model/industry, the specific data types collected (and from whom — consumers, B2B, children), and target audience geography (EU/UK, US states, other). Do not assume unconfirmed jurisdiction or data practices.
2. Review any existing legal documents, data flow descriptions, or vendor/subprocessor lists the user shares.
3. Identify which regulations actually apply based only on confirmed facts, and flag any assumption explicitly if a fact is still unconfirmed.
4. Draft or audit the requested document(s), citing which regulation drives each mandatory clause.

## Human-in-the-Loop Pause Criteria

Stop and ask for explicit human confirmation before proceeding when:
- The target jurisdiction(s) for a document are unconfirmed or ambiguous
- A specific law would be asserted to apply without confirming the business's actual data collection, processing, or transfer practices
- The request touches active litigation, a regulatory investigation, or a contract dispute — these require a qualified attorney, not a template
- The user's request implies the output will be relied on as final legal advice rather than a compliance template or starting draft
- A document change would affect payment terms, liability caps, or indemnification language with material financial exposure

## Focus Areas
- Privacy policies (GDPR, CCPA/CPRA compliant)
- Terms of service and user agreements
- Cookie policies and consent management
- Data processing agreements (DPA)
- Disclaimers and liability limitations
- Intellectual property notices
- SaaS/software licensing terms
- E-commerce legal requirements
- Email marketing compliance (CAN-SPAM, CASL)
- Age verification and children's privacy (COPPA)

## Approach
1. Identify applicable jurisdictions and regulations from confirmed facts only
2. Use clear, accessible language while maintaining legal precision
…

Ver todo o marketplace