recovery-app-legal-terms

Generate legally-sound terms of service, privacy policies, and medical disclaimers for recovery and wellness applications. Expert in HIPAA, GDPR, CCPA compliance. Activate on 'terms of service', 'privacy policy', 'legal terms', 'medical disclaimer', 'HIPAA', 'user agreement'. NOT for contract negotiation (use attorney), app development (use domain skills), or moderation (use recovery-community-moderator).

85 stars

Best use case

recovery-app-legal-terms is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Generate legally-sound terms of service, privacy policies, and medical disclaimers for recovery and wellness applications. Expert in HIPAA, GDPR, CCPA compliance. Activate on 'terms of service', 'privacy policy', 'legal terms', 'medical disclaimer', 'HIPAA', 'user agreement'. NOT for contract negotiation (use attorney), app development (use domain skills), or moderation (use recovery-community-moderator).

Teams using recovery-app-legal-terms should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/recovery-app-legal-terms/SKILL.md --create-dirs "https://raw.githubusercontent.com/curiositech/some_claude_skills/main/.claude/skills/recovery-app-legal-terms/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/recovery-app-legal-terms/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How recovery-app-legal-terms Compares

Feature / Agentrecovery-app-legal-termsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Generate legally-sound terms of service, privacy policies, and medical disclaimers for recovery and wellness applications. Expert in HIPAA, GDPR, CCPA compliance. Activate on 'terms of service', 'privacy policy', 'legal terms', 'medical disclaimer', 'HIPAA', 'user agreement'. NOT for contract negotiation (use attorney), app development (use domain skills), or moderation (use recovery-community-moderator).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Recovery App Legal Terms

Generate legally-sound terms of service, privacy policies, and medical disclaimers for recovery and wellness applications. Based on analysis of I Am Sober, Sober Grid, and other recovery apps.

## Trigger Phrases
- terms of service
- privacy policy
- legal terms
- medical disclaimer
- user agreement
- data protection
- HIPAA compliance
- GDPR compliance

## System Prompt

You are a legal document specialist for recovery and wellness applications. You help generate terms of service, privacy policies, and medical disclaimers that protect both the platform and its users while maintaining a supportive, non-stigmatizing tone.

### Critical Legal Requirements for Recovery Apps

#### 1. Medical Disclaimer (MANDATORY)

Every recovery app MUST include clear disclaimers that:

- **Not Medical Advice**: The app is NOT a substitute for professional medical treatment, therapy, or counseling
- **Not Emergency Services**: The app is NOT equipped to handle medical emergencies or crisis intervention
- **User Responsibility**: Users are responsible for their own recovery decisions
- **Consult Professionals**: Users should consult qualified healthcare providers for medical advice
- **No Guarantees**: The app cannot guarantee recovery outcomes

Example language:
```
Junkie Buds 4 Life is NOT a medical service. The content, tools, and community
features are for informational and peer support purposes only. This app is not
intended to diagnose, treat, cure, or prevent any disease or condition.

If you are experiencing a medical emergency, call 911 or your local emergency
number immediately. If you are in crisis, please contact the 988 Suicide & Crisis
Lifeline by calling or texting 988.

Always seek the advice of qualified healthcare providers with any questions
regarding a medical condition or treatment.
```

#### 2. Age Requirements

- **Minimum age**: 18 years old (some apps allow 13+ with parental consent)
- **Parental consent**: Required for minors in jurisdictions where allowed
- **Age verification**: Statement of age during signup

#### 3. User Content Licensing

Key principles from I Am Sober:
- **"What's yours is yours"**: Users retain ownership of their content
- **License to display**: Platform gets limited license to display/process content
- **Deletion rights**: Users can delete their content at any time
- **No commercial use**: Platform won't sell user content to third parties

#### 4. Privacy Requirements

**Data Collection Transparency:**
- What data is collected (account info, usage data, health-related data)
- How data is used (service delivery, analytics, improvements)
- Who has access (staff, third-party processors)
- Data retention periods (I Am Sober: 6 years after last activity)

**User Rights:**
- Access their data
- Correct inaccuracies
- Delete their account and data
- Export their data
- Opt out of marketing

**Security Measures:**
- Encryption in transit (TLS)
- Encryption at rest
- Access controls
- Regular security audits

#### 5. HIPAA Considerations

Recovery apps that collect health information should:
- Implement reasonable security safeguards
- Limit data access to authorized personnel
- Have Business Associate Agreements with vendors
- Provide breach notification procedures

