diff --git "a/dataset.py" "b/dataset.py" new file mode 100644--- /dev/null +++ "b/dataset.py" @@ -0,0 +1,8091 @@ +dataset = [ + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: PayWave Neo +Industry/Domain: Fintech +Startup Description: UPI-based payment reconciliation and merchant analytics platform. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 14 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS +Collects User Data: yes +Type of Data Collected: transaction data, personal data, device metadata + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, licensing + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: finance +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines equity split, share classes, vesting schedule, and dilution mechanisms.", + "why_needed": "Ensures clarity of ownership and rights.", + "risk_if_missing": "Equity conflicts and investor issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Protects employer rights.", + "risk_if_missing": "IP loss and HR disputes.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including vesting and grant rules.", + "why_needed": "Required to issue ESOP legally.", + "risk_if_missing": "Invalid compensation grants.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "Master Service Agreement", + "description": "Defines service terms, obligations, SLA, pricing, and liability.", + "why_needed": "Prevents disputes with clients.", + "risk_if_missing": "Unpaid invoices and disputes.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, deliverables, quality checks, and warranties.", + "why_needed": "Ensures supply chain reliability.", + "risk_if_missing": "Operational disruption.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist", + "description": "Checklist of sector-specific regulatory obligations and licenses.", + "why_needed": "Ensures legal compliance.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "Data Protection & Privacy Policy", + "description": "Defines data collection, use, storage, and user rights.", + "why_needed": "Required for compliance with privacy laws.", + "risk_if_missing": "Data breaches and penalties.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Funding Term Sheet", + "description": "Defines investor terms including valuation and rights.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investor misalignment.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Transfers inventions, code, and creative assets to the company.", + "why_needed": "Protects intellectual property ownership.", + "risk_if_missing": "IP disputes and loss of rights.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "Product Terms of Use", + "description": "Defines allowed and restricted product behavior.", + "why_needed": "Limits misuse and liability.", + "risk_if_missing": "Liability exposure.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime, performance metrics, and support.", + "why_needed": "Sets expectations for service delivery.", + "risk_if_missing": "Support disputes.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, billing, and ITC compliance.", + "why_needed": "Required if turnover exceeds threshold.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Internal HR policies and guidelines.", + "why_needed": "Ensures consistent workplace policies.", + "risk_if_missing": "HR inconsistency and disputes.", + "stakeholders": ["hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for external discussions.", + "why_needed": "Protects sensitive information.", + "risk_if_missing": "Data leakage.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" + }, + {"instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. +[STARTUP INFORMATION] +Startup Name: AgriSense IoT +Industry/Domain: IoT / Agriculture +Startup Description: Smart farming sensors for soil-quality monitoring and automated irrigation. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 9 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product +Collects User Data: yes +Type of Data Collected: soil moisture, environment data, device telemetry + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, licensing + +[FINANCIALS & FUNDING] +Startup Stage: Validation / MVP +Fundraising Plans: yes +Funding Type: Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: no +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: physical products +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines equity split, share classes, vesting schedule, and dilution mechanisms.", + "why_needed": "Ensures clarity of ownership and rights.", + "risk_if_missing": "Equity conflicts and investor issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Protects employer rights.", + "risk_if_missing": "IP loss and HR disputes.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including vesting and grant rules.", + "why_needed": "Required to issue ESOP legally.", + "risk_if_missing": "Invalid compensation grants.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "Master Service Agreement", + "description": "Defines service terms, obligations, SLA, pricing, and liability.", + "why_needed": "Prevents disputes with clients.", + "risk_if_missing": "Unpaid invoices and disputes.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, deliverables, quality checks, and warranties.", + "why_needed": "Ensures supply chain reliability.", + "risk_if_missing": "Operational disruption.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist", + "description": "Checklist of sector-specific regulatory obligations and licenses.", + "why_needed": "Ensures legal compliance.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "Data Protection & Privacy Policy", + "description": "Defines data collection, use, storage, and user rights.", + "why_needed": "Required for compliance with privacy laws.", + "risk_if_missing": "Data breaches and penalties.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Funding Term Sheet", + "description": "Defines investor terms including valuation and rights.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investor misalignment.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Transfers inventions, code, and creative assets to the company.", + "why_needed": "Protects intellectual property ownership.", + "risk_if_missing": "IP disputes and loss of rights.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "Product Terms of Use", + "description": "Defines allowed and restricted product behavior.", + "why_needed": "Limits misuse and liability.", + "risk_if_missing": "Liability exposure.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime, performance metrics, and support.", + "why_needed": "Sets expectations for service delivery.", + "risk_if_missing": "Support disputes.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, billing, and ITC compliance.", + "why_needed": "Required if turnover exceeds threshold.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Internal HR policies and guidelines.", + "why_needed": "Ensures consistent workplace policies.", + "risk_if_missing": "HR inconsistency and disputes.", + "stakeholders": ["hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for external discussions.", + "why_needed": "Protects sensitive information.", + "risk_if_missing": "Data leakage.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" +}, + + { + "instruction": """"You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. +[STARTUP INFORMATION] +Startup Name: FleetMotion Mobility +Industry/Domain: Mobility / Transportation +Startup Description: Electric scooter fleet + route optimization and battery analytics platform. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 28 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Platform +Collects User Data: yes +Type of Data Collected: ride data, payment data, GPS location + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: software licensing + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: VC +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: transport +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines equity split, share classes, vesting schedule, and dilution mechanisms.", + "why_needed": "Ensures clarity of ownership and rights.", + "risk_if_missing": "Equity conflicts and investor issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Protects employer rights.", + "risk_if_missing": "IP loss and HR disputes.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including vesting and grant rules.", + "why_needed": "Required to issue ESOP legally.", + "risk_if_missing": "Invalid compensation grants.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "Master Service Agreement", + "description": "Defines service terms, obligations, SLA, pricing, and liability.", + "why_needed": "Prevents disputes with clients.", + "risk_if_missing": "Unpaid invoices and disputes.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, deliverables, quality checks, and warranties.", + "why_needed": "Ensures supply chain reliability.", + "risk_if_missing": "Operational disruption.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist", + "description": "Checklist of sector-specific regulatory obligations and licenses.", + "why_needed": "Ensures legal compliance.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "Data Protection & Privacy Policy", + "description": "Defines data collection, use, storage, and user rights.", + "why_needed": "Required for compliance with privacy laws.", + "risk_if_missing": "Data breaches and penalties.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Funding Term Sheet", + "description": "Defines investor terms including valuation and rights.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investor misalignment.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Transfers inventions, code, and creative assets to the company.", + "why_needed": "Protects intellectual property ownership.", + "risk_if_missing": "IP disputes and loss of rights.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "Product Terms of Use", + "description": "Defines allowed and restricted product behavior.", + "why_needed": "Limits misuse and liability.", + "risk_if_missing": "Liability exposure.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime, performance metrics, and support.", + "why_needed": "Sets expectations for service delivery.", + "risk_if_missing": "Support disputes.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, billing, and ITC compliance.", + "why_needed": "Required if turnover exceeds threshold.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Internal HR policies and guidelines.", + "why_needed": "Ensures consistent workplace policies.", + "risk_if_missing": "HR inconsistency and disputes.", + "stakeholders": ["hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for external discussions.", + "why_needed": "Protects sensitive information.", + "risk_if_missing": "Data leakage.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" + }, + +{ + "instruction": """"You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. +[STARTUP INFORMATION] +Startup Name: MediQueue Clinics OS +Industry/Domain: HealthTech +Startup Description: EMR + teleconsultation + clinic queue management SaaS. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 35 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS +Collects User Data: yes +Type of Data Collected: medical data, personal data, prescription data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, licensing + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: health +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines equity split, share classes, vesting schedule, and dilution mechanisms.", + "why_needed": "Ensures clarity of ownership and rights.", + "risk_if_missing": "Equity conflicts and investor issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Protects employer rights.", + "risk_if_missing": "IP loss and HR disputes.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including vesting and grant rules.", + "why_needed": "Required to issue ESOP legally.", + "risk_if_missing": "Invalid compensation grants.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "Master Service Agreement", + "description": "Defines service terms, obligations, SLA, pricing, and liability.", + "why_needed": "Prevents disputes with clients.", + "risk_if_missing": "Unpaid invoices and disputes.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, deliverables, quality checks, and warranties.", + "why_needed": "Ensures supply chain reliability.", + "risk_if_missing": "Operational disruption.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist", + "description": "Checklist of sector-specific regulatory obligations and licenses.", + "why_needed": "Ensures legal compliance.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "Data Protection & Privacy Policy", + "description": "Defines data collection, use, storage, and user rights.", + "why_needed": "Required for compliance with privacy laws.", + "risk_if_missing": "Data breaches and penalties.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Funding Term Sheet", + "description": "Defines investor terms including valuation and rights.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investor misalignment.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Transfers inventions, code, and creative assets to the company.", + "why_needed": "Protects intellectual property ownership.", + "risk_if_missing": "IP disputes and loss of rights.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "Product Terms of Use", + "description": "Defines allowed and restricted product behavior.", + "why_needed": "Limits misuse and liability.", + "risk_if_missing": "Liability exposure.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime, performance metrics, and support.", + "why_needed": "Sets expectations for service delivery.", + "risk_if_missing": "Support disputes.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, billing, and ITC compliance.", + "why_needed": "Required if turnover exceeds threshold.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Internal HR policies and guidelines.", + "why_needed": "Ensures consistent workplace policies.", + "risk_if_missing": "HR inconsistency and disputes.", + "stakeholders": ["hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for external discussions.", + "why_needed": "Protects sensitive information.", + "risk_if_missing": "Data leakage.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" +}, +{"instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. +[STARTUP INFORMATION] +Startup Name: InsightPulse Health AI +Industry/Domain: HealthTech / AI Diagnostics +Startup Description: AI-powered diagnostic decision-support platform for hospitals and telemedicine providers. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 22 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: AI model/service +Collects User Data: yes +Type of Data Collected: medical records, personal data, imaging data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, copyrights, licensing + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: health +Operates Internationally: yes +Countries: India, Singapore, UAE + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold: yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + { + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines the equity split, vesting, share classes, ownership rights, and dilution rules among founders.", + "why_needed": "Ensures clear documentation of ownership and prevents future disputes.", + "risk_if_missing": "Unclear equity ownership, disputes during fundraising.", + "stakeholders": ["founders", "investors"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Secures IP created by employees and defines clear employment terms.", + "risk_if_missing": "IP leakage, employment disputes, compliance violations.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including pool structure, vesting, and grant rules.", + "why_needed": "Required to legally issue employee stock options.", + "risk_if_missing": "Invalid ESOP grants and disputes with employees.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-hr-003", + "name": "Contractor Agreement", + "description": "Defines scope, deliverables, confidentiality, and IP assignment for contractors.", + "why_needed": "Protects company IP and clarifies deliverables for contract workers.", + "risk_if_missing": "IP disputes and confidentiality breaches.", + "stakeholders": ["vendors", "hr"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "B2B Master Service Agreement", + "description": "Defines commercial terms, scope of services, SLA, liability limitations, and payment terms for B2B clients.", + "why_needed": "Ensures contract clarity and protects the business from legal and financial exposure.", + "risk_if_missing": "Client disputes, unpaid invoices, unlimited liabilities.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-clients-002", + "name": "Data Processing Agreement", + "description": "Agreement governing processing of sensitive medical and personal data by the AI platform.", + "why_needed": "Ensures legal compliance with data protection laws when processing user data.", + "risk_if_missing": "Regulatory penalties, unlawful data processing.", + "stakeholders": ["clients", "compliance"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, service quality, confidentiality, and warranties for third-party vendors.", + "why_needed": "Ensures secure and reliable collaboration with vendors.", + "risk_if_missing": "Operational failures, confidentiality breaches.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist (HealthTech)", + "description": "Master checklist of medical sector regulatory requirements including data, clinical use, and reporting obligations.", + "why_needed": "Ensures the business complies with healthcare regulations.", + "risk_if_missing": "Regulatory action, fines, shutdowns.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "HIPAA / Health Data Protection Checklist", + "description": "Controls for handling protected health information including access controls and patient consent.", + "why_needed": "Required to legally process medical records.", + "risk_if_missing": "Severe penalties, litigation, loss of data rights.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-003", + "name": "Cross-Border Data Transfer Addendum", + "description": "Documentation enabling international transfer of medical and personal data.", + "why_needed": "Required because the company operates in multiple countries.", + "risk_if_missing": "Violation of international data regulations.", + "stakeholders": ["compliance", "legal"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Seed Funding Term Sheet", + "description": "Template containing economics, governance, liquidation rights, and investment terms.", + "why_needed": "Required for negotiations with seed investors.", + "risk_if_missing": "Misaligned investor expectations and disputes.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Assignment of inventions, algorithms, and software assets to the company.", + "why_needed": "Protects core AI model IP.", + "risk_if_missing": "IP ownership disputes and inability to commercialize technology.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-ip-002", + "name": "Patent Strategy & Filing Plan", + "description": "Strategy for filing patents related to core AI models and medical algorithms.", + "why_needed": "Protects proprietary algorithms and methods.", + "risk_if_missing": "Competitors can replicate the technology.", + "stakeholders": ["legal", "founders"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "AI Product Terms of Use", + "description": "Defines permitted uses, limitations, clinical disclaimers, and liability protections for the AI platform.", + "why_needed": "Reduces liability for diagnostic recommendations.", + "risk_if_missing": "Legal claims due to misuse of AI outputs.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime commitments, support levels, and incident response requirements.", + "why_needed": "Ensures service reliability in clinical environments.", + "risk_if_missing": "Operational failures and client dissatisfaction.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-product-003", + "name": "Incident Response & Data Breach Plan", + "description": "Guide for responding to cybersecurity and clinical-impact incidents.", + "why_needed": "Required for handling medical data breaches.", + "risk_if_missing": "Patient harm, regulatory fines, and clinical liability.", + "stakeholders": ["product", "security", "compliance"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, invoicing, and ITC compliance.", + "why_needed": "Required for digital service providers in India exceeding turnover threshold.", + "risk_if_missing": "Tax penalties and non-compliance issues.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Handbook covering internal policies, culture, and code of conduct.", + "why_needed": "Provides clarity on workplace expectations.", + "risk_if_missing": "HR inconsistencies and employee disputes.", + "stakeholders": ["employees", "hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for meetings with external parties.", + "why_needed": "Prevents leakage of sensitive information.", + "risk_if_missing": "Data leakage and operational risk.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" + + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. +[STARTUP INFORMATION] +Startup Name: FoodPort Cloud Kitchens +Industry/Domain: FoodTech +Startup Description: Cloud kitchen aggregation + delivery optimization platform. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 48 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Platform +Collects User Data: yes +Type of Data Collected: order data, customer data, kitchen operations data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: VC +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: food +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines equity split, share classes, vesting schedule, and dilution mechanisms.", + "why_needed": "Ensures clarity of ownership and rights.", + "risk_if_missing": "Equity conflicts and investor issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Protects employer rights.", + "risk_if_missing": "IP loss and HR disputes.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including vesting and grant rules.", + "why_needed": "Required to issue ESOP legally.", + "risk_if_missing": "Invalid compensation grants.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "Master Service Agreement", + "description": "Defines service terms, obligations, SLA, pricing, and liability.", + "why_needed": "Prevents disputes with clients.", + "risk_if_missing": "Unpaid invoices and disputes.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, deliverables, quality checks, and warranties.", + "why_needed": "Ensures supply chain reliability.", + "risk_if_missing": "Operational disruption.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist", + "description": "Checklist of sector-specific regulatory obligations and licenses.", + "why_needed": "Ensures legal compliance.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "Data Protection & Privacy Policy", + "description": "Defines data collection, use, storage, and user rights.", + "why_needed": "Required for compliance with privacy laws.", + "risk_if_missing": "Data breaches and penalties.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Funding Term Sheet", + "description": "Defines investor terms including valuation and rights.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investor misalignment.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Transfers inventions, code, and creative assets to the company.", + "why_needed": "Protects intellectual property ownership.", + "risk_if_missing": "IP disputes and loss of rights.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "Product Terms of Use", + "description": "Defines allowed and restricted product behavior.", + "why_needed": "Limits misuse and liability.", + "risk_if_missing": "Liability exposure.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime, performance metrics, and support.", + "why_needed": "Sets expectations for service delivery.", + "risk_if_missing": "Support disputes.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, billing, and ITC compliance.", + "why_needed": "Required if turnover exceeds threshold.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Internal HR policies and guidelines.", + "why_needed": "Ensures consistent workplace policies.", + "risk_if_missing": "HR inconsistency and disputes.", + "stakeholders": ["hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for external discussions.", + "why_needed": "Protects sensitive information.", + "risk_if_missing": "Data leakage.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. +[STARTUP INFORMATION] +Startup Name: SkillBridge Learning +Industry/Domain: EdTech +Startup Description: Online upskilling platform with instructor marketplace. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 18 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Platform +Collects User Data: yes +Type of Data Collected: assessment results, learning behavior, personal data + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: MVP +Fundraising Plans: yes +Funding Type: Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: education +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines equity split, share classes, vesting schedule, and dilution mechanisms.", + "why_needed": "Ensures clarity of ownership and rights.", + "risk_if_missing": "Equity conflicts and investor issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Protects employer rights.", + "risk_if_missing": "IP loss and HR disputes.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including vesting and grant rules.", + "why_needed": "Required to issue ESOP legally.", + "risk_if_missing": "Invalid compensation grants.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "Master Service Agreement", + "description": "Defines service terms, obligations, SLA, pricing, and liability.", + "why_needed": "Prevents disputes with clients.", + "risk_if_missing": "Unpaid invoices and disputes.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, deliverables, quality checks, and warranties.", + "why_needed": "Ensures supply chain reliability.", + "risk_if_missing": "Operational disruption.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist", + "description": "Checklist of sector-specific regulatory obligations and licenses.", + "why_needed": "Ensures legal compliance.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "Data Protection & Privacy Policy", + "description": "Defines data collection, use, storage, and user rights.", + "why_needed": "Required for compliance with privacy laws.", + "risk_if_missing": "Data breaches and penalties.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Funding Term Sheet", + "description": "Defines investor terms including valuation and rights.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investor misalignment.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Transfers inventions, code, and creative assets to the company.", + "why_needed": "Protects intellectual property ownership.", + "risk_if_missing": "IP disputes and loss of rights.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "Product Terms of Use", + "description": "Defines allowed and restricted product behavior.", + "why_needed": "Limits misuse and liability.", + "risk_if_missing": "Liability exposure.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime, performance metrics, and support.", + "why_needed": "Sets expectations for service delivery.", + "risk_if_missing": "Support disputes.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, billing, and ITC compliance.", + "why_needed": "Required if turnover exceeds threshold.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Internal HR policies and guidelines.", + "why_needed": "Ensures consistent workplace policies.", + "risk_if_missing": "HR inconsistency and disputes.", + "stakeholders": ["hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for external discussions.", + "why_needed": "Protects sensitive information.", + "risk_if_missing": "Data leakage.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. +[STARTUP INFORMATION] +Startup Name: NanoPrint 3D +Industry/Domain: Manufacturing / 3D Printing +Startup Description: Industrial 3D printing service for custom hardware components. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 40 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product +Collects User Data: no +Type of Data Collected: null + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: no +IP Needs: null + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: VC +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: manufacturing +Operates Internationally: yes +Countries: Germany, UAE + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: physical products +Selling Outside India (exports): yes +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines equity split, share classes, vesting schedule, and dilution mechanisms.", + "why_needed": "Ensures clarity of ownership and rights.", + "risk_if_missing": "Equity conflicts and investor issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Protects employer rights.", + "risk_if_missing": "IP loss and HR disputes.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including vesting and grant rules.", + "why_needed": "Required to issue ESOP legally.", + "risk_if_missing": "Invalid compensation grants.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "Master Service Agreement", + "description": "Defines service terms, obligations, SLA, pricing, and liability.", + "why_needed": "Prevents disputes with clients.", + "risk_if_missing": "Unpaid invoices and disputes.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, deliverables, quality checks, and warranties.", + "why_needed": "Ensures supply chain reliability.", + "risk_if_missing": "Operational disruption.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist", + "description": "Checklist of sector-specific regulatory obligations and licenses.", + "why_needed": "Ensures legal compliance.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "Data Protection & Privacy Policy", + "description": "Defines data collection, use, storage, and user rights.", + "why_needed": "Required for compliance with privacy laws.", + "risk_if_missing": "Data breaches and penalties.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Funding Term Sheet", + "description": "Defines investor terms including valuation and rights.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investor misalignment.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Transfers inventions, code, and creative assets to the company.", + "why_needed": "Protects intellectual property ownership.", + "risk_if_missing": "IP disputes and loss of rights.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "Product Terms of Use", + "description": "Defines allowed and restricted product behavior.", + "why_needed": "Limits misuse and liability.", + "risk_if_missing": "Liability exposure.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime, performance metrics, and support.", + "why_needed": "Sets expectations for service delivery.", + "risk_if_missing": "Support disputes.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, billing, and ITC compliance.", + "why_needed": "Required if turnover exceeds threshold.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Internal HR policies and guidelines.", + "why_needed": "Ensures consistent workplace policies.", + "risk_if_missing": "HR inconsistency and disputes.", + "stakeholders": ["hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for external discussions.", + "why_needed": "Protects sensitive information.", + "risk_if_missing": "Data leakage.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. +[STARTUP INFORMATION] +Startup Name: LoopAI Retail Analytics +Industry/Domain: AI / Retail +Startup Description: AI system for predicting footfall and optimizing retail inventory. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 21 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: AI model/service +Collects User Data: yes +Type of Data Collected: camera analytics, behavioral data, personal data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: no +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: no +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines equity split, share classes, vesting schedule, and dilution mechanisms.", + "why_needed": "Ensures clarity of ownership and rights.", + "risk_if_missing": "Equity conflicts and investor issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Protects employer rights.", + "risk_if_missing": "IP loss and HR disputes.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including vesting and grant rules.", + "why_needed": "Required to issue ESOP legally.", + "risk_if_missing": "Invalid compensation grants.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "Master Service Agreement", + "description": "Defines service terms, obligations, SLA, pricing, and liability.", + "why_needed": "Prevents disputes with clients.", + "risk_if_missing": "Unpaid invoices and disputes.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, deliverables, quality checks, and warranties.", + "why_needed": "Ensures supply chain reliability.", + "risk_if_missing": "Operational disruption.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist", + "description": "Checklist of sector-specific regulatory obligations and licenses.", + "why_needed": "Ensures legal compliance.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "Data Protection & Privacy Policy", + "description": "Defines data collection, use, storage, and user rights.", + "why_needed": "Required for compliance with privacy laws.", + "risk_if_missing": "Data breaches and penalties.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Funding Term Sheet", + "description": "Defines investor terms including valuation and rights.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investor misalignment.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Transfers inventions, code, and creative assets to the company.", + "why_needed": "Protects intellectual property ownership.", + "risk_if_missing": "IP disputes and loss of rights.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "Product Terms of Use", + "description": "Defines allowed and restricted product behavior.", + "why_needed": "Limits misuse and liability.", + "risk_if_missing": "Liability exposure.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime, performance metrics, and support.", + "why_needed": "Sets expectations for service delivery.", + "risk_if_missing": "Support disputes.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, billing, and ITC compliance.", + "why_needed": "Required if turnover exceeds threshold.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Internal HR policies and guidelines.", + "why_needed": "Ensures consistent workplace policies.", + "risk_if_missing": "HR inconsistency and disputes.", + "stakeholders": ["hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for external discussions.", + "why_needed": "Protects sensitive information.", + "risk_if_missing": "Data leakage.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. +[STARTUP INFORMATION] +Startup Name: GameVerse Studios +Industry/Domain: Gaming +Startup Description: Mobile gaming studio with subscription and in-app purchase monetization. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 30 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Software app +Collects User Data: yes +Type of Data Collected: gameplay behavior, personal data + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: no +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, licensing + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: VC +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: no +Operates Internationally: yes +Countries: USA, UK + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Agreement defining roles, responsibilities, equity, vesting, IP ownership, and dispute resolution.", + "why_needed": "Prevents founder disputes and formalizes ownership and governance.", + "risk_if_missing": "Conflicts, unclear ownership, legal disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-founders-002", + "name": "Equity Distribution & Shareholding Agreement", + "description": "Defines equity split, share classes, vesting schedule, and dilution mechanisms.", + "why_needed": "Ensures clarity of ownership and rights.", + "risk_if_missing": "Equity conflicts and investor issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Contract covering employment terms, IP assignment, confidentiality, and termination.", + "why_needed": "Protects employer rights.", + "risk_if_missing": "IP loss and HR disputes.", + "stakeholders": ["employees", "hr"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-hr-002", + "name": "ESOP Policy & Grant Letter", + "description": "Documentation for employee stock options including vesting and grant rules.", + "why_needed": "Required to issue ESOP legally.", + "risk_if_missing": "Invalid compensation grants.", + "stakeholders": ["employees", "founders"], + "priority": "medium", + "category": "hr" + }, + { + "id": "doc-clients-001", + "name": "Master Service Agreement", + "description": "Defines service terms, obligations, SLA, pricing, and liability.", + "why_needed": "Prevents disputes with clients.", + "risk_if_missing": "Unpaid invoices and disputes.", + "stakeholders": ["clients", "sales"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-vendors-001", + "name": "Vendor Agreement", + "description": "Agreement covering supply terms, deliverables, quality checks, and warranties.", + "why_needed": "Ensures supply chain reliability.", + "risk_if_missing": "Operational disruption.", + "stakeholders": ["vendors", "operations"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "doc-compliance-001", + "name": "Regulatory Compliance Checklist", + "description": "Checklist of sector-specific regulatory obligations and licenses.", + "why_needed": "Ensures legal compliance.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-compliance-002", + "name": "Data Protection & Privacy Policy", + "description": "Defines data collection, use, storage, and user rights.", + "why_needed": "Required for compliance with privacy laws.", + "risk_if_missing": "Data breaches and penalties.", + "stakeholders": ["compliance", "product"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Funding Term Sheet", + "description": "Defines investor terms including valuation and rights.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investor misalignment.", + "stakeholders": ["founders", "investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-ip-001", + "name": "IP Assignment Agreement", + "description": "Transfers inventions, code, and creative assets to the company.", + "why_needed": "Protects intellectual property ownership.", + "risk_if_missing": "IP disputes and loss of rights.", + "stakeholders": ["founders", "employees"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-product-001", + "name": "Product Terms of Use", + "description": "Defines allowed and restricted product behavior.", + "why_needed": "Limits misuse and liability.", + "risk_if_missing": "Liability exposure.", + "stakeholders": ["product", "clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-product-002", + "name": "Service Level Agreement", + "description": "Specifies uptime, performance metrics, and support.", + "why_needed": "Sets expectations for service delivery.", + "risk_if_missing": "Support disputes.", + "stakeholders": ["product", "clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration & Invoicing", + "description": "Documentation for GST registration, billing, and ITC compliance.", + "why_needed": "Required if turnover exceeds threshold.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance", "compliance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-001", + "name": "Employee Handbook", + "description": "Internal HR policies and guidelines.", + "why_needed": "Ensures consistent workplace policies.", + "risk_if_missing": "HR inconsistency and disputes.", + "stakeholders": ["hr"], + "priority": "low", + "category": "hr" + }, + { + "id": "opt-002", + "name": "Non-Disclosure Agreement", + "description": "Confidentiality agreement for external discussions.", + "why_needed": "Protects sensitive information.", + "risk_if_missing": "Data leakage.", + "stakeholders": ["founders", "legal"], + "priority": "low", + "category": "compliance" + } + ] +}""" +}, +{ + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: GreenRoute Logistics AI +Industry/Domain: Logistics / AI +Startup Description: AI-powered route optimization and fleet emissions tracking platform. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 24 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS +Collects User Data: yes +Type of Data Collected: route data, fleet telemetry, driver performance, personal data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, licensing + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: logistics +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply (physical products / digital services / both): digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines roles, responsibilities and equity split.", + "why_needed": "Prevents disputes between founders.", + "risk_if_missing": "Unresolved conflicts and equity confusion.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-hr-001", + "name": "Employment Agreement", + "description": "Defines employment terms and confidentiality.", + "why_needed": "Protects the startup from HR disputes.", + "risk_if_missing": "IP loss and employee conflicts.", + "stakeholders": ["employees"], + "priority": "high", + "category": "hr" + }, + { + "id": "doc-product-001", + "name": "SaaS Terms of Use", + "description": "Usage rules for route optimization software.", + "why_needed": "Limits legal liability for service misuse.", + "risk_if_missing": "Customer claims and legal exposure.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Logistics Compliance Checklist", + "description": "Regulatory checklist for fleet and data handling.", + "why_needed": "Ensures transport compliance.", + "risk_if_missing": "Penalties and operational restrictions.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-gst-001", + "name": "GST Registration Documents", + "description": "Covers GST filing and invoicing.", + "why_needed": "Mandatory for SaaS businesses over threshold.", + "risk_if_missing": "GST penalties and blocked ITC.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-logistics-001", + "name": "Driver Data Consent Form", + "description": "Consent for collecting driver performance and telemetry data.", + "why_needed": "Ensures legally compliant data usage.", + "risk_if_missing": "Privacy complaints and penalties.", + "stakeholders": ["drivers"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-logistics-002", + "name": "Fleet Safety SOP", + "description": "Operational guidelines for fleet safety.", + "why_needed": "Reduces risk in logistics operations.", + "risk_if_missing": "Higher accident and liability risk.", + "stakeholders": ["operations"], + "priority": "low", + "category": "product" + } + ] + }""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: CureLink Remote Care +Industry/Domain: HealthTech +Startup Description: Remote patient monitoring and chronic care management platform. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 33 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Platform +Collects User Data: yes +Type of Data Collected: medical vitals, personal data, sensor data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: health +Operates Internationally: yes +Countries: India, UK + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-health-001", + "name": "Clinical Data Compliance Checklist", + "description": "Checklist for handling PHI, medical data and sensor data.", + "why_needed": "Essential for health data compliance.", + "risk_if_missing": "Legal and clinical penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-product-001", + "name": "Platform Terms of Use", + "description": "Defines remote care platform usage rules.", + "why_needed": "Reduces liability related to clinical advice.", + "risk_if_missing": "User disputes and liability issues.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-ip-001", + "name": "Patent Filing Plan", + "description": "Defines documentation for device algorithms.", + "why_needed": "Protects algorithmic innovation.", + "risk_if_missing": "Loss of competitive advantage.", + "stakeholders": ["founders"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-finance-001", + "name": "Series A Term Sheet", + "description": "Defines investor terms and valuation.", + "why_needed": "Required for investment round.", + "risk_if_missing": "Investor negotiation issues.", + "stakeholders": ["investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-gst-001", + "name": "GST Documentation", + "description": "Covers GST for SaaS exports.", + "why_needed": "Legal compliance.", + "risk_if_missing": "GST penalties.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-health-001", + "name": "Telemedicine Consent Form", + "description": "Collects patient consent for remote monitoring.", + "why_needed": "Required for telehealth compliance.", + "risk_if_missing": "Patient disputes and legal violations.", + "stakeholders": ["patients"], + "priority": "high", + "category": "compliance" + }, + { + "id": "opt-health-002", + "name": "Clinical Risk Disclosure", + "description": "Informs users about limitations of remote medical evaluation.", + "why_needed": "Prevents medical liability.", + "risk_if_missing": "Higher legal exposure and patient claims.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "product" + } + ] + }""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: ByteCart Social Commerce +Industry/Domain: Social Commerce / E-commerce +Startup Description: AI-powered social-selling platform enabling creators to run micro-stores. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 17 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Platform +Collects User Data: yes +Type of Data Collected: shopping behavior, personal data, order history + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: MVP +Fundraising Plans: yes +Funding Type: Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: no +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines roles and equity ownership.", + "why_needed": "Prevents founder conflicts.", + "risk_if_missing": "Equity disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Marketplace Terms of Use", + "description": "Defines rules for buyers and creators.", + "why_needed": "Protects platform from misuse.", + "risk_if_missing": "Fraud and user disputes.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "E-commerce Compliance Checklist", + "description": "Covers IT rules, return norms, and disclosures.", + "why_needed": "Ensures compliance with e-commerce rules.", + "risk_if_missing": "Regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-gst-001", + "name": "GST Online Marketplace Registration", + "description": "GST documentation for marketplace operators.", + "why_needed": "Mandatory for e-commerce facilitators.", + "risk_if_missing": "Blocked ITC and penalties.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-ecom-001", + "name": "Creator Onboarding Agreement", + "description": "Contract for micro-store owners on the platform.", + "why_needed": "Clarifies rights and commissions.", + "risk_if_missing": "Commission disputes.", + "stakeholders": ["vendors"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "opt-ecom-002", + "name": "Refund & Return Policy", + "description": "Defines return timelines and conditions.", + "why_needed": "Reduces consumer complaints.", + "risk_if_missing": "High refund disputes and non-compliance.", + "stakeholders": ["clients"], + "priority": "low", + "category": "clients" + } + ] + }""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: SynThera BioLabs +Industry/Domain: Biotechnology / Pharma +Startup Description: AI-assisted drug discovery platform focused on peptide therapeutics. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 42 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: AI model/service +Collects User Data: no +Type of Data Collected: null + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, licensing + +[FINANCIALS & FUNDING] +Startup Stage: Validation / MVP +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: pharma +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines equity and research ownership.", + "why_needed": "Avoids disputes in deep-tech IP.", + "risk_if_missing": "Co-ownership conflicts.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-ip-001", + "name": "Patent Filing Strategy", + "description": "Plan for peptide drug IP filings.", + "why_needed": "Protects proprietary research.", + "risk_if_missing": "Competitors copying discoveries.", + "stakeholders": ["legal"], + "priority": "high", + "category": "ip" + }, + { + "id": "doc-compliance-001", + "name": "Pharma R&D Compliance Checklist", + "description": "Covers biosafety, lab certifications and chemical handling.", + "why_needed": "Ensures safe and legal biotech operations.", + "risk_if_missing": "Regulatory shutdown and fines.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-product-001", + "name": "AI Model Licensing Agreement", + "description": "Licenses drug-discovery AI to pharma partners.", + "why_needed": "Defines usage rights and restrictions.", + "risk_if_missing": "IP misuse and revenue loss.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "doc-gst-001", + "name": "GST Registration Documents", + "description": "GST paperwork for AI research services.", + "why_needed": "Tax compliance for service exports.", + "risk_if_missing": "GST liabilities.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-bio-001", + "name": "Biosafety SOP", + "description": "Operational guidelines for handling chemicals and biological materials.", + "why_needed": "Ensures safe lab operations.", + "risk_if_missing": "Lab accidents and legal liabilities.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-bio-002", + "name": "Research Collaboration Agreement", + "description": "Defines IP ownership in joint experiments.", + "why_needed": "Prevents disputes with research partners.", + "risk_if_missing": "IP leakage and co-ownership disputes.", + "stakeholders": ["partners"], + "priority": "low", + "category": "ip" + } + ] + }""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: OrbitEdge Satellite Analytics +Industry/Domain: SpaceTech / Analytics +Startup Description: Satellite data processing platform providing climate and agricultural insights. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 26 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: AI model/service +Collects User Data: no +Type of Data Collected: null + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, patents + +[FINANCIALS & FUNDING] +Startup Stage: Validation / MVP +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: aerospace +Operates Internationally: yes +Countries: USA, Germany + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold: yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response":""" { + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Outlines roles, ownership, and decision-making rules.", + "why_needed": "Prevents disputes and aligns founders.", + "risk_if_missing": "Co-founder conflicts and legal uncertainty.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-compliance-001", + "name": "SpaceTech Regulatory Compliance Checklist", + "description": "Covers satellite data usage laws, ITU rules, and BIS standards.", + "why_needed": "SpaceTech requires strict compliance adherence.", + "risk_if_missing": "Severe penalties and operating restrictions.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-product-001", + "name": "AI Analytics Licensing Agreement", + "description": "Defines usage terms for satellite-derived analytics.", + "why_needed": "Protects proprietary algorithms.", + "risk_if_missing": "Unauthorized use of analytics data.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-ip-001", + "name": "Patent Strategy Document", + "description": "Protects unique data processing pipelines.", + "why_needed": "Ensures exclusivity of proprietary AI techniques.", + "risk_if_missing": "Loss of technical differentiation.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "GST documents required for service exports.", + "why_needed": "Accurate GST filings and ITC claims.", + "risk_if_missing": "International GST filing issues.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-space-001", + "name": "Satellite Data Usage Policy", + "description": "Defines permitted use of satellite images.", + "why_needed": "Prevents misuse of sensitive geospatial data.", + "risk_if_missing": "Regulatory violations.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-space-002", + "name": "International Data Transfer SOP", + "description": "Standard procedure for cross-border analytics data.", + "why_needed": "Ensures lawful data movement.", + "risk_if_missing": "Breach of international regulations.", + "stakeholders": ["compliance"], + "priority": "low", + "category": "compliance" + } + ] + }""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: FreshChain Cold Logistics +Industry/Domain: Cold Chain / Supply Chain +Startup Description: Technology-driven cold storage and temperature-controlled logistics platform. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 54 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product + Platform +Collects User Data: yes +Type of Data Collected: temperature logs, delivery metrics, client data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: no +IP Needs: null + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: food +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold: yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines roles, responsibilities and ownership.", + "why_needed": "Prevents disputes.", + "risk_if_missing": "Misalignment and conflicts.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Cold Logistics Service Agreement", + "description": "Covers delivery terms, temperature guarantees and liability.", + "why_needed": "Protects from spoilage liability.", + "risk_if_missing": "Claims for damaged goods.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Food Safety & FSSAI Compliance Checklist", + "description": "Ensures cold chain operations follow FSSAI norms.", + "why_needed": "Cold storage requires strict compliance.", + "risk_if_missing": "Fines, shutdowns, food spoilage.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-gst-001", + "name": "GST Registration Documents", + "description": "Required for both services and cold storage rentals.", + "why_needed": "GST compliance for dual operations.", + "risk_if_missing": "Tax penalties.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-cold-001", + "name": "Cold Storage SOP", + "description": "Guidelines for handling temperature-sensitive shipments.", + "why_needed": "Reduces spoilage and liability.", + "risk_if_missing": "Operational failures and losses.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-cold-002", + "name": "Vendor Temperature Compliance Agreement", + "description": "Ensures third-party vendors maintain standards.", + "why_needed": "Protects cold chain integrity.", + "risk_if_missing": "Supply chain breakdown.", + "stakeholders": ["vendors"], + "priority": "low", + "category": "vendors" + } + ] + }""" +}, +{ + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: MindWave NeuroTech +Industry/Domain: Neurotechnology / Hardware +Startup Description: EEG-based wearable device for cognitive monitoring and stress analytics. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 29 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product + AI model/service +Collects User Data: yes +Type of Data Collected: EEG signals, behavioral data, personal data + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Validation / MVP +Fundraising Plans: yes +Funding Type: Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: health +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply (physical products / digital services / both): both +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Covers founder rights, duties, and equity.", + "why_needed": "Prevents ownership disputes.", + "risk_if_missing": "Misaligned expectations and conflict.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Hardware Warranty Policy", + "description": "Provides warranty rules for EEG wearables.", + "why_needed": "Reduces liability for hardware failures.", + "risk_if_missing": "Consumer claims and brand damage.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Neurotech Data Compliance Checklist", + "description": "Ensures EEG and personal data is collected lawfully.", + "why_needed": "Neurodata is sensitive and regulated.", + "risk_if_missing": "Privacy violations and penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Patent Filing Plan", + "description": "Protects EEG hardware and signal-processing algorithms.", + "why_needed": "Secures proprietary neurotech IP.", + "risk_if_missing": "Competitor imitation.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for selling devices and digital services.", + "why_needed": "GST compliance across product categories.", + "risk_if_missing": "Tax penalties and blocked ITC.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-neuro-001", + "name": "Medical Device Handling SOP", + "description": "Standard procedure for device testing and calibration.", + "why_needed": "Ensures device reliability.", + "risk_if_missing": "Faulty device performance.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-neuro-002", + "name": "User Data Consent Form", + "description": "Obtains user consent for EEG data collection.", + "why_needed": "Essential for legal neurodata processing.", + "risk_if_missing": "Privacy compliance violations.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] + }""" +}, +{ + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: AquaFlow Smart Water Systems +Industry/Domain: WaterTech / IoT +Startup Description: IoT-enabled smart meters to track household water usage and detect leakage. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 22 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product + SaaS +Collects User Data: yes +Type of Data Collected: water consumption logs, device telemetry, personal data + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: no +IP Needs: null + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: utilities +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold: yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces: yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Clarifies founder ownership and obligations.", + "why_needed": "Prevents disputes.", + "risk_if_missing": "Misaligned responsibilities.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "IoT Device Warranty Policy", + "description": "Specifies warranty terms for water meters.", + "why_needed": "Protects against hardware disputes.", + "risk_if_missing": "Customer claims for defective meters.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Utility Sector Compliance Checklist", + "description": "Ensures water metering rules are followed.", + "why_needed": "Protects against regulatory action.", + "risk_if_missing": "Penalties for non-compliance.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-gst-001", + "name": "GST Documentation", + "description": "Required for selling devices and SaaS.", + "why_needed": "GST compliance.", + "risk_if_missing": "Blocked ITC and fines.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-iot-001", + "name": "Installation & Maintenance SOP", + "description": "Guidelines for installing water meters.", + "why_needed": "Ensures correct installation.", + "risk_if_missing": "Incorrect setups leading to failures.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-iot-002", + "name": "User Data Consent Form", + "description": "Obtains permission for collecting water usage data.", + "why_needed": "Compliance with privacy laws.", + "risk_if_missing": "User complaints and legal exposure.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] + }""" +}, +{ + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: CredMint SME Finance +Industry/Domain: Fintech / Lending +Startup Description: Digital lending platform offering short-term working capital loans to small businesses. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 31 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS / Financial service +Collects User Data: yes +Type of Data Collected: financial data, bank statements, GST data, personal KYC data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: no +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: finance +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold: yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines roles, governance and equity structure.", + "why_needed": "Avoids conflicts in fintech governance.", + "risk_if_missing": "Disputes over decision-making and ownership.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-compliance-001", + "name": "RBI Compliance Checklist", + "description": "Covers KYC, AML, PPI, and lending compliance rules.", + "why_needed": "Fintech lending requires strict compliance.", + "risk_if_missing": "Regulatory action, suspension, or fines.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-product-001", + "name": "Loan Agreement Template", + "description": "Defines loan terms for SME borrowers.", + "why_needed": "Prevents disputes with borrowers.", + "risk_if_missing": "Unrecoverable loans and legal conflict.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-finance-001", + "name": "Seed Term Sheet", + "description": "Defines terms with seed investors.", + "why_needed": "Necessary for fundraising.", + "risk_if_missing": "Ambiguous investor expectations.", + "stakeholders": ["investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "GST documentation for fintech SaaS services.", + "why_needed": "Mandatory for taxable supplies.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-fintech-001", + "name": "KYC & Loan Recovery SOP", + "description": "Operational guidelines for KYC checks and loan recovery steps.", + "why_needed": "Ensures process consistency.", + "risk_if_missing": "Higher fraud and defaults.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-fintech-002", + "name": "Customer Data Consent Form", + "description": "Consent for processing personal and financial data.", + "why_needed": "Required under data protection norms.", + "risk_if_missing": "Data privacy disputes.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] + }""" +}, +{ + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: MetaCraft AR Studios +Industry/Domain: AR/VR / Gaming +Startup Description: Augmented reality game studio developing location-based multiplayer games. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 37 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Software app +Collects User Data: yes +Type of Data Collected: location data, game behavior, personal data + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: no +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, licensing + +[FINANCIALS & FUNDING] +Startup Stage: Growth +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: no +Operates Internationally: yes +Countries: USA, Singapore + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold: yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Clarifies equity, responsibilities, and IP ownership.", + "why_needed": "Prevents disputes in creative studios.", + "risk_if_missing": "IP co-ownership conflicts.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Game Terms of Use", + "description": "Rules for playing AR games and using AR features.", + "why_needed": "Protects against liability from physical-world interaction.", + "risk_if_missing": "User injury claims and lawsuits.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Geo-Location Data Compliance Checklist", + "description": "Ensures proper handling of sensitive location-based data.", + "why_needed": "AR gaming tracks user movement.", + "risk_if_missing": "Severe privacy violations.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Series A Term Sheet", + "description": "Defines terms with institutional investors.", + "why_needed": "Needed for venture funding.", + "risk_if_missing": "Investment disputes.", + "stakeholders": ["investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "Covers GST for exported digital gaming services.", + "why_needed": "Required for international revenue.", + "risk_if_missing": "GST penalties and blocked refunds.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-ar-001", + "name": "Safety Disclaimer for AR Gameplay", + "description": "Users acknowledge risks of moving in the physical world while using AR.", + "why_needed": "Reduces liability risk.", + "risk_if_missing": "Injury claims and legal exposure.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "opt-ar-002", + "name": "Content Creator Licensing Agreement", + "description": "For community creators contributing AR assets.", + "why_needed": "Clarifies ownership of user-generated content.", + "risk_if_missing": "IP disputes with creators.", + "stakeholders": ["creators"], + "priority": "medium", + "category": "ip" + } + ] + }""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: AeroHarvest Crop Drones +Industry/Domain: AgriTech / DroneTech +Startup Description: Drone-based crop health monitoring and pesticide spraying automation. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 19 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product + SaaS +Collects User Data: yes +Type of Data Collected: farmland imagery, crop data, user profiles + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B), Individuals (B2C) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents + +[FINANCIALS & FUNDING] +Startup Stage: MVP +Fundraising Plans: yes +Funding Type: Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: yes (aviation) +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold: yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines co-founder roles and equity.", + "why_needed": "Prevents disputes during scaling.", + "risk_if_missing": "Co-founder conflict and unclear ownership.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-compliance-001", + "name": "Drone Aviation Compliance Checklist", + "description": "Ensures compliance with DGCA drone regulations.", + "why_needed": "Drone operations are strictly regulated.", + "risk_if_missing": "Penalties, license cancellation, or seizure.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-product-001", + "name": "Drone Service Agreement", + "description": "Defines terms for drone spraying and imaging services.", + "why_needed": "Clarifies liability for crop damage or failed missions.", + "risk_if_missing": "Legal disputes with farmers and agribusinesses.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-ip-001", + "name": "Patent Filing Strategy", + "description": "Documents IP filing for drone imaging algorithms.", + "why_needed": "Protects proprietary drone technology.", + "risk_if_missing": "IP theft or duplication by competitors.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration Documents", + "description": "GST filings for drone hardware and SaaS platform.", + "why_needed": "Mandatory for taxable supply of goods and services.", + "risk_if_missing": "GST penalties and ITC issues.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-drone-001", + "name": "Flight Safety SOP", + "description": "Standard operating procedures for safe drone flights.", + "why_needed": "Ensures operator and bystander safety.", + "risk_if_missing": "Accidents and legal exposure.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-drone-002", + "name": "Farmland Data Consent Form", + "description": "Consent form for capturing aerial data over private fields.", + "why_needed": "Required to avoid privacy and property disputes.", + "risk_if_missing": "Farmer complaints and legal claims.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] + }""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: SentinelGuard SOC +Industry/Domain: Cybersecurity / SaaS +Startup Description: AI-driven Security Operations Center platform providing threat detection and automated incident response. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 44 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS +Collects User Data: yes +Type of Data Collected: network logs, device metadata, behavioral risk profiles + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: yes (cybersecurity) +Operates Internationally: yes +Countries: Singapore, UAE + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold: yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} +""", + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines equity, responsibilities, and decision-making.", + "why_needed": "Avoids disputes during scale-up.", + "risk_if_missing": "Misalignment between founders.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-compliance-001", + "name": "Cybersecurity Compliance Checklist", + "description": "Covers CERT-In, ISO 27001, SOC2, and data protection norms.", + "why_needed": "Critical for cybersecurity operations.", + "risk_if_missing": "High regulatory penalties and trust loss.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-product-001", + "name": "SOC Service Agreement", + "description": "Defines detection scope, response SLAs, and responsibilities.", + "why_needed": "Clarifies obligations during security incidents.", + "risk_if_missing": "Customer lawsuits after cyber breaches.", + "stakeholders": ["clients"], + "priority": "high", + "category": "clients" + }, + { + "id": "doc-finance-001", + "name": "Series A Term Sheet", + "description": "Defines terms for institutional funding.", + "why_needed": "Required for fundraising.", + "risk_if_missing": "Investment conflicts.", + "stakeholders": ["investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "Covers GST for cybersecurity SaaS exports.", + "why_needed": "Enables lawful cross-border service taxation.", + "risk_if_missing": "Blocked GST refunds.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-cyber-001", + "name": "Incident Response SOP", + "description": "Detailed process for responding to cyber incidents.", + "why_needed": "Improves operational readiness.", + "risk_if_missing": "Slower response to breaches.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-cyber-002", + "name": "Data Processing Addendum (DPA)", + "description": "Defines data roles and responsibilities between SOC and clients.", + "why_needed": "Required for global data compliance.", + "risk_if_missing": "Privacy violations and client conflict.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] + }""" +}, +{ + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: SolarVista Energy Intelligence +Industry/Domain: CleanTech / Renewable Energy +Startup Description: AI-powered solar energy forecasting and plant performance analytics platform. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 27 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS / Analytics +Collects User Data: yes +Type of Data Collected: energy output logs, weather data, panel telemetry, client details + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, licensing + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: energy +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply (physical products / digital services / both): digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines equity, roles, and governance structure.", + "why_needed": "Prevents disputes in strategic energy operations.", + "risk_if_missing": "Ownership conflicts and misalignment.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Energy Analytics Service Agreement", + "description": "Defines performance metrics, uptime, and disclaimers for energy predictions.", + "why_needed": "Protects the company from liability related to inaccurate forecasts.", + "risk_if_missing": "Customer disputes due to energy losses.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Renewable Energy Compliance Checklist", + "description": "Ensures compliance with energy data handling and environmental reporting norms.", + "why_needed": "Energy analytics requires regulatory adherence.", + "risk_if_missing": "Penalties from regulatory authorities.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Software Licensing Agreement", + "description": "Protects proprietary forecasting algorithms.", + "why_needed": "Ensures clients cannot misuse or resell the technology.", + "risk_if_missing": "Algorithm theft and revenue leakage.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for SaaS-based energy services.", + "why_needed": "Ensures tax compliance.", + "risk_if_missing": "GST penalties and blocked credits.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-energy-001", + "name": "Energy Plant Data Consent Form", + "description": "Allows lawful collection of plant performance and telemetry data.", + "why_needed": "Required to avoid data ownership disputes.", + "risk_if_missing": "Client complaints and legal exposure.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-energy-002", + "name": "Sensor Installation & Calibration SOP", + "description": "Operational guidelines for hardware setup at solar plants.", + "why_needed": "Ensures accurate data generation.", + "risk_if_missing": "Faulty readings and performance disputes.", + "stakeholders": ["operations"], + "priority": "low", + "category": "product" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: SkillForge Learning Hub +Industry/Domain: EdTech / Skill Development +Startup Description: Interactive learning platform offering AI-personalized job-oriented courses and certifications. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 34 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Platform +Collects User Data: yes +Type of Data Collected: learning behavior, personal data, assessment scores + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: education +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines founder responsibilities, shares, and roles.", + "why_needed": "Prevents disputes during scaling.", + "risk_if_missing": "Equity and role misalignment issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Platform Terms of Use", + "description": "Defines rules for users and learners.", + "why_needed": "Protects platform from misuse or illegal content.", + "risk_if_missing": "User disputes and liability exposure.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "EdTech Compliance Checklist", + "description": "Covers educational content policies, exam integrity, and data handling.", + "why_needed": "Ensures lawful operations in education sector.", + "risk_if_missing": "Regulatory action or content takedowns.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Content Licensing Agreement", + "description": "Defines IP rights for course creators and instructors.", + "why_needed": "Prevents disputes over course ownership.", + "risk_if_missing": "IP leaks and plagiarism issues.", + "stakeholders": ["vendors"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for EdTech digital services billing.", + "why_needed": "Necessary for tax compliance.", + "risk_if_missing": "GST penalties for non-compliance.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-edtech-001", + "name": "Instructor Partnership Agreement", + "description": "Defines payout, course ownership, and obligations.", + "why_needed": "Ensures transparency with instructors.", + "risk_if_missing": "Payout disputes and IP issues.", + "stakeholders": ["vendors"], + "priority": "medium", + "category": "vendors" + }, + { + "id": "opt-edtech-002", + "name": "Student Data Consent Form", + "description": "Collects consent for analyzing learning patterns.", + "why_needed": "Complies with data privacy rules.", + "risk_if_missing": "Data misuse complaints.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] +}""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: RoboForge Automation Systems +Industry/Domain: ManufacturingTech / Robotics +Startup Description: Robotics-driven automated assembly line platform for SMEs, enabling precision manufacturing. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 48 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product + SaaS +Collects User Data: yes +Type of Data Collected: machine telemetry, production metrics, maintenance logs + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Growth +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: manufacturing +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines equity, responsibilities, and decision-making rights.", + "why_needed": "Prevents governance challenges in manufacturing ops.", + "risk_if_missing": "Conflicts during scale-up and fundraising.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Robotics Installation & Service Agreement", + "description": "Covers deployment, maintenance, liability, and performance expectations.", + "why_needed": "Ensures clarity for robotics installation in factories.", + "risk_if_missing": "Liability claims for hardware malfunctions.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Industrial Safety Compliance Checklist", + "description": "Documents OSHA-equivalent standards and machinery safety.", + "why_needed": "Manufacturing involves strict safety regulations.", + "risk_if_missing": "Shutdowns due to safety violations.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Patent Filing Strategy", + "description": "Protects robotics designs and automation algorithms.", + "why_needed": "Ensures competitors cannot copy proprietary robotics.", + "risk_if_missing": "IP theft and reduced market advantage.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration Documents", + "description": "GST compliance for both robotics hardware and SaaS platform.", + "why_needed": "For correct billing and ITC usage.", + "risk_if_missing": "Fines and blocked tax credits.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-robotics-001", + "name": "Machine Operation SOP", + "description": "Standard operating procedures for using installed robotics.", + "why_needed": "Reduces accidents and ensures repeatable processes.", + "risk_if_missing": "Operational downtime and accidents.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-robotics-002", + "name": "Factory Data Consent Agreement", + "description": "Allows secure collection of machine usage data.", + "why_needed": "Required for SaaS analytics features.", + "risk_if_missing": "Data ownership disputes with factories.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: ChargeSphere EV Grid +Industry/Domain: EV Infrastructure / Energy Mobility +Startup Description: Nationwide network of smart EV charging stations with real-time availability tracking. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 61 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product + Platform +Collects User Data: yes +Type of Data Collected: charging logs, energy usage, payment data, personal data + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C), Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: no +IP Needs: null + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series B +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: energy +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Documents founder roles, equity, and governance.", + "why_needed": "Required for investor due diligence.", + "risk_if_missing": "Disputes among founders.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "EV Charging Service Agreement", + "description": "Defines usage, pricing, and liability for charging services.", + "why_needed": "Protects the company in case of station misuse.", + "risk_if_missing": "Customer claims for energy overcharge or downtime.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Energy Infrastructure Compliance Checklist", + "description": "Ensures compliance with charging infrastructure and electrical safety standards.", + "why_needed": "EV stations must follow electrical and safety laws.", + "risk_if_missing": "Fines, shutdown, or liability for accidents.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-finance-001", + "name": "Series B Term Sheet", + "description": "Defines investor rights and valuation for growth funding.", + "why_needed": "Necessary for raising Series B capital.", + "risk_if_missing": "Investment disputes and delays.", + "stakeholders": ["investors"], + "priority": "medium", + "category": "finance" + }, + { + "id": "doc-gst-001", + "name": "GST Registration Documents", + "description": "Covers GST filings for energy supply and charging services.", + "why_needed": "Required for tax compliance.", + "risk_if_missing": "GST penalties and blocked ITC.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-ev-001", + "name": "Charging Station Safety SOP", + "description": "Operational guidelines for safe handling of charging equipment.", + "why_needed": "Prevents accidents and equipment damage.", + "risk_if_missing": "Higher safety incidents.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-ev-002", + "name": "Energy Usage Data Consent Form", + "description": "Obtains user consent for storing charging history and location data.", + "why_needed": "Required to comply with data laws.", + "risk_if_missing": "Data privacy issues.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: LawFlow Contracts AI +Industry/Domain: LegalTech / SaaS +Startup Description: AI-driven contract automation and workflow platform for law firms and enterprises. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 21 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS +Collects User Data: yes +Type of Data Collected: contract drafts, client metadata, legal workflow data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: no +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, licensing + +[FINANCIALS & FUNDING] +Startup Stage: MVP +Fundraising Plans: yes +Funding Type: Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: legal +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Covers equity, responsibilities, and IP ownership.", + "why_needed": "Prevents long-term disputes in a legal product startup.", + "risk_if_missing": "IP ownership conflicts and governance issues.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "SaaS Subscription Agreement", + "description": "Defines pricing, access rights, and usage restrictions for legal workflow tools.", + "why_needed": "Reduces liability and clarifies service scope.", + "risk_if_missing": "Client misuse and legal exposure.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Legal Data Compliance Checklist", + "description": "Ensures the platform processes confidential legal data securely.", + "why_needed": "LegalTech requires strict confidentiality systems.", + "risk_if_missing": "Confidentiality breaches and legal disputes.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Software Licensing Framework", + "description": "Defines IP rights for contract templates and AI models.", + "why_needed": "Protects proprietary legal automation IP.", + "risk_if_missing": "Unauthorized redistribution by clients.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for SaaS subscription billing.", + "why_needed": "Ensures lawful tax collection on digital services.", + "risk_if_missing": "GST penalties and compliance issues.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-legal-001", + "name": "Confidentiality & Ethics Policy", + "description": "Internal policy guiding legal data handling.", + "why_needed": "Protects sensitive client data.", + "risk_if_missing": "Data mishandling incidents.", + "stakeholders": ["employees"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-legal-002", + "name": "Template Licensing Agreement", + "description": "Defines ownership of legal templates uploaded by law firms.", + "why_needed": "Avoids future template ownership disputes.", + "risk_if_missing": "IP conflict between firms and startup.", + "stakeholders": ["clients"], + "priority": "low", + "category": "ip" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: KitchNet Automation Hub +Industry/Domain: FoodTech / Kitchen Robotics +Startup Description: Automated cloud kitchen platform using robotic cooking stations for fast food preparation. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 57 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product + Platform +Collects User Data: yes +Type of Data Collected: order logs, machine performance data, customer preferences + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, design protection + +[FINANCIALS & FUNDING] +Startup Stage: Growth +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: food +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines ownership and responsibilities between co-founders.", + "why_needed": "Critical for fast-scaling food automation companies.", + "risk_if_missing": "Disputes during scaling or fundraising.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Kitchen Robotics Service Agreement", + "description": "Defines robot installation terms and food safety responsibilities.", + "why_needed": "Cloud kitchens require strict accountability.", + "risk_if_missing": "Liability for equipment-caused food safety issues.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "FSSAI Robotics Kitchen Compliance Checklist", + "description": "Ensures food safety standards are met with automated appliances.", + "why_needed": "FoodTech automation must comply with FSSAI.", + "risk_if_missing": "Penalties, license suspension, or operational shutdowns.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Robotics Patent Filing Strategy", + "description": "Protects automation hardware and cooking algorithms.", + "why_needed": "Secures competitive advantage.", + "risk_if_missing": "Copycat products by competitors.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "GST compliance for food sales and robotics leasing.", + "why_needed": "Legally required for taxable supplies.", + "risk_if_missing": "Tax non-compliance penalties.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-foodtech-001", + "name": "Food Handling SOP for Robotics", + "description": "Guidelines for preparing hygienic meals using machines.", + "why_needed": "Ensures consistency and safety.", + "risk_if_missing": "Risk of contamination and non-compliance.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-foodtech-002", + "name": "Kitchen Vendor Onboarding Agreement", + "description": "Defines terms with raw material suppliers.", + "why_needed": "Ensures sourcing consistency.", + "risk_if_missing": "Quality issues and supply disputes.", + "stakeholders": ["vendors"], + "priority": "low", + "category": "vendors" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: SurgiBot Precision Systems +Industry/Domain: MedTech / Surgical Robotics +Startup Description: Robotic-assisted minimally invasive surgical platform for hospitals and specialty clinics. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 72 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product + Software +Collects User Data: yes +Type of Data Collected: surgical telemetry, device performance, patient anonymized data + +[CUSTOMERS & PARTNERS] +Target Customers: Hospitals (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents + +[FINANCIALS & FUNDING] +Startup Stage: Growth +Fundraising Plans: yes +Funding Type: Series B +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: health +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines equity, decision-making, and ownership of medical robotic IP.", + "why_needed": "Prevents future disputes in a highly regulated sector.", + "risk_if_missing": "Conflicts during clinical trials or approvals.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Surgical Robotics Deployment Agreement", + "description": "Covers installation, maintenance, training, and risk-sharing terms.", + "why_needed": "Hospitals require strict operational commitments.", + "risk_if_missing": "Hospital claims for surgical errors or failures.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Medical Device Regulatory Compliance Checklist", + "description": "Ensures compliance with CDSCO, biomedical device rules, and safety approvals.", + "why_needed": "Required for operating medical robotics in India.", + "risk_if_missing": "Product bans, recalls, or fines.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Patent Filing Plan", + "description": "Covers mechanical designs, sensors, and surgical algorithms.", + "why_needed": "Protects IP against global competitors.", + "risk_if_missing": "Loss of competitive advantage.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Applicable for robotic hardware supply and software licensing.", + "why_needed": "Ensures tax compliance.", + "risk_if_missing": "GST penalties and blocked ITC.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-medtech-001", + "name": "Hospital Training SOP", + "description": "Provides guidelines for surgeons and staff to use the robotic system.", + "why_needed": "Reduces risk of misuse during surgeries.", + "risk_if_missing": "Increased complications or legal claims.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-medtech-002", + "name": "Patient Data Consent Form", + "description": "Covers data collection rules for anonymized surgical data.", + "why_needed": "Required for lawful storage of medical telemetry.", + "risk_if_missing": "Patient privacy violations.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: CarbonSight Emissions Cloud +Industry/Domain: ClimateTech / Carbon Analytics +Startup Description: Enterprise platform for automated carbon footprint tracking, report generation, and compliance benchmarking. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 38 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS / Analytics +Collects User Data: yes +Type of Data Collected: operational emissions data, utility bills, energy logs, personal metadata + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: no +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: environment +Operates Internationally: yes +Countries: EU, UK + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines co-founder equity, responsibilities, and long-term rights.", + "why_needed": "Prevents governance disputes.", + "risk_if_missing": "Misalignment and co-founder conflict.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Carbon Analytics Service Agreement", + "description": "Defines responsibility for emissions calculations and data accuracy.", + "why_needed": "Carbon reporting impacts compliance filings.", + "risk_if_missing": "Liability for inaccurate corporate sustainability reporting.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Environmental Data Compliance Checklist", + "description": "Ensures compliance with EU, UK, and Indian sustainability reporting norms.", + "why_needed": "CarbonTech deals with regulated environmental data.", + "risk_if_missing": "Cross-border penalties or compliance failures.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Software Licensing Agreement", + "description": "Protects algorithms for carbon emissions scoring.", + "why_needed": "Ensures clients cannot redistribute proprietary analytics models.", + "risk_if_missing": "IP leakage.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "Enables exports of digital compliance services.", + "why_needed": "Required for international B2B billing.", + "risk_if_missing": "Denied GST refunds and penalties.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-climate-001", + "name": "Sustainability Data Consent Form", + "description": "Collects consent for processing corporate sustainability data.", + "why_needed": "Reduces risk of data misuse claims.", + "risk_if_missing": "Client disputes over data access.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-climate-002", + "name": "Emission Calculation SOP", + "description": "Defines methodologies for calculating carbon footprint.", + "why_needed": "Ensures uniform and standardized calculations.", + "risk_if_missing": "Inaccurate emission scoring.", + "stakeholders": ["operations"], + "priority": "low", + "category": "product" + } + ] +}""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: OrbitalWatch Debris Tracker +Industry/Domain: SpaceTech / Space Safety +Startup Description: Satellite-based debris tracking and collision alert platform for commercial satellite operators. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 41 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS / Space Data Platform +Collects User Data: yes +Type of Data Collected: satellite orbits, telemetry metadata, operator usage data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B), Government +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: aerospace +Operates Internationally: yes +Countries: USA, EU + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines equity ownership and space-tech IP rights.", + "why_needed": "Prevents disputes during aerospace IP development.", + "risk_if_missing": "Co-founder conflicts regarding orbital data IP.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Space Data Service Agreement", + "description": "Defines access rules, safety disclaimers, and accuracy limits for orbital predictions.", + "why_needed": "Space collision alerts involve regulatory and safety risks.", + "risk_if_missing": "Exposure to liability for inaccurate alerts.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Aerospace Regulatory Compliance Checklist", + "description": "Ensures compliance with ISRO, international orbital data laws, and space situational awareness standards.", + "why_needed": "Space data sharing is regulated internationally.", + "risk_if_missing": "Sanctions or data-sharing restrictions.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Patent & Software Protection Plan", + "description": "Protects tracking algorithms and geospatial analytics engine.", + "why_needed": "Secures competitive advantage in space analytics.", + "risk_if_missing": "IP theft or reverse engineering.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "Covers GST compliance for cross-border satellite data services.", + "why_needed": "Required for global B2B billing.", + "risk_if_missing": "Blocked GST refunds and penalties.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-space-001", + "name": "Satellite Operator Data Consent Form", + "description": "Captures consent for sharing satellite orbit information.", + "why_needed": "Space datasets involve sensitive orbital telemetry.", + "risk_if_missing": "International compliance disputes.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-space-002", + "name": "Collision Scenario SOP", + "description": "Defines internal steps for verifying debris alerts.", + "why_needed": "Improves accuracy and reduces false alarms.", + "risk_if_missing": "Client trust issues and incorrect alerts.", + "stakeholders": ["operations"], + "priority": "low", + "category": "product" + } + ] +}""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: GeneMatrix BioCompute +Industry/Domain: Bioinformatics / Genomics +Startup Description: Cloud-based genomic analytics platform for research institutions and biotech companies. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 29 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS / Research Platform +Collects User Data: yes +Type of Data Collected: genomic sequences, biological datasets, user research metadata + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B), Research Institutions +Works With Vendors: no +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: MVP +Fundraising Plans: yes +Funding Type: Grant + Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: biotech +Operates Internationally: yes +Countries: USA, UK + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply (physical products / digital services / both): digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Details governance and ownership of genomic analytic IP.", + "why_needed": "Crucial in highly sensitive biotech environments.", + "risk_if_missing": "IP ownership conflicts and research disputes.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Genomic Data Processing Agreement", + "description": "Defines data handling obligations for genomic datasets.", + "why_needed": "Genomic data is extremely sensitive and regulated.", + "risk_if_missing": "Violations under genomic data protection norms.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Biotech Data Compliance Checklist", + "description": "Ensures compliance with biomedical data and cross-border transfer rules.", + "why_needed": "International genomic data is heavily regulated.", + "risk_if_missing": "Fines, bans, or research restrictions.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Software Licensing Agreement", + "description": "Defines usage rules for the genomic analytics engine.", + "why_needed": "Prevents unauthorized replication of algorithms.", + "risk_if_missing": "Algorithm theft and competitive risk.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "Needed for digital exports to research labs abroad.", + "why_needed": "Required for filing zero-rated exports.", + "risk_if_missing": "Loss of tax credit and compliance issues.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-genomics-001", + "name": "Genomic Consent Declaration", + "description": "Ensures lawful processing of genome-derived datasets.", + "why_needed": "Essential for human biological sample data.", + "risk_if_missing": "Ethical violations and legal exposure.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-genomics-002", + "name": "Research Collaboration Agreement", + "description": "Defines IP ownership in joint R&D.", + "why_needed": "Ensures clarity in multi-party genome studies.", + "risk_if_missing": "Disputes over research outcomes.", + "stakeholders": ["research partners"], + "priority": "low", + "category": "ip" + } + ] +}""" +}, +{ + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: BlueDepth Marine Robotics +Industry/Domain: OceanTech / Marine Robotics +Startup Description: Autonomous underwater robots for marine surveying, pipeline inspection, and ocean mapping. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 33 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Physical product + Data Analytics +Collects User Data: yes +Type of Data Collected: underwater imagery, sonar scans, pipeline integrity data, operator logs + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B), Government +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: maritime +Operates Internationally: yes +Countries: UAE, Singapore + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): yes +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Covers equity, IP ownership, and strategic roles.", + "why_needed": "Important due to high R&D investment in robotics.", + "risk_if_missing": "Conflicts over marine robotics IP.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Marine Robotics Deployment Agreement", + "description": "Defines obligations for underwater inspections and mapping services.", + "why_needed": "Critical for liability in hazardous underwater operations.", + "risk_if_missing": "Client claims for underwater damage or failed missions.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Maritime Operations Compliance Checklist", + "description": "Documents compliance with maritime safety and underwater operation rules.", + "why_needed": "Marine robotics usage is regulated across borders.", + "risk_if_missing": "Operational bans or safety violations.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Robotics Patent Strategy", + "description": "Protects sonar mapping systems and autonomous navigation algorithms.", + "why_needed": "Ensures protection of hardware + software IP.", + "risk_if_missing": "Technology replication by competitors.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "Enables zero-rated tax filing for overseas marine surveying.", + "why_needed": "Required for cross-border revenue.", + "risk_if_missing": "GST credit issues and penalties.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-ocean-001", + "name": "Underwater Mission Safety SOP", + "description": "Defines safety guidelines for deep-water robotics missions.", + "why_needed": "Prevents accidents and equipment loss.", + "risk_if_missing": "Operational hazards or device damage.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-ocean-002", + "name": "Marine Data Consent Agreement", + "description": "Obtains approval for collecting sensitive marine floor or pipeline data.", + "why_needed": "Required when working with government and oil industries.", + "risk_if_missing": "Unauthorized data collection disputes.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: BuildSphere Smart Infra +Industry/Domain: PropTech / Building Automation +Startup Description: AI-driven building automation platform managing HVAC, energy usage, occupancy, and building safety. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 46 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Hardware + SaaS +Collects User Data: yes +Type of Data Collected: occupancy analytics, energy usage patterns, access logs + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: design protection, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: infrastructure +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines roles, responsibilities, and IP ownership in PropTech automation.", + "why_needed": "Important for long-term scaling and investor readiness.", + "risk_if_missing": "Co-founder conflict over automation IP.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Building Automation Deployment Agreement", + "description": "Covers installation, data collection rights, and maintenance terms.", + "why_needed": "Building automation affects tenant privacy and energy systems.", + "risk_if_missing": "Liability for system outages or unauthorized access.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Infrastructure Safety & Privacy Compliance Checklist", + "description": "Ensures compliance with building safety and occupancy data laws.", + "why_needed": "Smart buildings collect sensitive data.", + "risk_if_missing": "Regulatory penalties for data misuse.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "SaaS + Hardware Licensing Agreement", + "description": "Protects control panel designs and automation algorithms.", + "why_needed": "Prevents unauthorized replication.", + "risk_if_missing": "IP theft by building contractors.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Covers combined hardware and SaaS GST compliance.", + "why_needed": "Required for legal billing of automation services.", + "risk_if_missing": "Tax penalties and ITC blocks.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-proptech-001", + "name": "Tenant Data Consent Form", + "description": "Obtains consent for occupancy and access data.", + "why_needed": "Required when tracking tenant movement.", + "risk_if_missing": "Privacy complaints and regulatory violations.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-proptech-002", + "name": "Power Backup & Failover SOP", + "description": "Defines protocols during automation system failures.", + "why_needed": "Ensures building safety during outages.", + "risk_if_missing": "Unsafe building conditions.", + "stakeholders": ["operations"], + "priority": "low", + "category": "product" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: QSafe Quantum Compute Security +Industry/Domain: QuantumTech / Cybersecurity +Startup Description: Post-quantum encryption platform offering quantum-resistant data protection for enterprises. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 25 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS / Encryption Engine +Collects User Data: yes +Type of Data Collected: encrypted metadata, system logs, user access data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: no +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: MVP +Fundraising Plans: yes +Funding Type: Grant + Seed +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: cybersecurity +Operates Internationally: yes +Countries: USA, Germany + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines roles, equity, and IP ownership of quantum encryption algorithms.", + "why_needed": "Quantum IP requires strict ownership clarity.", + "risk_if_missing": "Disputes over encryption engine rights.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Quantum Encryption Service Agreement", + "description": "Defines encryption guarantees, SLAs, and security limitations.", + "why_needed": "Reduces liability for breach incidents.", + "risk_if_missing": "Possible legal claims if encryption fails.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Cybersecurity Compliance Checklist", + "description": "Ensures compliance with CERT-In and global encryption export laws.", + "why_needed": "Quantum encryption is subject to international restrictions.", + "risk_if_missing": "Sanctions or compliance violations.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Patent Documentation Plan", + "description": "Protects proprietary quantum-safe algorithms.", + "why_needed": "Maintains competitive advantage.", + "risk_if_missing": "IP theft and global competition risk.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "Enables zero-rated GST for international SaaS exports.", + "why_needed": "Required for billing global clients.", + "risk_if_missing": "Tax credit denial.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-quantum-001", + "name": "Encryption Key Handling SOP", + "description": "Defines handling procedures for cryptographic keys.", + "why_needed": "Ensures secure internal processes.", + "risk_if_missing": "High risk of key leaks or breaches.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-quantum-002", + "name": "International Data Transfer Agreement", + "description": "Covers EU and US cross-border quantum-safe data rules.", + "why_needed": "Required for global enterprise clients.", + "risk_if_missing": "Legal violations in cross-border data movement.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: MicroRoot Soil Labs +Industry/Domain: AgriBioTech / Soil Microbiology +Startup Description: AI-driven microbial soil testing platform offering actionable farm insights for crop yield optimisation. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 38 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS + Lab Testing +Collects User Data: yes +Type of Data Collected: soil microbial DNA profiles, farm location data, lab analysis logs + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C), Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, biotech methodology protection + +[FINANCIALS & FUNDING] +Startup Stage: Validation +Fundraising Plans: yes +Funding Type: Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: biotech / agriculture +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines equity, decision-making authority, and IP rights for biotech methodologies.", + "why_needed": "Biotech startups require strong IP governance.", + "risk_if_missing": "Disputes over lab methods or DNA analytics.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Soil Testing Service Agreement", + "description": "Defines service scope, sample handling, and liability limitations.", + "why_needed": "Soil testing involves biological variability.", + "risk_if_missing": "Disputes about inaccurate soil results.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "AgriBioTech Compliance Checklist", + "description": "Ensures compliance with agricultural biotech sampling and microbial data regulations.", + "why_needed": "Soil biology involves regulated bio-sampling.", + "risk_if_missing": "Regulatory violations and bans.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Biotech Methods Protection Agreement", + "description": "Protects proprietary microbial analysis techniques.", + "why_needed": "Unique analysis protocols must be safeguarded.", + "risk_if_missing": "Loss of competitive edge.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Covers both soil testing and SaaS subscription GST.", + "why_needed": "Ensures tax compliance.", + "risk_if_missing": "GST penalties or input credit denial.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-agribio-001", + "name": "Soil Sample Collection SOP", + "description": "Standardizes sampling to ensure lab accuracy.", + "why_needed": "Ensures consistent and comparable results.", + "risk_if_missing": "Incorrect sampling leads to wrong analysis.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-agribio-002", + "name": "Farm Data Consent Form", + "description": "Captures consent for storing geographic and microbial farm data.", + "why_needed": "Ensures lawful usage of farm-level biological information.", + "risk_if_missing": "Farmer disputes and privacy issues.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: StyleWeave AI Studio +Industry/Domain: FashionTech / AI Apparel Design +Startup Description: AI-powered fashion design platform generating clothing patterns, 3D previews, and production-ready CAD files for designers and apparel brands. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 22 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS / AI design engine +Collects User Data: yes +Type of Data Collected: design files, user moodboards, model images, brand specifications + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, design protection + +[FINANCIALS & FUNDING] +Startup Stage: MVP +Fundraising Plans: yes +Funding Type: Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: no +Operates Internationally: yes +Countries: USA, UK, Italy + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines IP ownership of AI fashion design algorithms.", + "why_needed": "Essential for design copyright clarity.", + "risk_if_missing": "Disputes over creative and algorithmic IP.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "AI Design SaaS Agreement", + "description": "Outlines rights to AI-generated patterns and CAD files.", + "why_needed": "Protects startup from misuse of AI-generated designs.", + "risk_if_missing": "Clients may claim IP over trained datasets.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "AI Content Compliance Checklist", + "description": "Ensures compliance for using model photos and fashion imagery.", + "why_needed": "Model images often contain personal data.", + "risk_if_missing": "Privacy breaches and copyright claims.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "AI Model Licensing Agreement", + "description": "Protects algorithms generating clothing designs.", + "why_needed": "Prevents reverse engineering.", + "risk_if_missing": "AI engine leakage and replication.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "Needed for exporting design SaaS to overseas brands.", + "why_needed": "Ensures correct tax classification.", + "risk_if_missing": "Loss of GST credit.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-fashion-001", + "name": "Design Release Form", + "description": "Captures consent for using designer-submitted moodboards in training.", + "why_needed": "Avoids future IP claims.", + "risk_if_missing": "Creative ownership disputes.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "ip" + }, + { + "id": "opt-fashion-002", + "name": "Vendor Textile Onboarding Agreement", + "description": "Defines terms for fabric and pattern vendors.", + "why_needed": "Ensures aligned production expectations.", + "risk_if_missing": "Material quality disputes.", + "stakeholders": ["vendors"], + "priority": "low", + "category": "vendors" + } + ] +}""" + }, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: SkySentinel Defence Systems +Industry/Domain: DefenceTech / Autonomous Drones +Startup Description: AI-powered autonomous surveillance drone platform for border monitoring, disaster zones, and critical infrastructure protection. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 66 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Hardware + AI Analytics +Collects User Data: yes +Type of Data Collected: aerial footage, thermal imaging, movement metadata, operator logs + +[CUSTOMERS & PARTNERS] +Target Customers: Government, Enterprises +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, design protection + +[FINANCIALS & FUNDING] +Startup Stage: Growth +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: defence +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: physical products +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Outlines defence IP ownership and co-founder responsibilities.", + "why_needed": "Defence hardware and AI systems require strict ownership clarity.", + "risk_if_missing": "Disputes over restricted technology.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Autonomous Drone Deployment Agreement", + "description": "Specifies limits and obligations for surveillance missions.", + "why_needed": "Drone operations involve high safety risks.", + "risk_if_missing": "Liability for accidents or unauthorized use.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Defence Regulatory Compliance Checklist", + "description": "Ensures adherence to defence procurement, drone rules, and restricted technology norms.", + "why_needed": "DefenceTech is highly regulated.", + "risk_if_missing": "Legal actions, blacklisting, government penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Drone Firmware & AI Patent Documentation", + "description": "Protects robotics firmware and targeting algorithms.", + "why_needed": "Critical for safeguarding sensitive defence technology.", + "risk_if_missing": "IP leaks to competitors or adversaries.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for defence-grade hardware sales.", + "why_needed": "Enables tax-compliant billing.", + "risk_if_missing": "Penalties and inability to claim ITC.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-defence-001", + "name": "Mission Safety SOP", + "description": "Defines standard protocols for drone operations in restricted zones.", + "why_needed": "Ensures safe and lawful flight operations.", + "risk_if_missing": "Operational risk and flight violations.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-defence-002", + "name": "Government Procurement Compliance Addendum", + "description": "Required for defence procurement tenders.", + "why_needed": "Enables government bidding.", + "risk_if_missing": "Disqualification from defence contracts.", + "stakeholders": ["clients"], + "priority": "low", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: WindPulse Predictive Grid +Industry/Domain: RenewableTech / Wind Energy AI +Startup Description: AI-driven predictive maintenance system for wind turbines analysing vibration, rotor torque, and environmental conditions. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 34 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: IoT + SaaS +Collects User Data: yes +Type of Data Collected: turbine telemetry, failure logs, climate impact data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: energy +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Establishes ownership of wind forecasting and turbine analytics models.", + "why_needed": "Ensures clarity of IP in energy analytics.", + "risk_if_missing": "Co-founder conflict over analytics IP.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Turbine Predictive Maintenance Agreement", + "description": "Defines monitoring obligations and operational limits.", + "why_needed": "AI predictions impact turbine safety.", + "risk_if_missing": "Claims for downtime or failed detection.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Renewable Energy Regulatory Compliance Checklist", + "description": "Ensures alignment with wind energy generation rules.", + "why_needed": "Energy sector is regulated.", + "risk_if_missing": "Fines and operational interruptions.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Predictive Model IP Protection Plan", + "description": "Covers patents for vibration analytics and failure prediction.", + "why_needed": "Prevents duplication by competitors.", + "risk_if_missing": "Loss of competitive advantage.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Needed for hardware & SaaS billing.", + "why_needed": "Ensures compliance for mixed supplies.", + "risk_if_missing": "GST penalties and blocked ITC.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-wind-001", + "name": "Turbine Safety Incident SOP", + "description": "Defines escalation steps during abnormal turbine vibration.", + "why_needed": "Prevents accidents and operational risk.", + "risk_if_missing": "Safety hazards and downtime.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-wind-002", + "name": "Vendor Turbine Integration Agreement", + "description": "Defines responsibilities between turbine vendors and analytics provider.", + "why_needed": "Ensures smooth integration of sensors.", + "risk_if_missing": "Integration failures or misalignment.", + "stakeholders": ["vendors"], + "priority": "low", + "category": "vendors" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: ExamShield AI Proctor +Industry/Domain: EdTech / AI Proctoring +Startup Description: AI-powered online exam proctoring platform using webcam analytics, voice detection, and behavioral tracking to prevent cheating. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 31 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS / Proctoring Engine +Collects User Data: yes +Type of Data Collected: webcam feed, audio stream, behavioral metadata, device usage patterns + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B), Educational Institutions +Works With Vendors: no +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: MVP +Fundraising Plans: yes +Funding Type: Angel +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: education / data privacy +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Governs equity and ownership of proctoring algorithms.", + "why_needed": "AI-based EdTech requires strong ownership clarity.", + "risk_if_missing": "Co-founder disputes over algorithmic IP.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "AI Proctoring Service Agreement", + "description": "Defines exam monitoring obligations and liability limitations.", + "why_needed": "Institutions rely on proctoring accuracy.", + "risk_if_missing": "Disputes about exam validity or cheating detection.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Student Privacy & Data Compliance Checklist", + "description": "Ensures privacy compliance for video, audio, and behavioral tracking.", + "why_needed": "Exam data is highly sensitive.", + "risk_if_missing": "Privacy violations and regulatory fines.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Software Licensing Agreement", + "description": "Protects AI models and monitoring algorithms.", + "why_needed": "Prevents unauthorized reuse of detection models.", + "risk_if_missing": "IP theft and cloning.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for SaaS-based EdTech billing.", + "why_needed": "Ensures tax compliance.", + "risk_if_missing": "Penalties and ITC loss.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-edtech-001", + "name": "Student Consent Form", + "description": "Obtains consent for webcam and audio monitoring.", + "why_needed": "Legally required for video-based systems.", + "risk_if_missing": "Privacy complaints and legal disputes.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-edtech-002", + "name": "Institution Integration SOP", + "description": "Guidelines for LMS and testing platform integration.", + "why_needed": "Ensures smooth technical deployment.", + "risk_if_missing": "Integration failures during exams.", + "stakeholders": ["operations"], + "priority": "low", + "category": "product" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: BioCycle Smart Compost +Industry/Domain: FoodWasteTech / IoT Automation +Startup Description: IoT-enabled composting system that automates food waste decomposition for restaurants, housing societies, and farms. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 44 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: IoT Hardware + SaaS Dashboard +Collects User Data: yes +Type of Data Collected: waste volume, decomposition cycle analytics, device logs, location data + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, embedded software licensing + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: waste & environment +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces (Amazon, Flipkart, etc.): yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines ownership of environmental IoT technology and composting algorithms.", + "why_needed": "Hardware + biotech IP must be clearly assigned.", + "risk_if_missing": "Co-founder disputes over device firmware.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "IoT Composting Installation Agreement", + "description": "Details installation, maintenance, and compost safety responsibilities.", + "why_needed": "Food waste processing involves environmental risk.", + "risk_if_missing": "Restaurants may claim damage or failure.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Environmental Waste Compliance Checklist", + "description": "Ensures compliance with waste management and compost standards.", + "why_needed": "Food waste is regulated by environmental laws.", + "risk_if_missing": "Penalties from pollution control boards.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Embedded Firmware Licensing Agreement", + "description": "Protects sensor algorithms and composting process automation.", + "why_needed": "Prevents firmware or design copying.", + "risk_if_missing": "Hardware cloning by competitors.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Needed for IoT hardware + SaaS billing.", + "why_needed": "Enables lawful invoicing.", + "risk_if_missing": "GST penalties or blocked ITC.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-foodwaste-001", + "name": "Waste Collection SOP", + "description": "Defines the method for collecting and loading food waste.", + "why_needed": "Ensures decomposition efficiency.", + "risk_if_missing": "Improper waste loading and machine strain.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-foodwaste-002", + "name": "Vendor Compost Output Agreement", + "description": "Defines output ownership between farms and restaurants.", + "why_needed": "Avoids disputes over compost produced.", + "risk_if_missing": "Ownership confusion regarding compost.", + "stakeholders": ["vendors"], + "priority": "low", + "category": "vendors" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: SwiftCart Autonomous Checkout +Industry/Domain: RetailTech / Computer Vision +Startup Description: AI-powered retail checkout system enabling cashierless billing using cameras, sensors, and product recognition models. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 52 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Hardware + AI SaaS +Collects User Data: yes +Type of Data Collected: shopper movement data, purchase behaviour, camera feeds, heatmaps + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Growth +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: retail/data privacy +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces: yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines equity, responsibilities, and IP for AI checkout algorithms.", + "why_needed": "Prevents disputes in AI-heavy retail systems.", + "risk_if_missing": "Ownership conflicts over CV models.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Autonomous Checkout Deployment Agreement", + "description": "Defines duties for device installation, data collection, and store integration.", + "why_needed": "Retailers depend on accurate product recognition.", + "risk_if_missing": "Liability for billing errors and privacy violations.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Retail Data Privacy Compliance Checklist", + "description": "Ensures compliance with video analytics and behaviour tracking laws.", + "why_needed": "Camera and movement tracking require privacy governance.", + "risk_if_missing": "Hefty fines under privacy laws.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Computer Vision Algorithm Licensing Agreement", + "description": "Protects product-recognition ML models from reuse.", + "why_needed": "Safeguards unique AI architecture.", + "risk_if_missing": "Competitors may replicate core AI.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for IoT devices + SaaS billing.", + "why_needed": "Enables tax compliance.", + "risk_if_missing": "GST penalties and ITC blocks.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-retail-001", + "name": "Store Camera Consent Notice", + "description": "Informs customers about AI tracking for checkout.", + "why_needed": "Required for lawful in-store monitoring.", + "risk_if_missing": "Privacy complaints and retail disputes.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-retail-002", + "name": "Inventory Integration SOP", + "description": "Defines process for syncing store inventory with AI.", + "why_needed": "Ensures billing accuracy.", + "risk_if_missing": "Pricing errors and mismatched SKUs.", + "stakeholders": ["operations"], + "priority": "low", + "category": "product" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: ClearTrace AML Intelligence +Industry/Domain: FinCrimeTech / AML Monitoring +Startup Description: AI-based anti–money-laundering (AML) transaction monitoring system for fintechs, NBFCs, and banks. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 63 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS / Risk-scoring Engine +Collects User Data: yes +Type of Data Collected: transaction histories, KYC metadata, behavioural patterns, flagged risk events + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: no +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series B +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: banking/fintech +Operates Internationally: yes +Countries: Singapore, UAE + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): yes +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Covers AML algorithm ownership and governance.", + "why_needed": "FinCrimeTech IP has high regulatory value.", + "risk_if_missing": "Disputes affecting compliance certifications.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "AML SaaS Service Agreement", + "description": "Defines obligations for compliance reporting and risk scoring.", + "why_needed": "Banks require clear liability terms.", + "risk_if_missing": "Exposure to fraud and compliance claims.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "AML & KYC Regulatory Compliance Checklist", + "description": "Ensures adherence to RBI, FIU-IND, and FATF rules.", + "why_needed": "FinCrimeTech is one of the most regulated domains.", + "risk_if_missing": "Severe penalties, license violations.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Risk Scoring Algorithm Licensing Agreement", + "description": "Protects AI models for AML detection.", + "why_needed": "Prevents competitive replication.", + "risk_if_missing": "Loss of proprietary AML logic.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Export Documentation", + "description": "Needed for SaaS exports to international financial clients.", + "why_needed": "Required for zero-rated export billing.", + "risk_if_missing": "GST credit losses.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-fincrime-001", + "name": "Suspicious Activity Escalation SOP", + "description": "Defines escalation steps for flagged transactions.", + "why_needed": "Reduces false positives and regulatory risk.", + "risk_if_missing": "Operational disruption and compliance failures.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-fincrime-002", + "name": "Financial Institution Integration Addendum", + "description": "Defines data-sharing rules with banking partners.", + "why_needed": "AML requires secure data flow.", + "risk_if_missing": "Data security breaches.", + "stakeholders": ["clients"], + "priority": "low", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: BlueFin Marine Robotics +Industry/Domain: OceanTech / Underwater Robotics +Startup Description: Autonomous underwater robots for inspecting ports, pipelines, fishing zones, and marine infrastructure. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 29 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Hardware + Analytics SaaS +Collects User Data: yes +Type of Data Collected: sonar scans, underwater video, structural damage maps, geo-coordinates + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B), Government +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, design protection + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: marine/environment +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: physical products +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines ownership of underwater robotics IP.", + "why_needed": "Marine robotics involves high-value patents.", + "risk_if_missing": "Ownership conflict over robot designs.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Marine Robotics Deployment Agreement", + "description": "Specifies robot usage limits, liability, and ocean activity scope.", + "why_needed": "Underwater operations carry safety and legal risks.", + "risk_if_missing": "Damage claims or illegal ocean use.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Marine Environmental Compliance Checklist", + "description": "Ensures compliance with coastal & marine regulations.", + "why_needed": "Marine zones are legally protected.", + "risk_if_missing": "Fines and regulatory action.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Robotics Firmware Licensing Agreement", + "description": "Protects the proprietary underwater navigation software.", + "why_needed": "Prevents copying by competitors.", + "risk_if_missing": "Firmware cloning risk.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for marine hardware supply.", + "why_needed": "Enables tax-compliant billing.", + "risk_if_missing": "Tax penalties or ITC issues.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-ocean-001", + "name": "Dive Safety SOP", + "description": "Operational safety protocol for underwater robots.", + "why_needed": "Reduces risk of accidents and damage.", + "risk_if_missing": "Operational hazards.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-ocean-002", + "name": "Port Operations Addendum", + "description": "Regulates interactions with port authorities.", + "why_needed": "Port inspections require approval.", + "risk_if_missing": "Legal issues with port operations.", + "stakeholders": ["clients"], + "priority": "low", + "category": "compliance" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: CropLend Finance Network +Industry/Domain: AgriFinance / Rural Lending +Startup Description: A digital credit platform for farmers offering crop loans, weather-risk scoring, and repayment automation. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 57 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: FinTech SaaS / Lending Platform +Collects User Data: yes +Type of Data Collected: farm land data, KYC, credit history, crop yield data, risk factors + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C), Businesses (B2B) +Works With Vendors: no +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: banking/finance +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Clarifies IP and governance for fintech algorithms.", + "why_needed": "Lending and scoring systems require strict governance.", + "risk_if_missing": "Co-founder disputes may impact regulatory approvals.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Farm Lending Platform Agreement", + "description": "Defines loan terms, liability, and platform responsibilities.", + "why_needed": "Necessary to support secure lending operations.", + "risk_if_missing": "Potential liability in farmer disputes.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "RBI Lending Compliance Checklist", + "description": "Ensures compliance with digital lending norms.", + "why_needed": "FinTech lending is heavily regulated.", + "risk_if_missing": "Severe regulatory penalties.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Software Licensing & Scoring Algorithm Protection", + "description": "Safeguards risk models and credit scoring logic.", + "why_needed": "Protects proprietary lending models.", + "risk_if_missing": "Model leakage and unfair competition.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for digital lending service billing.", + "why_needed": "Ensures GST compliance.", + "risk_if_missing": "Tax non-compliance issues.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-agrifin-001", + "name": "Farmer Consent & Data Rights Form", + "description": "Collects consent for using farm and personal data for scoring.", + "why_needed": "Legally required for risk scoring.", + "risk_if_missing": "Privacy and consent disputes.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "compliance" + }, + { + "id": "opt-agrifin-002", + "name": "Weather-Risk Integration Addendum", + "description": "Defines rights to integrate with weather APIs.", + "why_needed": "Risk scoring heavily depends on weather data.", + "risk_if_missing": "Unreliable risk forecasts and disputes.", + "stakeholders": ["operations"], + "priority": "low", + "category": "product" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: MedBasket Digital Pharmacy +Industry/Domain: HealthTech / Online Pharmacy +Startup Description: E-pharmacy delivering prescription and OTC medicines with automated verification and cold-chain tracking. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 3 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 74 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Ecommerce + Health SaaS +Collects User Data: yes +Type of Data Collected: prescriptions, patient details, medicine history, address data + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: trademarks, copyrights + +[FINANCIALS & FUNDING] +Startup Stage: Growth +Fundraising Plans: yes +Funding Type: Series A +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: health/pharma +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: physical products +Selling Outside India (exports): no +Selling Through Online Marketplaces: yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines governance and IP for e-pharmacy software.", + "why_needed": "HealthTech requires strict accountability.", + "risk_if_missing": "Founder disputes affecting regulatory licences.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Online Pharmacy Terms of Service", + "description": "Covers medicine ordering, payment, and prescription rules.", + "why_needed": "Required for lawful digital medicine sales.", + "risk_if_missing": "Legal action for incorrect medicine delivery.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Pharmacy & Drug Regulation Compliance Checklist", + "description": "Ensures adherence to Drugs & Cosmetics Act.", + "why_needed": "Medicine delivery is heavily regulated.", + "risk_if_missing": "Fines, licence suspension, or shutdown.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Brand Trademark Registration File", + "description": "Protects pharmacy brand identity.", + "why_needed": "Ensures legal brand exclusivity.", + "risk_if_missing": "Risk of brand misuse.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Applicable for medicine sales.", + "why_needed": "Required for tax-compliant billing.", + "risk_if_missing": "Tax penalties and ITC block.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-health-001", + "name": "Prescription Verification SOP", + "description": "Defines prescription validation and pharmacist checks.", + "why_needed": "Reduces risk of wrongful medicine delivery.", + "risk_if_missing": "Legal liability and patient harm.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-health-002", + "name": "Vendor Medicine Supply Agreement", + "description": "Defines quality and batch responsibilities.", + "why_needed": "Ensures authentic medicine sourcing.", + "risk_if_missing": "Fake/expired medicine supply risks.", + "stakeholders": ["vendors"], + "priority": "low", + "category": "vendors" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: VoltRide Urban Mobility +Industry/Domain: MobilityTech / EV Scooter Rentals +Startup Description: Electric scooter rental service powered by AI-based fleet tracking and smart dockless parking. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 61 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Mobile App + EV Hardware +Collects User Data: yes +Type of Data Collected: ride logs, GPS data, payment info, vehicle diagnostics + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C) +Works With Vendors: yes +Uses Client Contracts: no + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents, software licensing + +[FINANCIALS & FUNDING] +Startup Stage: Scaling +Fundraising Plans: yes +Funding Type: Series B +Needs ESOP Documents: yes + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: mobility/transport +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: services +Selling Outside India (exports): no +Selling Through Online Marketplaces: yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines ownership of fleet software and EV hardware IP.", + "why_needed": "Mobility platforms require clear IP terms.", + "risk_if_missing": "Disputes over tracking algorithms.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "EV Scooter Rental Agreement", + "description": "Governs vehicle use, damages, liability, and safety rules.", + "why_needed": "Protects from misuse and accidents.", + "risk_if_missing": "High liability exposure for user accidents.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Transport Compliance Checklist", + "description": "Ensures compliance with EV registration, insurance, and municipal permissions.", + "why_needed": "Urban mobility requires approvals.", + "risk_if_missing": "Vehicle impound or fines.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Tracking Software Licensing Agreement", + "description": "Protects fleet management and routing software.", + "why_needed": "Prevents software copying.", + "risk_if_missing": "Loss of proprietary tracking logic.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for mobility service billing.", + "why_needed": "Ensures compliance for ride charges.", + "risk_if_missing": "Tax liability and ITC denial.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-ev-001", + "name": "Fleet Charging SOP", + "description": "Standardized protocol for charging EV scooters.", + "why_needed": "Ensures safe charging.", + "risk_if_missing": "Fire safety and battery risks.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-ev-002", + "name": "Vendor Maintenance Agreement", + "description": "Defines servicing responsibilities for EV hardware vendors.", + "why_needed": "Prevents disputes in scooter maintenance.", + "risk_if_missing": "Operational failures and service downtime.", + "stakeholders": ["vendors"], + "priority": "low", + "category": "vendors" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: RentFlow Smart Leasing +Industry/Domain: PropTech / Rental Automation +Startup Description: Automated rental management platform offering digital lease creation, tenant verification, rent collection, and maintenance tracking. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 41 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: SaaS Platform +Collects User Data: yes +Type of Data Collected: tenant KYC, rental history, property documents, payment data + +[CUSTOMERS & PARTNERS] +Target Customers: Individuals (B2C), Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: copyrights, design protection + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: yes (housing/rental laws) +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: digital services +Selling Outside India (exports): no +Selling Through Online Marketplaces: yes +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines ownership of rental automation IP and workflows.", + "why_needed": "PropTech platforms require contractual clarity.", + "risk_if_missing": "Founders may dispute rights to the platform.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Digital Lease Service Agreement", + "description": "Defines responsibilities for lease generation and tenant verification.", + "why_needed": "Ensures legal compliance with rental laws.", + "risk_if_missing": "Invalid leases or tenant disputes.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Tenant Data & Housing Compliance Checklist", + "description": "Ensures adherence to KYC, rental, and housing laws.", + "why_needed": "Protects against misuse of tenant data.", + "risk_if_missing": "Legal violations and data privacy issues.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Software Licensing Agreement", + "description": "Protects workflows for digital leases and property automation.", + "why_needed": "Prevents platform copying.", + "risk_if_missing": "Competitors could replicate UI/UX and workflows.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Required for SaaS rental service billing.", + "why_needed": "Enables correct tax invoicing.", + "risk_if_missing": "GST penalties and blocked ITC.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-proptech-001", + "name": "Tenant Verification SOP", + "description": "Defines workflow for Aadhaar/KYC validation.", + "why_needed": "Ensures verified tenants.", + "risk_if_missing": "Misidentification and fraud.", + "stakeholders": ["operations"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-proptech-002", + "name": "Property Vendor Onboarding Agreement", + "description": "Defines partnership terms with builders and brokers.", + "why_needed": "Prevents disputes on property listings.", + "risk_if_missing": "Conflicts over listing ownership.", + "stakeholders": ["vendors"], + "priority": "low", + "category": "vendors" + } + ] +}""" +}, + { + "instruction": """You are a senior legal advisor specializing in startup documentation and compliance in India. + +Based on the following startup details, output ONLY valid JSON in the exact format specified. + +[STARTUP INFORMATION] +Startup Name: CarbonLoop Capture Systems +Industry/Domain: ClimateTech / Carbon Capture & Storage +Startup Description: Industrial carbon capture units with AI-powered capture efficiency monitoring and carbon credit certification. +Company Structure: Private Limited Company + +[FOUNDERS] +Number of Founders: 2 +Need Founder Agreement: yes +Need Equity Distribution Documents: yes + +[TEAM & EMPLOYEES] +Has Employees: yes +Number of Employees: 53 +Future Hiring Plans: yes + +[PRODUCT & DATA] +Product/Service Type: Hardware + Monitoring SaaS +Collects User Data: yes +Type of Data Collected: CO2 absorption rate, industrial emission data, equipment logs, audit trails + +[CUSTOMERS & PARTNERS] +Target Customers: Businesses (B2B) +Works With Vendors: yes +Uses Client Contracts: yes + +[INTELLECTUAL PROPERTY] +Has Proprietary IP: yes +IP Needs: patents + +[FINANCIALS & FUNDING] +Startup Stage: Early revenue +Fundraising Plans: yes +Funding Type: Seed +Needs ESOP Documents: no + +[REGULATORY & GEOGRAPHY] +Is in Regulated Industry: environment / climate +Operates Internationally: no +Countries: null + +[GST & TAXATION DETAILS] +Annual Turnover Expected to Exceed GST Threshold (20 lakhs): yes +Type of Supply: both +Selling Outside India (exports): no +Selling Through Online Marketplaces: no +Eligible for Input Tax Credit (ITC): yes +Need GST Registration Documents: yes + +Now generate the required legal documents in this EXACT JSON structure: + +{ + "documents": [ + { + "id": "", + "name": "", + "description": "", + "why_needed": "", + "risk_if_missing": "", + "stakeholders": [""], + "priority": "high | medium | low", + "category": "" + } + ], + "optional_documents": [] +} """, + "response": """{ + "documents": [ + { + "id": "doc-founders-001", + "name": "Founders Agreement", + "description": "Defines ownership of carbon capture hardware and AI analytics IP.", + "why_needed": "ClimateTech involves high-value industrial IP.", + "risk_if_missing": "Disputes affecting regulatory approvals and certifications.", + "stakeholders": ["founders"], + "priority": "high", + "category": "founders" + }, + { + "id": "doc-product-001", + "name": "Carbon Capture Deployment Agreement", + "description": "Defines installation, capture guarantees, and maintenance obligations.", + "why_needed": "Sets clarity for CO2 capture performance.", + "risk_if_missing": "Industrial clients may claim non-performance.", + "stakeholders": ["clients"], + "priority": "high", + "category": "product" + }, + { + "id": "doc-compliance-001", + "name": "Environmental Regulatory Compliance Checklist", + "description": "Ensures compliance with pollution control and climate rules.", + "why_needed": "Carbon capture requires strict environmental audits.", + "risk_if_missing": "Regulatory violations and shutdown orders.", + "stakeholders": ["compliance"], + "priority": "high", + "category": "compliance" + }, + { + "id": "doc-ip-001", + "name": "Carbon Capture Patent Filing", + "description": "Protects breakthrough CO2 absorption mechanisms.", + "why_needed": "Prevents replication by competitors.", + "risk_if_missing": "Loss of proprietary advantage.", + "stakeholders": ["legal"], + "priority": "medium", + "category": "ip" + }, + { + "id": "doc-gst-001", + "name": "GST Registration", + "description": "Needed for industrial hardware and SaaS billing.", + "why_needed": "Ensures correct tax classification.", + "risk_if_missing": "Tax penalties and inability to claim ITC.", + "stakeholders": ["finance"], + "priority": "high", + "category": "gst" + } + ], + "optional_documents": [ + { + "id": "opt-carbon-001", + "name": "Carbon Credit Certification SOP", + "description": "Standardizes process to certify carbon reduction for clients.", + "why_needed": "Required to issue carbon credits.", + "risk_if_missing": "Client disputes over credit validity.", + "stakeholders": ["clients"], + "priority": "medium", + "category": "product" + }, + { + "id": "opt-carbon-002", + "name": "Vendor Industrial Installation Agreement", + "description": "Defines responsibilities with industrial plant vendors.", + "why_needed": "Avoids disputes during equipment installation.", + "risk_if_missing": "Project delays or safety risks.", + "stakeholders": ["vendors"], + "priority": "low", + "category": "vendors" + } + ] +}""" + } +] + +# convert to HuggingFace dataset +from datasets import Dataset +dataset = Dataset.from_list(dataset) +