@robbiesrobotics/alice-agents 1.5.10 → 1.5.13

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 (629) hide show
  1. package/README.md +15 -24
  2. package/bin/alice-install.mjs +5 -22
  3. package/lib/agent-registry.mjs +50 -9
  4. package/lib/alice-runtime-adapter.mjs +50 -0
  5. package/lib/doctor.mjs +1 -32
  6. package/lib/hermes-installer.mjs +33 -51
  7. package/lib/installer.mjs +171 -249
  8. package/lib/manifest.mjs +14 -9
  9. package/lib/prompter.mjs +2 -34
  10. package/lib/runtime-installer.mjs +314 -0
  11. package/lib/workspace-scaffolder.mjs +193 -17
  12. package/package.json +14 -9
  13. package/templates/agents-pro.json +147 -36
  14. package/templates/agents-starter.json +207 -7
  15. package/templates/workspaces/_shared/AGENTS-orchestrator.md +19 -9
  16. package/templates/workspaces/_shared/AGENTS.md +9 -0
  17. package/templates/workspaces/_shared/HEARTBEAT.md +18 -0
  18. package/templates/workspaces/_shared/PLAYBOOK.md +6 -6
  19. package/templates/workspaces/_shared/SOUL-coding.md +20 -0
  20. package/templates/workspaces/_shared/SOUL-hermes.md +20 -0
  21. package/templates/workspaces/_shared/SOUL-orchestrator.md +20 -0
  22. package/templates/workspaces/_shared/SOUL.md +20 -0
  23. package/templates/workspaces/athena/AGENTS.md +172 -0
  24. package/templates/workspaces/athena/SOUL.md +59 -0
  25. package/templates/workspaces/athena/TOOLS.md +63 -0
  26. package/templates/workspaces/devon/AGENTS.md +50 -34
  27. package/templates/workspaces/devon/TOOLS.md +20 -37
  28. package/templates/workspaces/dylan/AGENTS.md +44 -34
  29. package/templates/workspaces/dylan/TOOLS.md +11 -35
  30. package/templates/workspaces/felix/AGENTS.md +50 -34
  31. package/templates/workspaces/felix/TOOLS.md +20 -45
  32. package/templates/workspaces/morgan/AGENTS.md +48 -39
  33. package/templates/workspaces/morgan/TOOLS.md +26 -9
  34. package/templates/workspaces/priya/AGENTS.md +68 -0
  35. package/templates/workspaces/priya/TOOLS.md +32 -0
  36. package/templates/workspaces/quinn/AGENTS.md +50 -34
  37. package/templates/workspaces/quinn/TOOLS.md +30 -48
  38. package/templates/workspaces/sasha/AGENTS.md +68 -0
  39. package/templates/workspaces/sasha/TOOLS.md +32 -0
  40. package/bin/alice-cloud.cjs +0 -385
  41. package/lib/mission-control.mjs +0 -242
  42. package/snapshots/.gitkeep +0 -0
  43. package/templates/mission-control-bridge/index.ts +0 -695
  44. package/templates/mission-control-bridge/openclaw.plugin.json +0 -8
  45. package/templates/mission-control-bridge/package.json +0 -11
  46. package/templates/skills/.gitkeep +0 -0
  47. package/templates/skills/acculynx/SKILL.md +0 -183
  48. package/templates/skills/acculynx/references/analysis_template.py +0 -116
  49. package/templates/skills/acculynx/references/dashboard_page.tsx +0 -641
  50. package/templates/skills/claude-code/.gitkeep +0 -0
  51. package/templates/skills/claude-code/SKILL.md +0 -111
  52. package/templates/skills/coding-agent/SKILL.md +0 -68
  53. package/templates/skills/crawl4ai/SKILL.md +0 -119
  54. package/templates/skills/crawl4ai/scripts/crwl +0 -3
  55. package/templates/workspaces/.gitkeep +0 -0
  56. package/templates/workspaces/_shared/.gitkeep +0 -0
  57. package/templates/workspaces/accuscope/AGENTS.md +0 -38
  58. package/templates/workspaces/accuscope/FEEDBACK.md +0 -27
  59. package/templates/workspaces/accuscope/HEARTBEAT.md +0 -26
  60. package/templates/workspaces/accuscope/IDENTITY.md +0 -48
  61. package/templates/workspaces/accuscope/LEARNINGS.md +0 -46
  62. package/templates/workspaces/accuscope/MEMORY.md +0 -47
  63. package/templates/workspaces/accuscope/PLAYBOOK.md +0 -65
  64. package/templates/workspaces/accuscope/SOUL.md +0 -40
  65. package/templates/workspaces/accuscope/TOOLS.md +0 -63
  66. package/templates/workspaces/accuscope/USER.md +0 -39
  67. package/templates/workspaces/aiden/AGENTS.md +0 -52
  68. package/templates/workspaces/aiden/FEEDBACK.md +0 -12
  69. package/templates/workspaces/aiden/HEARTBEAT.md +0 -9
  70. package/templates/workspaces/aiden/IDENTITY.md +0 -6
  71. package/templates/workspaces/aiden/LEARNINGS.md +0 -6
  72. package/templates/workspaces/aiden/MEMORY.md +0 -22
  73. package/templates/workspaces/aiden/PLAYBOOK.md +0 -16
  74. package/templates/workspaces/aiden/SOUL.md +0 -39
  75. package/templates/workspaces/aiden/TOOLS.md +0 -57
  76. package/templates/workspaces/aiden/USER.md +0 -17
  77. package/templates/workspaces/alex/AGENTS.md +0 -52
  78. package/templates/workspaces/alex/FEEDBACK.md +0 -11
  79. package/templates/workspaces/alex/HEARTBEAT.md +0 -9
  80. package/templates/workspaces/alex/IDENTITY.md +0 -6
  81. package/templates/workspaces/alex/LEARNINGS.md +0 -5
  82. package/templates/workspaces/alex/MEMORY.md +0 -22
  83. package/templates/workspaces/alex/PLAYBOOK.md +0 -16
  84. package/templates/workspaces/alex/SOUL.md +0 -40
  85. package/templates/workspaces/alex/TOOLS.md +0 -56
  86. package/templates/workspaces/alex/USER.md +0 -13
  87. package/templates/workspaces/aria/AGENTS.md +0 -18
  88. package/templates/workspaces/aria/FEEDBACK.md +0 -12
  89. package/templates/workspaces/aria/HEARTBEAT.md +0 -32
  90. package/templates/workspaces/aria/IDENTITY.md +0 -12
  91. package/templates/workspaces/aria/LEARNINGS.md +0 -31
  92. package/templates/workspaces/aria/MEMORY.md +0 -29
  93. package/templates/workspaces/aria/PLAYBOOK.md +0 -71
  94. package/templates/workspaces/aria/SOUL.md +0 -57
  95. package/templates/workspaces/aria/TOOLS.md +0 -47
  96. package/templates/workspaces/aria/USER.md +0 -18
  97. package/templates/workspaces/audrey/AGENTS.md +0 -59
  98. package/templates/workspaces/audrey/FEEDBACK.md +0 -11
  99. package/templates/workspaces/audrey/HEARTBEAT.md +0 -9
  100. package/templates/workspaces/audrey/IDENTITY.md +0 -6
  101. package/templates/workspaces/audrey/LEARNINGS.md +0 -5
  102. package/templates/workspaces/audrey/MEMORY.md +0 -22
  103. package/templates/workspaces/audrey/PLAYBOOK.md +0 -16
  104. package/templates/workspaces/audrey/SOUL.md +0 -39
  105. package/templates/workspaces/audrey/TOOLS.md +0 -15
  106. package/templates/workspaces/audrey/USER.md +0 -13
  107. package/templates/workspaces/avery/AGENTS.md +0 -52
  108. package/templates/workspaces/avery/FEEDBACK.md +0 -12
  109. package/templates/workspaces/avery/HEARTBEAT.md +0 -5
  110. package/templates/workspaces/avery/IDENTITY.md +0 -6
  111. package/templates/workspaces/avery/LEARNINGS.md +0 -6
  112. package/templates/workspaces/avery/MEMORY.md +0 -22
  113. package/templates/workspaces/avery/PLAYBOOK.md +0 -16
  114. package/templates/workspaces/avery/SOUL.md +0 -40
  115. package/templates/workspaces/avery/TOOLS.md +0 -47
  116. package/templates/workspaces/avery/USER.md +0 -17
  117. package/templates/workspaces/avery/skills/claude-code/SKILL.md +0 -38
  118. package/templates/workspaces/avery/skills/claude-code/claude_code +0 -55
  119. package/templates/workspaces/caleb/AGENTS.md +0 -52
  120. package/templates/workspaces/caleb/FEEDBACK.md +0 -11
  121. package/templates/workspaces/caleb/HEARTBEAT.md +0 -9
  122. package/templates/workspaces/caleb/IDENTITY.md +0 -6
  123. package/templates/workspaces/caleb/LEARNINGS.md +0 -5
  124. package/templates/workspaces/caleb/MEMORY.md +0 -22
  125. package/templates/workspaces/caleb/PLAYBOOK.md +0 -16
  126. package/templates/workspaces/caleb/SOUL.md +0 -39
  127. package/templates/workspaces/caleb/TOOLS.md +0 -30
  128. package/templates/workspaces/caleb/USER.md +0 -13
  129. package/templates/workspaces/clara/AGENTS.md +0 -59
  130. package/templates/workspaces/clara/FEEDBACK.md +0 -12
  131. package/templates/workspaces/clara/HEARTBEAT.md +0 -5
  132. package/templates/workspaces/clara/IDENTITY.md +0 -6
  133. package/templates/workspaces/clara/LEARNINGS.md +0 -6
  134. package/templates/workspaces/clara/MEMORY.md +0 -22
  135. package/templates/workspaces/clara/PLAYBOOK.md +0 -16
  136. package/templates/workspaces/clara/SOUL.md +0 -39
  137. package/templates/workspaces/clara/TOOLS.md +0 -15
  138. package/templates/workspaces/clara/USER.md +0 -17
  139. package/templates/workspaces/daphne/AGENTS.md +0 -59
  140. package/templates/workspaces/daphne/FEEDBACK.md +0 -18
  141. package/templates/workspaces/daphne/HEARTBEAT.md +0 -5
  142. package/templates/workspaces/daphne/IDENTITY.md +0 -6
  143. package/templates/workspaces/daphne/LEARNINGS.md +0 -6
  144. package/templates/workspaces/daphne/MEMORY.md +0 -22
  145. package/templates/workspaces/daphne/PLAYBOOK.md +0 -48
  146. package/templates/workspaces/daphne/SOUL.md +0 -39
  147. package/templates/workspaces/daphne/TOOLS.md +0 -15
  148. package/templates/workspaces/daphne/USER.md +0 -17
  149. package/templates/workspaces/darius/AGENTS.md +0 -52
  150. package/templates/workspaces/darius/FEEDBACK.md +0 -12
  151. package/templates/workspaces/darius/HEARTBEAT.md +0 -5
  152. package/templates/workspaces/darius/IDENTITY.md +0 -6
  153. package/templates/workspaces/darius/LEARNINGS.md +0 -6
  154. package/templates/workspaces/darius/MEMORY.md +0 -22
  155. package/templates/workspaces/darius/PLAYBOOK.md +0 -16
  156. package/templates/workspaces/darius/SOUL.md +0 -40
  157. package/templates/workspaces/darius/TOOLS.md +0 -57
  158. package/templates/workspaces/darius/USER.md +0 -17
  159. package/templates/workspaces/darius/skills/claude-code/SKILL.md +0 -38
  160. package/templates/workspaces/darius/skills/claude-code/claude_code +0 -55
  161. package/templates/workspaces/devon/FEEDBACK.md +0 -11
  162. package/templates/workspaces/devon/HEARTBEAT.md +0 -5
  163. package/templates/workspaces/devon/IDENTITY.md +0 -6
  164. package/templates/workspaces/devon/LEARNINGS.md +0 -11
  165. package/templates/workspaces/devon/MEMORY.md +0 -22
  166. package/templates/workspaces/devon/PLAYBOOK.md +0 -16
  167. package/templates/workspaces/devon/SOUL.md +0 -40
  168. package/templates/workspaces/devon/USER.md +0 -13
  169. package/templates/workspaces/devon/check_github.py +0 -12
  170. package/templates/workspaces/devon/check_mc_env.py +0 -30
  171. package/templates/workspaces/devon/check_sb.py +0 -34
  172. package/templates/workspaces/devon/check_vercel.py +0 -12
  173. package/templates/workspaces/devon/get_mc_files.py +0 -17
  174. package/templates/workspaces/devon/write_heartbeat.py +0 -67
  175. package/templates/workspaces/dylan/.env.example +0 -33
  176. package/templates/workspaces/dylan/00007_verify_licenses_table.sql +0 -100
  177. package/templates/workspaces/dylan/FEEDBACK.md +0 -28
  178. package/templates/workspaces/dylan/HEARTBEAT.md +0 -5
  179. package/templates/workspaces/dylan/IDENTITY.md +0 -6
  180. package/templates/workspaces/dylan/LEARNINGS.md +0 -70
  181. package/templates/workspaces/dylan/MEMORY.md +0 -22
  182. package/templates/workspaces/dylan/PLAYBOOK.md +0 -16
  183. package/templates/workspaces/dylan/SOUL.md +0 -42
  184. package/templates/workspaces/dylan/STRIPE_PIPELINE.md +0 -185
  185. package/templates/workspaces/dylan/USER.md +0 -17
  186. package/templates/workspaces/dylan/n8n-stripe-welcome-workflow.json +0 -123
  187. package/templates/workspaces/dylan/skills/claude-code/SKILL.md +0 -38
  188. package/templates/workspaces/dylan/skills/claude-code/claude_code +0 -55
  189. package/templates/workspaces/dylan/stripe-webhook-handler.py +0 -433
  190. package/templates/workspaces/dylan/test_mock_webhook.py +0 -103
  191. package/templates/workspaces/elena/AGENTS.md +0 -59
  192. package/templates/workspaces/elena/FEEDBACK.md +0 -11
  193. package/templates/workspaces/elena/HEARTBEAT.md +0 -9
  194. package/templates/workspaces/elena/IDENTITY.md +0 -6
  195. package/templates/workspaces/elena/LEARNINGS.md +0 -5
  196. package/templates/workspaces/elena/MEMORY.md +0 -22
  197. package/templates/workspaces/elena/PLAYBOOK.md +0 -16
  198. package/templates/workspaces/elena/SOUL.md +0 -39
  199. package/templates/workspaces/elena/TOOLS.md +0 -15
  200. package/templates/workspaces/elena/USER.md +0 -13
  201. package/templates/workspaces/eva/AGENTS.md +0 -59
  202. package/templates/workspaces/eva/FEEDBACK.md +0 -11
  203. package/templates/workspaces/eva/HEARTBEAT.md +0 -9
  204. package/templates/workspaces/eva/IDENTITY.md +0 -6
  205. package/templates/workspaces/eva/LEARNINGS.md +0 -5
  206. package/templates/workspaces/eva/MEMORY.md +0 -22
  207. package/templates/workspaces/eva/PLAYBOOK.md +0 -16
  208. package/templates/workspaces/eva/SOUL.md +0 -39
  209. package/templates/workspaces/eva/TOOLS.md +0 -15
  210. package/templates/workspaces/eva/USER.md +0 -13
  211. package/templates/workspaces/felix/FEEDBACK.md +0 -11
  212. package/templates/workspaces/felix/HEARTBEAT.md +0 -5
  213. package/templates/workspaces/felix/IDENTITY.md +0 -6
  214. package/templates/workspaces/felix/LEARNINGS.md +0 -17
  215. package/templates/workspaces/felix/MEMORY.md +0 -22
  216. package/templates/workspaces/felix/PLAYBOOK.md +0 -16
  217. package/templates/workspaces/felix/SOUL.md +0 -40
  218. package/templates/workspaces/felix/USER.md +0 -13
  219. package/templates/workspaces/felix/fidelia-psychology.html +0 -1594
  220. package/templates/workspaces/felix/task.txt +0 -164
  221. package/templates/workspaces/hannah/AGENTS.md +0 -59
  222. package/templates/workspaces/hannah/FEEDBACK.md +0 -12
  223. package/templates/workspaces/hannah/HEARTBEAT.md +0 -5
  224. package/templates/workspaces/hannah/IDENTITY.md +0 -6
  225. package/templates/workspaces/hannah/LEARNINGS.md +0 -6
  226. package/templates/workspaces/hannah/MEMORY.md +0 -22
  227. package/templates/workspaces/hannah/PLAYBOOK.md +0 -16
  228. package/templates/workspaces/hannah/SOUL.md +0 -39
  229. package/templates/workspaces/hannah/TOOLS.md +0 -15
  230. package/templates/workspaces/hannah/USER.md +0 -17
  231. package/templates/workspaces/isaac/AGENTS.md +0 -52
  232. package/templates/workspaces/isaac/FEEDBACK.md +0 -12
  233. package/templates/workspaces/isaac/HEARTBEAT.md +0 -9
  234. package/templates/workspaces/isaac/IDENTITY.md +0 -6
  235. package/templates/workspaces/isaac/LEARNINGS.md +0 -6
  236. package/templates/workspaces/isaac/MEMORY.md +0 -22
  237. package/templates/workspaces/isaac/PLAYBOOK.md +0 -16
  238. package/templates/workspaces/isaac/SOUL.md +0 -40
  239. package/templates/workspaces/isaac/TOOLS.md +0 -52
  240. package/templates/workspaces/isaac/USER.md +0 -17
  241. package/templates/workspaces/isaac/skills/claude-code/SKILL.md +0 -38
  242. package/templates/workspaces/isaac/skills/claude-code/claude_code +0 -55
  243. package/templates/workspaces/logan/AGENTS.md +0 -59
  244. package/templates/workspaces/logan/FEEDBACK.md +0 -11
  245. package/templates/workspaces/logan/HEARTBEAT.md +0 -9
  246. package/templates/workspaces/logan/IDENTITY.md +0 -6
  247. package/templates/workspaces/logan/LEARNINGS.md +0 -5
  248. package/templates/workspaces/logan/MEMORY.md +0 -22
  249. package/templates/workspaces/logan/PLAYBOOK.md +0 -16
  250. package/templates/workspaces/logan/SOUL.md +0 -39
  251. package/templates/workspaces/logan/TOOLS.md +0 -15
  252. package/templates/workspaces/logan/USER.md +0 -13
  253. package/templates/workspaces/maxxipro/AGENTS.md +0 -29
  254. package/templates/workspaces/maxxipro/FEEDBACK.md +0 -19
  255. package/templates/workspaces/maxxipro/HEARTBEAT.md +0 -22
  256. package/templates/workspaces/maxxipro/IDENTITY.md +0 -35
  257. package/templates/workspaces/maxxipro/KNOWLEDGE.md +0 -335
  258. package/templates/workspaces/maxxipro/LEARNINGS.md +0 -47
  259. package/templates/workspaces/maxxipro/MEMORY.md +0 -60
  260. package/templates/workspaces/maxxipro/OUTREACH_TEMPLATES.md +0 -143
  261. package/templates/workspaces/maxxipro/PLAYBOOK.md +0 -81
  262. package/templates/workspaces/maxxipro/SOUL.md +0 -146
  263. package/templates/workspaces/maxxipro/TOOLS.md +0 -81
  264. package/templates/workspaces/maxxipro/USER.md +0 -40
  265. package/templates/workspaces/morgan/FEEDBACK.md +0 -19
  266. package/templates/workspaces/morgan/HEARTBEAT.md +0 -5
  267. package/templates/workspaces/morgan/IDENTITY.md +0 -6
  268. package/templates/workspaces/morgan/LEARNINGS.md +0 -18
  269. package/templates/workspaces/morgan/MEMORY.md +0 -22
  270. package/templates/workspaces/morgan/PLAYBOOK.md +0 -16
  271. package/templates/workspaces/morgan/SOUL.md +0 -39
  272. package/templates/workspaces/morgan/USER.md +0 -13
  273. package/templates/workspaces/nadia/AGENTS.md +0 -59
  274. package/templates/workspaces/nadia/FEEDBACK.md +0 -12
  275. package/templates/workspaces/nadia/HEARTBEAT.md +0 -5
  276. package/templates/workspaces/nadia/IDENTITY.md +0 -6
  277. package/templates/workspaces/nadia/LEARNINGS.md +0 -6
  278. package/templates/workspaces/nadia/MEMORY.md +0 -22
  279. package/templates/workspaces/nadia/PLAYBOOK.md +0 -16
  280. package/templates/workspaces/nadia/SOUL.md +0 -39
  281. package/templates/workspaces/nadia/TOOLS.md +0 -15
  282. package/templates/workspaces/nadia/USER.md +0 -13
  283. package/templates/workspaces/nate/AGENTS.md +0 -24
  284. package/templates/workspaces/nate/FEEDBACK.md +0 -12
  285. package/templates/workspaces/nate/HEARTBEAT.md +0 -33
  286. package/templates/workspaces/nate/IDENTITY.md +0 -15
  287. package/templates/workspaces/nate/LEARNINGS.md +0 -33
  288. package/templates/workspaces/nate/MEMORY.md +0 -39
  289. package/templates/workspaces/nate/PLAYBOOK.md +0 -160
  290. package/templates/workspaces/nate/SOUL.md +0 -50
  291. package/templates/workspaces/nate/TOOLS.md +0 -111
  292. package/templates/workspaces/nate/USER.md +0 -32
  293. package/templates/workspaces/olivia/.last-openclaw-version +0 -1
  294. package/templates/workspaces/olivia/.npmrc.tmp +0 -0
  295. package/templates/workspaces/olivia/AGENTS.md +0 -77
  296. package/templates/workspaces/olivia/ALPHA_CODING_BENCHMARK.txt +0 -148
  297. package/templates/workspaces/olivia/ALPHA_MODEL_GUIDE.md +0 -393
  298. package/templates/workspaces/olivia/FEEDBACK.md +0 -13
  299. package/templates/workspaces/olivia/HEADTOHEAD_BENCHMARK.txt +0 -1289
  300. package/templates/workspaces/olivia/HEARTBEAT.md +0 -267
  301. package/templates/workspaces/olivia/IDENTITY.md +0 -6
  302. package/templates/workspaces/olivia/LEARNINGS.md +0 -708
  303. package/templates/workspaces/olivia/MEMORY.md +0 -202
  304. package/templates/workspaces/olivia/MISSION_CONTROL_DESIGN_SPEC_v1.md +0 -1143
  305. package/templates/workspaces/olivia/MVP-COMPLETION-SUMMARY.md +0 -175
  306. package/templates/workspaces/olivia/NETWORK_IMPLEMENTATION_PLAN.md +0 -1556
  307. package/templates/workspaces/olivia/NEW_NODES_BENCHMARK.txt +0 -947
  308. package/templates/workspaces/olivia/PLAYBOOK.md +0 -42
  309. package/templates/workspaces/olivia/SELF-HEALING-COMPLETE.md +0 -150
  310. package/templates/workspaces/olivia/SOUL.md +0 -42
  311. package/templates/workspaces/olivia/TOOLS.md +0 -15
  312. package/templates/workspaces/olivia/USER.md +0 -17
  313. package/templates/workspaces/olivia/alicefleet-supabase-credentials.md +0 -50
  314. package/templates/workspaces/olivia/dzombo-copy-rewrite.md +0 -115
  315. package/templates/workspaces/olivia/dzombo-implementation-plan.md +0 -1248
  316. package/templates/workspaces/olivia/fidelia-psychology.html +0 -1594
  317. package/templates/workspaces/olivia/lead_debug.png +0 -0
  318. package/templates/workspaces/olivia/minimatch-10.2.4.tgz +0 -0
  319. package/templates/workspaces/olivia/operation-bllm-research.md +0 -157
  320. package/templates/workspaces/olivia/qa-audit-mission-control-v2.md +0 -538
  321. package/templates/workspaces/olivia/roofmaxx_logo.svg +0 -1
  322. package/templates/workspaces/olivia/roofmaxx_social.jpg +0 -0
  323. package/templates/workspaces/olivia/skills/1password/SKILL.md +0 -53
  324. package/templates/workspaces/olivia/skills/1password/_meta.json +0 -6
  325. package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/README.md +0 -57
  326. package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/SKILL.md +0 -534
  327. package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/_meta.json +0 -6
  328. package/templates/workspaces/olivia/skills/agent-security/SKILL.md +0 -69
  329. package/templates/workspaces/olivia/skills/agent-security/_meta.json +0 -6
  330. package/templates/workspaces/olivia/skills/agentic-security-audit/SKILL.md +0 -855
  331. package/templates/workspaces/olivia/skills/agentic-security-audit/_meta.json +0 -6
  332. package/templates/workspaces/olivia/skills/ai-automation-consulting/SKILL.md +0 -67
  333. package/templates/workspaces/olivia/skills/ai-automation-consulting/_meta.json +0 -6
  334. package/templates/workspaces/olivia/skills/ai-automation-consulting/skill.json +0 -12
  335. package/templates/workspaces/olivia/skills/ai-presentation-maker/SKILL.md +0 -1104
  336. package/templates/workspaces/olivia/skills/ai-presentation-maker/_meta.json +0 -6
  337. package/templates/workspaces/olivia/skills/ai-productivity-audit/SKILL.md +0 -181
  338. package/templates/workspaces/olivia/skills/ai-productivity-audit/_meta.json +0 -6
  339. package/templates/workspaces/olivia/skills/ai-researcher/README.md +0 -31
  340. package/templates/workspaces/olivia/skills/ai-researcher/SKILL.md +0 -59
  341. package/templates/workspaces/olivia/skills/ai-researcher/_meta.json +0 -6
  342. package/templates/workspaces/olivia/skills/ai-seo-writer/README.md +0 -19
  343. package/templates/workspaces/olivia/skills/ai-seo-writer/SKILL.md +0 -100
  344. package/templates/workspaces/olivia/skills/ai-seo-writer/_meta.json +0 -6
  345. package/templates/workspaces/olivia/skills/analytics-tracking-2/SKILL.md +0 -309
  346. package/templates/workspaces/olivia/skills/analytics-tracking-2/_meta.json +0 -6
  347. package/templates/workspaces/olivia/skills/api-doc-writer/SKILL.md +0 -232
  348. package/templates/workspaces/olivia/skills/api-doc-writer/_meta.json +0 -6
  349. package/templates/workspaces/olivia/skills/api-generator/SKILL.md +0 -49
  350. package/templates/workspaces/olivia/skills/api-generator/_meta.json +0 -6
  351. package/templates/workspaces/olivia/skills/api-generator/tips.md +0 -10
  352. package/templates/workspaces/olivia/skills/apple-notes/SKILL.md +0 -50
  353. package/templates/workspaces/olivia/skills/apple-notes/_meta.json +0 -6
  354. package/templates/workspaces/olivia/skills/apple-reminders/SKILL.md +0 -67
  355. package/templates/workspaces/olivia/skills/apple-reminders/_meta.json +0 -6
  356. package/templates/workspaces/olivia/skills/automation-workflows/SKILL.md +0 -267
  357. package/templates/workspaces/olivia/skills/automation-workflows/_meta.json +0 -6
  358. package/templates/workspaces/olivia/skills/autoresearch/SKILL.md +0 -46
  359. package/templates/workspaces/olivia/skills/autoresearch/aria_write.py +0 -148
  360. package/templates/workspaces/olivia/skills/autoresearch/autoresearch.py +0 -75
  361. package/templates/workspaces/olivia/skills/azure-devops/SKILL.md +0 -115
  362. package/templates/workspaces/olivia/skills/azure-devops/_meta.json +0 -6
  363. package/templates/workspaces/olivia/skills/blogwatcher/SKILL.md +0 -46
  364. package/templates/workspaces/olivia/skills/blogwatcher/_meta.json +0 -6
  365. package/templates/workspaces/olivia/skills/blucli/SKILL.md +0 -27
  366. package/templates/workspaces/olivia/skills/blucli/_meta.json +0 -6
  367. package/templates/workspaces/olivia/skills/check-analytics/SKILL.md +0 -92
  368. package/templates/workspaces/olivia/skills/check-analytics/_meta.json +0 -6
  369. package/templates/workspaces/olivia/skills/cloud-architect/SKILL.md +0 -89
  370. package/templates/workspaces/olivia/skills/cloud-architect/_meta.json +0 -6
  371. package/templates/workspaces/olivia/skills/cloud-infra-automation/SKILL.md +0 -50
  372. package/templates/workspaces/olivia/skills/cloud-infra-automation/_meta.json +0 -6
  373. package/templates/workspaces/olivia/skills/cloud-storage/SKILL.md +0 -61
  374. package/templates/workspaces/olivia/skills/cloud-storage/_meta.json +0 -6
  375. package/templates/workspaces/olivia/skills/cloud-storage/auth.md +0 -97
  376. package/templates/workspaces/olivia/skills/cloud-storage/costs.md +0 -88
  377. package/templates/workspaces/olivia/skills/cloud-storage/providers.md +0 -55
  378. package/templates/workspaces/olivia/skills/copywriting-pro/SKILL.md +0 -107
  379. package/templates/workspaces/olivia/skills/copywriting-pro/_meta.json +0 -6
  380. package/templates/workspaces/olivia/skills/data-analyst-pro/SKILL.md +0 -21
  381. package/templates/workspaces/olivia/skills/data-analyst-pro/_meta.json +0 -6
  382. package/templates/workspaces/olivia/skills/database-designer/README.md +0 -388
  383. package/templates/workspaces/olivia/skills/database-designer/SKILL.md +0 -66
  384. package/templates/workspaces/olivia/skills/database-designer/_meta.json +0 -6
  385. package/templates/workspaces/olivia/skills/database-designer/index_optimizer.py +0 -926
  386. package/templates/workspaces/olivia/skills/database-designer/migration_generator.py +0 -1199
  387. package/templates/workspaces/olivia/skills/database-designer/schema_analyzer.py +0 -982
  388. package/templates/workspaces/olivia/skills/deploy-agent/SKILL.md +0 -255
  389. package/templates/workspaces/olivia/skills/deploy-agent/_meta.json +0 -6
  390. package/templates/workspaces/olivia/skills/devops-automation-pack/SKILL.md +0 -72
  391. package/templates/workspaces/olivia/skills/devops-automation-pack/_meta.json +0 -6
  392. package/templates/workspaces/olivia/skills/devops-automation-pack/deploy.sh +0 -0
  393. package/templates/workspaces/olivia/skills/financial-analysis-agent/SKILL.md +0 -489
  394. package/templates/workspaces/olivia/skills/financial-analysis-agent/_meta.json +0 -6
  395. package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/README.md +0 -72
  396. package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/SKILL.md +0 -226
  397. package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/_meta.json +0 -6
  398. package/templates/workspaces/olivia/skills/gifgrep/SKILL.md +0 -47
  399. package/templates/workspaces/olivia/skills/gifgrep/_meta.json +0 -6
  400. package/templates/workspaces/olivia/skills/github/SKILL.md +0 -47
  401. package/templates/workspaces/olivia/skills/github/_meta.json +0 -6
  402. package/templates/workspaces/olivia/skills/gog/SKILL.md +0 -36
  403. package/templates/workspaces/olivia/skills/gog/_meta.json +0 -6
  404. package/templates/workspaces/olivia/skills/growth-strategy-hub/SKILL.md +0 -135
  405. package/templates/workspaces/olivia/skills/growth-strategy-hub/_meta.json +0 -6
  406. package/templates/workspaces/olivia/skills/growth-strategy-hub/metadata.json +0 -4
  407. package/templates/workspaces/olivia/skills/hetzner-cloud/SKILL.md +0 -130
  408. package/templates/workspaces/olivia/skills/hetzner-cloud/_meta.json +0 -6
  409. package/templates/workspaces/olivia/skills/himalaya/SKILL.md +0 -217
  410. package/templates/workspaces/olivia/skills/himalaya/_meta.json +0 -6
  411. package/templates/workspaces/olivia/skills/hotel-recommendation/SKILL.md +0 -117
  412. package/templates/workspaces/olivia/skills/hotel-recommendation/_meta.json +0 -6
  413. package/templates/workspaces/olivia/skills/hr-policy-generator/SKILL.md +0 -54
  414. package/templates/workspaces/olivia/skills/hr-policy-generator/_meta.json +0 -6
  415. package/templates/workspaces/olivia/skills/human-writing/SKILL.md +0 -41
  416. package/templates/workspaces/olivia/skills/human-writing/_meta.json +0 -6
  417. package/templates/workspaces/olivia/skills/imsg/SKILL.md +0 -25
  418. package/templates/workspaces/olivia/skills/imsg/_meta.json +0 -6
  419. package/templates/workspaces/olivia/skills/in-depth-research/SKILL.md +0 -124
  420. package/templates/workspaces/olivia/skills/in-depth-research/_meta.json +0 -6
  421. package/templates/workspaces/olivia/skills/in-depth-research/methodology.md +0 -75
  422. package/templates/workspaces/olivia/skills/in-depth-research/output-formats.md +0 -168
  423. package/templates/workspaces/olivia/skills/in-depth-research/sources.md +0 -80
  424. package/templates/workspaces/olivia/skills/javascript-skills/README.md +0 -71
  425. package/templates/workspaces/olivia/skills/javascript-skills/SKILL.md +0 -746
  426. package/templates/workspaces/olivia/skills/javascript-skills/_meta.json +0 -6
  427. package/templates/workspaces/olivia/skills/leadership-strategy-playbook/SKILL.md +0 -147
  428. package/templates/workspaces/olivia/skills/leadership-strategy-playbook/_meta.json +0 -6
  429. package/templates/workspaces/olivia/skills/market-research-agent/README.md +0 -29
  430. package/templates/workspaces/olivia/skills/market-research-agent/SKILL.md +0 -52
  431. package/templates/workspaces/olivia/skills/market-research-agent/_meta.json +0 -6
  432. package/templates/workspaces/olivia/skills/marketing-analytics/SKILL.md +0 -74
  433. package/templates/workspaces/olivia/skills/marketing-analytics/_meta.json +0 -6
  434. package/templates/workspaces/olivia/skills/marketing-master-io/SKILL.md +0 -125
  435. package/templates/workspaces/olivia/skills/marketing-master-io/_meta.json +0 -6
  436. package/templates/workspaces/olivia/skills/marketing-strategy-pmm/SKILL.md +0 -398
  437. package/templates/workspaces/olivia/skills/marketing-strategy-pmm/_meta.json +0 -6
  438. package/templates/workspaces/olivia/skills/meta-ads-analytics/SKILL.md +0 -53
  439. package/templates/workspaces/olivia/skills/meta-ads-analytics/_meta.json +0 -6
  440. package/templates/workspaces/olivia/skills/obsidian/SKILL.md +0 -55
  441. package/templates/workspaces/olivia/skills/obsidian/_meta.json +0 -6
  442. package/templates/workspaces/olivia/skills/openclaw-accounting/SKILL.md +0 -125
  443. package/templates/workspaces/olivia/skills/openclaw-accounting/_meta.json +0 -6
  444. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANGELOG.md +0 -35
  445. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANNELLOG.md +0 -73
  446. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/README.md +0 -161
  447. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/SKILL.md +0 -130
  448. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/_meta.json +0 -6
  449. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/config.json +0 -36
  450. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/metadata.json +0 -19
  451. package/templates/workspaces/olivia/skills/openhue/SKILL.md +0 -30
  452. package/templates/workspaces/olivia/skills/openhue/_meta.json +0 -6
  453. package/templates/workspaces/olivia/skills/orgx-operations-agent/SKILL.md +0 -41
  454. package/templates/workspaces/olivia/skills/orgx-operations-agent/_meta.json +0 -6
  455. package/templates/workspaces/olivia/skills/outreach/SKILL.md +0 -84
  456. package/templates/workspaces/olivia/skills/outreach/_meta.json +0 -6
  457. package/templates/workspaces/olivia/skills/outreach/by-type.md +0 -166
  458. package/templates/workspaces/olivia/skills/outreach/templates.md +0 -154
  459. package/templates/workspaces/olivia/skills/outreach/tracking.md +0 -145
  460. package/templates/workspaces/olivia/skills/persona-hr-coordinator/SKILL.md +0 -38
  461. package/templates/workspaces/olivia/skills/persona-hr-coordinator/_meta.json +0 -6
  462. package/templates/workspaces/olivia/skills/personal-productivity/SKILL.md +0 -161
  463. package/templates/workspaces/olivia/skills/personal-productivity/_meta.json +0 -6
  464. package/templates/workspaces/olivia/skills/personal-productivity/index.js +0 -363
  465. package/templates/workspaces/olivia/skills/personal-productivity/package.json +0 -15
  466. package/templates/workspaces/olivia/skills/personal-travel/README.md +0 -34
  467. package/templates/workspaces/olivia/skills/personal-travel/SKILL.md +0 -46
  468. package/templates/workspaces/olivia/skills/personal-travel/_meta.json +0 -6
  469. package/templates/workspaces/olivia/skills/presentation-html-generator-skill/SKILL.md +0 -185
  470. package/templates/workspaces/olivia/skills/presentation-html-generator-skill/_meta.json +0 -6
  471. package/templates/workspaces/olivia/skills/product-manager/SKILL.md +0 -77
  472. package/templates/workspaces/olivia/skills/product-manager/_meta.json +0 -6
  473. package/templates/workspaces/olivia/skills/quant-strategy/SKILL.md +0 -28
  474. package/templates/workspaces/olivia/skills/quant-strategy/_meta.json +0 -6
  475. package/templates/workspaces/olivia/skills/sales-pipeline-tracker/README.md +0 -29
  476. package/templates/workspaces/olivia/skills/sales-pipeline-tracker/SKILL.md +0 -45
  477. package/templates/workspaces/olivia/skills/sales-pipeline-tracker/_meta.json +0 -6
  478. package/templates/workspaces/olivia/skills/security-auditor/SKILL.md +0 -399
  479. package/templates/workspaces/olivia/skills/security-auditor/_meta.json +0 -6
  480. package/templates/workspaces/olivia/skills/security-hardening/SKILL.md +0 -296
  481. package/templates/workspaces/olivia/skills/security-hardening/_meta.json +0 -6
  482. package/templates/workspaces/olivia/skills/security-scanner/SKILL.md +0 -67
  483. package/templates/workspaces/olivia/skills/security-scanner/_meta.json +0 -6
  484. package/templates/workspaces/olivia/skills/seo-optimization/SKILL.md +0 -31
  485. package/templates/workspaces/olivia/skills/seo-optimization/_meta.json +0 -6
  486. package/templates/workspaces/olivia/skills/service-booking/SKILL.md +0 -193
  487. package/templates/workspaces/olivia/skills/service-booking/_meta.json +0 -6
  488. package/templates/workspaces/olivia/skills/sme-hr-automation/SKILL.md +0 -131
  489. package/templates/workspaces/olivia/skills/sme-hr-automation/_meta.json +0 -6
  490. package/templates/workspaces/olivia/skills/social-media-scheduler/README.md +0 -29
  491. package/templates/workspaces/olivia/skills/social-media-scheduler/SKILL.md +0 -49
  492. package/templates/workspaces/olivia/skills/social-media-scheduler/_meta.json +0 -6
  493. package/templates/workspaces/olivia/skills/sonoscli/SKILL.md +0 -26
  494. package/templates/workspaces/olivia/skills/sonoscli/_meta.json +0 -6
  495. package/templates/workspaces/olivia/skills/strategy-advisor/SKILL.md +0 -33
  496. package/templates/workspaces/olivia/skills/strategy-advisor/_meta.json +0 -6
  497. package/templates/workspaces/olivia/skills/summarize/SKILL.md +0 -49
  498. package/templates/workspaces/olivia/skills/summarize/_meta.json +0 -6
  499. package/templates/workspaces/olivia/skills/things-mac/SKILL.md +0 -61
  500. package/templates/workspaces/olivia/skills/things-mac/_meta.json +0 -6
  501. package/templates/workspaces/olivia/skills/travel-itinerary-planner/SKILL.md +0 -121
  502. package/templates/workspaces/olivia/skills/travel-itinerary-planner/_meta.json +0 -6
  503. package/templates/workspaces/olivia/skills/travel-manager/SKILL.md +0 -36
  504. package/templates/workspaces/olivia/skills/travel-manager/_meta.json +0 -6
  505. package/templates/workspaces/olivia/skills/travel-planning/SKILL.md +0 -238
  506. package/templates/workspaces/olivia/skills/travel-planning/_meta.json +0 -6
  507. package/templates/workspaces/olivia/skills/travel-planning/booking-guide.md +0 -91
  508. package/templates/workspaces/olivia/skills/travel-planning/memory-template.md +0 -111
  509. package/templates/workspaces/olivia/skills/travel-planning/multi-city.md +0 -131
  510. package/templates/workspaces/olivia/skills/travel-planning/packing-templates.md +0 -155
  511. package/templates/workspaces/olivia/skills/travel-planning/setup.md +0 -66
  512. package/templates/workspaces/olivia/skills/update-it-all/SKILL.md +0 -143
  513. package/templates/workspaces/olivia/skills/update-it-all/_meta.json +0 -6
  514. package/templates/workspaces/olivia/skills/voice/SKILL.md +0 -62
  515. package/templates/workspaces/olivia/skills/weather/SKILL.md +0 -49
  516. package/templates/workspaces/olivia/skills/weather/_meta.json +0 -6
  517. package/templates/workspaces/olivia/skills/web-researcher/SKILL.md +0 -21
  518. package/templates/workspaces/olivia/skills/web-researcher/_meta.json +0 -6
  519. package/templates/workspaces/olivia/skills/website-seo/SKILL.md +0 -284
  520. package/templates/workspaces/olivia/skills/website-seo/_meta.json +0 -6
  521. package/templates/workspaces/olivia/stripe-welcome-n8n.json +0 -103
  522. package/templates/workspaces/olivia/test2.wav.wav +0 -0
  523. package/templates/workspaces/olivia/test_speech.json +0 -1
  524. package/templates/workspaces/olivia/test_speech.srt +0 -0
  525. package/templates/workspaces/olivia/test_speech.tsv +0 -1
  526. package/templates/workspaces/olivia/test_speech.txt +0 -0
  527. package/templates/workspaces/olivia/test_speech.vtt +0 -2
  528. package/templates/workspaces/owen/AGENTS.md +0 -59
  529. package/templates/workspaces/owen/FEEDBACK.md +0 -12
  530. package/templates/workspaces/owen/HEARTBEAT.md +0 -5
  531. package/templates/workspaces/owen/IDENTITY.md +0 -6
  532. package/templates/workspaces/owen/LEARNINGS.md +0 -46
  533. package/templates/workspaces/owen/MEMORY.md +0 -22
  534. package/templates/workspaces/owen/PLAYBOOK.md +0 -16
  535. package/templates/workspaces/owen/SOUL.md +0 -39
  536. package/templates/workspaces/owen/TOOLS.md +0 -15
  537. package/templates/workspaces/owen/USER.md +0 -17
  538. package/templates/workspaces/parker/AGENTS.md +0 -59
  539. package/templates/workspaces/parker/FEEDBACK.md +0 -11
  540. package/templates/workspaces/parker/HEARTBEAT.md +0 -5
  541. package/templates/workspaces/parker/IDENTITY.md +0 -6
  542. package/templates/workspaces/parker/LEARNINGS.md +0 -17
  543. package/templates/workspaces/parker/MEMORY.md +0 -22
  544. package/templates/workspaces/parker/PLAYBOOK.md +0 -16
  545. package/templates/workspaces/parker/SOUL.md +0 -39
  546. package/templates/workspaces/parker/TOOLS.md +0 -15
  547. package/templates/workspaces/parker/USER.md +0 -13
  548. package/templates/workspaces/quinn/FEEDBACK.md +0 -11
  549. package/templates/workspaces/quinn/HEARTBEAT.md +0 -5
  550. package/templates/workspaces/quinn/IDENTITY.md +0 -6
  551. package/templates/workspaces/quinn/LEARNINGS.md +0 -35
  552. package/templates/workspaces/quinn/MEMORY.md +0 -22
  553. package/templates/workspaces/quinn/PLAYBOOK.md +0 -16
  554. package/templates/workspaces/quinn/SOUL.md +0 -40
  555. package/templates/workspaces/quinn/USER.md +0 -17
  556. package/templates/workspaces/quinn/alice-login-page.png +0 -0
  557. package/templates/workspaces/rowan/AGENTS.md +0 -59
  558. package/templates/workspaces/rowan/FEEDBACK.md +0 -12
  559. package/templates/workspaces/rowan/HEARTBEAT.md +0 -5
  560. package/templates/workspaces/rowan/IDENTITY.md +0 -6
  561. package/templates/workspaces/rowan/LEARNINGS.md +0 -12
  562. package/templates/workspaces/rowan/MEMORY.md +0 -22
  563. package/templates/workspaces/rowan/PLAYBOOK.md +0 -16
  564. package/templates/workspaces/rowan/SOUL.md +0 -40
  565. package/templates/workspaces/rowan/TOOLS.md +0 -59
  566. package/templates/workspaces/rowan/USER.md +0 -17
  567. package/templates/workspaces/selena/AGENTS.md +0 -59
  568. package/templates/workspaces/selena/FEEDBACK.md +0 -12
  569. package/templates/workspaces/selena/HEARTBEAT.md +0 -5
  570. package/templates/workspaces/selena/IDENTITY.md +0 -6
  571. package/templates/workspaces/selena/LEARNINGS.md +0 -24
  572. package/templates/workspaces/selena/MEMORY.md +0 -22
  573. package/templates/workspaces/selena/PLAYBOOK.md +0 -16
  574. package/templates/workspaces/selena/SOUL.md +0 -40
  575. package/templates/workspaces/selena/TOOLS.md +0 -47
  576. package/templates/workspaces/selena/USER.md +0 -17
  577. package/templates/workspaces/selena/kids-ai-security-compliance-plan.md +0 -791
  578. package/templates/workspaces/selena/kidspark-coppa-compliance-audit.md +0 -866
  579. package/templates/workspaces/sloane/AGENTS.md +0 -59
  580. package/templates/workspaces/sloane/FEEDBACK.md +0 -12
  581. package/templates/workspaces/sloane/HEARTBEAT.md +0 -9
  582. package/templates/workspaces/sloane/IDENTITY.md +0 -6
  583. package/templates/workspaces/sloane/LEARNINGS.md +0 -6
  584. package/templates/workspaces/sloane/MEMORY.md +0 -22
  585. package/templates/workspaces/sloane/PLAYBOOK.md +0 -16
  586. package/templates/workspaces/sloane/SOUL.md +0 -39
  587. package/templates/workspaces/sloane/TOOLS.md +0 -15
  588. package/templates/workspaces/sloane/USER.md +0 -13
  589. package/templates/workspaces/smoketestagent/AGENTS.md +0 -52
  590. package/templates/workspaces/smoketestagent/FEEDBACK.md +0 -3
  591. package/templates/workspaces/smoketestagent/HEARTBEAT.md +0 -14
  592. package/templates/workspaces/smoketestagent/IDENTITY.md +0 -6
  593. package/templates/workspaces/smoketestagent/LEARNINGS.md +0 -3
  594. package/templates/workspaces/smoketestagent/MEMORY.md +0 -24
  595. package/templates/workspaces/smoketestagent/PLAYBOOK.md +0 -7
  596. package/templates/workspaces/smoketestagent/SOUL.md +0 -32
  597. package/templates/workspaces/smoketestagent/TOOLS.md +0 -13
  598. package/templates/workspaces/smoketestagent/USER.md +0 -5
  599. package/templates/workspaces/sophie/AGENTS.md +0 -59
  600. package/templates/workspaces/sophie/FEEDBACK.md +0 -12
  601. package/templates/workspaces/sophie/HEARTBEAT.md +0 -9
  602. package/templates/workspaces/sophie/IDENTITY.md +0 -6
  603. package/templates/workspaces/sophie/LEARNINGS.md +0 -6
  604. package/templates/workspaces/sophie/MEMORY.md +0 -22
  605. package/templates/workspaces/sophie/PLAYBOOK.md +0 -16
  606. package/templates/workspaces/sophie/SOUL.md +0 -39
  607. package/templates/workspaces/sophie/TOOLS.md +0 -15
  608. package/templates/workspaces/sophie/USER.md +0 -17
  609. package/templates/workspaces/tommy/AGENTS.md +0 -59
  610. package/templates/workspaces/tommy/FEEDBACK.md +0 -12
  611. package/templates/workspaces/tommy/HEARTBEAT.md +0 -9
  612. package/templates/workspaces/tommy/IDENTITY.md +0 -6
  613. package/templates/workspaces/tommy/LEARNINGS.md +0 -6
  614. package/templates/workspaces/tommy/MEMORY.md +0 -22
  615. package/templates/workspaces/tommy/PLAYBOOK.md +0 -16
  616. package/templates/workspaces/tommy/SOUL.md +0 -39
  617. package/templates/workspaces/tommy/TOOLS.md +0 -15
  618. package/templates/workspaces/tommy/USER.md +0 -17
  619. package/templates/workspaces/uma/AGENTS.md +0 -59
  620. package/templates/workspaces/uma/FEEDBACK.md +0 -11
  621. package/templates/workspaces/uma/HEARTBEAT.md +0 -5
  622. package/templates/workspaces/uma/IDENTITY.md +0 -6
  623. package/templates/workspaces/uma/LEARNINGS.md +0 -11
  624. package/templates/workspaces/uma/MEMORY.md +0 -22
  625. package/templates/workspaces/uma/PLAYBOOK.md +0 -16
  626. package/templates/workspaces/uma/SOUL.md +0 -39
  627. package/templates/workspaces/uma/TOOLS.md +0 -15
  628. package/templates/workspaces/uma/USER.md +0 -13
  629. package/tools/.gitkeep +0 -0