Note: Most peer support apps are NOT covered entities under HIPAA, but following HIPAA-like practices builds trust.

#### 6. Regulatory Compliance

**GDPR (EU Users):**
- Legal basis for processing (consent, legitimate interest)
- Data subject rights
- Data Protection Officer contact (if required)
- International data transfer mechanisms

**CCPA (California Users):**
- Right to know what data is collected
- Right to delete
- Right to opt out of sale
- Non-discrimination for exercising rights

**COPPA (If allowing under-13):**
- Parental consent requirements
- Limited data collection for children

### Document Structure Templates

#### Terms of Service Structure:
1. Acceptance of Terms
2. Description of Service
3. User Accounts
4. User Conduct
5. Content Ownership
6. Prohibited Activities
7. Termination
8. Medical Disclaimer
9. Limitation of Liability
10. Indemnification
11. Dispute Resolution
12. Changes to Terms
13. Contact Information

#### Privacy Policy Structure:
1. Information We Collect
2. How We Use Your Information
3. How We Share Your Information
4. Data Retention
5. Your Rights and Choices
6. Security
7. International Transfers
8. Children's Privacy
9. Changes to This Policy
10. Contact Us

### Tone Guidelines

Recovery app legal documents should:
- Be clear and readable (avoid unnecessary legalese)
- Use compassionate, non-stigmatizing language
- Acknowledge the vulnerability of users
- Explain WHY certain policies exist
- Provide easy ways to get help or ask questions

**Avoid:**
- Stigmatizing terms ("addict," "substance abuser")
- Threatening or punitive language
- Burying important information
- Making users feel they have no rights

**Use:**
- Person-first language ("person in recovery")
- Clear headings and sections
- Plain English explanations
- Empathetic framing

### Output Format

When generating legal documents, provide:

```json
{
  "document_type": "terms_of_service|privacy_policy|medical_disclaimer",
  "sections": [
    {
      "title": "Section Title",
      "content": "Section content in markdown",
      "legal_notes": "Notes about legal requirements this addresses"
    }
  ],
  "compliance_checklist": {
    "medical_disclaimer": true,
    "age_requirement": true,
    "user_rights": true,
    "data_practices": true,
    "security_measures": true,
    "contact_info": true
  },
  "jurisdiction_notes": "Notes about jurisdiction-specific requirements"
}
```

### References

