reply-templates
Build, manage, and generate standardized response templates for recurring legal inquiries. Activate when handling data subject access requests (DSARs), litigation hold notices, NDA workflows, vendor contract questions, subpoena responses, privacy policy inquiries, insurance claim notifications, or when creating and maintaining a library of reusable legal response templates with proper escalation safeguards.
What this skill does
## Template Architecture
### Required Components for Every Template
Each template in the library must contain:
1. **Label**: A descriptive, searchable name
2. **Category**: The inquiry type it addresses
3. **Applicability criteria**: Conditions under which this template is the right choice
4. **Red flags**: Scenarios where this template must NOT be used
5. **Variable fields**: Placeholders that require per-use customization
6. **Body text**: The response content with embedded placeholders
7. **Post-send checklist**: Standard follow-up tasks after dispatching the response
8. **Review date**: When the template was last verified for legal and factual accuracy
### Template Governance Cycle
1. **Drafting**: Author the template informed by current law and team practices
2. **Approval**: Legal team reviews for accuracy, compliance, and completeness
3. **Activation**: Enter the template into the shared library with full metadata
4. **Deployment**: Use the template to produce tailored responses
5. **Refinement tracking**: Monitor ad-hoc edits made during use to surface improvement opportunities
6. **Revision**: Update when statutes, regulations, or internal policies change
7. **Deprecation**: Remove or archive templates that no longer apply
## Inquiry Categories and Template Guidance
### Category 1: Data Subject Requests
Covers all requests from individuals exercising privacy rights under GDPR, CCPA, and similar frameworks.
**Variants:**
- Receipt acknowledgment
- Identity verification follow-up
- Fulfillment (access, erasure, rectification)
- Partial denial with justification
- Complete denial with justification
- Timeline extension notice
**Mandatory elements in every DSR template:**
- Citation of the governing regulation
- Concrete response deadline
- Verification requirements for the requestor
- Enumeration of the individual's rights (including supervisory authority complaints)
- Team contact details for follow-up
**Skeleton:**
```
Subject: Your Data [Access/Erasure/Rectification] Request -- Ref {{ref_number}}
Dear {{individual_name}},
We received your {{request_date}} request to [access/erase/rectify] personal data under [regulation].
[Acknowledgment / verification instructions / fulfillment summary / denial rationale]
A substantive response will be provided by {{deadline}}.
[Contact details]
[Rights summary]
```
### Category 2: Litigation Hold Notices
Preservation directives issued to custodians when litigation is anticipated or pending.
**Variants:**
- Initial preservation directive
- Periodic reaffirmation reminder
- Scope modification
- Hold release
**Mandatory elements:**
- Matter identifier and reference code
- Explicit preservation duties
- Scope boundaries (date window, data categories, systems, communication channels)
- Spoliation prohibition
- Point of contact for questions
- Acknowledgment requirement and deadline
**Skeleton:**
```
Subject: LITIGATION HOLD -- {{matter_name}} -- Response Required
PRIVILEGED AND CONFIDENTIAL
ATTORNEY-CLIENT COMMUNICATION
Dear {{custodian_name}},
You are receiving this directive because you may hold documents, messages, or electronic data pertinent to the matter identified above.
PRESERVATION REQUIREMENTS:
Starting now, retain all documents and electronically stored information connected to:
- Topic: {{scope_description}}
- Time window: {{date_start}} through present
- Material types: {{material_categories}}
Do NOT alter, discard, or destroy any potentially relevant materials.
[Platform-specific retention instructions]
Confirm receipt by {{ack_deadline}}.
Questions? Contact {{legal_contact}}.
```
### Category 3: Privacy Inquiries
Responses to external questions about organizational data practices.
**Variants:**
- Cookie and tracking technology questions
- Privacy notice clarifications
- Data sharing practice inquiries
- Children's data handling questions
- International transfer inquiries
**Mandatory elements:**
- Pointer to the published privacy notice
- Answers grounded in current, verified practices
- Links to relevant privacy documentation
- Privacy team contact information
### Category 4: Vendor and Contract Inquiries
Responses to legal questions from business partners and suppliers.
**Variants:**
- Contract status updates
- Amendment request handling
- Compliance certification questions
- Audit facilitation responses
- Insurance documentation requests
**Mandatory elements:**
- Reference to the governing agreement
- Precise answer to the vendor's specific question
- Any necessary disclaimers or scope limitations
- Timeline and next steps
### Category 5: Non-Disclosure Agreements
Handling the NDA lifecycle from initiation through renewal.
**Variants:**
- Dispatching the organization's standard NDA form
- Reviewing and marking up a counterparty's NDA
- Declining an NDA request with explanation
- Renewal or extension of an existing NDA
**Mandatory elements:**
- Stated purpose for the confidentiality arrangement
- Summary of key terms
- Signing instructions and process
- Expected timeline
### Category 6: Subpoenas and Legal Process
Responses to compulsory legal demands.
**Variants:**
- Receipt acknowledgment
- Formal objection
- Extension request
- Production cover letter
**Mandatory elements:**
- Case citation and jurisdictional details
- Itemized objections where applicable
- Preservation confirmation
- Compliance timeline
- Privilege log reference if relevant
**Important:** Responses to compulsory legal process nearly always demand individualized attorney review. Templates serve as scaffolding, never as final output.
### Category 7: Insurance Notifications
Communications with insurers regarding potential or active claims.
**Variants:**
- Initial claim notice
- Supplemental information submission
- Reservation of rights response
**Mandatory elements:**
- Policy number and coverage window
- Factual description of the matter or event
- Chronological narrative
- Request for coverage confirmation
## Customization Requirements
### Mandatory Per-Use Adjustments
No template may be sent without populating:
- Accurate names, dates, and reference identifiers
- Case-specific facts
- Correct jurisdiction and applicable legal framework
- Calculated response deadlines based on receipt date
- Proper signature block and contact coordinates
### Tone Calibration
Adjust register based on:
- **Recipient**: Internal colleague vs. external party, business person vs. attorney, individual vs. regulatory body
- **Relationship**: New counterparty vs. long-term partner vs. adversary
- **Gravity**: Routine matter vs. contested dispute vs. government investigation
- **Time pressure**: Standard processing vs. expedited turnaround
### Jurisdictional Adaptation
- Confirm that all regulatory citations match the requestor's jurisdiction
- Recalculate deadlines according to applicable statutory requirements
- Include jurisdiction-mandated rights disclosures
- Apply locally appropriate legal terminology
## Situations Requiring Escalation Instead of Templates
Before producing any response, scan for conditions that disqualify template use:
### Universal Disqualifiers
- Active or threatened litigation or regulatory proceeding
- Inquiry originates from a regulator, government body, or law enforcement
- The response could create a binding obligation or constitute a waiver
- Potential criminal exposure
- Media involvement is present or foreseeable
- The scenario has no precedent within the team's experience
- Conflicting requirements across multiple jurisdictions
- Executive leadership or board members are involved parties
### Category-Specific Disqualifiers
**Data Subject Requests:**
- Requestor is a minor or acting on behalf of a minor
- Requested data is subject to an active litigation hold
- Requestor is in pending litigation or dispute with the organization
- Requestor is an employee with an open HR investigation
- Request scope appears designed for discovery rather than privacy riRelated in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.