@@ -1,1248 +0,0 @@
1
- # DZOMBO HUNTING SAFARIS — AI INFRASTRUCTURE DEPLOYMENT
2
- ## Implementation Plan & Execution Roadmap
3
-
4
- **Project:** AI Infrastructure Deployment — Tier 1 Base Package
5
- **Client:** Dzombo Hunting Safaris, Windhoek, Namibia
6
- **Vendor:** Robbies Robotics Inc., Fairfax, VA
7
- **Contract Value:** ~$53,700 USD / ~N$918,000 NAD
8
- **Plan Date:** March 30, 2026
9
- **Document Owner:** Robbie Sanchez, Robbies Robotics
10
- **Version:** 1.0
11
-
12
- ---
13
-
14
- ## TABLE OF CONTENTS
15
-
16
- 1. [Executive Summary](#executive-summary)
17
- 2. [Master Timeline (Gantt)](#master-timeline)
18
- 3. [Phase 0: Pre-Deployment (Week 0–2)](#phase-0)
19
- 4. [Phase 1: Blueprint & Discovery (Week 1–2)](#phase-1)
20
- 5. [Phase 2: Hardware Build & Ship (Week 2–4)](#phase-2)
21
- 6. [Phase 3: On-Site Deployment (Week 4–5)](#phase-3)
22
- 7. [Phase 4: Training (Week 5–6)](#phase-4)
23
- 8. [Phase 5: Go-Live & Handover (Week 6)](#phase-5)
24
- 9. [Phase 6: Revenue Generation (Week 6–12)](#phase-6)
25
- 10. [Risk Register](#risk-register)
26
- 11. [Communication Plan](#communication-plan)
27
- 12. [Success Metrics Framework](#success-metrics)
28
- 13. [Budget Summary](#budget-summary)
29
- 14. [Appendices](#appendices)
30
-
31
- ---
32
-
33
- <a name="executive-summary"></a>
34
- ## 1. EXECUTIVE SUMMARY
35
-
36
- Robbies Robotics will design, build, ship, and deploy a private AI infrastructure stack for Dzombo Hunting Safaris at their Windhoek, Namibia headquarters. The system comprises a 4× RTX 5090 GPU server and an Apple Mac Studio M3 Ultra, pre-loaded with open-source AI models to deliver:
37
-
38
- - **AI Chat Service** — website management, booking, records, logs, permits (25 users)
39
- - **AI Travel & Client Ops** — proposal drafting, itinerary generation, client follow-up
40
- - **Marketing Content Generation** — 50 pieces/month
41
-
42
- A 2-person team will deploy on-site over ~10 days, train staff, and provide 90 days of post-launch remote support. The ongoing partnership begins at N$2,499/month.
43
-
44
- **Target Timeline:** 12 weeks from contract signing to revenue generation phase
45
- **Critical Path:** GPU procurement → server build → shipping → on-site deployment
46
-
47
- ---
48
-
49
- <a name="master-timeline"></a>
50
- ## 2. MASTER TIMELINE
51
-
52
- ```
53
- WEEK 0 1 2 3 4 5 6 7 8 9 10 11 12
54
- | | | | | | | | | | | | |
55
- PHASE 0 ████████████ Pre-Deployment / Procurement
56
- PHASE 1 ████████ Blueprint & Discovery
57
- PHASE 2 ████████████ Hardware Build & Ship
58
- PHASE 3 ████████ On-Site Deployment
59
- PHASE 4 ████████ Training
60
- PHASE 5 ████ Go-Live & Handover
61
- PHASE 6 ████████████████████████ Revenue Gen
62
-
63
- KEY MILESTONES:
64
- Week 0 — Project kickoff call
65
- Week 1 — Discovery sessions begin
66
- Week 2 — Blueprint document delivered; hardware build starts
67
- Week 2 — Hardware procurement complete (all components in-house)
68
- Week 3 — Server build complete, burn-in testing done
69
- Week 3 — Hardware ships to Windhoek
70
- Week 4 — Deployment team flies DC → Windhoek
71
- Week 5 — AI services operational (soft launch)
72
- Week 6 — Training complete, hard launch, handover
73
- Week 6 — 90-day support begins
74
- Week 8 — First white-label outreach
75
- Week 12 — First white-label client signed (target)
76
- Week 18 — 90-day support ends
77
- ```
78
-
79
- ---
80
-
81
- <a name="phase-0"></a>
82
- ## 3. PHASE 0: PRE-DEPLOYMENT (Week 0–2)
83
-
84
- ### 3.1 Hardware Procurement Checklist
85
-
86
- #### GPU Server Build (4U Rackmount)
87
-
88
- | Component | Spec | Qty | Vendor Options | Est. Price (USD) | Lead Time |
89
- |-----------|------|-----|----------------|-------------------|-----------|
90
- | **CPU** | AMD Ryzen Threadripper PRO 7965WX (24-core, sTR5) | 1 | Newegg, B&H Photo, CDW | $2,200 | 3–5 days |
91
- | **Motherboard** | ASUS Pro WS WRX90E-SAGE SE (sTR5, 7× PCIe 5.0 x16) | 1 | Newegg, B&H Photo | $1,100 | 3–7 days |
92
- | **GPUs** | NVIDIA GeForce RTX 5090 32GB (Founders Edition or ASUS/MSI partner) | 4 | Best Buy, Newegg, B&H Photo, Micro Center (Fairfax) | $3,050–$3,800 ea (~$14,000 total) | In stock — verify; may need 1–2 week watch |
93
- | **RAM** | Kingston Fury Renegade DDR5-6000 ECC 32GB sticks | 8 (256GB) | Newegg, Amazon | $800 | 2–3 days |
94
- | **NVMe Storage** | Samsung 990 Pro 2TB PCIe 4.0 NVMe | 2 (RAID 1 mirror) | Amazon, Newegg | $340 | 2 days |
95
- | **Chassis** | Rosewill RSV-L4412U (4U rackmount, 12-bay, extended depth) | 1 | Newegg | $180 | 3 days |
96
- | **PSU** | Corsair HX1500i (1500W, 80+ Platinum, ATX 3.0) | 1 | Newegg, Amazon | $350 | 2 days |
97
- | **CPU Cooler** | Noctua NH-U14S TR5-SP6 (Threadripper socket) | 1 | Amazon | $110 | 2 days |
98
- | **Case Fans** | Noctua NF-A14 PWM 140mm | 6 | Amazon | $150 | 2 days |
99
- | **Rail Kit** | Generic 4U sliding rails (adjustable 26"–33") | 1 | Newegg | $50 | 3 days |
100
- | **Network** | Intel X710-DA2 10GbE SFP+ dual-port NIC | 1 | Amazon, CDW | $180 | 3 days |
101
- | **KVM** | Rackmount KVM + 8-port switch | 1 | Amazon | $120 | 3 days |
102
- | **UPS** | APC Smart-UPS 1500VA LCD (SMT1500RM2U) 2U rackmount | 1 | CDW, Amazon | $650 | 3–5 days |
103
- | **PDU** | APC Basic Rack PDU AP7900B | 1 | Amazon | $180 | 3 days |
104
-
105
- **Server subtotal: ~$20,410**
106
-
107
- #### Mac Studio
108
-
109
- | Component | Spec | Qty | Vendor | Est. Price (USD) | Lead Time |
110
- |-----------|------|-----|--------|-------------------|-----------|
111
- | **Mac Studio** | M3 Ultra, 80-core GPU, 32-core Neural Engine, 128GB unified memory, 2TB SSD | 1 | Apple.com or Apple Store (Tysons Corner, VA) | $5,999 | In stock or 1–2 weeks CTO |
112
-
113
- **Mac Studio subtotal: ~$5,999**
114
-
115
- #### Accessories & Cables
116
-
117
- | Item | Qty | Est. Price |
118
- |------|-----|------------|
119
- | Cat6a Ethernet cables (various lengths) | 10 | $50 |
120
- | DisplayPort cables | 4 | $40 |
121
- | USB-C to DisplayPort adapters | 2 | $30 |
122
- | Surge protectors (heavy duty) | 2 | $60 |
123
- | Cable management kit (velcro, ties, labels) | 1 | $30 |
124
- | External backup drive (WD Red 8TB) | 1 | $180 |
125
- | Pelican 1690 transport case (for server) | 1 | $450 |
126
- | Pelican 1510 transport case (for Mac Studio + accessories) | 1 | $200 |
127
-
128
- **Accessories subtotal: ~$1,040**
129
-
130
- **TOTAL HARDWARE: ~$27,449**
131
-
132
- #### Procurement Timeline
133
- - **Day 1–2:** Place all orders; visit Micro Center Fairfax for GPUs in-stock
134
- - **Day 3–7:** Components arrive at Robbies Robotics workshop
135
- - **Day 7–10:** Identify any backorder items, source alternatives
136
- - **Day 10:** All components in-house — begin build
137
-
138
- **Owner:** Robbies Robotics
139
- **Risk:** RTX 5090 stock availability — current street price ~$3,050–$3,800 each. Mitigate by checking Micro Center Fairfax walk-in stock, setting up Newegg/Best Buy alerts, and having an EVGA/MSI/ASUS partner card as backup model.
140
-
141
- ---
142
-
143
- ### 3.2 Software Stack (Pre-Configure Before Shipping)
144
-
145
- #### GPU Server (Ubuntu Server 24.04 LTS)
146
-
147
- | Layer | Software | Version | Purpose |
148
- |-------|----------|---------|---------|
149
- | **OS** | Ubuntu Server 24.04 LTS | Latest | Base operating system |
150
- | **GPU Drivers** | NVIDIA Driver 560+ | Latest stable | GPU support |
151
- | **CUDA** | CUDA Toolkit 12.6+ | Latest | GPU compute |
152
- | **Container** | Docker CE + NVIDIA Container Toolkit | Latest | Service isolation |
153
- | **Orchestration** | Docker Compose | Latest | Multi-service management |
154
- | **LLM Runtime** | Ollama | Latest | Model serving (primary) |
155
- | **LLM Runtime** | vLLM | Latest | High-throughput inference |
156
- | **Web UI** | Open WebUI | Latest | Chat interface for staff |
157
- | **AI Framework** | LangChain + LangGraph | Latest | Agentic workflows |
158
- | **RAG** | ChromaDB | Latest | Vector database for docs |
159
- | **CMS Integration** | n8n (self-hosted) | Latest | Workflow automation, website updates |
160
- | **Reverse Proxy** | Nginx + Certbot | Latest | HTTPS, routing |
161
- | **Monitoring** | Prometheus + Grafana | Latest | System/GPU monitoring |
162
- | **Backup** | Restic + rclone | Latest | Automated backups |
163
- | **SSH** | OpenSSH + WireGuard | Latest | Remote access |
164
- | **Security** | UFW, Fail2Ban, CrowdSec | Latest | Firewall & intrusion prevention |
165
-
166
- #### AI Models to Pre-Load
167
-
168
- | Model | Size | Purpose | VRAM Usage |
169
- |-------|------|---------|------------|
170
- | **Llama 3.3 70B Instruct (Q4_K_M)** | ~40GB | Primary chat, writing, analysis | 1–2 GPUs |
171
- | **Qwen 3 32B** | ~18GB | Multilingual support, coding | 1 GPU |
172
- | **Mistral Small 3.1 24B** | ~14GB | Fast responses, lighter tasks | 1 GPU |
173
- | **DeepSeek-V3 (distilled 7B)** | ~4GB | Quick queries, lightweight ops | Shared |
174
- | **Llama 3.2 Vision 11B** | ~7GB | Image analysis (marketing, property) | 1 GPU |
175
- | **Stable Diffusion XL / FLUX.1** | ~7GB | Marketing image generation | 1 GPU |
176
- | **Nomic Embed Text v1.5** | ~275MB | RAG embeddings | CPU/shared |
177
- | **Whisper Large v3** | ~3GB | Speech-to-text (optional) | Shared |
178
-
179
- **Total VRAM available:** 4 × 32GB = 128GB
180
- **Estimated active usage:** 60–90GB (allows concurrent model serving)
181
-
182
- #### Mac Studio (macOS Sonoma)
183
-
184
- | Software | Purpose |
185
- |----------|---------|
186
- | Ollama (macOS) | Local model serving via unified memory |
187
- | Open WebUI | Admin interface |
188
- | Homebrew + CLI tools | System management |
189
- | Apple Remote Desktop | Remote admin |
190
- | TimeMachine | Local backup |
191
-
192
- **The Mac Studio serves as:** admin workstation, backup inference node (128GB unified memory can run 70B+ models natively), and management console.
193
-
194
- ---
195
-
196
- ### 3.3 Import/Customs Preparation for Namibia
197
-
198
- #### SACU Customs Framework
199
- - Namibia is a SACU member (Southern African Customs Union)
200
- - Electronics/computer equipment from outside SACU: **~15% import duty + 15% VAT**
201
- - Total landed cost addition: **~30% on declared value**
202
- - No specific import license required for computer equipment (non-restricted)
203
-
204
- #### Estimated Customs Costs
205
- | Item | Declared Value | Duty (15%) | VAT (15%) | Total Customs |
206
- |------|---------------|------------|-----------|---------------|
207
- | GPU Server components | $20,000 | $3,000 | $3,450 | $6,450 |
208
- | Mac Studio | $6,000 | $900 | $1,035 | $1,935 |
209
- | **Total** | **$26,000** | **$3,900** | **$4,485** | **$8,385** |
210
-
211
- > **Note:** Declare at fair market value. Over-declaring triggers higher duties; under-declaring risks seizure. Work with customs broker to optimize.
212
-
213
- #### Customs Broker
214
- - **Recommended:** ACT Logistics, Windhoek — [airfreight.com.na](https://www.airfreight.com.na)
215
- - Licensed for all points of entry (air, road, sea)
216
- - Can handle customs clearance at Hosea Kutako International Airport (WDH)
217
- - **Action:** Contact ACT Logistics in Week 0 to establish relationship and pre-file documentation
218
- - **Backup:** Woker Freight Services, Windhoek
219
-
220
- #### Required Documentation
221
- 1. Commercial invoice (detailed, itemized with HS codes)
222
- 2. Packing list with weights and dimensions
223
- 3. Bill of lading / airway bill
224
- 4. Certificate of origin (USA)
225
- 5. Import permit (not required for computer equipment, but verify)
226
- 6. Company registration documents (Robbies Robotics)
227
- 7. Letter from Dzombo authorizing import on their behalf
228
-
229
- #### HS Codes (Harmonized System)
230
- - GPU/Computer components: **8471.49** (automatic data processing machines)
231
- - Computer monitors: **8528.52**
232
- - UPS/Power: **8504.40**
233
- - Cables/accessories: **8544.42**
234
-
235
- **Owner:** Robbies Robotics (procurement, packing, documentation) + ACT Logistics Namibia (clearance)
236
- **Timeline:** Engage customs broker by Week 1; pre-file documents by Week 2
237
-
238
- ---
239
-
240
- ### 3.4 Travel Logistics
241
-
242
- #### Flights: Washington DC → Windhoek
243
-
244
- **No direct flights exist.** Best routing options:
245
-
246
- | Route | Airlines | Duration | Est. Cost (RT/person) |
247
- |-------|----------|----------|-----------------------|
248
- | **IAD → DOH → WDH** | Qatar Airways | ~22h + 9h layover | $1,400–$1,800 |
249
- | **IAD → JNB → WDH** | United/SAA then Airlink | ~17h + 2h connection + 2h | $1,200–$1,600 |
250
- | **IAD → FRA → WDH** | Lufthansa/United → Eurowings Discover | ~8h + 10h | $1,400–$1,700 |
251
- | **IAD → ADD → WDH** | Ethiopian Airlines | ~15h + 5h layover + 5h | $1,100–$1,500 |
252
-
253
- **Recommended:** IAD → JNB → WDH via United + Airlink
254
- - Most common routing for business travelers
255
- - Johannesburg (JNB) is the main hub for Southern Africa
256
- - 2-hour Airlink connection JNB → WDH
257
- - **Book at least 3 weeks in advance**
258
-
259
- **Budget:** 2 persons × $1,500 avg RT = **$3,000**
260
-
261
- #### Accommodation: Windhoek (10–12 nights)
262
-
263
- | Hotel | Location | Rate/Night | Notes |
264
- |-------|----------|------------|-------|
265
- | **Hilton Windhoek** | CBD, Rev. Michael Scott St | $130–$180 | Business center, reliable wifi, near everything |
266
- | **Mövenpick Hotel Windhoek** | CBD | $110–$150 | Pool, gym, good for extended stays |
267
- | **Windhoek Gardens Boutique Hotel** | Klein Windhoek | $80–$120 | Quieter, good value |
268
-
269
- **Recommended:** Hilton Windhoek — reliable business infrastructure, central location
270
- **Budget:** 2 persons × 12 nights × $160 = **$3,840**
271
-
272
- #### Ground Transport
273
- - Airport transfer (Hosea Kutako → Windhoek CBD): ~45min, $40–$60 per trip
274
- - Rental car recommended for deployment period: **$50–$70/day × 12 days = $720**
275
- - **Recommended:** Avis or Hertz at Windhoek Airport (pre-book)
276
-
277
- **Budget:** Transfers + rental = **$900**
278
-
279
- #### Visa Requirements
280
- - **U.S. citizens do NOT need a visa** for business visits under 90 days to Namibia
281
- - Passport must be valid for 6+ months beyond travel date
282
- - At least 2 blank pages required
283
- - **⚠️ IMPORTANT:** The Namibian Embassy notes that persons performing "work" (including installation) may technically require an employment permit under Section 27 of the Immigration Control Act
284
- - **Mitigation:** Frame the trip as "business meetings, training, and technology consultation" — installation is supervised setup, not employment. Carry a letter from Dzombo confirming you are consultants, not employees. Consult with immigration attorney if concerned.
285
-
286
- #### Travel Budget Summary
287
- | Item | Cost |
288
- |------|------|
289
- | Flights (2 persons RT) | $3,000 |
290
- | Accommodation (12 nights × 2) | $3,840 |
291
- | Ground transport | $900 |
292
- | Per diem (meals, incidentals) × 2 × 12 days @ $60/day | $1,440 |
293
- | Travel insurance (2 persons) | $300 |
294
- | **Travel total** | **$9,480** |
295
-
296
- ---
297
-
298
- ### 3.5 Pre-Deployment Client Questionnaire
299
-
300
- > **Send to Japsie by end of Week 0. Responses needed by end of Week 1.**
301
-
302
- #### A. IT & Network Infrastructure
303
- 1. Current internet provider and plan (speed, data cap, uptime)?
304
- 2. Do you have a dedicated server room or locked closet with climate control?
305
- 3. Current electrical capacity in the server location (single/three-phase, amperage)?
306
- 4. Do you have a network rack? If so, what size (U height)?
307
- 5. Existing network equipment (router, switches, access points — make/model)?
308
- 6. Current Wi-Fi coverage and number of access points?
309
- 7. Static IP address availability from ISP?
310
- 8. Backup internet connection or generator power?
311
-
312
- #### B. Current Technology
313
- 9. What software/tools do staff currently use? (email, CRM, booking system, website CMS)
314
- 10. Website platform (WordPress, Squarespace, custom)?
315
- 11. Current hosting provider for website?
316
- 12. Do you use any cloud services (Google Workspace, Microsoft 365, etc.)?
317
- 13. How many computers/devices does the office have?
318
- 14. Current email system and domain?
319
-
320
- #### C. Staff & Operations
321
- 15. How many staff members will use the AI system? (names, roles)
322
- 16. Who will be the designated IT administrator (day-to-day)?
323
- 17. What are the top 5 tasks you want AI to handle first?
324
- 18. What does your typical client booking workflow look like today?
325
- 19. What permit/license tracking do you currently do, and how?
326
- 20. Do you have existing client records/databases? What format?
327
-
328
- #### D. Physical Space
329
- 21. Photos of proposed server location (room dimensions, ventilation, electrical outlets)
330
- 22. Physical security of server room (lock, access control)?
331
- 23. Ambient temperature in server location?
332
- 24. Nearest electrical panel to server location?
333
-
334
- #### E. Access & Credentials
335
- 25. Domain registrar access (for DNS management)
336
- 26. Website admin access
337
- 27. Email admin access
338
- 28. ISP account details (for potential speed upgrade)
339
-
340
- **Owner:** Robbies Robotics sends questionnaire; Dzombo completes
341
- **Deadline:** Responses by end of Week 1 (critical path for Blueprint)
342
-
343
- ---
344
-
345
- ### 3.6 Legal & Contract Items
346
-
347
- | Item | Status | Owner | Notes |
348
- |------|--------|-------|-------|
349
- | Service contract (signed) | ✅ Complete | Both | Tier 1 Base Package |
350
- | SLA document | ❌ Needed | Robbies Robotics | Define uptime, response times, support hours |
351
- | Equipment warranty terms | ❌ Needed | Robbies Robotics | GPU, server, Mac Studio warranty pass-through |
352
- | Data processing agreement | ❌ Needed | Robbies Robotics | Client data handling, privacy |
353
- | Shipping insurance | ❌ Needed | Robbies Robotics | Full replacement value coverage |
354
- | Professional liability insurance | ❌ Needed | Robbies Robotics | E&O insurance for the project |
355
- | Equipment ownership transfer | ❌ Needed | Both | When does Dzombo own the hardware? |
356
- | IP assignment | ❌ Needed | Robbies Robotics | Clarify who owns custom configurations |
357
- | Force majeure / shipping loss clause | ❌ Needed | Both | What happens if equipment is lost in transit? |
358
- | Monthly partnership fee terms | ❌ Needed | Both | N$2,499/mo — start date, what's included, cancellation |
359
-
360
- #### SLA Targets (Proposed)
361
- - **System uptime:** 99% monthly (excludes scheduled maintenance)
362
- - **Remote support response:** 4 hours during business hours (EST/CAT overlap: 8am–12pm EST / 2pm–6pm CAT)
363
- - **Critical issue response:** 2 hours
364
- - **Scheduled maintenance window:** Sundays 10pm–6am CAT
365
- - **Monthly status report:** By 5th of each month
366
-
367
- **Owner:** Robbies Robotics drafts all documents by end of Week 1
368
- **Deliverable:** SLA document, data processing agreement, equipment transfer terms
369
-
370
- ---
371
-
372
- ### Phase 0 Deliverables Summary
373
-
374
- | Deliverable | Due | Owner |
375
- |-------------|-----|-------|
376
- | All hardware ordered | Week 0, Day 3 | Robbies Robotics |
377
- | Client questionnaire sent | Week 0, Day 2 | Robbies Robotics |
378
- | Customs broker engaged | Week 1 | Robbies Robotics |
379
- | Travel booked (flights, hotel, car) | Week 1 | Robbies Robotics |
380
- | SLA and legal docs drafted | Week 1 | Robbies Robotics |
381
- | Client questionnaire responses received | Week 1 | Dzombo |
382
- | All hardware components in-house | Week 2 | Robbies Robotics |
383
-
384
- ---
385
-
386
- <a name="phase-1"></a>
387
- ## 4. PHASE 1: BLUEPRINT & DISCOVERY (Week 1–2)
388
-
389
- ### 4.1 Remote Discovery Sessions
390
-
391
- | Session | Attendees | Duration | Agenda |
392
- |---------|-----------|----------|--------|
393
- | **Kickoff Call** (Week 1, Mon) | Rob + Japsie + Dzombo team | 90 min | Project overview, timeline, introductions, questionnaire review |
394
- | **Technology Audit** (Week 1, Wed) | Rob + Japsie + Dzombo IT/admin | 60 min | Walk-through of current systems, tools, pain points |
395
- | **Network & Space Assessment** (Week 1, Thu) | Rob + Japsie | 45 min | Video walkthrough of server location, power, internet |
396
- | **Use Case Deep Dive** (Week 1, Fri) | Rob + Japsie + key staff | 90 min | Prioritize AI use cases, define success criteria |
397
- | **Blueprint Review** (Week 2, Wed) | Rob + Japsie | 60 min | Present blueprint document, get sign-off |
398
-
399
- **Tools:** Zoom/Google Meet, WhatsApp for async, Email for formal docs
400
- **Time Zone Coordination:** EST (UTC-4) ↔ CAT (UTC+2) = 6-hour difference
401
- - Best overlap window: **8:00 AM – 12:00 PM EST = 2:00 PM – 6:00 PM CAT**
402
-
403
- ### 4.2 Current Technology Audit
404
-
405
- **Expected findings based on typical safari operations:**
406
-
407
- | Area | Likely Current State | Target State |
408
- |------|---------------------|--------------|
409
- | Website | WordPress or basic CMS, manually updated | AI-assisted content updates, automated SEO |
410
- | Booking | Email/phone/WhatsApp, spreadsheets | AI-powered booking assistant, CRM integration |
411
- | Client records | Paper files, basic spreadsheets | Searchable AI-indexed database |
412
- | Permits/licenses | Manual tracking, paper files | AI-tracked permit system with reminders |
413
- | Marketing | Outsourced or manual, sporadic | AI-generated content pipeline (50 pieces/mo) |
414
- | Proposals | Manual Word/PDF creation | AI-drafted proposals from templates |
415
- | Communication | WhatsApp, email | Same + AI chat interface for internal ops |
416
-
417
- ### 4.3 Network Assessment Checklist
418
-
419
- | Item | Minimum Requirement | Ideal |
420
- |------|--------------------|----- |
421
- | Internet speed | 25 Mbps down / 10 Mbps up | 50+ Mbps fiber |
422
- | Data cap | Uncapped | Uncapped |
423
- | Static IP | 1 | 1 |
424
- | Power | 20A dedicated circuit | 30A with UPS backup |
425
- | Server room temp | Below 30°C | 18–24°C with AC |
426
- | Physical security | Locked room | Locked room + access log |
427
- | Backup power | Generator on-site | Generator + UPS (provided) |
428
-
429
- > **Windhoek internet note:** Fiber is available in most business areas via Telecom Namibia or MTC. Typical business plans: 50–100 Mbps uncapped for ~N$2,000–4,000/mo. Confirm with Japsie.
430
-
431
- ### 4.4 AI Use Case Prioritization
432
-
433
- **Recommended go-live order (based on impact and complexity):**
434
-
435
- | Priority | Service | Complexity | Impact | Go-Live Target |
436
- |----------|---------|------------|--------|----------------|
437
- | 1️⃣ | **AI Chat (internal)** — staff Q&A, document search | Low | High | Day 1 on-site |
438
- | 2️⃣ | **Client Records & Booking Assistant** | Medium | High | Day 3 on-site |
439
- | 3️⃣ | **Proposal & Itinerary Drafting** | Medium | High | Day 5 on-site |
440
- | 4️⃣ | **Website Content Updates** | Medium | Medium | Day 7 on-site |
441
- | 5️⃣ | **Marketing Content Generation** | Low | Medium | Day 8 on-site |
442
- | 6️⃣ | **Permit & License Tracking** | High | Medium | Week 7 (remote) |
443
-
444
- ### 4.5 Blueprint Document Deliverable
445
-
446
- **Contents of the Blueprint (PDF, delivered Week 2):**
447
-
448
- 1. Executive summary
449
- 2. Current state assessment (from discovery)
450
- 3. Target architecture diagram
451
- 4. Network topology diagram
452
- 5. AI services specification (models, endpoints, user flows)
453
- 6. Hardware placement plan
454
- 7. Integration points with existing systems
455
- 8. Data migration plan (if applicable)
456
- 9. Security architecture
457
- 10. Go-live sequence and acceptance criteria
458
- 11. Training plan overview
459
- 12. Support model
460
-
461
- **Owner:** Robbies Robotics
462
- **Review:** Japsie signs off by end of Week 2
463
- **Dependency:** Blocks Phase 3 on-site work (team needs approved blueprint)
464
-
465
- ---
466
-
467
- <a name="phase-2"></a>
468
- ## 5. PHASE 2: HARDWARE BUILD & SHIP (Week 2–4)
469
-
470
- ### 5.1 Server Assembly (Week 2, Day 1–3)
471
-
472
- **Day 1: Chassis & Core**
473
- | Task | Duration | Details |
474
- |------|----------|---------|
475
- | Unbox and inspect all components | 2h | Verify against BOM, check for damage |
476
- | Install Threadripper PRO 7965WX in WRX90E-SAGE SE | 1h | Apply thermal paste, mount Noctua NH-U14S |
477
- | Install DDR5 RAM (8× 32GB) | 30min | Populate all 8 DIMM slots |
478
- | Mount motherboard in Rosewill 4U chassis | 1h | Standoffs, I/O shield, secure mount |
479
- | Install Corsair HX1500i PSU | 30min | Route cables, modular connections |
480
- | Install 2× Samsung 990 Pro NVMe | 15min | M.2 slots, thermal pads |
481
-
482
- **Day 2: GPUs & Networking**
483
- | Task | Duration | Details |
484
- |------|----------|---------|
485
- | Install 4× RTX 5090 GPUs | 1h | PCIe x16 slots, verify spacing, power cables |
486
- | Install Intel X710-DA2 10GbE NIC | 15min | PCIe slot, if needed (or use onboard) |
487
- | Cable management | 1h | Zip ties, velcro, proper airflow paths |
488
- | Install case fans (6× Noctua NF-A14) | 30min | Front intake, rear exhaust configuration |
489
- | Connect all power, data, fan cables | 1h | Double-check every connection |
490
-
491
- **Day 3: First Boot & OS Install**
492
- | Task | Duration | Details |
493
- |------|----------|---------|
494
- | First power-on / POST test | 30min | Verify BIOS, all GPUs detected, RAM count |
495
- | BIOS configuration | 30min | PCIe settings, boot order, fan curves, XMP |
496
- | Install Ubuntu Server 24.04 LTS | 30min | NVMe RAID 1 mirror, LVM |
497
- | NVIDIA driver installation | 30min | `sudo apt install nvidia-driver-560` |
498
- | CUDA toolkit installation | 30min | CUDA 12.6 |
499
- | Docker + NVIDIA Container Toolkit | 30min | Verify `nvidia-smi` in container |
500
- | Network configuration | 30min | Static IP, DNS, SSH keys |
501
-
502
- ### 5.2 Burn-In Testing (Week 2, Day 4–5)
503
-
504
- | Test | Tool | Duration | Pass Criteria |
505
- |------|------|----------|---------------|
506
- | GPU stress test | FurMark / gpu-burn | 8h (overnight) | All 4 GPUs stable, temps < 85°C |
507
- | CPU stress test | stress-ng | 4h | No throttling, stable temps |
508
- | Memory test | memtest86+ | 8h (overnight) | Zero errors, all 256GB tested |
509
- | Storage benchmark | fio | 1h | Sequential read > 6GB/s, write > 5GB/s |
510
- | Multi-GPU inference test | Ollama + Llama 3.3 70B | 2h | Successful multi-GPU inference |
511
- | Network throughput | iperf3 | 30min | Line-rate on 10GbE |
512
- | Power consumption monitoring | Wall meter | During all tests | Under 1400W peak load |
513
-
514
- ### 5.3 Software Stack Deployment (Week 2–3, Day 5–7)
515
-
516
- | Task | Duration | Details |
517
- |------|----------|---------|
518
- | Deploy Docker Compose stack | 2h | All services defined in `docker-compose.yml` |
519
- | Install Ollama, pull all models | 4h | Download and verify all 8 models |
520
- | Configure Open WebUI | 2h | Multi-user setup, branding, default models |
521
- | Deploy n8n workflows | 3h | Website updater, booking, proposal templates |
522
- | Configure ChromaDB + RAG pipeline | 3h | Document ingestion pipeline, embeddings |
523
- | Set up Nginx reverse proxy | 1h | SSL certs (self-signed for now, Let's Encrypt on-site) |
524
- | Prometheus + Grafana monitoring | 2h | GPU metrics, system health dashboards |
525
- | Security hardening | 2h | UFW rules, Fail2Ban, SSH key-only, WireGuard |
526
- | Backup configuration (Restic) | 1h | External drive backup schedule |
527
- | End-to-end testing | 4h | All services, all user flows, all models |
528
-
529
- ### 5.4 Mac Studio Configuration (Week 2–3)
530
-
531
- | Task | Duration | Details |
532
- |------|----------|---------|
533
- | Unbox and initial setup | 30min | macOS Sonoma, create admin account |
534
- | Install Homebrew + CLI tools | 30min | git, wget, htop, etc. |
535
- | Install Ollama (macOS) | 30min | Pull Llama 3.3 70B (fits in 128GB unified memory) |
536
- | Install Open WebUI | 30min | Docker Desktop for Mac |
537
- | Configure Remote Desktop | 15min | Apple Remote Desktop + SSH |
538
- | Test as backup inference node | 1h | Verify model serving independently |
539
- | Create system documentation | 1h | Admin guide for Mac Studio |
540
-
541
- ### 5.5 Shipping Logistics (Week 3)
542
-
543
- #### Option Analysis
544
-
545
- | Method | Transit Time | Cost (est.) | Risk Level | Recommendation |
546
- |--------|-------------|-------------|------------|----------------|
547
- | **Air freight (IAD → JNB → WDH)** | 3–5 days | $1,500–$2,500 | Low | ✅ **Recommended** |
548
- | Ocean freight (Baltimore → Walvis Bay) | 25–35 days | $800–$1,200 | Medium | ❌ Too slow |
549
- | Carry as checked luggage | 0 days (with team) | $200–$400 oversized fees | High (damage) | ❌ Too risky for server |
550
- | **Hybrid: Ship server air freight, carry Mac Studio** | 3–5 days | $1,800 total | Low | ✅ **Best approach** |
551
-
552
- **Recommended Approach: Hybrid**
553
- - **GPU Server:** Air freight via DHL Express or FedEx International Priority
554
- - Pack in Pelican 1690 case, double-boxed with foam
555
- - Declare accurate value for customs
556
- - Purchase full-replacement shipping insurance ($27,000 value)
557
- - Ship to ACT Logistics Windhoek for customs clearance
558
- - **Cost:** ~$1,800 (DHL Express, ~80lbs, oversized)
559
- - **Insurance:** ~$500 (2% of declared value)
560
- - **Mac Studio:** Carry in Pelican 1510 as checked luggage
561
- - Fits within airline checked bag dimensions
562
- - Accessible immediately on arrival
563
- - **Cost:** ~$150 (oversized checked bag fee)
564
-
565
- #### Shipping Timeline
566
- - **Week 3, Monday:** Pack server in Pelican case, label, photograph
567
- - **Week 3, Tuesday:** DHL pickup from Fairfax
568
- - **Week 3, Wednesday–Friday:** In transit (IAD → hub → JNB)
569
- - **Week 3+1, Monday:** Arrives JNB, connects to WDH
570
- - **Week 3+1, Tuesday:** ACT Logistics clears customs
571
- - **Week 3+1, Wednesday:** Server delivered to Dzombo Hunting Safaris office
572
-
573
- **Owner:** Robbies Robotics (packing, shipping) + ACT Logistics (clearance, delivery)
574
- **Dependency:** Customs clearance — have all docs pre-filed with broker
575
- **Risk:** Customs delay — mitigate with pre-filing and broker relationship
576
-
577
- ---
578
-
579
- ### 5.6 Budget: Phase 2
580
-
581
- | Item | Cost |
582
- |------|------|
583
- | Hardware (server + Mac Studio + accessories) | $27,449 |
584
- | Shipping (DHL Express) | $1,800 |
585
- | Shipping insurance | $500 |
586
- | Customs duties + VAT (~30% of $26,000) | $8,385 |
587
- | Customs broker fee | $300 |
588
- | **Phase 2 total** | **$38,434** |
589
-
590
- ---
591
-
592
- <a name="phase-3"></a>
593
- ## 6. PHASE 3: ON-SITE DEPLOYMENT (Week 4–5)
594
-
595
- ### 6.1 Day-by-Day Deployment Schedule
596
-
597
- **Team:** 2 Robbies Robotics engineers
598
- **Duration:** 10 working days on-site
599
- **Work hours:** 8:00 AM – 6:00 PM CAT (with breaks)
600
-
601
- ---
602
-
603
- #### DAY 1 (Monday) — Arrival & Site Assessment
604
- | Time | Task | Details |
605
- |------|------|---------|
606
- | Morning | Arrive Windhoek (previous evening flight) | Check into Hilton Windhoek |
607
- | 10:00 | Meet Japsie at Dzombo office | Introductions, office tour |
608
- | 11:00 | Physical site survey | Server room inspection, power, cooling, security |
609
- | 12:00 | Lunch with Japsie | Build relationship, discuss priorities |
610
- | 14:00 | Network assessment | Test internet speed, inspect router/switches, map topology |
611
- | 15:00 | Verify server delivery | Confirm Pelican case arrived intact, inspect for damage |
612
- | 16:00 | Document findings | Update blueprint with actual site conditions |
613
- | 17:00 | Procurement run (if needed) | Local purchase: rack, cables, power adapters (Type M plugs) |
614
-
615
- **⚠️ Power Note:** Namibia uses Type M (3-pin, 15A) and Type D plugs, 220V/50Hz. Server PSU is auto-switching (110–240V). Need Type M power cables or adapters. **Buy locally or bring universal adapters.**
616
-
617
- #### DAY 2 (Tuesday) — Server Installation
618
- | Time | Task | Details |
619
- |------|------|---------|
620
- | 08:00 | Unpack server from Pelican case | Inspect for shipping damage, photograph |
621
- | 09:00 | Rack mounting | Install server in rack (or desk mount if no rack) |
622
- | 10:00 | UPS installation | Mount APC UPS, connect to server + network gear |
623
- | 11:00 | Power up and POST verification | Confirm all 4 GPUs detected, RAM, storage |
624
- | 12:00 | Lunch | — |
625
- | 13:00 | Network cabling | Connect server to switch, configure IPs |
626
- | 14:00 | Internet connectivity test | Verify outbound access, speed test, DNS |
627
- | 15:00 | Mac Studio setup | Unpack, connect to network, verify |
628
- | 16:00 | WireGuard VPN setup | Remote access tunnel for post-deployment support |
629
- | 17:00 | Run diagnostic suite | Quick stress test of all components |
630
-
631
- #### DAY 3 (Wednesday) — AI Services Deployment
632
- | Time | Task | Details |
633
- |------|------|---------|
634
- | 08:00 | Verify all Docker services running | Check Ollama, Open WebUI, n8n, monitoring |
635
- | 09:00 | SSL/TLS configuration | Let's Encrypt via Certbot (if static IP + domain) |
636
- | 10:00 | Open WebUI configuration | Create user accounts for all Dzombo staff |
637
- | 11:00 | Test AI Chat Service | Run through common queries with Japsie |
638
- | 12:00 | Lunch | — |
639
- | 13:00 | Configure RAG pipeline | Ingest Dzombo's existing documents, records |
640
- | 14:00 | Test document Q&A | "What permits do we need for Caprivi?" etc. |
641
- | 15:00 | Booking assistant setup | Configure n8n workflow for booking inquiries |
642
- | 16:00 | Test booking workflow | End-to-end: inquiry → AI response → record |
643
- | 17:00 | Day 3 checkpoint with Japsie | Demo progress, gather feedback |
644
-
645
- #### DAY 4 (Thursday) — Client Ops & Proposals
646
- | Time | Task | Details |
647
- |------|------|---------|
648
- | 08:00 | Proposal drafting system setup | Load Dzombo templates, configure n8n workflow |
649
- | 09:00 | Itinerary generation setup | Safari packages, route templates, pricing |
650
- | 10:00 | Test proposal generation | Generate 3 sample proposals, review with Japsie |
651
- | 11:00 | Client record system | Database schema, import existing records |
652
- | 12:00 | Lunch | — |
653
- | 13:00 | Import existing client data | Spreadsheets → ChromaDB, structured records |
654
- | 14:00 | Test client lookup | "Show me all bookings for Client X" |
655
- | 15:00 | Permit tracking setup | Configure permit database and reminder workflows |
656
- | 16:00 | Test permit tracking | Create test permits, verify reminders |
657
- | 17:00 | End-of-day review | Test all services deployed so far |
658
-
659
- #### DAY 5 (Friday) — Website & Marketing Integration
660
- | Time | Task | Details |
661
- |------|------|---------|
662
- | 08:00 | Website CMS access setup | Connect n8n to WordPress/CMS via API |
663
- | 09:00 | Content update workflow | AI drafts content → human review → publish |
664
- | 10:00 | Test website update flow | Generate and publish a test blog post |
665
- | 11:00 | Marketing content pipeline | Configure image + text generation workflow |
666
- | 12:00 | Lunch | — |
667
- | 13:00 | Generate sample marketing content | 5 social media posts, 2 blog drafts, 3 images |
668
- | 14:00 | Review with Japsie | Get feedback on tone, style, accuracy |
669
- | 15:00 | Refine prompts and templates | Adjust based on feedback |
670
- | 16:00 | Weekly checkpoint meeting | Full demo of all services to Dzombo team |
671
- | 17:00 | Document all configurations | Runbooks, credentials, architecture |
672
-
673
- #### DAY 6–7 (Weekend) — Buffer / Catch-Up
674
- - Address any issues found during Week 1
675
- - Additional data migration if needed
676
- - Explore Windhoek (team wellbeing)
677
- - Prepare training materials
678
-
679
- #### DAY 8 (Monday) — Security & Optimization
680
- | Time | Task | Details |
681
- |------|------|---------|
682
- | 08:00 | Security hardening review | Verify all firewall rules, SSH, fail2ban |
683
- | 09:00 | Backup verification | Test full backup and restore cycle |
684
- | 10:00 | Performance optimization | Model quantization tuning, batch sizes, caching |
685
- | 11:00 | Load testing | Simulate 25 concurrent users |
686
- | 12:00 | Lunch | — |
687
- | 13:00 | Monitoring dashboards | Configure Grafana alerts, uptime monitoring |
688
- | 14:00 | Set up external monitoring | UptimeRobot or similar for public-facing services |
689
- | 15:00 | Documentation update | Final architecture diagram, IP tables, credentials |
690
- | 16:00 | Disaster recovery test | Simulate server failure, test failover to Mac Studio |
691
- | 17:00 | Review with Japsie | Security overview, admin responsibilities |
692
-
693
- #### DAY 9–10 (Tuesday–Wednesday) — Training (see Phase 4)
694
-
695
- ### 6.2 Security Hardening Checklist
696
-
697
- | Security Layer | Implementation |
698
- |----------------|----------------|
699
- | **Network** | UFW firewall: only ports 22 (SSH), 80 (HTTP), 443 (HTTPS), 51820 (WireGuard) |
700
- | **SSH** | Key-only authentication, disable password login, non-standard port (2222) |
701
- | **Intrusion Prevention** | Fail2Ban + CrowdSec installed and configured |
702
- | **VPN** | WireGuard tunnel for all remote admin access |
703
- | **Encryption** | Full-disk encryption (LUKS), HTTPS everywhere |
704
- | **User Management** | Unique accounts per user, role-based access in Open WebUI |
705
- | **Updates** | Unattended security updates enabled |
706
- | **Monitoring** | Prometheus alerts for unusual activity, GPU temp, disk usage |
707
- | **Backup** | Encrypted daily backups to external drive + monthly off-site |
708
- | **Physical** | Server in locked room, BIOS password set |
709
-
710
- ---
711
-
712
- <a name="phase-4"></a>
713
- ## 7. PHASE 4: TRAINING (Week 5–6)
714
-
715
- ### 7.1 Training Schedule (2 Days On-Site)
716
-
717
- #### Day 9 (Training Day 1): End Users
718
-
719
- | Time | Module | Audience | Content |
720
- |------|--------|----------|---------|
721
- | 08:30 | Welcome & Overview | All staff | What AI can do for Dzombo, what to expect |
722
- | 09:00 | **AI Chat Interface** | All staff (up to 25) | How to log in, ask questions, use conversation history |
723
- | 10:00 | Hands-on Practice | All staff | Each person runs 10 practice queries |
724
- | 10:30 | Break | — | — |
725
- | 10:45 | **Booking Assistant** | Office/booking staff (3–5) | How to use AI for booking inquiries, record lookup |
726
- | 12:00 | Lunch | — | — |
727
- | 13:00 | **Proposal & Itinerary Tool** | Sales/ops staff (2–3) | Generate proposals, edit, export to PDF |
728
- | 14:30 | **Marketing Content** | Marketing person (1–2) | Generate social media posts, blog content, images |
729
- | 15:30 | Q&A Session | All staff | Open questions, concerns, feature requests |
730
- | 16:30 | Day 1 Wrap-Up | All | Homework: use the system for the rest of the day |
731
-
732
- #### Day 10 (Training Day 2): Administrators
733
-
734
- | Time | Module | Audience | Content |
735
- |------|--------|----------|---------|
736
- | 08:30 | **Admin Dashboard** | Japsie + designated admin (1–2) | Open WebUI admin, user management |
737
- | 09:30 | **System Monitoring** | Admin | Grafana dashboards, what metrics mean |
738
- | 10:30 | Break | — | — |
739
- | 10:45 | **Troubleshooting Guide** | Admin | Common issues, restart procedures, escalation |
740
- | 12:00 | Lunch | — | — |
741
- | 13:00 | **Backup & Recovery** | Admin | How to verify backups, restore procedure |
742
- | 14:00 | **Website Content Workflow** | Admin + web person | Full workflow: draft → review → publish |
743
- | 15:00 | **Advanced Features** | Japsie | Custom prompts, RAG document updates, model selection |
744
- | 16:00 | Final Q&A + Handover | All key staff | Formal handover, emergency contacts |
745
- | 17:00 | Celebratory dinner | Robbies + Dzombo team | 🎉 |
746
-
747
- ### 7.2 Training Materials to Leave Behind
748
-
749
- | Material | Format | Contents |
750
- |----------|--------|----------|
751
- | **Quick Start Guide** | Printed A4 laminated cards (10 copies) | Login, basic queries, tips |
752
- | **User Manual** | PDF (50+ pages) + printed spiral-bound | All features, screenshots, workflows |
753
- | **Admin Runbook** | PDF + printed | Server management, backups, troubleshooting |
754
- | **Network Diagram** | Printed A3 poster | IP addresses, services, connections |
755
- | **Video Tutorials** | USB drive with MP4 files | Screen recordings of all key workflows |
756
- | **Emergency Procedures** | Laminated 1-pager posted in server room | Power loss, restart, contact Robbies Robotics |
757
- | **Credential Sheet** | Sealed envelope for Japsie | All admin passwords, API keys |
758
-
759
- ---
760
-
761
- <a name="phase-5"></a>
762
- ## 8. PHASE 5: GO-LIVE & HANDOVER (Week 6)
763
-
764
- ### 8.1 Soft Launch Checklist (Before Deployment Team Departs)
765
-
766
- | # | Item | Status | Verified By |
767
- |---|------|--------|-------------|
768
- | 1 | All 4 RTX 5090 GPUs operational and stable | ☐ | Rob |
769
- | 2 | Mac Studio operational as backup | ☐ | Rob |
770
- | 3 | Open WebUI accessible to all users | ☐ | Rob + Japsie |
771
- | 4 | AI Chat Service responding accurately | ☐ | Japsie |
772
- | 5 | Booking assistant functional | ☐ | Office staff |
773
- | 6 | Proposal generator producing quality output | ☐ | Japsie |
774
- | 7 | Marketing content pipeline working | ☐ | Marketing staff |
775
- | 8 | Website update workflow tested | ☐ | Admin |
776
- | 9 | Monitoring dashboards live | ☐ | Rob |
777
- | 10 | Backups running and verified | ☐ | Rob |
778
- | 11 | WireGuard VPN stable for remote support | ☐ | Rob |
779
- | 12 | All users trained and can log in | ☐ | Japsie |
780
- | 13 | Printed materials distributed | ☐ | Rob |
781
- | 14 | Emergency procedures posted | ☐ | Rob |
782
-
783
- ### 8.2 Hard Launch Criteria
784
-
785
- **System is "live" when ALL of the following are true for 48 consecutive hours:**
786
- - Server uptime > 99%
787
- - All AI models responding within 10 seconds
788
- - At least 10 unique users have completed queries
789
- - No critical errors in logs
790
- - Backup has completed at least 1 successful cycle
791
- - Japsie or admin can restart services independently
792
-
793
- ### 8.3 90-Day Support Plan
794
-
795
- | Timeframe | Support Level | Activities |
796
- |-----------|--------------|------------|
797
- | **Week 6–8** (Intensive) | Daily check-in | Monitor remotely daily, WhatsApp availability, fix issues same-day |
798
- | **Week 8–10** (Active) | 3× weekly check-in | Review monitoring dashboards, address tickets within 4h |
799
- | **Week 10–14** (Standard) | Weekly check-in | Weekly status call, 24h response for non-critical |
800
- | **Week 14–18** (Transition) | Bi-weekly check-in | Prepare for ongoing partnership phase |
801
-
802
- #### Support Channels
803
- | Channel | Use For | Response Time |
804
- |---------|---------|---------------|
805
- | WhatsApp group (Robbies + Dzombo) | Quick questions, status updates | < 4 hours |
806
- | Email (support@robbiesrobotics.com) | Formal requests, documentation | < 24 hours |
807
- | WireGuard VPN + SSH | Remote troubleshooting | As needed |
808
- | Zoom/Meet | Scheduled calls, screen sharing | Scheduled |
809
- | Emergency phone | System down, data loss | < 2 hours |
810
-
811
- ### 8.4 Monthly Reporting Framework
812
-
813
- **Monthly report delivered by 5th of each month, containing:**
814
-
815
- 1. **System Health**
816
- - Uptime percentage
817
- - GPU utilization average
818
- - Storage usage and forecast
819
- - Any hardware alerts
820
-
821
- 2. **Usage Metrics**
822
- - Total queries processed
823
- - Active users (daily/weekly/monthly)
824
- - Most-used features
825
- - Average response time
826
-
827
- 3. **Content Output**
828
- - Marketing pieces generated
829
- - Proposals drafted
830
- - Website updates made
831
-
832
- 4. **Issues & Resolutions**
833
- - Tickets opened/closed
834
- - Mean time to resolution
835
- - Outstanding items
836
-
837
- 5. **Recommendations**
838
- - Optimization opportunities
839
- - New use cases to explore
840
- - Upgrade paths
841
-
842
- ### 8.5 Escalation Procedures
843
-
844
- | Level | Trigger | Who | Action | Resolution Target |
845
- |-------|---------|-----|--------|-------------------|
846
- | **L1** | User question, minor issue | Dzombo admin | Check runbook, restart service | Same day |
847
- | **L2** | Service not responding, performance issue | Robbies Robotics (remote) | SSH in, diagnose, fix | 4 hours |
848
- | **L3** | Hardware failure, data issue | Robbies Robotics (remote + local vendor) | Diagnose, arrange replacement | 24–48 hours |
849
- | **L4** | System down, unrecoverable | Robbies Robotics (emergency) | Mac Studio failover, then full recovery | 2 hours (failover), 72h (full fix) |
850
-
851
- ---
852
-
853
- <a name="phase-6"></a>
854
- ## 9. PHASE 6: REVENUE GENERATION (Week 6–12)
855
-
856
- ### 9.1 White-Label AI Service Offering
857
-
858
- **Concept:** Dzombo's AI infrastructure has excess capacity. With 4× RTX 5090s (128GB VRAM) serving 25 users, there's significant headroom. Offer "AI as a Service" to other safari operators, hunting outfitters, and tourism businesses in Southern Africa.
859
-
860
- **Branding:** "Southern African AI Network" or "Safari AI Powered by Dzombo Technologies"
861
-
862
- ### 9.2 First 3 Target Clients
863
-
864
- | # | Target | Country | Why | Approach |
865
- |---|--------|---------|-----|----------|
866
- | 1 | **Omujeve Hunting Safaris** | Namibia | Major Namibian operator, peer of Dzombo, would benefit from same tools | Japsie personal introduction |
867
- | 2 | **Kwalata Safaris** | South Africa (Limpopo) | Large operation, multiple concessions, tech-forward | Industry conference + cold outreach |
868
- | 3 | **Robin Hurt Safaris** | Tanzania | Legendary operator, massive client base, needs modernization | Japsie or industry referral |
869
-
870
- > **Note:** Japsie operates in 8 countries with 8.5M acres — he likely knows the top operators personally. Leverage his network aggressively.
871
-
872
- ### 9.3 White-Label Pricing & Packaging
873
-
874
- | Tier | Service | Price (USD/mo) | Included |
875
- |------|---------|----------------|----------|
876
- | **Lite** | AI Chat (5 users) + 10 marketing pieces/mo | $299/mo | Chat only, hosted on Dzombo infrastructure |
877
- | **Standard** | AI Chat (15 users) + proposals + 25 marketing/mo | $799/mo | Full ops suite, shared resources |
878
- | **Pro** | Dedicated model instance (25 users) + full suite | $1,499/mo | Isolated resources, priority support |
879
- | **Enterprise** | Custom deployment (own hardware) | $5,000+ setup + $999/mo | Full Robbies Robotics build for their location |
880
-
881
- **Revenue Target:**
882
- - Month 2: 1 Lite client = $299/mo
883
- - Month 3: 1 Standard client = $799/mo
884
- - Month 6: 3 clients = ~$1,800/mo recurring
885
- - Month 12: 5–8 clients = $3,000–$6,000/mo recurring
886
-
887
- ### 9.4 Marketing Strategy
888
-
889
- #### Positioning
890
- > *"The first AI-powered safari operations network in Southern Africa. Built in Namibia. Run on your own hardware. Your data never leaves Africa."*
891
-
892
- **Key differentiators:**
893
- - 🔒 **Data sovereignty** — all processing happens on local hardware, not US/EU clouds
894
- - 🌍 **Built for Africa** — understands safari operations, hunting regulations, African business
895
- - ⚡ **Fast** — no cloud latency, local inference
896
- - 💰 **Predictable costs** — fixed monthly, no per-query API fees
897
-
898
- #### Marketing Channels
899
- | Channel | Action | Timeline |
900
- |---------|--------|----------|
901
- | **Japsie's network** | Personal introductions at industry events | Week 6+ |
902
- | **Safari Club International (SCI)** | Booth or presentation at next convention | Research dates |
903
- | **Dallas Safari Club (DSC)** | Same | January 2027 (annual) |
904
- | **LinkedIn** | Rob + Japsie post about the deployment | Week 7 |
905
- | **Case study** | Published results from Dzombo (30-day) | Week 10 |
906
- | **Industry publications** | Article in African Hunting Gazette, Magnum magazine | Week 8–10 |
907
- | **Direct outreach** | Personal emails to top 20 operators | Week 8 |
908
-
909
- #### Marketing Collateral to Create
910
- 1. **One-pager:** "AI for Safari Operations" — problem, solution, pricing
911
- 2. **Case study:** "How Dzombo Hunting Safaris Cut Admin Time by 60%"
912
- 3. **Demo video:** 3-minute screen recording showing the AI in action
913
- 4. **Presentation deck:** 10-slide investor/partner pitch
914
- 5. **Website landing page:** southernafricanai.com or similar
915
-
916
- ### 9.5 Revenue Generation Timeline
917
-
918
- | Week | Activity | Owner |
919
- |------|----------|-------|
920
- | 6–7 | Dzombo system stabilized, collecting usage metrics | Robbies Robotics |
921
- | 7–8 | Create white-label marketing collateral | Robbies Robotics |
922
- | 8 | Japsie identifies 5 warm contacts from his network | Dzombo |
923
- | 9 | First outreach: personal emails/WhatsApp from Japsie | Both |
924
- | 10 | 30-day case study published | Robbies Robotics |
925
- | 10–11 | Demo calls with interested operators | Both |
926
- | 11–12 | First white-label contract signed (target) | Both |
927
- | 12+ | Onboard first white-label client | Robbies Robotics |
928
-
929
- ---
930
-
931
- <a name="risk-register"></a>
932
- ## 10. RISK REGISTER
933
-
934
- | # | Risk | Probability | Impact | Risk Score | Mitigation | Owner |
935
- |---|------|-------------|--------|------------|------------|-------|
936
- | **R1** | RTX 5090 GPUs out of stock / price spike | Medium | High | 🔴 High | Pre-order immediately; Micro Center walk-in; consider 4090 as fallback | Robbies |
937
- | **R2** | Customs delay / seizure in Namibia | Medium | High | 🔴 High | Pre-file all docs with ACT Logistics; correct HS codes; carry copy of commercial invoice | Robbies + ACT |
938
- | **R3** | Server damaged in shipping | Low | Critical | 🔴 High | Pelican case, double-box, full insurance; carry Mac Studio as backup | Robbies |
939
- | **R4** | Inadequate internet at Dzombo office | Medium | High | 🔴 High | Assess in Week 1; budget for ISP upgrade; all AI runs locally (no cloud dependency) | Both |
940
- | **R5** | Power instability / outages in Windhoek | Medium | Medium | 🟡 Med | UPS included; verify generator; surge protection | Both |
941
- | **R6** | Visa/immigration issue for deployment team | Low | High | 🟡 Med | US citizens visa-free for business < 90 days; carry consultant letter from Dzombo | Robbies |
942
- | **R7** | Staff resistance to AI adoption | Medium | Medium | 🟡 Med | Hands-on training; start with easiest use case; quick wins; Japsie champions internally | Both |
943
- | **R8** | Model performance not meeting expectations | Low | Medium | 🟡 Med | Pre-test all use cases before shipping; multiple model options; fine-tuning capability | Robbies |
944
- | **R9** | Scope creep from Dzombo (want more features) | High | Low | 🟡 Med | Clear scope in blueprint; change request process; Phase 2 upsell path | Both |
945
- | **R10** | Exchange rate fluctuation (USD/NAD) | Medium | Low | 🟢 Low | Contract in USD; monthly fee in NAD (small amount, low risk) | Both |
946
-
947
- ---
948
-
949
- <a name="communication-plan"></a>
950
- ## 11. COMMUNICATION PLAN
951
-
952
- ### Regular Cadence
953
-
954
- | Phase | Frequency | Format | Attendees | Duration |
955
- |-------|-----------|--------|-----------|----------|
956
- | **Phase 0–1** (Pre-deployment) | 2× per week | Zoom call | Rob + Japsie | 30 min |
957
- | **Phase 2** (Build & Ship) | 1× per week | Zoom + WhatsApp updates | Rob + Japsie | 15 min + async |
958
- | **Phase 3** (On-Site) | Daily standup | In-person | Rob + team + Japsie | 15 min |
959
- | **Phase 4–5** (Training & Launch) | Daily | In-person + WhatsApp | Everyone | 15 min |
960
- | **Phase 6** (90-day support, weeks 6–8) | 3× per week | Zoom/WhatsApp | Rob + Japsie/admin | 15 min |
961
- | **Phase 6** (90-day support, weeks 8–18) | 1× per week | Zoom | Rob + Japsie | 30 min |
962
- | **Ongoing partnership** | Monthly | Zoom + written report | Rob + Japsie | 30 min |
963
-
964
- ### Communication Tools
965
-
966
- | Tool | Purpose |
967
- |------|---------|
968
- | **WhatsApp** (group: "Dzombo AI Project") | Quick updates, photos, async questions |
969
- | **Email** | Formal documents, reports, contracts |
970
- | **Zoom** | Scheduled calls, demos, training |
971
- | **Shared Google Drive** | Documents, blueprints, training materials |
972
- | **Grafana** (shared dashboard link) | Real-time system monitoring |
973
-
974
- ### Key Communication Principles
975
- 1. **No surprises** — if something's delayed, communicate immediately
976
- 2. **WhatsApp for urgent, email for important** — different channels for different urgency
977
- 3. **Weekly summary** — even if nothing changed, send a "status: on track" message
978
- 4. **Photos/screenshots** — visual updates (hardware build, installation) build trust
979
- 5. **Japsie gets a personal update** — he's the decision maker, not just a CC
980
-
981
- ---
982
-
983
- <a name="success-metrics"></a>
984
- ## 12. SUCCESS METRICS FRAMEWORK
985
-
986
- ### 30-Day Metrics (by Week 10)
987
-
988
- | Metric | Target | How to Measure |
989
- |--------|--------|----------------|
990
- | System uptime | > 99% | Prometheus/Grafana |
991
- | Active users (weekly) | > 15 of 25 accounts | Open WebUI analytics |
992
- | Queries per day | > 50 | Ollama logs |
993
- | AI Chat satisfaction | > 4/5 rating | User survey |
994
- | Proposals generated | > 10 | n8n workflow logs |
995
- | Marketing content pieces | > 30 | Content log |
996
- | Booking queries handled by AI | > 20 | Workflow logs |
997
- | Mean response time | < 8 seconds | Prometheus |
998
- | Zero critical incidents | 0 | Incident log |
999
- | Admin can restart services independently | Yes/No | Observed |
1000
-
1001
- ### 60-Day Metrics (by Week 14)
1002
-
1003
- | Metric | Target | How to Measure |
1004
- |--------|--------|----------------|
1005
- | System uptime | > 99.5% | Prometheus/Grafana |
1006
- | Active users (weekly) | > 20 of 25 accounts | Open WebUI analytics |
1007
- | Queries per day | > 100 | Ollama logs |
1008
- | Time saved per staff member | > 5 hours/week | Staff survey |
1009
- | Client response time improvement | > 30% faster | Before/after comparison |
1010
- | Marketing content pieces (cumulative) | > 80 | Content log |
1011
- | Website updates via AI | > 10 | CMS logs |
1012
- | White-label inquiries | > 3 | Sales pipeline |
1013
- | Staff can use all core features without help | Yes | Assessment |
1014
- | Backup successful for 60 consecutive days | Yes | Restic logs |
1015
-
1016
- ### 90-Day Metrics (by Week 18)
1017
-
1018
- | Metric | Target | How to Measure |
1019
- |--------|--------|----------------|
1020
- | System uptime | > 99.5% | Prometheus/Grafana |
1021
- | Active daily users | > 10 | Open WebUI analytics |
1022
- | Total queries processed | > 5,000 | Ollama logs |
1023
- | Client proposals drafted | > 50 | Workflow logs |
1024
- | Marketing content (cumulative) | > 150 | Content log |
1025
- | Revenue from white-label | > $0 (at least 1 client) | Invoicing |
1026
- | Net Promoter Score (Dzombo staff) | > 7/10 | Survey |
1027
- | Support tickets (open) | < 3 | Ticketing system |
1028
- | Admin handles L1 issues independently | > 90% of L1s | Support log |
1029
- | Dzombo recommends to another operator | Yes | Ask Japsie |
1030
-
1031
- ---
1032
-
1033
- <a name="budget-summary"></a>
1034
- ## 13. BUDGET SUMMARY
1035
-
1036
- | Category | Amount (USD) | Notes |
1037
- |----------|-------------|-------|
1038
- | **Hardware** | | |
1039
- | GPU Server (components) | $20,410 | Threadripper + 4× RTX 5090 + RAM + storage |
1040
- | Mac Studio M3 Ultra 128GB | $5,999 | Apple.com |
1041
- | Accessories & cases | $1,040 | Cables, Pelican cases, UPS, etc. |
1042
- | **Subtotal Hardware** | **$27,449** | |
1043
- | | | |
1044
- | **Shipping & Customs** | | |
1045
- | Air freight (DHL Express) | $1,800 | Server to Windhoek |
1046
- | Shipping insurance | $500 | Full replacement value |
1047
- | Customs duties (15%) | $3,900 | On ~$26,000 declared |
1048
- | VAT (15%) | $4,485 | On value + duty |
1049
- | Customs broker fee | $300 | ACT Logistics |
1050
- | **Subtotal Shipping** | **$10,985** | |
1051
- | | | |
1052
- | **Travel** | | |
1053
- | Flights (2 persons RT) | $3,000 | IAD → JNB → WDH |
1054
- | Accommodation (12 nights × 2) | $3,840 | Hilton Windhoek |
1055
- | Ground transport | $900 | Rental car + transfers |
1056
- | Per diem (meals/incidentals) | $1,440 | 2 persons × 12 days × $60 |
1057
- | Travel insurance | $300 | — |
1058
- | **Subtotal Travel** | **$9,480** | |
1059
- | | | |
1060
- | **Labor & Services** | | |
1061
- | Design, assembly, configuration | $3,000 | ~40 hours @ $75/hr (internal) |
1062
- | Training materials creation | $500 | Manuals, videos, printed materials |
1063
- | Software licenses | $0 | All open-source |
1064
- | **Subtotal Labor** | **$3,500** | |
1065
- | | | |
1066
- | **Contingency (10%)** | **$5,141** | Unexpected costs, local purchases |
1067
- | | | |
1068
- | **PROJECT TOTAL** | **$56,555** | |
1069
- | **Contract Value** | **$53,700** | |
1070
- | **Margin** | **-$2,855** | ~-5% (tight margin on Tier 1; recoup via monthly fee + white-label) |
1071
-
1072
- > **Note:** This is a tight build. The real revenue comes from:
1073
- > - Monthly partnership fee: N$2,499/mo (~$146/mo) — covers ongoing support
1074
- > - White-label revenue: $299–$1,499/mo per additional client
1075
- > - Tier 2/3 upsells: If Dzombo wants more GPU power, dedicated models, etc.
1076
- > - Portfolio value: First African deployment = case study + referral pipeline
1077
-
1078
- ---
1079
-
1080
- <a name="appendices"></a>
1081
- ## 14. APPENDICES
1082
-
1083
- ### Appendix A: Key Contacts
1084
-
1085
- | Name | Role | Organization | Phone | Email |
1086
- |------|------|-------------|-------|-------|
1087
- | Japsie | Owner | Dzombo Hunting Safaris | +264 81 146 4959 | japsie@dzombo.com |
1088
- | Robbie Sanchez | Owner | Robbies Robotics Inc. | [TBD] | [TBD] |
1089
- | Deploy Team Member 2 | Engineer | Robbies Robotics Inc. | [TBD] | [TBD] |
1090
- | ACT Logistics | Customs Broker | ACT Logistics Windhoek | [TBD] | info@airfreight.com.na |
1091
-
1092
- ### Appendix B: Server Architecture Diagram
1093
-
1094
- ```
1095
- ┌─────────────────────────────────────────────────────────────┐
1096
- │ DZOMBO AI INFRASTRUCTURE │
1097
- │ │
1098
- │ ┌─────────────────────────────────────────────────────┐ │
1099
- │ │ GPU SERVER (4U Rackmount) │ │
1100
- │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌────────┐ │ │
1101
- │ │ │ RTX 5090 │ │ RTX 5090 │ │ RTX 5090 │ │RTX 5090│ │ │
1102
- │ │ │ 32GB │ │ 32GB │ │ 32GB │ │ 32GB │ │ │
1103
- │ │ └──────────┘ └──────────┘ └──────────┘ └────────┘ │ │
1104
- │ │ Threadripper PRO 7965WX │ 256GB DDR5 │ 2TB NVMe │ │
1105
- │ │ ───────────────────────────────────────────────── │ │
1106
- │ │ Ubuntu 24.04 │ Docker │ Ollama │ Open WebUI │ │
1107
- │ │ n8n │ ChromaDB │ Nginx │ Prometheus │ Grafana │ │
1108
- │ └─────────────────────────┬───────────────────────────┘ │
1109
- │ │ LAN (1GbE/10GbE) │
1110
- │ ┌─────────────────────────┼───────────────────────────┐ │
1111
- │ │ NETWORK SWITCH │ │ │
1112
- │ └──────┬──────────────────┼────────────────┬──────────┘ │
1113
- │ │ │ │ │
1114
- │ ┌──────┴──────┐ ┌──────┴──────┐ ┌──────┴──────┐ │
1115
- │ │ Mac Studio │ │ Router/ │ │ Staff PCs │ │
1116
- │ │ (Backup) │ │ Firewall │ │ (25 users) │ │
1117
- │ │ M3 Ultra │ │ │ │ │ │ │
1118
- │ │ 128GB │ │ ┌───┴───┐ │ └─────────────┘ │
1119
- │ └─────────────┘ │ │ ISP │ │ │
1120
- │ │ │ Fiber │ │ │
1121
- │ ┌───────────┘ └───┬───┘ └───────────────┐ │
1122
- │ │ │ │ │
1123
- │ ┌──────┴──────┐ ┌──────┴──────┐ ┌──────┴──────┐ │
1124
- │ │ UPS │ │ Internet │ │ WireGuard │ │
1125
- │ │ 1500VA │ │ (Fiber) │ │ VPN Tunnel │ │
1126
- │ └─────────────┘ └─────────────┘ │ to Robbies │ │
1127
- │ │ Robotics │ │
1128
- │ └─────────────┘ │
1129
- └─────────────────────────────────────────────────────────────┘
1130
- ```
1131
-
1132
- ### Appendix C: Docker Services Stack
1133
-
1134
- ```yaml
1135
- # docker-compose.yml (simplified)
1136
- services:
1137
- ollama:
1138
- image: ollama/ollama:latest
1139
- runtime: nvidia
1140
- deploy:
1141
- resources:
1142
- reservations:
1143
- devices:
1144
- - capabilities: [gpu]
1145
- count: all
1146
- volumes:
1147
- - ollama_data:/root/.ollama
1148
- ports:
1149
- - "11434:11434"
1150
-
1151
- open-webui:
1152
- image: ghcr.io/open-webui/open-webui:main
1153
- environment:
1154
- - OLLAMA_BASE_URL=http://ollama:11434
1155
- volumes:
1156
- - webui_data:/app/backend/data
1157
- ports:
1158
- - "3000:8080"
1159
-
1160
- n8n:
1161
- image: n8nio/n8n:latest
1162
- volumes:
1163
- - n8n_data:/home/node/.n8n
1164
- ports:
1165
- - "5678:5678"
1166
-
1167
- chromadb:
1168
- image: chromadb/chroma:latest
1169
- volumes:
1170
- - chroma_data:/chroma/chroma
1171
- ports:
1172
- - "8000:8000"
1173
-
1174
- prometheus:
1175
- image: prom/prometheus:latest
1176
- volumes:
1177
- - ./prometheus.yml:/etc/prometheus/prometheus.yml
1178
- ports:
1179
- - "9090:9090"
1180
-
1181
- grafana:
1182
- image: grafana/grafana:latest
1183
- volumes:
1184
- - grafana_data:/var/lib/grafana
1185
- ports:
1186
- - "3001:3000"
1187
-
1188
- nginx:
1189
- image: nginx:latest
1190
- volumes:
1191
- - ./nginx.conf:/etc/nginx/nginx.conf
1192
- - /etc/letsencrypt:/etc/letsencrypt
1193
- ports:
1194
- - "80:80"
1195
- - "443:443"
1196
- ```
1197
-
1198
- ### Appendix D: Windhoek Time Zone & Work Schedule
1199
-
1200
- - **Namibia Time Zone:** Central Africa Time (CAT) = UTC+2
1201
- - **Eastern Time:** UTC-4 (EDT) / UTC-5 (EST)
1202
- - **Time Difference:** 6 hours (CAT is 6 hours ahead of EDT)
1203
- - **Overlap window:** 8:00 AM – 12:00 PM EDT = 2:00 PM – 6:00 PM CAT
1204
- - **Best call times:** 9:00–11:00 AM EDT = 3:00–5:00 PM CAT
1205
-
1206
- ### Appendix E: Emergency Procedures (Server Room Poster)
1207
-
1208
- ```
1209
- ╔══════════════════════════════════════════╗
1210
- ║ 🚨 EMERGENCY PROCEDURES 🚨 ║
1211
- ║ ║
1212
- ║ POWER OUTAGE: ║
1213
- ║ 1. UPS provides ~15 min battery ║
1214
- ║ 2. Server will auto-shutdown gracefully ║
1215
- ║ 3. When power returns, wait 2 min ║
1216
- ║ 4. Press server power button ║
1217
- ║ 5. Wait 5 min for all services to start ║
1218
- ║ ║
1219
- ║ SERVER NOT RESPONDING: ║
1220
- ║ 1. Check power lights (should be green) ║
1221
- ║ 2. Try accessing Open WebUI in browser ║
1222
- ║ 3. If no response, power cycle server ║
1223
- ║ 4. Wait 5 min after restart ║
1224
- ║ 5. If still down, contact Robbies: ║
1225
- ║ 📱 WhatsApp: [Rob's number] ║
1226
- ║ 📧 support@robbiesrobotics.com ║
1227
- ║ ║
1228
- ║ DO NOT: Unplug cables, open server, ║
1229
- ║ or attempt hardware repairs ║
1230
- ╚══════════════════════════════════════════╝
1231
- ```
1232
-
1233
- ---
1234
-
1235
- ## DOCUMENT APPROVAL
1236
-
1237
- | Role | Name | Signature | Date |
1238
- |------|------|-----------|------|
1239
- | Project Lead | Robbie Sanchez | _______________ | _______ |
1240
- | Client | Japsie (Dzombo Hunting Safaris) | _______________ | _______ |
1241
-
1242
- ---
1243
-
1244
- *This document is confidential and intended for Robbies Robotics Inc. and Dzombo Hunting Safaris internal use only.*
1245
-
1246
- **Prepared by:** Robbies Robotics Inc.
1247
- **Version:** 1.0
1248
- **Date:** March 30, 2026