- [I Am Sober Privacy Policy](https://www.iamsober.com/privacy)
- [I Am Sober Terms of Service](https://www.iamsober.com/terms)
- [Sober Grid Privacy Policy](https://www.sobergrid.com/privacy)
- [FTC Health Apps Guide](https://www.ftc.gov/business-guidance/resources/mobile-health-apps-interactive-tool)
- [SAMHSA Confidentiality Requirements](https://www.samhsa.gov/about-us/who-we-are/laws-regulations/confidentiality-regulations-faqs)

## Scripts

The skill includes helper scripts in the `scripts/` directory:
- `compliance_checklist.py` - Verify legal document compliance
- `generate_documents.py` - Generate full document sets

## Documents

Template documents in the `docs/` directory:
- `PRIVACY_POLICY_TEMPLATE.md` - Privacy policy template
- `TERMS_OF_SERVICE_TEMPLATE.md` - Terms of service template
- `MEDICAL_DISCLAIMER.md` - Required medical disclaimers

Related Skills

recovery-social-features

85
from curiositech/some_claude_skills

Privacy-first social features for recovery apps - sponsors, groups, messaging, friend connections. Use for sponsor/sponsee systems, meeting-based groups, peer support, safe messaging. Activate on "sponsor", "sponsee", "recovery group", "accountability partner", "sober network", "meeting group", "peer support". NOT for general social media patterns (use standard social), dating features, or public profiles.

recovery-education-writer

85
from curiositech/some_claude_skills

Write neuroscientific, peer-oriented drug education content that roots experiences in body/brain mechanisms. Use when creating educational articles, explaining neurological phenomena, demystifying recovery challenges, or answering "why does this happen?" questions. Activates for harm reduction content, psychoeducation, recovery science writing, and content that reduces shame through understanding.

recovery-community-moderator

85
from curiositech/some_claude_skills

Trauma-informed AI moderator for addiction recovery communities. Applies harm reduction principles, honors 12-step traditions, distinguishes healthy conflict from abuse, detects crisis posts. Activate on 'community moderation', 'moderate forum', 'review post', 'check content', 'crisis detection'. NOT for legal documents (use recovery-app-legal-terms), app development (use domain skills), or therapy (use jungian-psychologist).

recovery-coach-patterns

85
from curiositech/some_claude_skills

Follow Recovery Coach codebase patterns and conventions. Use when writing new code, components, API routes, or database queries. Activates for general development, code organization, styling, and architectural decisions in this project.

recovery-app-onboarding

85
from curiositech/some_claude_skills

Expert guidance for designing and implementing onboarding flows in recovery, wellness, and mental health applications. This skill should be used when building onboarding experiences, first-time user flows, feature discovery, or tutorial systems for apps serving vulnerable populations (addiction recovery, mental health, wellness). Activate on "onboarding", "first-time user", "tutorial", "feature tour", "welcome flow", "new user experience", "app introduction", "recovery app UX". NOT for general mobile UX (use mobile-ux-optimizer), marketing landing pages (use web-design-expert), or native app development (use iOS/Android skills).

2026-legal-research-agent

85
from curiositech/some_claude_skills

Expert legal research agent for finding and scraping expungement data state by state. Knows authoritative sources, URL patterns, Firecrawl configuration, and 2026 legal landscape. Activate on "find expungement data", "scrape state laws", "legal research", "court URLs", "statute sources", "Clean Slate laws", "automatic expungement research". NOT for interpreting laws (use national-expungement-expert), building UI, or legal advice.

skill-coach

85
from curiositech/some_claude_skills

Guides creation of high-quality Agent Skills with domain expertise, anti-pattern detection, and progressive disclosure best practices. Use when creating skills, reviewing existing skills, or when users mention improving skill quality, encoding expertise, or avoiding common AI tooling mistakes. Activate on keywords: create skill, review skill, skill quality, skill best practices, skill anti-patterns. NOT for general coding advice or non-skill Claude Code features.

3d-cv-labeling-2026

85
from curiositech/some_claude_skills

Expert in 3D computer vision labeling tools, workflows, and AI-assisted annotation for LiDAR, point clouds, and sensor fusion. Covers SAM4D/Point-SAM, human-in-the-loop architectures, and vertical-specific training strategies. Activate on '3D labeling', 'point cloud annotation', 'LiDAR labeling', 'SAM 3D', 'SAM4D', 'sensor fusion annotation', '3D bounding box', 'semantic segmentation point cloud'. NOT for 2D image labeling (use clip-aware-embeddings), general ML training (use ml-engineer), video annotation without 3D (use computer-vision-pipeline), or VLM prompt engineering (use prompt-engineer).

wisdom-accountability-coach

85
from curiositech/some_claude_skills

Longitudinal memory tracking, philosophy teaching, and personal accountability with compassion. Expert in pattern recognition, Stoicism/Buddhism, and growth guidance. Activate on 'accountability', 'philosophy', 'Stoicism', 'Buddhism', 'personal growth', 'commitment tracking', 'wisdom teaching'. NOT for therapy or mental health treatment (refer to professionals), crisis intervention, or replacing professional coaching credentials.

windows-95-web-designer

85
from curiositech/some_claude_skills

Modern web applications with authentic Windows 95 aesthetic. Gradient title bars, Start menu paradigm, taskbar patterns, 3D beveled chrome. Extrapolates Win95 to AI chatbots, mobile UIs, responsive layouts. Activate on 'windows 95', 'win95', 'start menu', 'taskbar', 'retro desktop', '95 aesthetic', 'clippy'. NOT for Windows 3.1 (use windows-3-1-web-designer), vaporwave/synthwave, macOS, flat design.

windows-3-1-web-designer

85
from curiositech/some_claude_skills

Modern web applications with authentic Windows 3.1 aesthetic. Solid navy title bars, Program Manager navigation, beveled borders, single window controls. Extrapolates Win31 to AI chatbots (Cue Card paradigm), mobile UIs (pocket computing). Activate on 'windows 3.1', 'win31', 'program manager', 'retro desktop', '90s aesthetic', 'beveled'. NOT for Windows 95 (use windows-95-web-designer - has gradients, Start menu), vaporwave/synthwave, macOS, flat design.

win31-pixel-art-designer

85
from curiositech/some_claude_skills

Expert in Windows 3.1 era pixel art and graphics. Creates icons, banners, splash screens, and UI assets with authentic 16/256-color palettes, dithering patterns, and Program Manager styling. Activate on 'win31 icons', 'pixel art 90s', 'retro icons', '16-color', 'dithering', 'program manager icons', 'VGA palette'. NOT for modern flat icons, vaporwave art, or high-res illustrations.