/legal
Use this skill when the user needs to form a business entity, choose between LLC and C-Corp, create Terms of Service, write a Privacy Policy, or handle legal compliance. Covers entity selection, legal documents, contracts, and compliance for solo-founded SaaS.
$ npx -y skills add whawkinsiv/claude-code-superpowers --skill legal --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/legal
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use this skill when the user needs to form a business entity, choose between LLC and C-Corp, create Terms of Service, write a Privacy Policy, or handle legal compliance. Covers entity selection, legal documents, contracts, and compliance for solo-founded SaaS.
SKILL.md
legal.SKILL.mdname: legal
description: "Use this skill when the user needs to form a business entity, choose between LLC and C-Corp, create Terms of Service, write a Privacy Policy, or handle legal compliance. Covers entity selection, legal documents, contracts, and compliance for solo-founded SaaS."
SaaS Legal & Business Formation
Every SaaS needs three legal documents at launch: Terms of Service, Privacy Policy, and a basic entity structure. Everything else can wait. This skill helps you handle formation, legal docs, and compliance without overspending on attorneys.
> **Disclaimer:** This skill produces informed first drafts based on common SaaS legal patterns. Always have a licensed attorney review before publishing anything that creates binding obligations.
Core Principles
- Legal protection is insurance. You don't need everything on day one, but you need the right things at the right time.
- Solo founders overspend on legal in two ways: paying a lawyer too early for things they don't need yet, or paying a lawyer too late after a problem they could have prevented.
- Every SaaS product needs exactly three legal documents at launch: Terms of Service, Privacy Policy, and a basic entity structure. Everything else can wait.
- Legal language should be readable. If your users can't understand your ToS, it's bad legal writing, not "standard."
- Disclaimers: This skill produces informed first drafts based on common SaaS legal patterns. Always have a licensed attorney review before publishing anything that creates binding obligations.
Business Entity Decision
Solo Founder Entity Comparison
**LLC (Limited Liability Company)**
- Best for: Solo founders who want simplicity and are bootstrapping.
- Liability protection: Yes — separates personal and business assets.
- Tax: Pass-through by default (income on personal return). Can elect S-Corp taxation later.
- Paperwork: Minimal. Operating agreement + annual report (varies by state).
- Cost: $50-500 to form depending on state.
- When to choose: You're bootstrapping, have no plans to raise VC, want simplicity.
**S-Corp (via LLC election)**
- Best for: Solo founders earning $60K+ in profit who want to reduce self-employment tax.
- How: Form an LLC, then file IRS Form 2553 to elect S-Corp taxation.
- Benefit: Pay yourself a "reasonable salary" (subject to payroll tax), take remaining profit as distributions (no self-employment tax).
- When to choose: Once you're consistently profitable at $5K+/month.
**C-Corp (Delaware)**
- Best for: Founders who plan to raise venture capital.
- Required for: Most VC investment, issuing stock options, accelerator programs.
- Tax: Double taxation (corporate tax + personal tax on dividends).
- Cost: $400+ to form in Delaware, plus ~$400/year franchise tax minimum.
- When to choose: Only if you intend to raise institutional money or join an accelerator that requires it.
**Decision flow:**
Planning to raise VC money? → C-Corp (Delaware)
↓ No
Earning $60K+ annual profit? → LLC with S-Corp election
↓ No
Just getting started? → LLC (your home state, or Wyoming/Delaware for privacy)Formation Checklist
- [ ] Choose entity type
- [ ] File formation documents with state (Articles of Organization for LLC)
- [ ] Get EIN from IRS (free, irs.gov, takes 5 minutes)
- [ ] Draft operating agreement (LLC) or bylaws (Corp)
- [ ] Open business bank account (Mercury, Relay, or local bank)
- [ ] Set up Stripe or payment processor under business entity
- [ ] Set up separate accounting (QuickBooks Self-Employed, Xero, or Wave)
- [ ] Register for state sales tax if required (SaaS taxability varies by state)
Terms of Service
**Tell AI:**
Generate Terms of Service for my SaaS product:
- Product name: [name]
- What it does: [one sentence]
- Pricing model: [free tier / paid plans / both]
- Refund policy: [e.g., 14-day full refund]
- User-generated content: [yes/no — do users upload or create content?]
- Target geography: [US only / US + EU / global]
Use the template structure below. Write in plain English, not legalese.
I'll have an attorney review before publishing.
Structure for SaaS Terms of Service
# Terms of Service
**Last updated: [Date]**
## 1. Agreement to Terms
By accessing or using [Product Name], you agree to these Terms.
If you don't agree, don't use the service.
## 2. Description of Service
[One paragraph: what the product does, that it's provided "as is" as a
cloud service, and that features may change.]
## 3. Accounts
- You must provide accurate information.
- You're responsible for your account security.
- You must be 18+ (or age of majority in your jurisdiction).
- One person per account unless on a team plan.
## 4. Acceptable Use
You agree not to:
- Violate any laws
- Infringe on intellectual property
- Attempt to access other users' data
- Use the service to send spam or malware
- Reverse engineer or scrape the service
- Resell access without permission
## 5. Payment Terms
- Pricing is as displayed on [pricing page URL].
- Subscriptions renew automatically.
- You can cancel anytime; access continues through the paid period.
- Refund policy: [state clearly — e.g., "We offer a full refund within
14 days of initial purchase. No refunds after 14 days."]
- We may change pricing with 30 days notice.
## 6. Intellectual Property
- We own the service and its original content.
- You own your data. We claim no ownership of content you upload.
- You grant us a limited license to host and display your content
solely to provide the service.
## 7. Your Data
- You can export your data at any time via [method].
- Upon account deletion, we remove your data within [30/60/90] days.
- See our Privacy Policy for how we handle personal data.
## 8. Service Availability
- We target [99.9%] uptime but don't guarantee it.
- We may perform maintenance with reasonable notice.
- We're not liable for downtime caused by factors outsid
Read more
name: legal description: "Use this skill when the user needs to form a business entity, choose between LLC and C-Corp, create Terms of Service, write a Privacy Policy, or handle legal compliance. Covers entity selection, legal documents, contracts, and compliance for solo-founded SaaS."
SaaS Legal & Business Formation
Every SaaS needs three legal documents at launch: Terms of Service, Privacy Policy, and a basic entity structure. Everything else can wait. This skill helps you handle formation, legal docs, and compliance without overspending on attorneys.
> **Disclaimer:** This skill produces informed first drafts based on common SaaS legal patterns. Always have a licensed attorney review before publishing anything that creates binding obligations.
Core Principles
- Legal protection is insurance. You don't need everything on day one, but you need the right things at the right time.
- Solo founders overspend on legal in two ways: paying a lawyer too early for things they don't need yet, or paying a lawyer too late after a problem they could have prevented.
- Every SaaS product needs exactly three legal documents at launch: Terms of Service, Privacy Policy, and a basic entity structure. Everything else can wait.
- Legal language should be readable. If your users can't understand your ToS, it's bad legal writing, not "standard."
- Disclaimers: This skill produces informed first drafts based on common SaaS legal patterns. Always have a licensed attorney review before publishing anything that creates binding obligations.
Business Entity Decision
Solo Founder Entity Comparison
**LLC (Limited Liability Company)**
- Best for: Solo founders who want simplicity and are bootstrapping.
- Liability protection: Yes — separates personal and business assets.
- Tax: Pass-through by default (income on personal return). Can elect S-Corp taxation later.
- Paperwork: Minimal. Operating agreement + annual report (varies by state).
- Cost: $50-500 to form depending on state.
- When to choose: You're bootstrapping, have no plans to raise VC, want simplicity.
**S-Corp (via LLC election)**
- Best for: Solo founders earning $60K+ in profit who want to reduce self-employment tax.
- How: Form an LLC, then file IRS Form 2553 to elect S-Corp taxation.
- Benefit: Pay yourself a "reasonable salary" (subject to payroll tax), take remaining profit as distributions (no self-employment tax).
- When to choose: Once you're consistently profitable at $5K+/month.
**C-Corp (Delaware)**
- Best for: Founders who plan to raise venture capital.
- Required for: Most VC investment, issuing stock options, accelerator programs.
- Tax: Double taxation (corporate tax + personal tax on dividends).
- Cost: $400+ to form in Delaware, plus ~$400/year franchise tax minimum.
- When to choose: Only if you intend to raise institutional money or join an accelerator that requires it.
**Decision flow:**
Planning to raise VC money? → C-Corp (Delaware)
↓ No
Earning $60K+ annual profit? → LLC with S-Corp election
↓ No
Just getting started? → LLC (your home state, or Wyoming/Delaware for privacy)Formation Checklist
- [ ] Choose entity type
- [ ] File formation documents with state (Articles of Organization for LLC)
- [ ] Get EIN from IRS (free, irs.gov, takes 5 minutes)
- [ ] Draft operating agreement (LLC) or bylaws (Corp)
- [ ] Open business bank account (Mercury, Relay, or local bank)
- [ ] Set up Stripe or payment processor under business entity
- [ ] Set up separate accounting (QuickBooks Self-Employed, Xero, or Wave)
- [ ] Register for state sales tax if required (SaaS taxability varies by state)
Terms of Service
**Tell AI:**
Generate Terms of Service for my SaaS product: - Product name: [name] - What it does: [one sentence] - Pricing model: [free tier / paid plans / both] - Refund policy: [e.g., 14-day full refund] - User-generated content: [yes/no — do users upload or create content?] - Target geography: [US only / US + EU / global] Use the template structure below. Write in plain English, not legalese. I'll have an attorney review before publishing.
Structure for SaaS Terms of Service
# Terms of Service **Last updated: [Date]** ## 1. Agreement to Terms By accessing or using [Product Name], you agree to these Terms. If you don't agree, don't use the service. ## 2. Description of Service [One paragraph: what the product does, that it's provided "as is" as a cloud service, and that features may change.] ## 3. Accounts - You must provide accurate information. - You're responsible for your account security. - You must be 18+ (or age of majority in your jurisdiction). - One person per account unless on a team plan. ## 4. Acceptable Use You agree not to: - Violate any laws - Infringe on intellectual property - Attempt to access other users' data - Use the service to send spam or malware - Reverse engineer or scrape the service - Resell access without permission ## 5. Payment Terms - Pricing is as displayed on [pricing page URL]. - Subscriptions renew automatically. - You can cancel anytime; access continues through the paid period. - Refund policy: [state clearly — e.g., "We offer a full refund within 14 days of initial purchase. No refunds after 14 days."] - We may change pricing with 30 days notice. ## 6. Intellectual Property - We own the service and its original content. - You own your data. We claim no ownership of content you upload. - You grant us a limited license to host and display your content solely to provide the service. ## 7. Your Data - You can export your data at any time via [method]. - Upon account deletion, we remove your data within [30/60/90] days. - See our Privacy Policy for how we handle personal data. ## 8. Service Availability - We target [99.9%] uptime but don't guarantee it. - We may perform maintenance with reasonable notice. - We're not liable for downtime caused by factors outsid
43 expert skills for non-technical founders building SaaS with AI tools (Claude Code, Lovable, Replit, Cursor). Covers the full lifecycle of planning, building, launching, and growing a software business — actionable guides, checklists, and copy-paste prompts.
Other skills on solo-founder-superpowers.
- /about-me
Use this skill when the user wants to create a founder profile, establish their personal voice for content, or set up context so other skills produce personalized output instead of generic AI copy. Also use when the user says 'set up my voice,' 'create my profile,' 'who am I,'
Open skill - /accounting
Use this skill when the user needs to set up bookkeeping, track revenue and expenses, prepare for taxes, choose accounting software, understand SaaS revenue recognition, or manage the financial operations of their bootstrapped business. Covers bookkeeping setup, tax preparation,
Open skill - /ads
Use this skill when the user needs to run Google Ads, write ad copy, select keywords, optimize CAC/LTV, or manage a small paid acquisition budget. Covers Google Ads strategy, keyword selection, ad copywriting, and conversion tracking for bootstrapped SaaS.
Open skill - /ai-features
Use this skill when the user needs to add AI-powered features to their SaaS product, integrate LLM APIs, build AI assistants, implement RAG, or use AI to differentiate their product. Covers API selection, prompt engineering for product features, cost management, and building AI
Open skill - /analytics
Use this skill when the user needs to set up analytics, design event tracking, define key metrics, build funnels, or instrument their SaaS product for data-driven decisions. Covers event naming conventions, tracking strategy, funnel analytics, and data quality.
Open skill - /beautify
Use this skill when the user wants to make their app look better, says it looks like a template, asks how to achieve Stripe/Linear quality, or says something looks off. Covers visual hierarchy, whitespace, composition, color application, and typography in practice.
Open skill

