Generates customized business agreements for 10 common relationship types with plain English annotations. Use when formalizing a business relationship, creating a partnership agreement, or drafting a service contract from scratch. Trigger with "/agreement-generator" or "create a freelancer agreement".
Generates professional business agreements for 10 common relationship types, each with type-specific clause sections, plain English annotations, and proper legal structure. Templates are benchmarked against CommonPaper standards (CC BY 4.0), Bonterms (CC BY 4.0), and Open-Agreements (MIT) to ensure market-standard language.
The skill uses an information-gathering wizard approach — collecting essential details before generating, rather than producing generic boilerplate that requires heavy editing.
Legal Disclaimer: This skill generates template documents for informational and educational purposes only. Generated agreements are not a substitute for legal advice. Contract requirements vary by jurisdiction, industry, and transaction specifics. All documents should be reviewed by a licensed attorney before execution. No attorney-client relationship is created by using this tool.
Identify the agreement type. Determine which of the 10 types the user needs:
| Type | When to Use | Key Focus |
|---|---|---|
| Freelancer | Hiring independent contractors | Deliverables, IP, independent contractor status |
| Partnership | Forming a business partnership | Profit sharing, decision authority, exit |
| NDA | Protecting confidential info | Scope, duration, remedies (use nda-generator for full NDA) |
| Licensing | Granting IP usage rights | Grant scope, royalties, exclusivity |
| Consulting | Engaging expert advisors | Scope of work, deliverables, hourly/project fees |
| Statement of Work (SOW) | Defining project specifics | Milestones, acceptance criteria, change orders |
| Master Service Agreement (MSA) | Ongoing service relationship | Framework terms, SOW attachment structure |
| Joint Venture | Temporary business collaboration | Contributions, profit split, governance, dissolution |
| Distribution | Product distribution rights | Territory, exclusivity, minimum orders, marketing |
| Referral | Formalizing referral partnerships | Commission structure, tracking, payment triggers |
Run the information-gathering wizard. Collect these details from the user:
Universal fields (all types):
Type-specific fields:
Generate a single Markdown file named {TYPE}-AGREEMENT-{PartyA}-{PartyB}-{YYYY-MM-DD}.md:
# {Type} Agreement
**Between:** {Party A} ("{Role A}")
**And:** {Party B} ("{Role B}")
**Effective Date:** {date}
---
## Table of Contents
{numbered section list}
---
## 1. Recitals and Definitions
{formal legal text}
> **Plain English:** {simple explanation}
## 2. {Type-Specific Section}
{formal legal text}
> **Plain English:** {simple explanation}
{... remaining sections ...}
---
## Signature Block
| | {Party A} | {Party B} |
|---|-----------|-----------|
| Signature | _________________ | _________________ |
| Name | {name} | {name} |
| Title | {title} | {title} |
| Date | _________________ | _________________ |
---
**[VERIFY] Tags Summary:**
{numbered list of assumptions}
**Agreement Type:** {type}
**Clause Count:** {count} sections
**Generated by:** Legal Assistant Plugin — Not a substitute for legal counsel.
| Error | Cause | Solution |
|---|---|---|
| Unclear agreement type | User describes a hybrid relationship | Recommend the closest type, note deviations |
| Missing payment details | User has not set compensation terms | Provide market-rate ranges for context, add [VERIFY] |
| Multi-party agreement | More than 2 parties | Adapt signature block and obligations for all parties |
| International parties | Cross-border relationship | Add international arbitration clause, address currency and tax |
| Regulated industry | Healthcare, finance, government contracting | Flag additional compliance requirements (HIPAA, SOX, FAR) |
| California freelancer | AB 5 independent contractor risks | Include ABC test analysis, recommend legal review |
Example 1: Freelancer Agreement
Request: "Create a freelancer agreement for a web developer building our new marketing site"
Result: FREELANCER-AGREEMENT-AcmeCorp-JaneDev-2026-04-02.md with:
Example 2: Master Service Agreement
Request: "Generate an MSA between our consulting firm and a new enterprise client"
Result: MSA-AGREEMENT-ConsultingCo-EnterpriseCorp-2026-04-02.md with:
Example 3: Referral Agreement
Request: "Create a referral agreement — we'll pay 10% commission for qualified leads"
Result: REFERRAL-AGREEMENT-CompanyA-PartnerB-2026-04-02.md with:
Generate type-specific clause sections. Each agreement type includes its required sections. Common sections across all types:
| Section | Included In |
|---|---|
| Recitals & Definitions | All types |
| Scope of Work / Services | Freelancer, Consulting, SOW, MSA |
| Compensation & Payment | All types |
| Intellectual Property | Freelancer, Consulting, Licensing, JV |
| Confidentiality | All types |
| Representations & Warranties | All types |
| Indemnification | All types |
| Limitation of Liability | All types |
| Term & Termination | All types |
| Non-Compete / Non-Solicit | Freelancer, Partnership, Consulting, JV |
| Dispute Resolution | All types |
| General Provisions | All types |
| Signature Block | All types |
Type-specific sections:
Add plain English annotations. After each section, include:
> **Plain English:** {simple explanation of what this means for both parties}
Apply jurisdiction-specific adjustments:
Insert [VERIFY] tags on any assumptions about party details, payment amounts, or relationship specifics not explicitly provided by the user.
Write the output file using the naming convention below.