@sylix/coworker 2.0.11 → 2.0.12

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.
Files changed (169) hide show
  1. package/dist/commands/slash/config.d.ts.map +1 -1
  2. package/dist/commands/slash/config.js +22 -4
  3. package/dist/commands/slash/config.js.map +1 -1
  4. package/dist/core/CoWorkerAgent.d.ts.map +1 -1
  5. package/dist/core/CoWorkerAgent.js +6 -3
  6. package/dist/core/CoWorkerAgent.js.map +1 -1
  7. package/dist/skills/defaults/accessibility/screen-reader-testing.md +545 -0
  8. package/dist/skills/defaults/accessibility/wcag-audit-patterns.md +555 -0
  9. package/dist/skills/defaults/ai-ml/rag.md +276 -0
  10. package/dist/skills/defaults/backend-development/api-design-principles.md +528 -0
  11. package/dist/skills/defaults/backend-development/api-design.md +285 -0
  12. package/dist/skills/defaults/backend-development/architecture-patterns.md +494 -0
  13. package/dist/skills/defaults/backend-development/async-python.md +237 -0
  14. package/dist/skills/defaults/backend-development/auth-implementation-patterns.md +638 -0
  15. package/dist/skills/defaults/backend-development/bazel-build-optimization.md +387 -0
  16. package/dist/skills/defaults/backend-development/billing-automation/SKILL.md +566 -0
  17. package/dist/skills/defaults/backend-development/code-review-excellence.md +538 -0
  18. package/dist/skills/defaults/backend-development/cqrs-implementation.md +554 -0
  19. package/dist/skills/defaults/backend-development/database-design.md +305 -0
  20. package/dist/skills/defaults/backend-development/debugging-strategies.md +536 -0
  21. package/dist/skills/defaults/backend-development/e2e-testing-patterns.md +544 -0
  22. package/dist/skills/defaults/backend-development/error-handling-patterns.md +641 -0
  23. package/dist/skills/defaults/backend-development/fastapi-templates.md +559 -0
  24. package/dist/skills/defaults/backend-development/fastapi.md +309 -0
  25. package/dist/skills/defaults/backend-development/git-advanced-workflows.md +405 -0
  26. package/dist/skills/defaults/backend-development/microservices-patterns.md +595 -0
  27. package/dist/skills/defaults/backend-development/microservices.md +284 -0
  28. package/dist/skills/defaults/backend-development/monorepo-management.md +623 -0
  29. package/dist/skills/defaults/backend-development/nodejs-backend-patterns.md +1048 -0
  30. package/dist/skills/defaults/backend-development/nx-workspace-patterns.md +457 -0
  31. package/dist/skills/defaults/backend-development/paypal-integration/SKILL.md +478 -0
  32. package/dist/skills/defaults/backend-development/pci-compliance/SKILL.md +480 -0
  33. package/dist/skills/defaults/backend-development/python-anti-patterns.md +349 -0
  34. package/dist/skills/defaults/backend-development/python-background-jobs.md +364 -0
  35. package/dist/skills/defaults/backend-development/python-code-style.md +360 -0
  36. package/dist/skills/defaults/backend-development/python-configuration.md +368 -0
  37. package/dist/skills/defaults/backend-development/python-design-patterns.md +296 -0
  38. package/dist/skills/defaults/backend-development/python-error-handling.md +323 -0
  39. package/dist/skills/defaults/backend-development/python-packaging.md +887 -0
  40. package/dist/skills/defaults/backend-development/python-performance-optimization.md +874 -0
  41. package/dist/skills/defaults/backend-development/python-project-structure.md +252 -0
  42. package/dist/skills/defaults/backend-development/python-resilience.md +376 -0
  43. package/dist/skills/defaults/backend-development/python-resource-management.md +421 -0
  44. package/dist/skills/defaults/backend-development/python-type-safety.md +428 -0
  45. package/dist/skills/defaults/backend-development/sql-optimization-patterns.md +509 -0
  46. package/dist/skills/defaults/backend-development/stripe-integration/SKILL.md +522 -0
  47. package/dist/skills/defaults/backend-development/turborepo-caching.md +376 -0
  48. package/dist/skills/defaults/blockchain/defi-protocol-templates.md +430 -0
  49. package/dist/skills/defaults/blockchain/nft-standards.md +364 -0
  50. package/dist/skills/defaults/blockchain/solidity-security.md +514 -0
  51. package/dist/skills/defaults/blockchain/web3-testing.md +360 -0
  52. package/dist/skills/defaults/business/competitive-landscape/SKILL.md +527 -0
  53. package/dist/skills/defaults/business/market-sizing-analysis/SKILL.md +451 -0
  54. package/dist/skills/defaults/business/startup-financial-modeling/SKILL.md +494 -0
  55. package/dist/skills/defaults/business/startup-metrics-framework/SKILL.md +564 -0
  56. package/dist/skills/defaults/business/team-composition-analysis.md +437 -0
  57. package/dist/skills/defaults/compliance/employment-contract-templates/SKILL.md +527 -0
  58. package/dist/skills/defaults/compliance/gdpr-data-handling/SKILL.md +630 -0
  59. package/dist/skills/defaults/data-engineering/airflow-dag-patterns.md +436 -0
  60. package/dist/skills/defaults/data-engineering/airflow.md +519 -0
  61. package/dist/skills/defaults/data-engineering/data-quality.md +583 -0
  62. package/dist/skills/defaults/data-engineering/dbt-transformation-patterns.md +482 -0
  63. package/dist/skills/defaults/data-engineering/dbt.md +556 -0
  64. package/dist/skills/defaults/data-engineering/ml-pipeline-workflow/SKILL.md +247 -0
  65. package/dist/skills/defaults/data-engineering/spark-optimization.md +348 -0
  66. package/dist/skills/defaults/data-engineering/spark.md +411 -0
  67. package/dist/skills/defaults/database/postgresql.md +202 -0
  68. package/dist/skills/defaults/debugging/systematic-debugging.md +249 -0
  69. package/dist/skills/defaults/devops/architecture-decision-records.md +448 -0
  70. package/dist/skills/defaults/devops/changelog-automation.md +580 -0
  71. package/dist/skills/defaults/devops/cicd.md +314 -0
  72. package/dist/skills/defaults/devops/cloud.md +263 -0
  73. package/dist/skills/defaults/devops/code-review-excellence.md +299 -0
  74. package/dist/skills/defaults/devops/cost-optimization.md +295 -0
  75. package/dist/skills/defaults/devops/deployment-pipeline-design.md +356 -0
  76. package/dist/skills/defaults/devops/docker.md +281 -0
  77. package/dist/skills/defaults/devops/git-workflows.md +205 -0
  78. package/dist/skills/defaults/devops/github-actions.md +311 -0
  79. package/dist/skills/defaults/devops/gitlab-ci-patterns.md +266 -0
  80. package/dist/skills/defaults/devops/hybrid-cloud-networking.md +241 -0
  81. package/dist/skills/defaults/devops/istio-traffic-management.md +327 -0
  82. package/dist/skills/defaults/devops/kubernetes.md +339 -0
  83. package/dist/skills/defaults/devops/linkerd-patterns.md +311 -0
  84. package/dist/skills/defaults/devops/multi-cloud-architecture.md +181 -0
  85. package/dist/skills/defaults/devops/observability.md +243 -0
  86. package/dist/skills/defaults/devops/openapi-spec-generation.md +1024 -0
  87. package/dist/skills/defaults/devops/postmortem-writing.md +396 -0
  88. package/dist/skills/defaults/devops/prometheus-configuration.md +265 -0
  89. package/dist/skills/defaults/devops/secrets-management.md +341 -0
  90. package/dist/skills/defaults/devops/service-mesh-observability.md +385 -0
  91. package/dist/skills/defaults/devops/terraform-module-library.md +244 -0
  92. package/dist/skills/defaults/finance/backtesting-frameworks/SKILL.md +663 -0
  93. package/dist/skills/defaults/finance/risk-metrics-calculation/SKILL.md +557 -0
  94. package/dist/skills/defaults/frontend/accessibility-compliance.md +420 -0
  95. package/dist/skills/defaults/frontend/design-system-patterns.md +337 -0
  96. package/dist/skills/defaults/frontend/interaction-design.md +327 -0
  97. package/dist/skills/defaults/frontend/javascript.md +311 -0
  98. package/dist/skills/defaults/frontend/modern-javascript-patterns.md +927 -0
  99. package/dist/skills/defaults/frontend/react-native-design.md +440 -0
  100. package/dist/skills/defaults/frontend/react.md +345 -0
  101. package/dist/skills/defaults/frontend/responsive-design.md +472 -0
  102. package/dist/skills/defaults/frontend/tailwind-design-system.md +337 -0
  103. package/dist/skills/defaults/frontend/typescript-advanced-types.md +724 -0
  104. package/dist/skills/defaults/frontend/typescript.md +334 -0
  105. package/dist/skills/defaults/frontend/visual-design-foundations.md +326 -0
  106. package/dist/skills/defaults/frontend/web-component-design.md +279 -0
  107. package/dist/skills/defaults/game-development/godot-gdscript-patterns.md +188 -0
  108. package/dist/skills/defaults/game-development/unity-ecs-patterns.md +594 -0
  109. package/dist/skills/defaults/kubernetes/gitops-workflow.md +285 -0
  110. package/dist/skills/defaults/kubernetes/gitops.md +280 -0
  111. package/dist/skills/defaults/kubernetes/helm-chart-scaffolding.md +553 -0
  112. package/dist/skills/defaults/kubernetes/helm.md +343 -0
  113. package/dist/skills/defaults/kubernetes/k8s-manifest-generator.md +501 -0
  114. package/dist/skills/defaults/kubernetes/k8s-security-policies.md +342 -0
  115. package/dist/skills/defaults/kubernetes/manifests.md +330 -0
  116. package/dist/skills/defaults/kubernetes/security.md +337 -0
  117. package/dist/skills/defaults/llm-application/embedding-strategies.md +608 -0
  118. package/dist/skills/defaults/llm-application/hybrid-search-implementation.md +570 -0
  119. package/dist/skills/defaults/llm-application/hybrid-search.md +570 -0
  120. package/dist/skills/defaults/llm-application/langchain-architecture.md +666 -0
  121. package/dist/skills/defaults/llm-application/langchain.md +259 -0
  122. package/dist/skills/defaults/llm-application/llm-evaluation.md +695 -0
  123. package/dist/skills/defaults/llm-application/prompt-engineering-patterns.md +449 -0
  124. package/dist/skills/defaults/llm-application/prompt-engineering.md +219 -0
  125. package/dist/skills/defaults/llm-application/rag-implementation.md +434 -0
  126. package/dist/skills/defaults/llm-application/similarity-search-patterns.md +560 -0
  127. package/dist/skills/defaults/llm-application/similarity-search.md +560 -0
  128. package/dist/skills/defaults/llm-application/vector-index-tuning.md +523 -0
  129. package/dist/skills/defaults/mobile/mobile-android-design.md +440 -0
  130. package/dist/skills/defaults/mobile/mobile-ios-design.md +266 -0
  131. package/dist/skills/defaults/monitoring/distributed-tracing.md +436 -0
  132. package/dist/skills/defaults/monitoring/grafana-dashboards.md +370 -0
  133. package/dist/skills/defaults/monitoring/prometheus-configuration.md +379 -0
  134. package/dist/skills/defaults/monitoring/slo-implementation.md +323 -0
  135. package/dist/skills/defaults/refactoring/code-refactoring.md +349 -0
  136. package/dist/skills/defaults/security/anti-reversing-techniques/SKILL.md +559 -0
  137. package/dist/skills/defaults/security/auditor.md +168 -0
  138. package/dist/skills/defaults/security/binary-analysis-patterns/SKILL.md +438 -0
  139. package/dist/skills/defaults/security/memory-forensics/SKILL.md +483 -0
  140. package/dist/skills/defaults/security/mtls-configuration.md +349 -0
  141. package/dist/skills/defaults/security/protocol-reverse-engineering/SKILL.md +520 -0
  142. package/dist/skills/defaults/security/sast-configuration.md +182 -0
  143. package/dist/skills/defaults/security/security.md +313 -0
  144. package/dist/skills/defaults/security/stride-analysis.md +273 -0
  145. package/dist/skills/defaults/security/threat-mitigation-mapping.md +290 -0
  146. package/dist/skills/defaults/systems/bash-defensive-patterns/SKILL.md +539 -0
  147. package/dist/skills/defaults/systems/bats-testing-patterns/SKILL.md +631 -0
  148. package/dist/skills/defaults/systems/go-concurrency-patterns.md +657 -0
  149. package/dist/skills/defaults/systems/memory-safety-patterns.md +605 -0
  150. package/dist/skills/defaults/systems/rust-async-patterns.md +519 -0
  151. package/dist/skills/defaults/systems/shellcheck-configuration/SKILL.md +456 -0
  152. package/dist/skills/defaults/team-collaboration/multi-reviewer-patterns.md +126 -0
  153. package/dist/skills/defaults/team-collaboration/parallel-feature-development.md +151 -0
  154. package/dist/skills/defaults/testing/javascript-testing-patterns.md +1021 -0
  155. package/dist/skills/defaults/testing/python-testing-patterns.md +351 -0
  156. package/dist/skills/defaults/testing/testing.md +332 -0
  157. package/dist/skills/defaults/workflows/context-driven-development.md +384 -0
  158. package/dist/skills/defaults/workflows/track-management.md +592 -0
  159. package/dist/skills/defaults/workflows/workflow-patterns.md +622 -0
  160. package/dist/skills/index.d.ts +11 -0
  161. package/dist/skills/index.d.ts.map +1 -0
  162. package/dist/skills/index.js +129 -0
  163. package/dist/skills/index.js.map +1 -0
  164. package/dist/utils/character.js +4 -4
  165. package/dist/utils/character.js.map +1 -1
  166. package/dist/utils/inputbar.d.ts.map +1 -1
  167. package/dist/utils/inputbar.js +7 -0
  168. package/dist/utils/inputbar.js.map +1 -1
  169. package/package.json +1 -1
