fraim-framework 2.0.55 → 2.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/registry/ai-manager-rules/customer-development-phases/phase1-customer-profiling.md +101 -0
- package/dist/registry/ai-manager-rules/customer-development-phases/phase2-platform-discovery.md +235 -0
- package/dist/registry/ai-manager-rules/customer-development-phases/phase3-prospect-qualification.md +243 -0
- package/dist/registry/ai-manager-rules/customer-development-phases/phase4-inventory-compilation.md +206 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase1-survey-scoping.md +60 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase2-survey-build-linkedin.md +23 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase3-survey-build-reddit.md +22 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase4-survey-build-x.md +21 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase5-survey-build-facebook.md +19 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase6-survey-build-custom.md +15 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase7-survey-dispatch.md +45 -0
- package/dist/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +53 -0
- package/dist/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +37 -0
- package/dist/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +35 -0
- package/dist/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +29 -0
- package/dist/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +126 -0
- package/dist/registry/templates/customer-development/customer-interview-template.md +99 -0
- package/dist/registry/templates/customer-development/customer-persona-template.md +69 -0
- package/dist/registry/templates/customer-development/follow-up-email-templates.md +132 -0
- package/dist/registry/templates/customer-development/insight-analysis-template.md +74 -0
- package/dist/registry/templates/customer-development/prospect-inventory-template.csv +3 -0
- package/dist/registry/templates/customer-development/search-strategy-template.md +123 -0
- package/dist/registry/templates/customer-development/strategic-recommendations-template.md +53 -0
- package/dist/registry/templates/customer-development/thank-you-email-template.html +124 -0
- package/dist/registry/templates/customer-development/thank-you-note-template.md +16 -0
- package/dist/registry/templates/customer-development/triage-log-template.md +278 -0
- package/dist/registry/templates/customer-development/weekly-newsletter-template.html +204 -0
- package/dist/registry/templates/evidence/Design-Evidence.md +30 -0
- package/dist/registry/templates/evidence/Implementation-BugEvidence.md +94 -0
- package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +129 -0
- package/dist/registry/templates/evidence/Spec-Evidence.md +19 -0
- package/dist/registry/templates/help/HelpNeeded.md +14 -0
- package/dist/registry/templates/legal/NDA-TEMPLATE.md +170 -0
- package/dist/registry/templates/legal/PATENT-TEMPLATE.md +372 -0
- package/dist/registry/templates/legal/TRADEMARK-TEMPLATE.md +339 -0
- package/dist/registry/templates/legal/contract-review-checklist.md +193 -0
- package/dist/registry/templates/legal/review-report-template.md +198 -0
- package/dist/registry/templates/legal/saas-terms-template.md +174 -0
- package/dist/registry/templates/legal/sow-template.md +117 -0
- package/dist/registry/templates/legal/template-variables.md +131 -0
- package/dist/registry/templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md +194 -0
- package/dist/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +66 -0
- package/dist/registry/templates/marketing/STORYTELLING-TEMPLATE.md +130 -0
- package/dist/registry/templates/marketing/WEBSITE-TEMPLATE.md +262 -0
- package/dist/registry/templates/marketing/github-pages-workflow.yml +64 -0
- package/dist/registry/templates/replicate/implementation-checklist.md +39 -0
- package/dist/registry/templates/replicate/use-cases-template.md +88 -0
- package/dist/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +55 -0
- package/dist/registry/templates/specs/BUGSPEC-TEMPLATE.md +37 -0
- package/dist/registry/templates/specs/FEATURESPEC-TEMPLATE.md +66 -0
- package/dist/registry/templates/specs/TECHSPEC-TEMPLATE.md +39 -0
- package/dist/registry/workflows/bootstrap/create-architecture.md +38 -0
- package/dist/registry/workflows/bootstrap/detect-broken-windows.md +300 -0
- package/dist/registry/workflows/bootstrap/evaluate-code-quality.md +35 -0
- package/dist/registry/workflows/bootstrap/verify-test-coverage.md +36 -0
- package/dist/registry/workflows/brainstorming/blue-sky-brainstorming.md +211 -0
- package/dist/registry/workflows/brainstorming/codebase-brainstorming.md +165 -0
- package/dist/registry/workflows/business-development/create-business-plan.md +737 -0
- package/dist/registry/workflows/business-development/ideate-business-opportunity.md +55 -0
- package/dist/registry/workflows/business-development/price-product.md +325 -0
- package/dist/registry/workflows/compliance/detect-compliance-requirements.md +78 -0
- package/dist/registry/workflows/compliance/generate-audit-evidence.md +75 -0
- package/dist/registry/workflows/compliance/soc2-evidence-generator.md +332 -0
- package/dist/registry/workflows/customer-development/insight-analysis.md +156 -0
- package/dist/registry/workflows/customer-development/insight-triage.md +938 -0
- package/dist/registry/workflows/customer-development/interview-preparation.md +452 -0
- package/dist/registry/workflows/customer-development/linkedin-outreach.md +593 -0
- package/dist/registry/workflows/customer-development/strategic-brainstorming.md +146 -0
- package/dist/registry/workflows/customer-development/thank-customers.md +203 -0
- package/dist/registry/workflows/customer-development/user-survey-dispatch.md +60 -0
- package/dist/registry/workflows/customer-development/users-to-target.md +112 -0
- package/dist/registry/workflows/customer-development/weekly-newsletter.md +366 -0
- package/dist/registry/workflows/deploy/cloud-deployment.md +310 -0
- package/dist/registry/workflows/improve-fraim/contribute.md +32 -0
- package/dist/registry/workflows/improve-fraim/file-issue.md +32 -0
- package/dist/registry/workflows/learning/build-skillset.md +212 -0
- package/dist/registry/workflows/learning/synthesize-learnings.md +284 -0
- package/dist/registry/workflows/legal/contract-review-analysis.md +382 -0
- package/dist/registry/workflows/legal/nda.md +69 -0
- package/dist/registry/workflows/legal/patent-filing.md +76 -0
- package/dist/registry/workflows/legal/saas-contract-development.md +213 -0
- package/dist/registry/workflows/legal/trademark-filing.md +77 -0
- package/dist/registry/workflows/marketing/content-creation.md +37 -0
- package/dist/registry/workflows/marketing/convert-to-pdf.md +235 -0
- package/dist/registry/workflows/marketing/create-modern-website.md +456 -0
- package/dist/registry/workflows/marketing/domain-registration.md +323 -0
- package/dist/registry/workflows/marketing/hbr-article.md +73 -0
- package/dist/registry/workflows/marketing/launch-checklist.md +37 -0
- package/dist/registry/workflows/marketing/marketing-strategy.md +45 -0
- package/dist/registry/workflows/marketing/storytelling.md +65 -0
- package/dist/registry/workflows/performance/analyze-performance.md +65 -0
- package/dist/registry/workflows/product-building/design.md +103 -0
- package/dist/registry/workflows/product-building/implement.md +74 -0
- package/dist/registry/workflows/product-building/iterate-on-pr-comments.md +70 -0
- package/dist/registry/workflows/product-building/prep-issue.md +41 -0
- package/dist/registry/workflows/product-building/prototype.md +65 -0
- package/dist/registry/workflows/product-building/resolve.md +168 -0
- package/dist/registry/workflows/product-building/retrospect.md +86 -0
- package/dist/registry/workflows/product-building/spec.md +181 -0
- package/dist/registry/workflows/product-building/test.md +125 -0
- package/dist/registry/workflows/productivity-report/productivity-report.md +263 -0
- package/dist/registry/workflows/quality-assurance/browser-validation.md +221 -0
- package/dist/registry/workflows/quality-assurance/iterative-improvement-cycle.md +562 -0
- package/dist/registry/workflows/replicate/replicate-discovery.md +336 -0
- package/dist/registry/workflows/replicate/replicate-to-issues.md +324 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +638 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +675 -0
- package/dist/registry/workflows/startup-credits/aws-activate-application.md +535 -0
- package/dist/registry/workflows/startup-credits/google-cloud-application.md +647 -0
- package/dist/registry/workflows/startup-credits/microsoft-azure-application.md +538 -0
- package/dist/src/ai-manager/ai-manager.js +4 -6
- package/dist/tests/test-users-to-target-workflow.js +2 -2
- package/package.json +1 -1
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-customer-profiling.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-survey-scoping.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-platform-discovery.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-survey-build-linkedin.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-prospect-qualification.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-survey-build-reddit.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-inventory-compilation.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-survey-build-x.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase5-survey-build-facebook.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase6-survey-build-custom.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase7-survey-dispatch.md +0 -11
- package/registry/stubs/workflows/customer-development/templates/customer-persona-template.md +0 -11
- package/registry/stubs/workflows/customer-development/templates/search-strategy-template.md +0 -11
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
# Contract Review Checklist
|
|
2
|
+
|
|
3
|
+
Use this checklist to ensure comprehensive contract review coverage.
|
|
4
|
+
|
|
5
|
+
## Pre-Review Setup
|
|
6
|
+
- [ ] Document types identified (SOW, NDA, T&C, MSA, etc.)
|
|
7
|
+
- [ ] Business context understood (service type, customer profile, engagement value)
|
|
8
|
+
- [ ] Review objectives clarified with stakeholder
|
|
9
|
+
- [ ] Supporting documents gathered (pricing strategy, previous contracts)
|
|
10
|
+
|
|
11
|
+
## Legal Protection Review
|
|
12
|
+
|
|
13
|
+
### Intellectual Property
|
|
14
|
+
- [ ] Platform/service IP ownership clearly retained by provider
|
|
15
|
+
- [ ] Work product ownership clearly defined
|
|
16
|
+
- [ ] Improvement and derivative rights addressed
|
|
17
|
+
- [ ] Confidentiality obligations are mutual (not one-way)
|
|
18
|
+
- [ ] Trade secret protections included
|
|
19
|
+
- [ ] Feedback usage rights secured
|
|
20
|
+
|
|
21
|
+
### Liability Protection
|
|
22
|
+
- [ ] Liability limitations present and enforceable
|
|
23
|
+
- [ ] Consequential damages excluded
|
|
24
|
+
- [ ] Warranty disclaimers included
|
|
25
|
+
- [ ] Maximum liability caps appropriate
|
|
26
|
+
- [ ] Professional liability considerations addressed
|
|
27
|
+
- [ ] Force majeure protections included
|
|
28
|
+
|
|
29
|
+
### Indemnification
|
|
30
|
+
- [ ] Customer indemnifies for misuse and violations
|
|
31
|
+
- [ ] Provider indemnification limited to IP infringement
|
|
32
|
+
- [ ] Indemnification procedures clearly defined
|
|
33
|
+
- [ ] Defense and settlement control addressed
|
|
34
|
+
- [ ] Insurance requirements reasonable
|
|
35
|
+
|
|
36
|
+
### Data Protection
|
|
37
|
+
- [ ] Data processing purposes limited
|
|
38
|
+
- [ ] Data retention minimized
|
|
39
|
+
- [ ] Security commitments realistic
|
|
40
|
+
- [ ] Breach notification procedures defined
|
|
41
|
+
- [ ] Privacy compliance addressed (GDPR, CCPA, etc.)
|
|
42
|
+
|
|
43
|
+
## Business Terms Review
|
|
44
|
+
|
|
45
|
+
### Pricing & Payment
|
|
46
|
+
- [ ] Pricing model aligns with value delivery
|
|
47
|
+
- [ ] Payment terms favor cash flow
|
|
48
|
+
- [ ] Late payment penalties included
|
|
49
|
+
- [ ] Price adjustment mechanisms present
|
|
50
|
+
- [ ] Scope change pricing addressed
|
|
51
|
+
- [ ] Currency and tax implications clear
|
|
52
|
+
|
|
53
|
+
### Scope Definition
|
|
54
|
+
- [ ] In-scope items clearly defined
|
|
55
|
+
- [ ] Out-of-scope items explicitly listed
|
|
56
|
+
- [ ] Deliverable specifications detailed
|
|
57
|
+
- [ ] Success criteria measurable
|
|
58
|
+
- [ ] Acceptance procedures defined
|
|
59
|
+
- [ ] Change management process included
|
|
60
|
+
|
|
61
|
+
### Service Levels
|
|
62
|
+
- [ ] Availability commitments realistic
|
|
63
|
+
- [ ] Support obligations achievable
|
|
64
|
+
- [ ] Response time commitments reasonable
|
|
65
|
+
- [ ] Escalation procedures defined
|
|
66
|
+
- [ ] Service credits/penalties appropriate
|
|
67
|
+
- [ ] Maintenance windows specified
|
|
68
|
+
|
|
69
|
+
### Responsibilities
|
|
70
|
+
- [ ] Provider responsibilities clearly bounded
|
|
71
|
+
- [ ] Customer responsibilities explicitly stated
|
|
72
|
+
- [ ] Advisory vs. delivery roles distinguished
|
|
73
|
+
- [ ] Communication requirements reasonable
|
|
74
|
+
- [ ] Reporting obligations manageable
|
|
75
|
+
- [ ] Decision-making authority clear
|
|
76
|
+
|
|
77
|
+
## Strategic Positioning Review
|
|
78
|
+
|
|
79
|
+
### Growth Enablement
|
|
80
|
+
- [ ] Expansion mechanisms included
|
|
81
|
+
- [ ] Renewal terms favorable
|
|
82
|
+
- [ ] Additional services pathway clear
|
|
83
|
+
- [ ] Volume discount structures present
|
|
84
|
+
- [ ] Multi-year commitment incentives
|
|
85
|
+
- [ ] Upselling opportunities preserved
|
|
86
|
+
|
|
87
|
+
### Professional Positioning
|
|
88
|
+
- [ ] Language establishes expertise and authority
|
|
89
|
+
- [ ] Value proposition clearly communicated
|
|
90
|
+
- [ ] Competitive differentiation evident
|
|
91
|
+
- [ ] Brand protection adequate
|
|
92
|
+
- [ ] Reference and testimonial rights secured
|
|
93
|
+
- [ ] Case study development enabled
|
|
94
|
+
|
|
95
|
+
### Relationship Management
|
|
96
|
+
- [ ] Governance structure appropriate
|
|
97
|
+
- [ ] Communication protocols defined
|
|
98
|
+
- [ ] Conflict resolution mechanisms present
|
|
99
|
+
- [ ] Relationship review processes included
|
|
100
|
+
- [ ] Feedback collection methods specified
|
|
101
|
+
- [ ] Continuous improvement provisions
|
|
102
|
+
|
|
103
|
+
## Risk Assessment
|
|
104
|
+
|
|
105
|
+
### Critical Risks (Must Fix)
|
|
106
|
+
- [ ] Unlimited liability exposure
|
|
107
|
+
- [ ] IP ownership confusion
|
|
108
|
+
- [ ] Regulatory compliance gaps
|
|
109
|
+
- [ ] Unfavorable termination terms
|
|
110
|
+
- [ ] Scope creep vulnerabilities
|
|
111
|
+
- [ ] Payment collection risks
|
|
112
|
+
|
|
113
|
+
### Important Improvements (Should Fix)
|
|
114
|
+
- [ ] Enhanced liability protections
|
|
115
|
+
- [ ] Better pricing mechanisms
|
|
116
|
+
- [ ] Clearer success metrics
|
|
117
|
+
- [ ] Stronger confidentiality terms
|
|
118
|
+
- [ ] Improved change management
|
|
119
|
+
- [ ] Professional presentation issues
|
|
120
|
+
|
|
121
|
+
### Optimization Opportunities (Could Fix)
|
|
122
|
+
- [ ] Competitive positioning refinements
|
|
123
|
+
- [ ] Expansion mechanism enhancements
|
|
124
|
+
- [ ] Operational efficiency improvements
|
|
125
|
+
- [ ] Relationship development opportunities
|
|
126
|
+
- [ ] Market positioning advantages
|
|
127
|
+
- [ ] Future-proofing considerations
|
|
128
|
+
|
|
129
|
+
## Document-Specific Checklists
|
|
130
|
+
|
|
131
|
+
### SOW Specific
|
|
132
|
+
- [ ] Engagement summary clear and compelling
|
|
133
|
+
- [ ] Delivery model well-defined
|
|
134
|
+
- [ ] Success metrics measurable and achievable
|
|
135
|
+
- [ ] Pricing structure supports business model
|
|
136
|
+
- [ ] Cancellation terms protect both parties
|
|
137
|
+
- [ ] Signature block professional and complete
|
|
138
|
+
|
|
139
|
+
### NDA Specific
|
|
140
|
+
- [ ] Confidentiality obligations are mutual
|
|
141
|
+
- [ ] Confidential information properly defined
|
|
142
|
+
- [ ] Standard carve-outs included (public info, independently developed)
|
|
143
|
+
- [ ] Term duration appropriate
|
|
144
|
+
- [ ] Return/destruction obligations clear
|
|
145
|
+
- [ ] Remedies and enforcement provisions present
|
|
146
|
+
|
|
147
|
+
### Terms & Conditions Specific
|
|
148
|
+
- [ ] Service description accurate and complete
|
|
149
|
+
- [ ] Acceptable use policy comprehensive
|
|
150
|
+
- [ ] Termination procedures clear
|
|
151
|
+
- [ ] Dispute resolution mechanisms defined
|
|
152
|
+
- [ ] Governing law and jurisdiction appropriate
|
|
153
|
+
- [ ] Modification procedures specified
|
|
154
|
+
|
|
155
|
+
## Industry-Specific Considerations
|
|
156
|
+
|
|
157
|
+
### Financial Services
|
|
158
|
+
- [ ] Regulatory compliance requirements addressed
|
|
159
|
+
- [ ] Data security standards met (SOX, PCI-DSS)
|
|
160
|
+
- [ ] Audit and examination rights limited
|
|
161
|
+
- [ ] Business continuity provisions included
|
|
162
|
+
- [ ] Third-party risk management addressed
|
|
163
|
+
|
|
164
|
+
### Healthcare
|
|
165
|
+
- [ ] HIPAA compliance requirements met
|
|
166
|
+
- [ ] PHI handling procedures defined
|
|
167
|
+
- [ ] Business associate agreement included
|
|
168
|
+
- [ ] Security incident response procedures
|
|
169
|
+
- [ ] Audit and monitoring provisions
|
|
170
|
+
|
|
171
|
+
### Technology/SaaS
|
|
172
|
+
- [ ] Software licensing terms clear
|
|
173
|
+
- [ ] API usage rights and limitations
|
|
174
|
+
- [ ] Integration responsibilities defined
|
|
175
|
+
- [ ] Data portability provisions included
|
|
176
|
+
- [ ] Service level agreements realistic
|
|
177
|
+
|
|
178
|
+
## Final Review Steps
|
|
179
|
+
- [ ] All template variables replaced with actual values
|
|
180
|
+
- [ ] Cross-references between documents consistent
|
|
181
|
+
- [ ] Professional formatting and presentation
|
|
182
|
+
- [ ] Legal review completed (if required)
|
|
183
|
+
- [ ] Business stakeholder approval obtained
|
|
184
|
+
- [ ] Negotiation strategy developed
|
|
185
|
+
- [ ] Implementation timeline established
|
|
186
|
+
|
|
187
|
+
## Post-Review Actions
|
|
188
|
+
- [ ] Review summary document created
|
|
189
|
+
- [ ] Recommendations prioritized and categorized
|
|
190
|
+
- [ ] Implementation plan developed
|
|
191
|
+
- [ ] Negotiation talking points prepared
|
|
192
|
+
- [ ] Alternative positions identified
|
|
193
|
+
- [ ] Success metrics for contract performance defined
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
# Contract Review Report
|
|
2
|
+
|
|
3
|
+
**Document(s) Reviewed:** [DOCUMENT_NAMES]
|
|
4
|
+
**Review Date:** [DATE]
|
|
5
|
+
**Reviewer:** [REVIEWER_NAME]
|
|
6
|
+
**Business Context:** [ENGAGEMENT_DESCRIPTION]
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Executive Summary
|
|
11
|
+
|
|
12
|
+
### Overall Assessment
|
|
13
|
+
[HIGH-LEVEL EVALUATION - Recommend to sign as-is, sign with modifications, or significant rework needed]
|
|
14
|
+
|
|
15
|
+
### Key Findings
|
|
16
|
+
- **Legal Protection:** [STRONG/ADEQUATE/WEAK] - [Brief explanation]
|
|
17
|
+
- **Business Terms:** [FAVORABLE/REASONABLE/CONCERNING] - [Brief explanation]
|
|
18
|
+
- **Strategic Position:** [EXCELLENT/GOOD/NEEDS WORK] - [Brief explanation]
|
|
19
|
+
- **Risk Level:** [LOW/MEDIUM/HIGH] - [Brief explanation]
|
|
20
|
+
|
|
21
|
+
### Bottom Line Recommendation
|
|
22
|
+
[Clear recommendation with 1-2 sentence rationale]
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Critical Issues (Must Address Before Signing)
|
|
27
|
+
|
|
28
|
+
### 1. [ISSUE_TITLE]
|
|
29
|
+
**Risk Level:** Critical
|
|
30
|
+
**Impact:** [Specific business/legal impact]
|
|
31
|
+
**Current Language:** "[Quote problematic language]"
|
|
32
|
+
**Recommendation:** [Specific fix needed]
|
|
33
|
+
**Rationale:** [Why this is critical]
|
|
34
|
+
|
|
35
|
+
### 2. [ISSUE_TITLE]
|
|
36
|
+
**Risk Level:** Critical
|
|
37
|
+
**Impact:** [Specific business/legal impact]
|
|
38
|
+
**Current Language:** "[Quote problematic language]"
|
|
39
|
+
**Recommendation:** [Specific fix needed]
|
|
40
|
+
**Rationale:** [Why this is critical]
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## Important Improvements (Should Address)
|
|
45
|
+
|
|
46
|
+
### 1. [ISSUE_TITLE]
|
|
47
|
+
**Risk Level:** Important
|
|
48
|
+
**Impact:** [Specific business/legal impact]
|
|
49
|
+
**Current Language:** "[Quote current language or note absence]"
|
|
50
|
+
**Recommendation:** [Specific improvement needed]
|
|
51
|
+
**Business Benefit:** [How this helps the business]
|
|
52
|
+
|
|
53
|
+
### 2. [ISSUE_TITLE]
|
|
54
|
+
**Risk Level:** Important
|
|
55
|
+
**Impact:** [Specific business/legal impact]
|
|
56
|
+
**Current Language:** "[Quote current language or note absence]"
|
|
57
|
+
**Recommendation:** [Specific improvement needed]
|
|
58
|
+
**Business Benefit:** [How this helps the business]
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Optimization Opportunities (Could Address)
|
|
63
|
+
|
|
64
|
+
### 1. [ISSUE_TITLE]
|
|
65
|
+
**Impact:** [Minor improvement potential]
|
|
66
|
+
**Recommendation:** [Optional enhancement]
|
|
67
|
+
**Benefit:** [Small advantage gained]
|
|
68
|
+
|
|
69
|
+
### 2. [ISSUE_TITLE]
|
|
70
|
+
**Impact:** [Minor improvement potential]
|
|
71
|
+
**Recommendation:** [Optional enhancement]
|
|
72
|
+
**Benefit:** [Small advantage gained]
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Detailed Analysis by Section
|
|
77
|
+
|
|
78
|
+
### Legal Protection Assessment
|
|
79
|
+
|
|
80
|
+
#### Intellectual Property
|
|
81
|
+
- **Platform Ownership:** [PROTECTED/AT RISK] - [Explanation]
|
|
82
|
+
- **Work Product Rights:** [CLEAR/UNCLEAR] - [Explanation]
|
|
83
|
+
- **Confidentiality:** [STRONG/ADEQUATE/WEAK] - [Explanation]
|
|
84
|
+
- **Recommendations:** [Specific IP improvements needed]
|
|
85
|
+
|
|
86
|
+
#### Liability Protection
|
|
87
|
+
- **Limitation Clauses:** [PRESENT/ABSENT/INADEQUATE] - [Explanation]
|
|
88
|
+
- **Warranty Disclaimers:** [COMPREHENSIVE/PARTIAL/MISSING] - [Explanation]
|
|
89
|
+
- **Maximum Exposure:** [ACCEPTABLE/CONCERNING/UNLIMITED] - [Explanation]
|
|
90
|
+
- **Recommendations:** [Specific liability improvements needed]
|
|
91
|
+
|
|
92
|
+
#### Data Protection
|
|
93
|
+
- **Retention Policy:** [MINIMAL/STANDARD/EXCESSIVE] - [Explanation]
|
|
94
|
+
- **Processing Limits:** [CLEAR/VAGUE/ABSENT] - [Explanation]
|
|
95
|
+
- **Security Commitments:** [REALISTIC/AGGRESSIVE/MISSING] - [Explanation]
|
|
96
|
+
- **Recommendations:** [Specific data protection improvements needed]
|
|
97
|
+
|
|
98
|
+
### Business Terms Assessment
|
|
99
|
+
|
|
100
|
+
#### Pricing Structure
|
|
101
|
+
- **Model Alignment:** [EXCELLENT/GOOD/POOR] - [Explanation]
|
|
102
|
+
- **Adjustment Mechanisms:** [FLEXIBLE/RIGID/ABSENT] - [Explanation]
|
|
103
|
+
- **Payment Terms:** [FAVORABLE/STANDARD/CONCERNING] - [Explanation]
|
|
104
|
+
- **Recommendations:** [Specific pricing improvements needed]
|
|
105
|
+
|
|
106
|
+
#### Scope Definition
|
|
107
|
+
- **Boundary Clarity:** [CRYSTAL CLEAR/ADEQUATE/VAGUE] - [Explanation]
|
|
108
|
+
- **Success Metrics:** [MEASURABLE/SUBJECTIVE/MISSING] - [Explanation]
|
|
109
|
+
- **Change Management:** [STRUCTURED/INFORMAL/ABSENT] - [Explanation]
|
|
110
|
+
- **Recommendations:** [Specific scope improvements needed]
|
|
111
|
+
|
|
112
|
+
#### Service Commitments
|
|
113
|
+
- **Availability:** [REALISTIC/AGGRESSIVE/UNDEFINED] - [Explanation]
|
|
114
|
+
- **Support Obligations:** [MANAGEABLE/CHALLENGING/EXCESSIVE] - [Explanation]
|
|
115
|
+
- **Response Times:** [ACHIEVABLE/TIGHT/UNREALISTIC] - [Explanation]
|
|
116
|
+
- **Recommendations:** [Specific service level improvements needed]
|
|
117
|
+
|
|
118
|
+
### Strategic Positioning Assessment
|
|
119
|
+
|
|
120
|
+
#### Growth Enablement
|
|
121
|
+
- **Expansion Mechanisms:** [BUILT-IN/LIMITED/ABSENT] - [Explanation]
|
|
122
|
+
- **Renewal Positioning:** [STRONG/ADEQUATE/WEAK] - [Explanation]
|
|
123
|
+
- **Upselling Opportunities:** [PRESERVED/CONSTRAINED/BLOCKED] - [Explanation]
|
|
124
|
+
- **Recommendations:** [Specific growth improvements needed]
|
|
125
|
+
|
|
126
|
+
#### Professional Positioning
|
|
127
|
+
- **Authority Establishment:** [STRONG/ADEQUATE/WEAK] - [Explanation]
|
|
128
|
+
- **Value Communication:** [CLEAR/IMPLICIT/MISSING] - [Explanation]
|
|
129
|
+
- **Competitive Differentiation:** [EVIDENT/SUBTLE/ABSENT] - [Explanation]
|
|
130
|
+
- **Recommendations:** [Specific positioning improvements needed]
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## Risk Assessment Matrix
|
|
135
|
+
|
|
136
|
+
### High Impact + High Probability (Address Immediately)
|
|
137
|
+
- [RISK_1]: [Impact] - [Likelihood] - [Mitigation]
|
|
138
|
+
- [RISK_2]: [Impact] - [Likelihood] - [Mitigation]
|
|
139
|
+
|
|
140
|
+
### High Impact + Low Probability (Monitor Closely)
|
|
141
|
+
- [RISK_1]: [Impact] - [Likelihood] - [Mitigation]
|
|
142
|
+
- [RISK_2]: [Impact] - [Likelihood] - [Mitigation]
|
|
143
|
+
|
|
144
|
+
### Low Impact + High Probability (Manage Routinely)
|
|
145
|
+
- [RISK_1]: [Impact] - [Likelihood] - [Mitigation]
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## Implementation Recommendations
|
|
150
|
+
|
|
151
|
+
### Immediate Actions (Before Signing)
|
|
152
|
+
1. **[ACTION_1]** - [Rationale] - [Implementation approach]
|
|
153
|
+
2. **[ACTION_2]** - [Rationale] - [Implementation approach]
|
|
154
|
+
3. **[ACTION_3]** - [Rationale] - [Implementation approach]
|
|
155
|
+
|
|
156
|
+
### Negotiation Strategy
|
|
157
|
+
- **Must-Have Items:** [Non-negotiable changes]
|
|
158
|
+
- **Nice-to-Have Items:** [Preferred improvements]
|
|
159
|
+
- **Fallback Positions:** [Alternative approaches if primary requests rejected]
|
|
160
|
+
- **Relationship Considerations:** [How to maintain positive relationship during negotiations]
|
|
161
|
+
|
|
162
|
+
### Future Considerations
|
|
163
|
+
- **Next Contract Cycle:** [Improvements for renewal/next engagement]
|
|
164
|
+
- **Template Updates:** [Changes to standard templates based on this review]
|
|
165
|
+
- **Process Improvements:** [Better practices for future contract development]
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Appendices
|
|
170
|
+
|
|
171
|
+
### A. Specific Language Recommendations
|
|
172
|
+
[Exact text suggestions for critical changes]
|
|
173
|
+
|
|
174
|
+
### B. Industry Benchmarking
|
|
175
|
+
[How terms compare to industry standards]
|
|
176
|
+
|
|
177
|
+
### C. Alternative Approaches
|
|
178
|
+
[Different ways to address key issues]
|
|
179
|
+
|
|
180
|
+
### D. Reference Materials
|
|
181
|
+
[Relevant legal precedents, industry standards, or best practices]
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
## Review Completion Checklist
|
|
186
|
+
- [ ] All critical issues identified and documented
|
|
187
|
+
- [ ] Business impact clearly explained for each issue
|
|
188
|
+
- [ ] Specific recommendations provided
|
|
189
|
+
- [ ] Implementation guidance included
|
|
190
|
+
- [ ] Negotiation strategy developed
|
|
191
|
+
- [ ] Risk assessment completed
|
|
192
|
+
- [ ] Executive summary written for stakeholder review
|
|
193
|
+
- [ ] Next steps clearly defined
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
**Reviewer Signature:** [SIGNATURE]
|
|
198
|
+
**Date:** [DATE]
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
# [SERVICE_NAME] SaaS Terms and Conditions
|
|
2
|
+
|
|
3
|
+
**Effective Date:** [DATE]
|
|
4
|
+
|
|
5
|
+
**Provider:** [PROVIDER_LEGAL_NAME] ("Provider", "we", "us", "our")
|
|
6
|
+
|
|
7
|
+
**Customer:** [CUSTOMER_LEGAL_NAME] ("Customer", "you", "your")
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## 1. ACCEPTANCE OF TERMS
|
|
12
|
+
|
|
13
|
+
By accessing or using the [SERVICE_NAME] platform ("Service"), you agree to be bound by these Terms and Conditions ("Terms"). If you do not agree to these Terms, do not use the Service.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 2. SERVICE DESCRIPTION
|
|
18
|
+
|
|
19
|
+
### 2.1 [SERVICE_NAME] Platform
|
|
20
|
+
[SERVICE_NAME] is a Software-as-a-Service platform that provides [SERVICE_DESCRIPTION].
|
|
21
|
+
|
|
22
|
+
### 2.2 Service Components
|
|
23
|
+
- [SERVICE_COMPONENT_1]
|
|
24
|
+
- [SERVICE_COMPONENT_2]
|
|
25
|
+
- [SERVICE_COMPONENT_3]
|
|
26
|
+
- [SERVICE_COMPONENT_4]
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 3. INTELLECTUAL PROPERTY RIGHTS
|
|
31
|
+
|
|
32
|
+
### 3.1 Provider IP
|
|
33
|
+
Provider retains all right, title, and interest in and to:
|
|
34
|
+
- The [SERVICE_NAME] platform, software, and technology
|
|
35
|
+
- All workflows, templates, and methodologies
|
|
36
|
+
- Training materials and documentation
|
|
37
|
+
- Any improvements, enhancements, or derivatives of the above
|
|
38
|
+
|
|
39
|
+
### 3.2 Customer IP
|
|
40
|
+
Customer retains ownership of:
|
|
41
|
+
- Customer's pre-existing intellectual property
|
|
42
|
+
- Customer data and content uploaded to the Service
|
|
43
|
+
- Work product created by Customer using the Service
|
|
44
|
+
|
|
45
|
+
### 3.3 Feedback and Improvements
|
|
46
|
+
Any feedback, suggestions, or improvements provided by Customer may be used by Provider without restriction or compensation to enhance the Service.
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 4. DATA PROTECTION AND PRIVACY
|
|
51
|
+
|
|
52
|
+
### 4.1 Data Processing
|
|
53
|
+
Provider will process Customer data solely for the purpose of providing the Service and will not use Customer data for any other purpose without explicit consent.
|
|
54
|
+
|
|
55
|
+
### 4.2 Data Retention
|
|
56
|
+
[DATA_RETENTION_POLICY - Options:
|
|
57
|
+
- Minimal: "The only customer data that will be retained by the provider is email address and repo metadata (name, url). No other customer data will be retained longer than 24 hours."
|
|
58
|
+
- Standard: "Customer data will be retained for the duration of the service agreement and for 30 days thereafter, unless otherwise specified or required by law."
|
|
59
|
+
- Custom: "[SPECIFIC_RETENTION_POLICY]"]
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## 5. LIMITATION OF LIABILITY
|
|
64
|
+
|
|
65
|
+
### 5.1 Disclaimer of Warranties
|
|
66
|
+
THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
|
67
|
+
|
|
68
|
+
### 5.2 Limitation of Damages
|
|
69
|
+
IN NO EVENT SHALL PROVIDER BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS, DATA, OR USE, ARISING OUT OF OR RELATING TO THESE TERMS OR THE SERVICE.
|
|
70
|
+
|
|
71
|
+
### 5.3 Maximum Liability
|
|
72
|
+
[LIABILITY_OPTION - Choose one:
|
|
73
|
+
- Zero Liability: "PROVIDER HAS NO LIABILITY FOR ANY CLAIMS ARISING OUT OF OR RELATING TO THESE TERMS OR THE SERVICE."
|
|
74
|
+
- Capped Liability: "PROVIDER'S TOTAL LIABILITY FOR ANY CLAIMS ARISING OUT OF OR RELATING TO THESE TERMS OR THE SERVICE SHALL NOT EXCEED THE AMOUNT PAID BY CUSTOMER TO PROVIDER IN THE TWELVE (12) MONTHS PRECEDING THE CLAIM."
|
|
75
|
+
- Custom: "[CUSTOM_LIABILITY_LIMIT]"]
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## 6. INDEMNIFICATION
|
|
80
|
+
|
|
81
|
+
### 6.1 Customer Indemnification
|
|
82
|
+
Customer agrees to indemnify, defend, and hold harmless Provider from and against any claims, damages, losses, and expenses arising from:
|
|
83
|
+
- Customer's use of the Service in violation of these Terms
|
|
84
|
+
- Customer's violation of any third-party rights
|
|
85
|
+
- Customer's negligent or wrongful acts
|
|
86
|
+
|
|
87
|
+
### 6.2 Provider Indemnification
|
|
88
|
+
Provider agrees to indemnify Customer against third-party claims that the Service infringes a valid patent, copyright, or trademark, provided Customer:
|
|
89
|
+
- Promptly notifies Provider of the claim
|
|
90
|
+
- Grants Provider sole control of the defense and settlement
|
|
91
|
+
- Provides reasonable cooperation
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## 7. SERVICE LEVEL AND SUPPORT
|
|
96
|
+
|
|
97
|
+
### 7.1 Availability
|
|
98
|
+
[AVAILABILITY_COMMITMENT - Options:
|
|
99
|
+
- Minimal: "Provider will use commercially reasonable efforts to maintain Service availability."
|
|
100
|
+
- Standard: "Provider will use commercially reasonable efforts to maintain Service availability of 99.5% uptime, measured monthly, excluding scheduled maintenance."
|
|
101
|
+
- Custom: "[SPECIFIC_SLA]"]
|
|
102
|
+
|
|
103
|
+
### 7.2 Support
|
|
104
|
+
[SUPPORT_COMMITMENT - Options:
|
|
105
|
+
- Basic: "Support is provided during business hours ([TIMEZONE], [DAYS])"
|
|
106
|
+
- Standard: "Support is provided during business hours ([TIMEZONE], [DAYS]) with email support response within 24 hours and critical issue response within 4 hours"
|
|
107
|
+
- Custom: "[SPECIFIC_SUPPORT_TERMS]"]
|
|
108
|
+
|
|
109
|
+
### 7.3 Maintenance
|
|
110
|
+
Provider reserves the right to perform scheduled maintenance with advance notice and emergency maintenance as needed.
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## 8. ACCEPTABLE USE POLICY
|
|
115
|
+
|
|
116
|
+
Customer agrees not to:
|
|
117
|
+
- Use the Service for any illegal or unauthorized purpose
|
|
118
|
+
- Attempt to gain unauthorized access to the Service or related systems
|
|
119
|
+
- Interfere with or disrupt the Service or servers
|
|
120
|
+
- Upload malicious code, viruses, or harmful content
|
|
121
|
+
- Reverse engineer, decompile, or attempt to extract source code
|
|
122
|
+
- Resell, redistribute, or sublicense the Service without authorization
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## 9. TERMINATION
|
|
127
|
+
|
|
128
|
+
### 9.1 Termination Rights
|
|
129
|
+
Either party may terminate the service agreement with written notice as specified in the Service Agreement.
|
|
130
|
+
|
|
131
|
+
### 9.2 Effect of Termination
|
|
132
|
+
Upon termination:
|
|
133
|
+
- Customer's access to the Service will cease
|
|
134
|
+
- Customer data will be available for download for 30 days
|
|
135
|
+
- All payment obligations through the termination date remain due
|
|
136
|
+
- Sections 3, 5, 6, and 10 shall survive termination
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## 10. GENERAL PROVISIONS
|
|
141
|
+
|
|
142
|
+
### 10.1 Governing Law
|
|
143
|
+
These Terms shall be governed by and construed in accordance with the laws of [JURISDICTION], without regard to conflict of law principles.
|
|
144
|
+
|
|
145
|
+
### 10.2 Dispute Resolution
|
|
146
|
+
Any disputes arising under these Terms shall be resolved through binding arbitration in accordance with the rules of the American Arbitration Association.
|
|
147
|
+
|
|
148
|
+
### 10.3 Force Majeure
|
|
149
|
+
Neither party shall be liable for any failure or delay in performance due to circumstances beyond their reasonable control, including but not limited to acts of God, natural disasters, war, terrorism, or government actions.
|
|
150
|
+
|
|
151
|
+
### 10.4 Entire Agreement
|
|
152
|
+
These Terms, together with the Service Agreement, constitute the entire agreement between the parties and supersede all prior agreements and understandings.
|
|
153
|
+
|
|
154
|
+
### 10.5 Modifications
|
|
155
|
+
Provider may modify these Terms by providing 30 days' written notice. Continued use of the Service after such notice constitutes acceptance of the modified Terms.
|
|
156
|
+
|
|
157
|
+
### 10.6 Severability
|
|
158
|
+
If any provision of these Terms is found to be unenforceable, the remaining provisions shall remain in full force and effect.
|
|
159
|
+
|
|
160
|
+
### 10.7 Assignment
|
|
161
|
+
Customer may not assign these Terms without Provider's prior written consent. Provider may assign these Terms without restriction.
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## 11. CONTACT INFORMATION
|
|
166
|
+
|
|
167
|
+
For questions about these Terms, please contact:
|
|
168
|
+
|
|
169
|
+
**[PROVIDER_LEGAL_NAME]**
|
|
170
|
+
Email: [CONTACT_EMAIL]
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
**Last Updated:** [DATE]
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
# Statement of Work (SOW) — [SERVICE_NAME]
|
|
2
|
+
|
|
3
|
+
**Customer:** [CUSTOMER_LEGAL_NAME] ("Customer")
|
|
4
|
+
|
|
5
|
+
**Provider:** [PROVIDER_LEGAL_NAME] ("Provider")
|
|
6
|
+
|
|
7
|
+
**Effective Date:** [DATE]
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## 1) Engagement Summary
|
|
12
|
+
|
|
13
|
+
### 1.1 Objective
|
|
14
|
+
|
|
15
|
+
Provider will deliver [SERVICE_DESCRIPTION] and [TRAINING_DESCRIPTION].
|
|
16
|
+
|
|
17
|
+
### 1.2 Delivery Model
|
|
18
|
+
|
|
19
|
+
Provider will provide [DELIVERY_METHOD] to nominated employees, hereby called the "Delivery Team". The Delivery Team will:
|
|
20
|
+
|
|
21
|
+
* [CUSTOMER_RESPONSIBILITY_1]
|
|
22
|
+
* [CUSTOMER_RESPONSIBILITY_2]
|
|
23
|
+
* [CUSTOMER_RESPONSIBILITY_3]
|
|
24
|
+
* retain full responsibility for delivery, decisions, and outcomes.
|
|
25
|
+
|
|
26
|
+
**[SERVICE_TYPE] Advisory Role:**
|
|
27
|
+
|
|
28
|
+
The Provider's role in [SERVICE_AREA] is advisory and educational. Provider will:
|
|
29
|
+
* [ADVISORY_ROLE_1]
|
|
30
|
+
* [ADVISORY_ROLE_2]
|
|
31
|
+
* [ADVISORY_ROLE_3]
|
|
32
|
+
* [ADVISORY_ROLE_4]
|
|
33
|
+
|
|
34
|
+
The Customer retains full responsibility for [CUSTOMER_DELIVERY_RESPONSIBILITY].
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## 2) Scope of Work
|
|
39
|
+
|
|
40
|
+
### 2.1 In Scope (High Level)
|
|
41
|
+
|
|
42
|
+
Provider will deliver:
|
|
43
|
+
|
|
44
|
+
* **[SERVICE_COMPONENT_1]** to nominated employees of the Customer
|
|
45
|
+
* **[SERVICE_COMPONENT_2]** with [DELIVERY_FREQUENCY] and [SUPPORT_TYPE]
|
|
46
|
+
* **[SERVICE_COMPONENT_3]**: [DETAILED_DESCRIPTION]
|
|
47
|
+
* **[SERVICE_COMPONENT_4]**: [CUSTOMIZATION_DESCRIPTION] (Provider reserves the right to make the determination, in consultation with the Customer)
|
|
48
|
+
* **[SERVICE_COMPONENT_5]**: [REVIEW_SCHEDULE] with [COACHING_TYPE]
|
|
49
|
+
|
|
50
|
+
### 2.2 Out of Scope for Provider (Unless Added by Change Order)
|
|
51
|
+
|
|
52
|
+
* [OUT_OF_SCOPE_1]
|
|
53
|
+
* [OUT_OF_SCOPE_2]
|
|
54
|
+
* [OUT_OF_SCOPE_3]
|
|
55
|
+
* [OUT_OF_SCOPE_4]
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## 3) Pricing and Cancellation Policy
|
|
60
|
+
|
|
61
|
+
### 3.1 Current Pricing
|
|
62
|
+
|
|
63
|
+
For the next [DURATION], [SERVICE_NAME] licenses are priced at the discounted rate of $[LICENSE_PRICE] per user per month.
|
|
64
|
+
For the next [DURATION], [SERVICE_NAME] and [TRAINING_TYPE] are priced at $[TRAINING_PRICE] per month.
|
|
65
|
+
Customer and Provider will reevaluate pricing at the end of that period based on value delivered and need.
|
|
66
|
+
Payment is due on the first day of every month and covers services for that month.
|
|
67
|
+
|
|
68
|
+
### 3.2 Changes in Scope
|
|
69
|
+
|
|
70
|
+
At any time, if the Customer feels the need to change scope in employee count or Provider responsibility, the Provider shall be amenable to such discussions and coming up with mutually acceptable terms.
|
|
71
|
+
|
|
72
|
+
### 3.3 Cancellation Policy
|
|
73
|
+
|
|
74
|
+
Customer can decide to terminate the relationship with Provider at any time with a written notice. Cancellation will take place at the end of said month and services and license will continue through that period, after which both shall be suspended.
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## 4) Success Metrics & Evaluation
|
|
79
|
+
|
|
80
|
+
### 4.1 Training Success Indicators
|
|
81
|
+
- [SUCCESS_METRIC_1]
|
|
82
|
+
- [SUCCESS_METRIC_2]
|
|
83
|
+
- [SUCCESS_METRIC_3]
|
|
84
|
+
|
|
85
|
+
### 4.2 Project Success Indicators
|
|
86
|
+
- [PROJECT_METRIC_1]
|
|
87
|
+
- [PROJECT_METRIC_2]
|
|
88
|
+
- [PROJECT_METRIC_3]
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## 5) Intellectual Property, Confidentiality, and Work Product
|
|
93
|
+
|
|
94
|
+
Unless otherwise stated:
|
|
95
|
+
|
|
96
|
+
* Customer owns the Work Product and deliverables resulting from the usage of [SERVICE_NAME] for the Customer project.
|
|
97
|
+
* Provider retains ownership of [SERVICE_NAME], improvements to the platform, trainings and coaching material used with the Customer.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## 6) Signatures
|
|
102
|
+
|
|
103
|
+
**Customer: [CUSTOMER_LEGAL_NAME]**
|
|
104
|
+
|
|
105
|
+
By: ________________________
|
|
106
|
+
|
|
107
|
+
Name/Title: __________________
|
|
108
|
+
|
|
109
|
+
Date: _______________________
|
|
110
|
+
|
|
111
|
+
**Provider: [PROVIDER_LEGAL_NAME]**
|
|
112
|
+
|
|
113
|
+
By: ________________________
|
|
114
|
+
|
|
115
|
+
Name/Title: __________________
|
|
116
|
+
|
|
117
|
+
Date: _______________________
|