@@ -0,0 +1,527 @@
1
+ ---
2
+ name: employment-contract-templates
3
+ description: Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.
4
+ ---
5
+
6
+ # Employment Contract Templates
7
+
8
+ Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies.
9
+
10
+ ## When to Use This Skill
11
+
12
+ - Drafting employment contracts
13
+ - Creating offer letters
14
+ - Writing employee handbooks
15
+ - Developing HR policies
16
+ - Standardizing employment documentation
17
+ - Onboarding documentation
18
+
19
+ ## Core Concepts
20
+
21
+ ### 1. Employment Document Types
22
+
23
+ | Document | Purpose | When Used |
24
+ | ----------------------- | ----------------------- | ------------- |
25
+ | **Offer Letter** | Initial job offer | Pre-hire |
26
+ | **Employment Contract** | Formal agreement | Hire |
27
+ | **Employee Handbook** | Policies & procedures | Onboarding |
28
+ | **NDA** | Confidentiality | Before access |
29
+ | **Non-Compete** | Competition restriction | Hire/Exit |
30
+
31
+ ### 2. Key Legal Considerations
32
+
33
+ ```
34
+ Employment Relationship:
35
+ ├── At-Will vs. Contract
36
+ ├── Employee vs. Contractor
37
+ ├── Full-Time vs. Part-Time
38
+ ├── Exempt vs. Non-Exempt
39
+ └── Jurisdiction-Specific Requirements
40
+ ```
41
+
42
+ **DISCLAIMER: These templates are for informational purposes only and do not constitute legal advice. Consult with qualified legal counsel before using any employment documents.**
43
+
44
+ ## Templates
45
+
46
+ ### Template 1: Offer Letter
47
+
48
+ ```markdown
49
+ # EMPLOYMENT OFFER LETTER
50
+
51
+ [Company Letterhead]
52
+
53
+ Date: [DATE]
54
+
55
+ [Candidate Name]
56
+ [Address]
57
+ [City, State ZIP]
58
+
59
+ Dear [Candidate Name],
60
+
61
+ We are pleased to extend an offer of employment for the position of [JOB TITLE]
62
+ at [COMPANY NAME]. We believe your skills and experience will be valuable
63
+ additions to our team.
64
+
65
+ ## Position Details
66
+
67
+ **Title:** [Job Title]
68
+ **Department:** [Department]
69
+ **Reports To:** [Manager Name/Title]
70
+ **Location:** [Office Location / Remote]
71
+ **Start Date:** [Proposed Start Date]
72
+ **Employment Type:** [Full-Time/Part-Time], [Exempt/Non-Exempt]
73
+
74
+ ## Compensation
75
+
76
+ **Base Salary:** $[AMOUNT] per [year/hour], paid [bi-weekly/semi-monthly/monthly]
77
+ **Bonus:** [Eligible for annual bonus of up to X% based on company and individual
78
+ performance / Not applicable]
79
+ **Equity:** [X shares of stock options vesting over 4 years with 1-year cliff /
80
+ Not applicable]
81
+
82
+ ## Benefits
83
+
84
+ You will be eligible for our standard benefits package, including:
85
+
86
+ - Health insurance (medical, dental, vision) effective [date]
87
+ - 401(k) with [X]% company match
88
+ - [x] days paid time off per year
89
+ - [x] paid holidays
90
+ - [Other benefits]
91
+
92
+ Full details will be provided during onboarding.
93
+
94
+ ## Contingencies
95
+
96
+ This offer is contingent upon:
97
+
98
+ - Successful completion of background check
99
+ - Verification of your right to work in [Country]
100
+ - Execution of required employment documents including:
101
+ - Confidentiality Agreement
102
+ - [Non-Compete Agreement, if applicable]
103
+ - [IP Assignment Agreement]
104
+
105
+ ## At-Will Employment
106
+
107
+ Please note that employment with [Company Name] is at-will. This means that
108
+ either you or the Company may terminate the employment relationship at any time,
109
+ with or without cause or notice. This offer letter does not constitute a
110
+ contract of employment for any specific period.
111
+
112
+ ## Acceptance
113
+
114
+ To accept this offer, please sign below and return by [DEADLINE DATE]. This
115
+ offer will expire if not accepted by that date.
116
+
117
+ We are excited about the possibility of you joining our team. If you have any
118
+ questions, please contact [HR Contact] at [email/phone].
119
+
120
+ Sincerely,
121
+
122
+ ---
123
+
124
+ [Hiring Manager Name]
125
+ [Title]
126
+ [Company Name]
127
+
128
+ ---
129
+
130
+ ## ACCEPTANCE
131
+
132
+ I accept this offer of employment and agree to the terms stated above.
133
+
134
+ Signature: ************\_************
135
+
136
+ Printed Name: ************\_************
137
+
138
+ Date: ************\_************
139
+
140
+ Anticipated Start Date: ************\_************
141
+ ```
142
+
143
+ ### Template 2: Employment Agreement (Contract Position)
144
+
145
+ ```markdown
146
+ # EMPLOYMENT AGREEMENT
147
+
148
+ This Employment Agreement ("Agreement") is entered into as of [DATE]
149
+ ("Effective Date") by and between:
150
+
151
+ **Employer:** [COMPANY LEGAL NAME], a [State] [corporation/LLC]
152
+ with principal offices at [Address] ("Company")
153
+
154
+ **Employee:** [EMPLOYEE NAME], an individual residing at [Address] ("Employee")
155
+
156
+ ## 1. EMPLOYMENT
157
+
158
+ 1.1 **Position.** The Company agrees to employ Employee as [JOB TITLE],
159
+ reporting to [Manager Title]. Employee accepts such employment subject to
160
+ the terms of this Agreement.
161
+
162
+ 1.2 **Duties.** Employee shall perform duties consistent with their position,
163
+ including but not limited to:
164
+
165
+ - [Primary duty 1]
166
+ - [Primary duty 2]
167
+ - [Primary duty 3]
168
+ - Other duties as reasonably assigned
169
+
170
+ 1.3 **Best Efforts.** Employee agrees to devote their full business time,
171
+ attention, and best efforts to the Company's business during employment.
172
+
173
+ 1.4 **Location.** Employee's primary work location shall be [Location/Remote].
174
+ [Travel requirements, if any.]
175
+
176
+ ## 2. TERM
177
+
178
+ 2.1 **Employment Period.** This Agreement shall commence on [START DATE] and
179
+ continue until terminated as provided herein.
180
+
181
+ 2.2 **At-Will Employment.** [FOR AT-WILL STATES] Notwithstanding anything
182
+ herein, employment is at-will and may be terminated by either party at any
183
+ time, with or without cause or notice.
184
+
185
+ [OR FOR FIXED TERM:]
186
+ 2.2 **Fixed Term.** This Agreement is for a fixed term of [X] months/years,
187
+ ending on [END DATE], unless terminated earlier as provided herein or extended
188
+ by mutual written agreement.
189
+
190
+ ## 3. COMPENSATION
191
+
192
+ 3.1 **Base Salary.** Employee shall receive a base salary of $[AMOUNT] per year,
193
+ payable in accordance with the Company's standard payroll practices, subject to
194
+ applicable withholdings.
195
+
196
+ 3.2 **Bonus.** Employee may be eligible for an annual discretionary bonus of up
197
+ to [X]% of base salary, based on [criteria]. Bonus payments are at Company's
198
+ sole discretion and require active employment at payment date.
199
+
200
+ 3.3 **Equity.** [If applicable] Subject to Board approval and the Company's
201
+ equity incentive plan, Employee shall be granted [X shares/options] under the
202
+ terms of a separate Stock Option Agreement.
203
+
204
+ 3.4 **Benefits.** Employee shall be entitled to participate in benefit plans
205
+ offered to similarly situated employees, subject to plan terms and eligibility
206
+ requirements.
207
+
208
+ 3.5 **Expenses.** Company shall reimburse Employee for reasonable business
209
+ expenses incurred in accordance with Company policy.
210
+
211
+ ## 4. CONFIDENTIALITY
212
+
213
+ 4.1 **Confidential Information.** Employee acknowledges access to confidential
214
+ and proprietary information including: trade secrets, business plans, customer
215
+ lists, financial data, technical information, and other non-public information
216
+ ("Confidential Information").
217
+
218
+ 4.2 **Non-Disclosure.** During and after employment, Employee shall not
219
+ disclose, use, or permit use of any Confidential Information except as required
220
+ for their duties or with prior written consent.
221
+
222
+ 4.3 **Return of Materials.** Upon termination, Employee shall immediately return
223
+ all Company property and Confidential Information in any form.
224
+
225
+ 4.4 **Survival.** Confidentiality obligations survive termination indefinitely
226
+ for trade secrets and for [3] years for other Confidential Information.
227
+
228
+ ## 5. INTELLECTUAL PROPERTY
229
+
230
+ 5.1 **Work Product.** All inventions, discoveries, works, and developments
231
+ created by Employee during employment, relating to Company's business, or using
232
+ Company resources ("Work Product") shall be Company's sole property.
233
+
234
+ 5.2 **Assignment.** Employee hereby assigns to Company all rights in Work
235
+ Product, including all intellectual property rights.
236
+
237
+ 5.3 **Assistance.** Employee agrees to execute documents and take actions
238
+ necessary to perfect Company's rights in Work Product.
239
+
240
+ 5.4 **Prior Inventions.** Attached as Exhibit A is a list of any prior
241
+ inventions that Employee wishes to exclude from this Agreement.
242
+
243
+ ## 6. NON-COMPETITION AND NON-SOLICITATION
244
+
245
+ [NOTE: Enforceability varies by jurisdiction. Consult local counsel.]
246
+
247
+ 6.1 **Non-Competition.** During employment and for [12] months after
248
+ termination, Employee shall not, directly or indirectly, engage in any business
249
+ competitive with Company's business within [Geographic Area].
250
+
251
+ 6.2 **Non-Solicitation of Customers.** During employment and for [12] months
252
+ after termination, Employee shall not solicit any customer of the Company for
253
+ competing products or services.
254
+
255
+ 6.3 **Non-Solicitation of Employees.** During employment and for [12] months
256
+ after termination, Employee shall not recruit or solicit any Company employee
257
+ to leave Company employment.
258
+
259
+ ## 7. TERMINATION
260
+
261
+ 7.1 **By Company for Cause.** Company may terminate immediately for Cause,
262
+ defined as:
263
+ (a) Material breach of this Agreement
264
+ (b) Conviction of a felony
265
+ (c) Fraud, dishonesty, or gross misconduct
266
+ (d) Failure to perform duties after written notice and cure period
267
+
268
+ 7.2 **By Company Without Cause.** Company may terminate without Cause upon
269
+ [30] days written notice.
270
+
271
+ 7.3 **By Employee.** Employee may terminate upon [30] days written notice.
272
+
273
+ 7.4 **Severance.** [If applicable] Upon termination without Cause, Employee
274
+ shall receive [X] weeks base salary as severance, contingent upon execution
275
+ of a release agreement.
276
+
277
+ 7.5 **Effect of Termination.** Upon termination:
278
+
279
+ - All compensation earned through termination date shall be paid
280
+ - Unvested equity shall be forfeited
281
+ - Benefits terminate per plan terms
282
+ - Sections 4, 5, 6, 8, and 9 survive termination
283
+
284
+ ## 8. GENERAL PROVISIONS
285
+
286
+ 8.1 **Entire Agreement.** This Agreement constitutes the entire agreement and
287
+ supersedes all prior negotiations, representations, and agreements.
288
+
289
+ 8.2 **Amendments.** This Agreement may be amended only by written agreement
290
+ signed by both parties.
291
+
292
+ 8.3 **Governing Law.** This Agreement shall be governed by the laws of [State],
293
+ without regard to conflicts of law principles.
294
+
295
+ 8.4 **Dispute Resolution.** [Arbitration clause or jurisdiction selection]
296
+
297
+ 8.5 **Severability.** If any provision is unenforceable, it shall be modified
298
+ to the minimum extent necessary, and remaining provisions shall remain in effect.
299
+
300
+ 8.6 **Notices.** Notices shall be in writing and delivered to addresses above.
301
+
302
+ 8.7 **Assignment.** Employee may not assign this Agreement. Company may assign
303
+ to a successor.
304
+
305
+ 8.8 **Waiver.** Failure to enforce any provision shall not constitute waiver.
306
+
307
+ ## 9. ACKNOWLEDGMENTS
308
+
309
+ Employee acknowledges:
310
+
311
+ - Having read and understood this Agreement
312
+ - Having opportunity to consult with counsel
313
+ - Agreeing to all terms voluntarily
314
+
315
+ ---
316
+
317
+ IN WITNESS WHEREOF, the parties have executed this Agreement as of the
318
+ Effective Date.
319
+
320
+ **[COMPANY NAME]**
321
+
322
+ By: ************\_************
323
+ Name: [Authorized Signatory]
324
+ Title: [Title]
325
+ Date: ************\_************
326
+
327
+ **EMPLOYEE**
328
+
329
+ Signature: ************\_************
330
+ Name: [Employee Name]
331
+ Date: ************\_************
332
+
333
+ ---
334
+
335
+ ## EXHIBIT A: PRIOR INVENTIONS
336
+
337
+ [Employee to list any prior inventions, if any, or write "None"]
338
+
339
+ ---
340
+ ```
341
+
342
+ ### Template 3: Employee Handbook Policy Section
343
+
344
+ ```markdown
345
+ # EMPLOYEE HANDBOOK - POLICY SECTION
346
+
347
+ ## EMPLOYMENT POLICIES
348
+
349
+ ### Equal Employment Opportunity
350
+
351
+ [Company Name] is an equal opportunity employer. We do not discriminate based on
352
+ race, color, religion, sex, sexual orientation, gender identity, national
353
+ origin, age, disability, veteran status, or any other protected characteristic.
354
+
355
+ This policy applies to all employment practices including:
356
+
357
+ - Recruitment and hiring
358
+ - Compensation and benefits
359
+ - Training and development
360
+ - Promotions and transfers
361
+ - Termination
362
+
363
+ ### Anti-Harassment Policy
364
+
365
+ [Company Name] is committed to providing a workplace free from harassment.
366
+ Harassment based on any protected characteristic is strictly prohibited.
367
+
368
+ **Prohibited Conduct Includes:**
369
+
370
+ - Unwelcome sexual advances or requests for sexual favors
371
+ - Offensive comments, jokes, or slurs
372
+ - Physical conduct such as assault or unwanted touching
373
+ - Visual conduct such as displaying offensive images
374
+ - Threatening, intimidating, or hostile acts
375
+
376
+ **Reporting Procedure:**
377
+
378
+ 1. Report to your manager, HR, or any member of leadership
379
+ 2. Reports may be made verbally or in writing
380
+ 3. Anonymous reports are accepted via [hotline/email]
381
+
382
+ **Investigation:**
383
+ All reports will be promptly investigated. Retaliation against anyone who
384
+ reports harassment is strictly prohibited and will result in disciplinary
385
+ action up to termination.
386
+
387
+ ### Work Hours and Attendance
388
+
389
+ **Standard Hours:** [8:00 AM - 5:00 PM, Monday through Friday]
390
+ **Core Hours:** [10:00 AM - 3:00 PM] - Employees expected to be available
391
+ **Flexible Work:** [Policy on remote work, flexible scheduling]
392
+
393
+ **Attendance Expectations:**
394
+
395
+ - Notify your manager as soon as possible if you will be absent
396
+ - Excessive unexcused absences may result in disciplinary action
397
+ - [x] unexcused absences in [Y] days considered excessive
398
+
399
+ ### Paid Time Off (PTO)
400
+
401
+ **PTO Accrual:**
402
+ | Years of Service | Annual PTO Days |
403
+ |------------------|-----------------|
404
+ | 0-2 years | 15 days |
405
+ | 3-5 years | 20 days |
406
+ | 6+ years | 25 days |
407
+
408
+ **PTO Guidelines:**
409
+
410
+ - PTO accrues per pay period
411
+ - Maximum accrual: [X] days (use it or lose it after)
412
+ - Request PTO at least [2] weeks in advance
413
+ - Manager approval required
414
+ - PTO may not be taken during [blackout periods]
415
+
416
+ ### Sick Leave
417
+
418
+ - [x] days sick leave per year
419
+ - May be used for personal illness or family member care
420
+ - Doctor's note required for absences exceeding [3] days
421
+
422
+ ### Holidays
423
+
424
+ The following paid holidays are observed:
425
+
426
+ - New Year's Day
427
+ - Martin Luther King Jr. Day
428
+ - Presidents Day
429
+ - Memorial Day
430
+ - Independence Day
431
+ - Labor Day
432
+ - Thanksgiving Day
433
+ - Day after Thanksgiving
434
+ - Christmas Day
435
+ - [Floating holiday]
436
+
437
+ ### Code of Conduct
438
+
439
+ All employees are expected to:
440
+
441
+ - Act with integrity and honesty
442
+ - Treat colleagues, customers, and partners with respect
443
+ - Protect company confidential information
444
+ - Avoid conflicts of interest
445
+ - Comply with all laws and regulations
446
+ - Report any violations of this code
447
+
448
+ **Violations may result in disciplinary action up to and including termination.**
449
+
450
+ ### Technology and Communication
451
+
452
+ **Acceptable Use:**
453
+
454
+ - Company technology is for business purposes
455
+ - Limited personal use is permitted if it doesn't interfere with work
456
+ - No illegal activities or viewing inappropriate content
457
+
458
+ **Monitoring:**
459
+
460
+ - Company reserves the right to monitor company systems
461
+ - Employees should have no expectation of privacy on company devices
462
+
463
+ **Security:**
464
+
465
+ - Use strong passwords and enable 2FA
466
+ - Report security incidents immediately
467
+ - Lock devices when unattended
468
+
469
+ ### Social Media Policy
470
+
471
+ **Personal Social Media:**
472
+
473
+ - Clearly state opinions are your own, not the company's
474
+ - Do not share confidential company information
475
+ - Be respectful and professional
476
+
477
+ **Company Social Media:**
478
+
479
+ - Only authorized personnel may post on behalf of the company
480
+ - Follow brand guidelines
481
+ - Escalate negative comments to [Marketing/PR]
482
+
483
+ ---
484
+
485
+ ## ACKNOWLEDGMENT
486
+
487
+ I acknowledge that I have received a copy of the Employee Handbook and
488
+ understand that:
489
+
490
+ 1. I am responsible for reading and understanding its contents
491
+ 2. The handbook does not create a contract of employment
492
+ 3. Policies may be changed at any time at the company's discretion
493
+ 4. Employment is at-will [if applicable]
494
+
495
+ I agree to abide by the policies and procedures outlined in this handbook.
496
+
497
+ Employee Signature: ************\_************
498
+
499
+ Employee Name (Print): ************\_************
500
+
501
+ Date: ************\_************
502
+ ```
503
+
504
+ ## Best Practices
505
+
506
+ ### Do's
507
+
508
+ - **Consult legal counsel** - Employment law varies by jurisdiction
509
+ - **Keep copies signed** - Document all agreements
510
+ - **Update regularly** - Laws and policies change
511
+ - **Be clear and specific** - Avoid ambiguity
512
+ - **Train managers** - On policies and procedures
513
+
514
+ ### Don'ts
515
+
516
+ - **Don't use generic templates** - Customize for your jurisdiction
517
+ - **Don't make promises** - That could create implied contracts
518
+ - **Don't discriminate** - In language or application
519
+ - **Don't forget at-will language** - Where applicable
520
+ - **Don't skip review** - Have legal counsel review all documents
521
+
522
+ ## Resources
523
+
524
+ - [SHRM Employment Templates](https://www.shrm.org/)
525
+ - [Department of Labor](https://www.dol.gov/)
526
+ - [EEOC Guidance](https://www.eeoc.gov/)
527
+ - State-specific labor departments