@robbiesrobotics/alice-agents 1.5.11 → 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 (628) 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 +134 -257
  8. package/lib/manifest.mjs +14 -9
  9. package/lib/prompter.mjs +2 -34
  10. package/lib/workspace-scaffolder.mjs +193 -17
  11. package/package.json +14 -9
  12. package/templates/agents-pro.json +147 -36
  13. package/templates/agents-starter.json +207 -7
  14. package/templates/workspaces/_shared/AGENTS-orchestrator.md +19 -9
  15. package/templates/workspaces/_shared/AGENTS.md +9 -0
  16. package/templates/workspaces/_shared/HEARTBEAT.md +18 -0
  17. package/templates/workspaces/_shared/PLAYBOOK.md +6 -6
  18. package/templates/workspaces/_shared/SOUL-coding.md +20 -0
  19. package/templates/workspaces/_shared/SOUL-hermes.md +20 -0
  20. package/templates/workspaces/_shared/SOUL-orchestrator.md +20 -0
  21. package/templates/workspaces/_shared/SOUL.md +20 -0
  22. package/templates/workspaces/athena/AGENTS.md +172 -0
  23. package/templates/workspaces/athena/SOUL.md +59 -0
  24. package/templates/workspaces/athena/TOOLS.md +63 -0
  25. package/templates/workspaces/devon/AGENTS.md +50 -34
  26. package/templates/workspaces/devon/TOOLS.md +20 -37
  27. package/templates/workspaces/dylan/AGENTS.md +44 -34
  28. package/templates/workspaces/dylan/TOOLS.md +11 -35
  29. package/templates/workspaces/felix/AGENTS.md +50 -34
  30. package/templates/workspaces/felix/TOOLS.md +20 -45
  31. package/templates/workspaces/morgan/AGENTS.md +48 -39
  32. package/templates/workspaces/morgan/TOOLS.md +26 -9
  33. package/templates/workspaces/priya/AGENTS.md +68 -0
  34. package/templates/workspaces/priya/TOOLS.md +32 -0
  35. package/templates/workspaces/quinn/AGENTS.md +50 -34
  36. package/templates/workspaces/quinn/TOOLS.md +30 -48
  37. package/templates/workspaces/sasha/AGENTS.md +68 -0
  38. package/templates/workspaces/sasha/TOOLS.md +32 -0
  39. package/bin/alice-cloud.cjs +0 -385
  40. package/lib/mission-control.mjs +0 -242
  41. package/snapshots/.gitkeep +0 -0
  42. package/templates/mission-control-bridge/index.ts +0 -695
  43. package/templates/mission-control-bridge/openclaw.plugin.json +0 -8
  44. package/templates/mission-control-bridge/package.json +0 -11
  45. package/templates/skills/.gitkeep +0 -0
  46. package/templates/skills/acculynx/SKILL.md +0 -183
  47. package/templates/skills/acculynx/references/analysis_template.py +0 -116
  48. package/templates/skills/acculynx/references/dashboard_page.tsx +0 -641
  49. package/templates/skills/claude-code/.gitkeep +0 -0
  50. package/templates/skills/claude-code/SKILL.md +0 -111
  51. package/templates/skills/coding-agent/SKILL.md +0 -68
  52. package/templates/skills/crawl4ai/SKILL.md +0 -119
  53. package/templates/skills/crawl4ai/scripts/crwl +0 -3
  54. package/templates/workspaces/.gitkeep +0 -0
  55. package/templates/workspaces/_shared/.gitkeep +0 -0
  56. package/templates/workspaces/accuscope/AGENTS.md +0 -38
  57. package/templates/workspaces/accuscope/FEEDBACK.md +0 -27
  58. package/templates/workspaces/accuscope/HEARTBEAT.md +0 -26
  59. package/templates/workspaces/accuscope/IDENTITY.md +0 -48
  60. package/templates/workspaces/accuscope/LEARNINGS.md +0 -46
  61. package/templates/workspaces/accuscope/MEMORY.md +0 -47
  62. package/templates/workspaces/accuscope/PLAYBOOK.md +0 -65
  63. package/templates/workspaces/accuscope/SOUL.md +0 -40
  64. package/templates/workspaces/accuscope/TOOLS.md +0 -63
  65. package/templates/workspaces/accuscope/USER.md +0 -39
  66. package/templates/workspaces/aiden/AGENTS.md +0 -52
  67. package/templates/workspaces/aiden/FEEDBACK.md +0 -12
  68. package/templates/workspaces/aiden/HEARTBEAT.md +0 -9
  69. package/templates/workspaces/aiden/IDENTITY.md +0 -6
  70. package/templates/workspaces/aiden/LEARNINGS.md +0 -6
  71. package/templates/workspaces/aiden/MEMORY.md +0 -22
  72. package/templates/workspaces/aiden/PLAYBOOK.md +0 -16
  73. package/templates/workspaces/aiden/SOUL.md +0 -39
  74. package/templates/workspaces/aiden/TOOLS.md +0 -57
  75. package/templates/workspaces/aiden/USER.md +0 -17
  76. package/templates/workspaces/alex/AGENTS.md +0 -52
  77. package/templates/workspaces/alex/FEEDBACK.md +0 -11
  78. package/templates/workspaces/alex/HEARTBEAT.md +0 -9
  79. package/templates/workspaces/alex/IDENTITY.md +0 -6
  80. package/templates/workspaces/alex/LEARNINGS.md +0 -5
  81. package/templates/workspaces/alex/MEMORY.md +0 -22
  82. package/templates/workspaces/alex/PLAYBOOK.md +0 -16
  83. package/templates/workspaces/alex/SOUL.md +0 -40
  84. package/templates/workspaces/alex/TOOLS.md +0 -56
  85. package/templates/workspaces/alex/USER.md +0 -13
  86. package/templates/workspaces/aria/AGENTS.md +0 -18
  87. package/templates/workspaces/aria/FEEDBACK.md +0 -12
  88. package/templates/workspaces/aria/HEARTBEAT.md +0 -32
  89. package/templates/workspaces/aria/IDENTITY.md +0 -12
  90. package/templates/workspaces/aria/LEARNINGS.md +0 -31
  91. package/templates/workspaces/aria/MEMORY.md +0 -29
  92. package/templates/workspaces/aria/PLAYBOOK.md +0 -71
  93. package/templates/workspaces/aria/SOUL.md +0 -57
  94. package/templates/workspaces/aria/TOOLS.md +0 -47
  95. package/templates/workspaces/aria/USER.md +0 -18
  96. package/templates/workspaces/audrey/AGENTS.md +0 -59
  97. package/templates/workspaces/audrey/FEEDBACK.md +0 -11
  98. package/templates/workspaces/audrey/HEARTBEAT.md +0 -9
  99. package/templates/workspaces/audrey/IDENTITY.md +0 -6
  100. package/templates/workspaces/audrey/LEARNINGS.md +0 -5
  101. package/templates/workspaces/audrey/MEMORY.md +0 -22
  102. package/templates/workspaces/audrey/PLAYBOOK.md +0 -16
  103. package/templates/workspaces/audrey/SOUL.md +0 -39
  104. package/templates/workspaces/audrey/TOOLS.md +0 -15
  105. package/templates/workspaces/audrey/USER.md +0 -13
  106. package/templates/workspaces/avery/AGENTS.md +0 -52
  107. package/templates/workspaces/avery/FEEDBACK.md +0 -12
  108. package/templates/workspaces/avery/HEARTBEAT.md +0 -5
  109. package/templates/workspaces/avery/IDENTITY.md +0 -6
  110. package/templates/workspaces/avery/LEARNINGS.md +0 -6
  111. package/templates/workspaces/avery/MEMORY.md +0 -22
  112. package/templates/workspaces/avery/PLAYBOOK.md +0 -16
  113. package/templates/workspaces/avery/SOUL.md +0 -40
  114. package/templates/workspaces/avery/TOOLS.md +0 -47
  115. package/templates/workspaces/avery/USER.md +0 -17
  116. package/templates/workspaces/avery/skills/claude-code/SKILL.md +0 -38
  117. package/templates/workspaces/avery/skills/claude-code/claude_code +0 -55
  118. package/templates/workspaces/caleb/AGENTS.md +0 -52
  119. package/templates/workspaces/caleb/FEEDBACK.md +0 -11
  120. package/templates/workspaces/caleb/HEARTBEAT.md +0 -9
  121. package/templates/workspaces/caleb/IDENTITY.md +0 -6
  122. package/templates/workspaces/caleb/LEARNINGS.md +0 -5
  123. package/templates/workspaces/caleb/MEMORY.md +0 -22
  124. package/templates/workspaces/caleb/PLAYBOOK.md +0 -16
  125. package/templates/workspaces/caleb/SOUL.md +0 -39
  126. package/templates/workspaces/caleb/TOOLS.md +0 -30
  127. package/templates/workspaces/caleb/USER.md +0 -13
  128. package/templates/workspaces/clara/AGENTS.md +0 -59
  129. package/templates/workspaces/clara/FEEDBACK.md +0 -12
  130. package/templates/workspaces/clara/HEARTBEAT.md +0 -5
  131. package/templates/workspaces/clara/IDENTITY.md +0 -6
  132. package/templates/workspaces/clara/LEARNINGS.md +0 -6
  133. package/templates/workspaces/clara/MEMORY.md +0 -22
  134. package/templates/workspaces/clara/PLAYBOOK.md +0 -16
  135. package/templates/workspaces/clara/SOUL.md +0 -39
  136. package/templates/workspaces/clara/TOOLS.md +0 -15
  137. package/templates/workspaces/clara/USER.md +0 -17
  138. package/templates/workspaces/daphne/AGENTS.md +0 -59
  139. package/templates/workspaces/daphne/FEEDBACK.md +0 -18
  140. package/templates/workspaces/daphne/HEARTBEAT.md +0 -5
  141. package/templates/workspaces/daphne/IDENTITY.md +0 -6
  142. package/templates/workspaces/daphne/LEARNINGS.md +0 -6
  143. package/templates/workspaces/daphne/MEMORY.md +0 -22
  144. package/templates/workspaces/daphne/PLAYBOOK.md +0 -48
  145. package/templates/workspaces/daphne/SOUL.md +0 -39
  146. package/templates/workspaces/daphne/TOOLS.md +0 -15
  147. package/templates/workspaces/daphne/USER.md +0 -17
  148. package/templates/workspaces/darius/AGENTS.md +0 -52
  149. package/templates/workspaces/darius/FEEDBACK.md +0 -12
  150. package/templates/workspaces/darius/HEARTBEAT.md +0 -5
  151. package/templates/workspaces/darius/IDENTITY.md +0 -6
  152. package/templates/workspaces/darius/LEARNINGS.md +0 -6
  153. package/templates/workspaces/darius/MEMORY.md +0 -22
  154. package/templates/workspaces/darius/PLAYBOOK.md +0 -16
  155. package/templates/workspaces/darius/SOUL.md +0 -40
  156. package/templates/workspaces/darius/TOOLS.md +0 -57
  157. package/templates/workspaces/darius/USER.md +0 -17
  158. package/templates/workspaces/darius/skills/claude-code/SKILL.md +0 -38
  159. package/templates/workspaces/darius/skills/claude-code/claude_code +0 -55
  160. package/templates/workspaces/devon/FEEDBACK.md +0 -11
  161. package/templates/workspaces/devon/HEARTBEAT.md +0 -5
  162. package/templates/workspaces/devon/IDENTITY.md +0 -6
  163. package/templates/workspaces/devon/LEARNINGS.md +0 -11
  164. package/templates/workspaces/devon/MEMORY.md +0 -22
  165. package/templates/workspaces/devon/PLAYBOOK.md +0 -16
  166. package/templates/workspaces/devon/SOUL.md +0 -40
  167. package/templates/workspaces/devon/USER.md +0 -13
  168. package/templates/workspaces/devon/check_github.py +0 -12
  169. package/templates/workspaces/devon/check_mc_env.py +0 -30
  170. package/templates/workspaces/devon/check_sb.py +0 -34
  171. package/templates/workspaces/devon/check_vercel.py +0 -12
  172. package/templates/workspaces/devon/get_mc_files.py +0 -17
  173. package/templates/workspaces/devon/write_heartbeat.py +0 -67
  174. package/templates/workspaces/dylan/.env.example +0 -33
  175. package/templates/workspaces/dylan/00007_verify_licenses_table.sql +0 -100
  176. package/templates/workspaces/dylan/FEEDBACK.md +0 -28
  177. package/templates/workspaces/dylan/HEARTBEAT.md +0 -5
  178. package/templates/workspaces/dylan/IDENTITY.md +0 -6
  179. package/templates/workspaces/dylan/LEARNINGS.md +0 -70
  180. package/templates/workspaces/dylan/MEMORY.md +0 -22
  181. package/templates/workspaces/dylan/PLAYBOOK.md +0 -16
  182. package/templates/workspaces/dylan/SOUL.md +0 -42
  183. package/templates/workspaces/dylan/STRIPE_PIPELINE.md +0 -185
  184. package/templates/workspaces/dylan/USER.md +0 -17
  185. package/templates/workspaces/dylan/n8n-stripe-welcome-workflow.json +0 -123
  186. package/templates/workspaces/dylan/skills/claude-code/SKILL.md +0 -38
  187. package/templates/workspaces/dylan/skills/claude-code/claude_code +0 -55
  188. package/templates/workspaces/dylan/stripe-webhook-handler.py +0 -433
  189. package/templates/workspaces/dylan/test_mock_webhook.py +0 -103
  190. package/templates/workspaces/elena/AGENTS.md +0 -59
  191. package/templates/workspaces/elena/FEEDBACK.md +0 -11
  192. package/templates/workspaces/elena/HEARTBEAT.md +0 -9
  193. package/templates/workspaces/elena/IDENTITY.md +0 -6
  194. package/templates/workspaces/elena/LEARNINGS.md +0 -5
  195. package/templates/workspaces/elena/MEMORY.md +0 -22
  196. package/templates/workspaces/elena/PLAYBOOK.md +0 -16
  197. package/templates/workspaces/elena/SOUL.md +0 -39
  198. package/templates/workspaces/elena/TOOLS.md +0 -15
  199. package/templates/workspaces/elena/USER.md +0 -13
  200. package/templates/workspaces/eva/AGENTS.md +0 -59
  201. package/templates/workspaces/eva/FEEDBACK.md +0 -11
  202. package/templates/workspaces/eva/HEARTBEAT.md +0 -9
  203. package/templates/workspaces/eva/IDENTITY.md +0 -6
  204. package/templates/workspaces/eva/LEARNINGS.md +0 -5
  205. package/templates/workspaces/eva/MEMORY.md +0 -22
  206. package/templates/workspaces/eva/PLAYBOOK.md +0 -16
  207. package/templates/workspaces/eva/SOUL.md +0 -39
  208. package/templates/workspaces/eva/TOOLS.md +0 -15
  209. package/templates/workspaces/eva/USER.md +0 -13
  210. package/templates/workspaces/felix/FEEDBACK.md +0 -11
  211. package/templates/workspaces/felix/HEARTBEAT.md +0 -5
  212. package/templates/workspaces/felix/IDENTITY.md +0 -6
  213. package/templates/workspaces/felix/LEARNINGS.md +0 -17
  214. package/templates/workspaces/felix/MEMORY.md +0 -22
  215. package/templates/workspaces/felix/PLAYBOOK.md +0 -16
  216. package/templates/workspaces/felix/SOUL.md +0 -40
  217. package/templates/workspaces/felix/USER.md +0 -13
  218. package/templates/workspaces/felix/fidelia-psychology.html +0 -1594
  219. package/templates/workspaces/felix/task.txt +0 -164
  220. package/templates/workspaces/hannah/AGENTS.md +0 -59
  221. package/templates/workspaces/hannah/FEEDBACK.md +0 -12
  222. package/templates/workspaces/hannah/HEARTBEAT.md +0 -5
  223. package/templates/workspaces/hannah/IDENTITY.md +0 -6
  224. package/templates/workspaces/hannah/LEARNINGS.md +0 -6
  225. package/templates/workspaces/hannah/MEMORY.md +0 -22
  226. package/templates/workspaces/hannah/PLAYBOOK.md +0 -16
  227. package/templates/workspaces/hannah/SOUL.md +0 -39
  228. package/templates/workspaces/hannah/TOOLS.md +0 -15
  229. package/templates/workspaces/hannah/USER.md +0 -17
  230. package/templates/workspaces/isaac/AGENTS.md +0 -52
  231. package/templates/workspaces/isaac/FEEDBACK.md +0 -12
  232. package/templates/workspaces/isaac/HEARTBEAT.md +0 -9
  233. package/templates/workspaces/isaac/IDENTITY.md +0 -6
  234. package/templates/workspaces/isaac/LEARNINGS.md +0 -6
  235. package/templates/workspaces/isaac/MEMORY.md +0 -22
  236. package/templates/workspaces/isaac/PLAYBOOK.md +0 -16
  237. package/templates/workspaces/isaac/SOUL.md +0 -40
  238. package/templates/workspaces/isaac/TOOLS.md +0 -52
  239. package/templates/workspaces/isaac/USER.md +0 -17
  240. package/templates/workspaces/isaac/skills/claude-code/SKILL.md +0 -38
  241. package/templates/workspaces/isaac/skills/claude-code/claude_code +0 -55
  242. package/templates/workspaces/logan/AGENTS.md +0 -59
  243. package/templates/workspaces/logan/FEEDBACK.md +0 -11
  244. package/templates/workspaces/logan/HEARTBEAT.md +0 -9
  245. package/templates/workspaces/logan/IDENTITY.md +0 -6
  246. package/templates/workspaces/logan/LEARNINGS.md +0 -5
  247. package/templates/workspaces/logan/MEMORY.md +0 -22
  248. package/templates/workspaces/logan/PLAYBOOK.md +0 -16
  249. package/templates/workspaces/logan/SOUL.md +0 -39
  250. package/templates/workspaces/logan/TOOLS.md +0 -15
  251. package/templates/workspaces/logan/USER.md +0 -13
  252. package/templates/workspaces/maxxipro/AGENTS.md +0 -29
  253. package/templates/workspaces/maxxipro/FEEDBACK.md +0 -19
  254. package/templates/workspaces/maxxipro/HEARTBEAT.md +0 -22
  255. package/templates/workspaces/maxxipro/IDENTITY.md +0 -35
  256. package/templates/workspaces/maxxipro/KNOWLEDGE.md +0 -335
  257. package/templates/workspaces/maxxipro/LEARNINGS.md +0 -47
  258. package/templates/workspaces/maxxipro/MEMORY.md +0 -60
  259. package/templates/workspaces/maxxipro/OUTREACH_TEMPLATES.md +0 -143
  260. package/templates/workspaces/maxxipro/PLAYBOOK.md +0 -81
  261. package/templates/workspaces/maxxipro/SOUL.md +0 -146
  262. package/templates/workspaces/maxxipro/TOOLS.md +0 -81
  263. package/templates/workspaces/maxxipro/USER.md +0 -40
  264. package/templates/workspaces/morgan/FEEDBACK.md +0 -19
  265. package/templates/workspaces/morgan/HEARTBEAT.md +0 -5
  266. package/templates/workspaces/morgan/IDENTITY.md +0 -6
  267. package/templates/workspaces/morgan/LEARNINGS.md +0 -18
  268. package/templates/workspaces/morgan/MEMORY.md +0 -22
  269. package/templates/workspaces/morgan/PLAYBOOK.md +0 -16
  270. package/templates/workspaces/morgan/SOUL.md +0 -39
  271. package/templates/workspaces/morgan/USER.md +0 -13
  272. package/templates/workspaces/nadia/AGENTS.md +0 -59
  273. package/templates/workspaces/nadia/FEEDBACK.md +0 -12
  274. package/templates/workspaces/nadia/HEARTBEAT.md +0 -5
  275. package/templates/workspaces/nadia/IDENTITY.md +0 -6
  276. package/templates/workspaces/nadia/LEARNINGS.md +0 -6
  277. package/templates/workspaces/nadia/MEMORY.md +0 -22
  278. package/templates/workspaces/nadia/PLAYBOOK.md +0 -16
  279. package/templates/workspaces/nadia/SOUL.md +0 -39
  280. package/templates/workspaces/nadia/TOOLS.md +0 -15
  281. package/templates/workspaces/nadia/USER.md +0 -13
  282. package/templates/workspaces/nate/AGENTS.md +0 -24
  283. package/templates/workspaces/nate/FEEDBACK.md +0 -12
  284. package/templates/workspaces/nate/HEARTBEAT.md +0 -33
  285. package/templates/workspaces/nate/IDENTITY.md +0 -15
  286. package/templates/workspaces/nate/LEARNINGS.md +0 -33
  287. package/templates/workspaces/nate/MEMORY.md +0 -39
  288. package/templates/workspaces/nate/PLAYBOOK.md +0 -160
  289. package/templates/workspaces/nate/SOUL.md +0 -50
  290. package/templates/workspaces/nate/TOOLS.md +0 -111
  291. package/templates/workspaces/nate/USER.md +0 -32
  292. package/templates/workspaces/olivia/.last-openclaw-version +0 -1
  293. package/templates/workspaces/olivia/.npmrc.tmp +0 -0
  294. package/templates/workspaces/olivia/AGENTS.md +0 -77
  295. package/templates/workspaces/olivia/ALPHA_CODING_BENCHMARK.txt +0 -148
  296. package/templates/workspaces/olivia/ALPHA_MODEL_GUIDE.md +0 -393
  297. package/templates/workspaces/olivia/FEEDBACK.md +0 -13
  298. package/templates/workspaces/olivia/HEADTOHEAD_BENCHMARK.txt +0 -1289
  299. package/templates/workspaces/olivia/HEARTBEAT.md +0 -267
  300. package/templates/workspaces/olivia/IDENTITY.md +0 -6
  301. package/templates/workspaces/olivia/LEARNINGS.md +0 -708
  302. package/templates/workspaces/olivia/MEMORY.md +0 -202
  303. package/templates/workspaces/olivia/MISSION_CONTROL_DESIGN_SPEC_v1.md +0 -1143
  304. package/templates/workspaces/olivia/MVP-COMPLETION-SUMMARY.md +0 -175
  305. package/templates/workspaces/olivia/NETWORK_IMPLEMENTATION_PLAN.md +0 -1556
  306. package/templates/workspaces/olivia/NEW_NODES_BENCHMARK.txt +0 -947
  307. package/templates/workspaces/olivia/PLAYBOOK.md +0 -42
  308. package/templates/workspaces/olivia/SELF-HEALING-COMPLETE.md +0 -150
  309. package/templates/workspaces/olivia/SOUL.md +0 -42
  310. package/templates/workspaces/olivia/TOOLS.md +0 -15
  311. package/templates/workspaces/olivia/USER.md +0 -17
  312. package/templates/workspaces/olivia/alicefleet-supabase-credentials.md +0 -50
  313. package/templates/workspaces/olivia/dzombo-copy-rewrite.md +0 -115
  314. package/templates/workspaces/olivia/dzombo-implementation-plan.md +0 -1248
  315. package/templates/workspaces/olivia/fidelia-psychology.html +0 -1594
  316. package/templates/workspaces/olivia/lead_debug.png +0 -0
  317. package/templates/workspaces/olivia/minimatch-10.2.4.tgz +0 -0
  318. package/templates/workspaces/olivia/operation-bllm-research.md +0 -157
  319. package/templates/workspaces/olivia/qa-audit-mission-control-v2.md +0 -538
  320. package/templates/workspaces/olivia/roofmaxx_logo.svg +0 -1
  321. package/templates/workspaces/olivia/roofmaxx_social.jpg +0 -0
  322. package/templates/workspaces/olivia/skills/1password/SKILL.md +0 -53
  323. package/templates/workspaces/olivia/skills/1password/_meta.json +0 -6
  324. package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/README.md +0 -57
  325. package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/SKILL.md +0 -534
  326. package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/_meta.json +0 -6
  327. package/templates/workspaces/olivia/skills/agent-security/SKILL.md +0 -69
  328. package/templates/workspaces/olivia/skills/agent-security/_meta.json +0 -6
  329. package/templates/workspaces/olivia/skills/agentic-security-audit/SKILL.md +0 -855
  330. package/templates/workspaces/olivia/skills/agentic-security-audit/_meta.json +0 -6
  331. package/templates/workspaces/olivia/skills/ai-automation-consulting/SKILL.md +0 -67
  332. package/templates/workspaces/olivia/skills/ai-automation-consulting/_meta.json +0 -6
  333. package/templates/workspaces/olivia/skills/ai-automation-consulting/skill.json +0 -12
  334. package/templates/workspaces/olivia/skills/ai-presentation-maker/SKILL.md +0 -1104
  335. package/templates/workspaces/olivia/skills/ai-presentation-maker/_meta.json +0 -6
  336. package/templates/workspaces/olivia/skills/ai-productivity-audit/SKILL.md +0 -181
  337. package/templates/workspaces/olivia/skills/ai-productivity-audit/_meta.json +0 -6
  338. package/templates/workspaces/olivia/skills/ai-researcher/README.md +0 -31
  339. package/templates/workspaces/olivia/skills/ai-researcher/SKILL.md +0 -59
  340. package/templates/workspaces/olivia/skills/ai-researcher/_meta.json +0 -6
  341. package/templates/workspaces/olivia/skills/ai-seo-writer/README.md +0 -19
  342. package/templates/workspaces/olivia/skills/ai-seo-writer/SKILL.md +0 -100
  343. package/templates/workspaces/olivia/skills/ai-seo-writer/_meta.json +0 -6
  344. package/templates/workspaces/olivia/skills/analytics-tracking-2/SKILL.md +0 -309
  345. package/templates/workspaces/olivia/skills/analytics-tracking-2/_meta.json +0 -6
  346. package/templates/workspaces/olivia/skills/api-doc-writer/SKILL.md +0 -232
  347. package/templates/workspaces/olivia/skills/api-doc-writer/_meta.json +0 -6
  348. package/templates/workspaces/olivia/skills/api-generator/SKILL.md +0 -49
  349. package/templates/workspaces/olivia/skills/api-generator/_meta.json +0 -6
  350. package/templates/workspaces/olivia/skills/api-generator/tips.md +0 -10
  351. package/templates/workspaces/olivia/skills/apple-notes/SKILL.md +0 -50
  352. package/templates/workspaces/olivia/skills/apple-notes/_meta.json +0 -6
  353. package/templates/workspaces/olivia/skills/apple-reminders/SKILL.md +0 -67
  354. package/templates/workspaces/olivia/skills/apple-reminders/_meta.json +0 -6
  355. package/templates/workspaces/olivia/skills/automation-workflows/SKILL.md +0 -267
  356. package/templates/workspaces/olivia/skills/automation-workflows/_meta.json +0 -6
  357. package/templates/workspaces/olivia/skills/autoresearch/SKILL.md +0 -46
  358. package/templates/workspaces/olivia/skills/autoresearch/aria_write.py +0 -148
  359. package/templates/workspaces/olivia/skills/autoresearch/autoresearch.py +0 -75
  360. package/templates/workspaces/olivia/skills/azure-devops/SKILL.md +0 -115
  361. package/templates/workspaces/olivia/skills/azure-devops/_meta.json +0 -6
  362. package/templates/workspaces/olivia/skills/blogwatcher/SKILL.md +0 -46
  363. package/templates/workspaces/olivia/skills/blogwatcher/_meta.json +0 -6
  364. package/templates/workspaces/olivia/skills/blucli/SKILL.md +0 -27
  365. package/templates/workspaces/olivia/skills/blucli/_meta.json +0 -6
  366. package/templates/workspaces/olivia/skills/check-analytics/SKILL.md +0 -92
  367. package/templates/workspaces/olivia/skills/check-analytics/_meta.json +0 -6
  368. package/templates/workspaces/olivia/skills/cloud-architect/SKILL.md +0 -89
  369. package/templates/workspaces/olivia/skills/cloud-architect/_meta.json +0 -6
  370. package/templates/workspaces/olivia/skills/cloud-infra-automation/SKILL.md +0 -50
  371. package/templates/workspaces/olivia/skills/cloud-infra-automation/_meta.json +0 -6
  372. package/templates/workspaces/olivia/skills/cloud-storage/SKILL.md +0 -61
  373. package/templates/workspaces/olivia/skills/cloud-storage/_meta.json +0 -6
  374. package/templates/workspaces/olivia/skills/cloud-storage/auth.md +0 -97
  375. package/templates/workspaces/olivia/skills/cloud-storage/costs.md +0 -88
  376. package/templates/workspaces/olivia/skills/cloud-storage/providers.md +0 -55
  377. package/templates/workspaces/olivia/skills/copywriting-pro/SKILL.md +0 -107
  378. package/templates/workspaces/olivia/skills/copywriting-pro/_meta.json +0 -6
  379. package/templates/workspaces/olivia/skills/data-analyst-pro/SKILL.md +0 -21
  380. package/templates/workspaces/olivia/skills/data-analyst-pro/_meta.json +0 -6
  381. package/templates/workspaces/olivia/skills/database-designer/README.md +0 -388
  382. package/templates/workspaces/olivia/skills/database-designer/SKILL.md +0 -66
  383. package/templates/workspaces/olivia/skills/database-designer/_meta.json +0 -6
  384. package/templates/workspaces/olivia/skills/database-designer/index_optimizer.py +0 -926
  385. package/templates/workspaces/olivia/skills/database-designer/migration_generator.py +0 -1199
  386. package/templates/workspaces/olivia/skills/database-designer/schema_analyzer.py +0 -982
  387. package/templates/workspaces/olivia/skills/deploy-agent/SKILL.md +0 -255
  388. package/templates/workspaces/olivia/skills/deploy-agent/_meta.json +0 -6
  389. package/templates/workspaces/olivia/skills/devops-automation-pack/SKILL.md +0 -72
  390. package/templates/workspaces/olivia/skills/devops-automation-pack/_meta.json +0 -6
  391. package/templates/workspaces/olivia/skills/devops-automation-pack/deploy.sh +0 -0
  392. package/templates/workspaces/olivia/skills/financial-analysis-agent/SKILL.md +0 -489
  393. package/templates/workspaces/olivia/skills/financial-analysis-agent/_meta.json +0 -6
  394. package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/README.md +0 -72
  395. package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/SKILL.md +0 -226
  396. package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/_meta.json +0 -6
  397. package/templates/workspaces/olivia/skills/gifgrep/SKILL.md +0 -47
  398. package/templates/workspaces/olivia/skills/gifgrep/_meta.json +0 -6
  399. package/templates/workspaces/olivia/skills/github/SKILL.md +0 -47
  400. package/templates/workspaces/olivia/skills/github/_meta.json +0 -6
  401. package/templates/workspaces/olivia/skills/gog/SKILL.md +0 -36
  402. package/templates/workspaces/olivia/skills/gog/_meta.json +0 -6
  403. package/templates/workspaces/olivia/skills/growth-strategy-hub/SKILL.md +0 -135
  404. package/templates/workspaces/olivia/skills/growth-strategy-hub/_meta.json +0 -6
  405. package/templates/workspaces/olivia/skills/growth-strategy-hub/metadata.json +0 -4
  406. package/templates/workspaces/olivia/skills/hetzner-cloud/SKILL.md +0 -130
  407. package/templates/workspaces/olivia/skills/hetzner-cloud/_meta.json +0 -6
  408. package/templates/workspaces/olivia/skills/himalaya/SKILL.md +0 -217
  409. package/templates/workspaces/olivia/skills/himalaya/_meta.json +0 -6
  410. package/templates/workspaces/olivia/skills/hotel-recommendation/SKILL.md +0 -117
  411. package/templates/workspaces/olivia/skills/hotel-recommendation/_meta.json +0 -6
  412. package/templates/workspaces/olivia/skills/hr-policy-generator/SKILL.md +0 -54
  413. package/templates/workspaces/olivia/skills/hr-policy-generator/_meta.json +0 -6
  414. package/templates/workspaces/olivia/skills/human-writing/SKILL.md +0 -41
  415. package/templates/workspaces/olivia/skills/human-writing/_meta.json +0 -6
  416. package/templates/workspaces/olivia/skills/imsg/SKILL.md +0 -25
  417. package/templates/workspaces/olivia/skills/imsg/_meta.json +0 -6
  418. package/templates/workspaces/olivia/skills/in-depth-research/SKILL.md +0 -124
  419. package/templates/workspaces/olivia/skills/in-depth-research/_meta.json +0 -6
  420. package/templates/workspaces/olivia/skills/in-depth-research/methodology.md +0 -75
  421. package/templates/workspaces/olivia/skills/in-depth-research/output-formats.md +0 -168
  422. package/templates/workspaces/olivia/skills/in-depth-research/sources.md +0 -80
  423. package/templates/workspaces/olivia/skills/javascript-skills/README.md +0 -71
  424. package/templates/workspaces/olivia/skills/javascript-skills/SKILL.md +0 -746
  425. package/templates/workspaces/olivia/skills/javascript-skills/_meta.json +0 -6
  426. package/templates/workspaces/olivia/skills/leadership-strategy-playbook/SKILL.md +0 -147
  427. package/templates/workspaces/olivia/skills/leadership-strategy-playbook/_meta.json +0 -6
  428. package/templates/workspaces/olivia/skills/market-research-agent/README.md +0 -29
  429. package/templates/workspaces/olivia/skills/market-research-agent/SKILL.md +0 -52
  430. package/templates/workspaces/olivia/skills/market-research-agent/_meta.json +0 -6
  431. package/templates/workspaces/olivia/skills/marketing-analytics/SKILL.md +0 -74
  432. package/templates/workspaces/olivia/skills/marketing-analytics/_meta.json +0 -6
  433. package/templates/workspaces/olivia/skills/marketing-master-io/SKILL.md +0 -125
  434. package/templates/workspaces/olivia/skills/marketing-master-io/_meta.json +0 -6
  435. package/templates/workspaces/olivia/skills/marketing-strategy-pmm/SKILL.md +0 -398
  436. package/templates/workspaces/olivia/skills/marketing-strategy-pmm/_meta.json +0 -6
  437. package/templates/workspaces/olivia/skills/meta-ads-analytics/SKILL.md +0 -53
  438. package/templates/workspaces/olivia/skills/meta-ads-analytics/_meta.json +0 -6
  439. package/templates/workspaces/olivia/skills/obsidian/SKILL.md +0 -55
  440. package/templates/workspaces/olivia/skills/obsidian/_meta.json +0 -6
  441. package/templates/workspaces/olivia/skills/openclaw-accounting/SKILL.md +0 -125
  442. package/templates/workspaces/olivia/skills/openclaw-accounting/_meta.json +0 -6
  443. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANGELOG.md +0 -35
  444. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANNELLOG.md +0 -73
  445. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/README.md +0 -161
  446. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/SKILL.md +0 -130
  447. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/_meta.json +0 -6
  448. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/config.json +0 -36
  449. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/metadata.json +0 -19
  450. package/templates/workspaces/olivia/skills/openhue/SKILL.md +0 -30
  451. package/templates/workspaces/olivia/skills/openhue/_meta.json +0 -6
  452. package/templates/workspaces/olivia/skills/orgx-operations-agent/SKILL.md +0 -41
  453. package/templates/workspaces/olivia/skills/orgx-operations-agent/_meta.json +0 -6
  454. package/templates/workspaces/olivia/skills/outreach/SKILL.md +0 -84
  455. package/templates/workspaces/olivia/skills/outreach/_meta.json +0 -6
  456. package/templates/workspaces/olivia/skills/outreach/by-type.md +0 -166
  457. package/templates/workspaces/olivia/skills/outreach/templates.md +0 -154
  458. package/templates/workspaces/olivia/skills/outreach/tracking.md +0 -145
  459. package/templates/workspaces/olivia/skills/persona-hr-coordinator/SKILL.md +0 -38
  460. package/templates/workspaces/olivia/skills/persona-hr-coordinator/_meta.json +0 -6
  461. package/templates/workspaces/olivia/skills/personal-productivity/SKILL.md +0 -161
  462. package/templates/workspaces/olivia/skills/personal-productivity/_meta.json +0 -6
  463. package/templates/workspaces/olivia/skills/personal-productivity/index.js +0 -363
  464. package/templates/workspaces/olivia/skills/personal-productivity/package.json +0 -15
  465. package/templates/workspaces/olivia/skills/personal-travel/README.md +0 -34
  466. package/templates/workspaces/olivia/skills/personal-travel/SKILL.md +0 -46
  467. package/templates/workspaces/olivia/skills/personal-travel/_meta.json +0 -6
  468. package/templates/workspaces/olivia/skills/presentation-html-generator-skill/SKILL.md +0 -185
  469. package/templates/workspaces/olivia/skills/presentation-html-generator-skill/_meta.json +0 -6
  470. package/templates/workspaces/olivia/skills/product-manager/SKILL.md +0 -77
  471. package/templates/workspaces/olivia/skills/product-manager/_meta.json +0 -6
  472. package/templates/workspaces/olivia/skills/quant-strategy/SKILL.md +0 -28
  473. package/templates/workspaces/olivia/skills/quant-strategy/_meta.json +0 -6
  474. package/templates/workspaces/olivia/skills/sales-pipeline-tracker/README.md +0 -29
  475. package/templates/workspaces/olivia/skills/sales-pipeline-tracker/SKILL.md +0 -45
  476. package/templates/workspaces/olivia/skills/sales-pipeline-tracker/_meta.json +0 -6
  477. package/templates/workspaces/olivia/skills/security-auditor/SKILL.md +0 -399
  478. package/templates/workspaces/olivia/skills/security-auditor/_meta.json +0 -6
  479. package/templates/workspaces/olivia/skills/security-hardening/SKILL.md +0 -296
  480. package/templates/workspaces/olivia/skills/security-hardening/_meta.json +0 -6
  481. package/templates/workspaces/olivia/skills/security-scanner/SKILL.md +0 -67
  482. package/templates/workspaces/olivia/skills/security-scanner/_meta.json +0 -6
  483. package/templates/workspaces/olivia/skills/seo-optimization/SKILL.md +0 -31
  484. package/templates/workspaces/olivia/skills/seo-optimization/_meta.json +0 -6
  485. package/templates/workspaces/olivia/skills/service-booking/SKILL.md +0 -193
  486. package/templates/workspaces/olivia/skills/service-booking/_meta.json +0 -6
  487. package/templates/workspaces/olivia/skills/sme-hr-automation/SKILL.md +0 -131
  488. package/templates/workspaces/olivia/skills/sme-hr-automation/_meta.json +0 -6
  489. package/templates/workspaces/olivia/skills/social-media-scheduler/README.md +0 -29
  490. package/templates/workspaces/olivia/skills/social-media-scheduler/SKILL.md +0 -49
  491. package/templates/workspaces/olivia/skills/social-media-scheduler/_meta.json +0 -6
  492. package/templates/workspaces/olivia/skills/sonoscli/SKILL.md +0 -26
  493. package/templates/workspaces/olivia/skills/sonoscli/_meta.json +0 -6
  494. package/templates/workspaces/olivia/skills/strategy-advisor/SKILL.md +0 -33
  495. package/templates/workspaces/olivia/skills/strategy-advisor/_meta.json +0 -6
  496. package/templates/workspaces/olivia/skills/summarize/SKILL.md +0 -49
  497. package/templates/workspaces/olivia/skills/summarize/_meta.json +0 -6
  498. package/templates/workspaces/olivia/skills/things-mac/SKILL.md +0 -61
  499. package/templates/workspaces/olivia/skills/things-mac/_meta.json +0 -6
  500. package/templates/workspaces/olivia/skills/travel-itinerary-planner/SKILL.md +0 -121
  501. package/templates/workspaces/olivia/skills/travel-itinerary-planner/_meta.json +0 -6
  502. package/templates/workspaces/olivia/skills/travel-manager/SKILL.md +0 -36
  503. package/templates/workspaces/olivia/skills/travel-manager/_meta.json +0 -6
  504. package/templates/workspaces/olivia/skills/travel-planning/SKILL.md +0 -238
  505. package/templates/workspaces/olivia/skills/travel-planning/_meta.json +0 -6
  506. package/templates/workspaces/olivia/skills/travel-planning/booking-guide.md +0 -91
  507. package/templates/workspaces/olivia/skills/travel-planning/memory-template.md +0 -111
  508. package/templates/workspaces/olivia/skills/travel-planning/multi-city.md +0 -131
  509. package/templates/workspaces/olivia/skills/travel-planning/packing-templates.md +0 -155
  510. package/templates/workspaces/olivia/skills/travel-planning/setup.md +0 -66
  511. package/templates/workspaces/olivia/skills/update-it-all/SKILL.md +0 -143
  512. package/templates/workspaces/olivia/skills/update-it-all/_meta.json +0 -6
  513. package/templates/workspaces/olivia/skills/voice/SKILL.md +0 -62
  514. package/templates/workspaces/olivia/skills/weather/SKILL.md +0 -49
  515. package/templates/workspaces/olivia/skills/weather/_meta.json +0 -6
  516. package/templates/workspaces/olivia/skills/web-researcher/SKILL.md +0 -21
  517. package/templates/workspaces/olivia/skills/web-researcher/_meta.json +0 -6
  518. package/templates/workspaces/olivia/skills/website-seo/SKILL.md +0 -284
  519. package/templates/workspaces/olivia/skills/website-seo/_meta.json +0 -6
  520. package/templates/workspaces/olivia/stripe-welcome-n8n.json +0 -103
  521. package/templates/workspaces/olivia/test2.wav.wav +0 -0
  522. package/templates/workspaces/olivia/test_speech.json +0 -1
  523. package/templates/workspaces/olivia/test_speech.srt +0 -0
  524. package/templates/workspaces/olivia/test_speech.tsv +0 -1
  525. package/templates/workspaces/olivia/test_speech.txt +0 -0
  526. package/templates/workspaces/olivia/test_speech.vtt +0 -2
  527. package/templates/workspaces/owen/AGENTS.md +0 -59
  528. package/templates/workspaces/owen/FEEDBACK.md +0 -12
  529. package/templates/workspaces/owen/HEARTBEAT.md +0 -5
  530. package/templates/workspaces/owen/IDENTITY.md +0 -6
  531. package/templates/workspaces/owen/LEARNINGS.md +0 -46
  532. package/templates/workspaces/owen/MEMORY.md +0 -22
  533. package/templates/workspaces/owen/PLAYBOOK.md +0 -16
  534. package/templates/workspaces/owen/SOUL.md +0 -39
  535. package/templates/workspaces/owen/TOOLS.md +0 -15
  536. package/templates/workspaces/owen/USER.md +0 -17
  537. package/templates/workspaces/parker/AGENTS.md +0 -59
  538. package/templates/workspaces/parker/FEEDBACK.md +0 -11
  539. package/templates/workspaces/parker/HEARTBEAT.md +0 -5
  540. package/templates/workspaces/parker/IDENTITY.md +0 -6
  541. package/templates/workspaces/parker/LEARNINGS.md +0 -17
  542. package/templates/workspaces/parker/MEMORY.md +0 -22
  543. package/templates/workspaces/parker/PLAYBOOK.md +0 -16
  544. package/templates/workspaces/parker/SOUL.md +0 -39
  545. package/templates/workspaces/parker/TOOLS.md +0 -15
  546. package/templates/workspaces/parker/USER.md +0 -13
  547. package/templates/workspaces/quinn/FEEDBACK.md +0 -11
  548. package/templates/workspaces/quinn/HEARTBEAT.md +0 -5
  549. package/templates/workspaces/quinn/IDENTITY.md +0 -6
  550. package/templates/workspaces/quinn/LEARNINGS.md +0 -35
  551. package/templates/workspaces/quinn/MEMORY.md +0 -22
  552. package/templates/workspaces/quinn/PLAYBOOK.md +0 -16
  553. package/templates/workspaces/quinn/SOUL.md +0 -40
  554. package/templates/workspaces/quinn/USER.md +0 -17
  555. package/templates/workspaces/quinn/alice-login-page.png +0 -0
  556. package/templates/workspaces/rowan/AGENTS.md +0 -59
  557. package/templates/workspaces/rowan/FEEDBACK.md +0 -12
  558. package/templates/workspaces/rowan/HEARTBEAT.md +0 -5
  559. package/templates/workspaces/rowan/IDENTITY.md +0 -6
  560. package/templates/workspaces/rowan/LEARNINGS.md +0 -12
  561. package/templates/workspaces/rowan/MEMORY.md +0 -22
  562. package/templates/workspaces/rowan/PLAYBOOK.md +0 -16
  563. package/templates/workspaces/rowan/SOUL.md +0 -40
  564. package/templates/workspaces/rowan/TOOLS.md +0 -59
  565. package/templates/workspaces/rowan/USER.md +0 -17
  566. package/templates/workspaces/selena/AGENTS.md +0 -59
  567. package/templates/workspaces/selena/FEEDBACK.md +0 -12
  568. package/templates/workspaces/selena/HEARTBEAT.md +0 -5
  569. package/templates/workspaces/selena/IDENTITY.md +0 -6
  570. package/templates/workspaces/selena/LEARNINGS.md +0 -24
  571. package/templates/workspaces/selena/MEMORY.md +0 -22
  572. package/templates/workspaces/selena/PLAYBOOK.md +0 -16
  573. package/templates/workspaces/selena/SOUL.md +0 -40
  574. package/templates/workspaces/selena/TOOLS.md +0 -47
  575. package/templates/workspaces/selena/USER.md +0 -17
  576. package/templates/workspaces/selena/kids-ai-security-compliance-plan.md +0 -791
  577. package/templates/workspaces/selena/kidspark-coppa-compliance-audit.md +0 -866
  578. package/templates/workspaces/sloane/AGENTS.md +0 -59
  579. package/templates/workspaces/sloane/FEEDBACK.md +0 -12
  580. package/templates/workspaces/sloane/HEARTBEAT.md +0 -9
  581. package/templates/workspaces/sloane/IDENTITY.md +0 -6
  582. package/templates/workspaces/sloane/LEARNINGS.md +0 -6
  583. package/templates/workspaces/sloane/MEMORY.md +0 -22
  584. package/templates/workspaces/sloane/PLAYBOOK.md +0 -16
  585. package/templates/workspaces/sloane/SOUL.md +0 -39
  586. package/templates/workspaces/sloane/TOOLS.md +0 -15
  587. package/templates/workspaces/sloane/USER.md +0 -13
  588. package/templates/workspaces/smoketestagent/AGENTS.md +0 -52
  589. package/templates/workspaces/smoketestagent/FEEDBACK.md +0 -3
  590. package/templates/workspaces/smoketestagent/HEARTBEAT.md +0 -14
  591. package/templates/workspaces/smoketestagent/IDENTITY.md +0 -6
  592. package/templates/workspaces/smoketestagent/LEARNINGS.md +0 -3
  593. package/templates/workspaces/smoketestagent/MEMORY.md +0 -24
  594. package/templates/workspaces/smoketestagent/PLAYBOOK.md +0 -7
  595. package/templates/workspaces/smoketestagent/SOUL.md +0 -32
  596. package/templates/workspaces/smoketestagent/TOOLS.md +0 -13
  597. package/templates/workspaces/smoketestagent/USER.md +0 -5
  598. package/templates/workspaces/sophie/AGENTS.md +0 -59
  599. package/templates/workspaces/sophie/FEEDBACK.md +0 -12
  600. package/templates/workspaces/sophie/HEARTBEAT.md +0 -9
  601. package/templates/workspaces/sophie/IDENTITY.md +0 -6
  602. package/templates/workspaces/sophie/LEARNINGS.md +0 -6
  603. package/templates/workspaces/sophie/MEMORY.md +0 -22
  604. package/templates/workspaces/sophie/PLAYBOOK.md +0 -16
  605. package/templates/workspaces/sophie/SOUL.md +0 -39
  606. package/templates/workspaces/sophie/TOOLS.md +0 -15
  607. package/templates/workspaces/sophie/USER.md +0 -17
  608. package/templates/workspaces/tommy/AGENTS.md +0 -59
  609. package/templates/workspaces/tommy/FEEDBACK.md +0 -12
  610. package/templates/workspaces/tommy/HEARTBEAT.md +0 -9
  611. package/templates/workspaces/tommy/IDENTITY.md +0 -6
  612. package/templates/workspaces/tommy/LEARNINGS.md +0 -6
  613. package/templates/workspaces/tommy/MEMORY.md +0 -22
  614. package/templates/workspaces/tommy/PLAYBOOK.md +0 -16
  615. package/templates/workspaces/tommy/SOUL.md +0 -39
  616. package/templates/workspaces/tommy/TOOLS.md +0 -15
  617. package/templates/workspaces/tommy/USER.md +0 -17
  618. package/templates/workspaces/uma/AGENTS.md +0 -59
  619. package/templates/workspaces/uma/FEEDBACK.md +0 -11
  620. package/templates/workspaces/uma/HEARTBEAT.md +0 -5
  621. package/templates/workspaces/uma/IDENTITY.md +0 -6
  622. package/templates/workspaces/uma/LEARNINGS.md +0 -11
  623. package/templates/workspaces/uma/MEMORY.md +0 -22
  624. package/templates/workspaces/uma/PLAYBOOK.md +0 -16
  625. package/templates/workspaces/uma/SOUL.md +0 -39
  626. package/templates/workspaces/uma/TOOLS.md +0 -15
  627. package/templates/workspaces/uma/USER.md +0 -13
  628. package/tools/.gitkeep +0 -0
@@ -1,866 +0,0 @@
1
- # 🛡️ KIDSPARK AI — COMPREHENSIVE COPPA COMPLIANCE AUDIT
2
-
3
- **Prepared by:** Selena, Director of Security Engineering
4
- **Date:** March 28, 2026
5
- **Classification:** CONFIDENTIAL — Legal Briefing Document
6
- **Purpose:** Triple-verified COPPA compliance checklist for attorney briefing
7
-
8
- ---
9
-
10
- ## ⚠️ CRITICAL TIMING NOTICE
11
-
12
- **The updated FTC COPPA Rule (published April 22, 2025 in the Federal Register) has a mandatory compliance deadline of April 22, 2026 — approximately 25 days from this audit.**
13
-
14
- KidSpark AI MUST comply with BOTH the existing COPPA Rule AND all 2025 amendments by launch. There is zero grace period.
15
-
16
- **Regulatory Timeline:**
17
- - Original COPPA Rule: Effective April 21, 2000
18
- - 2013 Amendments: Effective July 1, 2013
19
- - 2025 Final Rule Amendments: Published April 22, 2025; effective June 23, 2025
20
- - **Full Compliance Deadline: April 22, 2026**
21
-
22
- **Sources:** FTC Final Rule, 16 CFR Part 312; Federal Register Vol. 90, No. 77 (April 22, 2025); FTC Press Release (January 16, 2025); FTC COPPA FAQ (updated July 22, 2025)
23
-
24
- ---
25
-
26
- ## THRESHOLD ANALYSIS: IS KIDSPARK COVERED?
27
-
28
- **VERDICT: YES — UNAMBIGUOUSLY**
29
-
30
- KidSpark AI is a "website or online service directed to children" under 16 CFR § 312.2. The FTC evaluates the following factors, ALL of which apply:
31
-
32
- | Factor | KidSpark Status |
33
- |--------|----------------|
34
- | Subject matter | AI educational services for kids — **directed to children** |
35
- | Visual content | Will use child-oriented design — **directed to children** |
36
- | Age of target users | Ages 8-14 (includes under-13) — **directed to children** |
37
- | Marketing materials | Marketed to families/kids — **directed to children** |
38
- | Use of animated characters / child-oriented activities | AI tutoring, coding, creative tools for kids — **directed to children** |
39
-
40
- KidSpark serves ages 8-14, which straddles the COPPA age boundary (under 13). This means:
41
- - **Users ages 8-12:** Full COPPA protections apply — no exceptions
42
- - **Users ages 13-14:** COPPA doesn't apply directly, but state laws (CCPA/CPRA, etc.) may impose additional requirements for teens
43
-
44
- **Because KidSpark targets children as its primary audience, it is NOT a "mixed audience" service.** It cannot use age-gating to avoid COPPA for some users — it must treat the entire service as child-directed.
45
-
46
- ---
47
-
48
- ## 1. VERIFIABLE PARENTAL CONSENT (VPC)
49
-
50
- ### 1.1 ALL FTC-Approved VPC Methods (16 CFR § 312.5(b)(2))
51
-
52
- The following methods are explicitly enumerated in the amended Rule as of April 22, 2025:
53
-
54
- | # | Method | Citation | Notes |
55
- |---|--------|----------|-------|
56
- | 1 | **Signed consent form** returned by postal mail, fax, or electronic scan | § 312.5(b)(2)(i) | Gold standard but slow; requires physical signature |
57
- | 2 | **Credit card/debit card/online payment system** with transaction notification to primary account holder | § 312.5(b)(2)(ii) | **Updated in 2025** — now explicitly includes any payment system with per-transaction notifications, whether monetary or not |
58
- | 3 | **Toll-free phone call** to trained personnel | § 312.5(b)(2)(iii) | Requires staffing; expensive |
59
- | 4 | **Video conference** with trained personnel | § 312.5(b)(2)(iv) | New option; requires trained staff |
60
- | 5 | **Government-issued ID verification** against databases | § 312.5(b)(2)(v) | ID must be deleted promptly after verification |
61
- | 6 | **Knowledge-based authentication (KBA)** — dynamic multiple-choice questions | § 312.5(b)(2)(vi) | **NEW in 2025 amendments.** Questions must be (A) sufficiently numerous with adequate possible answers so guessing probability is low, and (B) difficult enough that a child age 12 or younger could not reasonably ascertain the answers |
62
- | 7 | **Facial recognition matching** — government-issued photo ID compared to webcam/phone image | § 312.5(b)(2)(vii) | **NEW in 2025 amendments.** Must be confirmed by trained personnel; ID and images must be promptly deleted after match confirmed |
63
- | 8 | **Email-plus** (for internal use only, no disclosure to third parties) | § 312.5(b)(2)(viii) | Email + confirmatory email, or email + postal address/phone confirmation. **Cannot be used if disclosing data to third parties.** |
64
- | 9 | **Text message-plus** (for internal use only, no disclosure to third parties) | § 312.5(b)(2)(ix) | **NEW in 2025 amendments.** Text + confirmatory text, or text + postal/phone confirmation. **Cannot be used if disclosing data to third parties.** Must include notice that parent can revoke consent. |
65
-
66
- ### 1.2 Recommended VPC Method(s) for KidSpark
67
-
68
- **PRIMARY RECOMMENDATION: Credit Card/Online Payment System (Method #2)**
69
-
70
- Rationale:
71
- - KidSpark is a **paid subscription service** — parents are already providing payment information via Stripe
72
- - The 2025 amendment explicitly broadened this to include "other online payment system that provides notification of each discrete transaction to the primary account holder"
73
- - A Stripe charge (even $0.50 or $1.00) creates an auditable trail and triggers notification to the cardholder
74
- - This is the **lowest-friction, highest-assurance** method for a subscription service
75
- - Rob already plans to use Stripe — this aligns with existing infrastructure
76
-
77
- **Is the Stripe micro-charge ($0.50) method still FTC-approved as of 2026?**
78
-
79
- **YES.** The 2025 amended Rule at § 312.5(b)(2)(ii) reads: "Requiring a parent, in connection with a transaction, to use a credit card, debit card, or other online payment system that provides notification of each discrete transaction to the primary account holder." The key requirement is that the payment system provides **per-transaction notification**. Stripe does this. The FTC FAQ (Section I, FAQ H.5) has historically confirmed that a credit card transaction (even a small one) satisfies this requirement. The 2025 rule actually *expanded* this method beyond just credit/debit cards to include any notification-providing payment system.
80
-
81
- **⚠️ CRITICAL NOTE:** Per the FTC's 2021 FAQ update, if you use a credit card but do NOT charge it, you should supplement with additional safeguards (e.g., knowledge-based questions). The safest approach is to **actually charge a small amount** (even $0.50-$1.00) or use the subscription's first payment as the VPC transaction.
82
-
83
- **SECONDARY RECOMMENDATION: Knowledge-Based Authentication (Method #6)**
84
-
85
- Use as a fallback or supplement for situations where payment-based consent isn't feasible (e.g., free trials, gift subscriptions). KBA is newly approved and relatively easy to implement programmatically.
86
-
87
- ### 1.3 What Happens If a Child Signs Up Without Parental Consent
88
-
89
- **Under 16 CFR § 312.3 and § 312.5:**
90
- 1. You **MUST NOT** collect, use, or disclose any personal information from the child
91
- 2. If you discover unauthorized collection, you must **immediately cease** all collection
92
- 3. You must **delete** all personal information already collected from that child
93
- 4. Per the FTC FAQ (Section B, Q.4): "Until you get your website or online service into compliance, you must stop collecting, disclosing, or using personal information from children under age 13"
94
-
95
- **KidSpark Implementation Requirements:**
96
- - Implement an **age gate** at registration (neutral, no default age, no encouragement to falsify)
97
- - If age < 13 is entered, **block registration** and display parental consent flow
98
- - Collect parent's email/phone to initiate VPC process
99
- - **Do NOT collect ANY child data** until VPC is complete
100
- - If VPC is not obtained within a reasonable time, delete the parent's contact info (§ 312.5(c)(1))
101
- - Implement monitoring to detect age misrepresentation
102
-
103
- ### 1.4 Age Gate Requirements
104
-
105
- Per 16 CFR § 312.2 (definition of "mixed audience website or online service"):
106
- - Age collection must be done in a **neutral manner**
107
- - Must **not default to a set age**
108
- - Must **not encourage visitors to falsify age information**
109
- - Use a free-form date of birth field, NOT a dropdown defaulting to an adult year
110
- - Do NOT use checkboxes like "I am over 13" — use neutral DOB collection
111
- - If the user enters an age under 13, enter the parental consent flow
112
-
113
- **⚠️ IMPORTANT:** Because KidSpark is directed to children (not a mixed audience service), you still need VPC for ALL users you know to be under 13, regardless of age-gating. The age gate here serves to **trigger the parental consent flow**, not to exclude children.
114
-
115
- ---
116
-
117
- ## 2. PRIVACY POLICY REQUIREMENTS
118
-
119
- ### 2.1 What MUST Be in the Privacy Policy (16 CFR § 312.4(d))
120
-
121
- The online privacy policy must include ALL of the following:
122
-
123
- 1. **Operator identification:**
124
- - Name, address, telephone number, and email address of ALL operators collecting/maintaining children's personal information
125
- - If multiple operators: may designate one to handle all parent inquiries, but must list all operator names
126
-
127
- 2. **Description of information practices:**
128
- - What personal information is collected from children
129
- - Whether the service enables children to make personal information publicly available
130
- - How the operator uses such information
131
- - Disclosure practices, including:
132
- - **Identities and specific categories of third parties** to which information is disclosed *(NEW — 2025 amendment)*
133
- - **Purposes for such disclosures** *(NEW — 2025 amendment)*
134
-
135
- 3. **Data retention policy:** *(NEW — 2025 amendment)*
136
- - Business need for retaining children's personal information
137
- - Timeframe for deletion
138
-
139
- 4. **Persistent identifier disclosures:** *(NEW — 2025 amendment)*
140
- - If applicable, the specific internal operations for which persistent identifiers are collected
141
- - The means used to ensure such identifiers are not used to contact individuals, build profiles, or serve behavioral advertising
142
-
143
- 5. **Audio file disclosures:** *(NEW — 2025 amendment)*
144
- - If collecting audio files containing a child's voice: description of how they're used and confirmation they're deleted immediately after responding to the request
145
-
146
- 6. **Parental rights:**
147
- - That parents can review or have deleted the child's personal information
148
- - That parents can refuse to permit further collection or use
149
- - Procedures for exercising these rights
150
-
151
- ### 2.2 Where the Privacy Policy Must Be Posted
152
-
153
- Per 16 CFR § 312.4(d):
154
- - **Home page or landing screen** of the website/service — prominent, clearly labeled link
155
- - **Each area** where personal information is collected from children — link in close proximity to information requests
156
- - For apps: on the **home screen** of the app (recommended also in the app store listing as best practice)
157
-
158
- ### 2.3 Direct Notice to Parents — What Must It Contain
159
-
160
- The direct notice (separate from the online policy) must be sent to parents BEFORE collecting information. Per 16 CFR § 312.4(c)(1), the consent-seeking direct notice must include:
161
-
162
- 1. That the operator collected the parent's/child's contact info to obtain consent
163
- 2. That parental consent is required and NO information will be collected without it
164
- 3. **The specific items of personal information** the operator intends to collect
165
- 4. **How the operator intends to use** such information *(expanded in 2025)*
166
- 5. **Potential opportunities for disclosure** if parent consents
167
- 6. **Identity or categories of third parties** that would receive the data and purposes for sharing *(NEW — 2025)*
168
- 7. **That the parent can consent to collection/use WITHOUT consenting to third-party disclosure** (unless disclosure is integral) *(NEW — 2025)*
169
- 8. A hyperlink to the full online privacy policy
170
- 9. The means by which the parent can provide verifiable consent
171
- 10. That if the parent doesn't consent within a reasonable time, the contact information will be deleted
172
-
173
- ### 2.4 How Often the Privacy Policy Must Be Updated
174
-
175
- - Must be updated **whenever there is a material change** to collection, use, or disclosure practices
176
- - Must provide **direct notice** to parents of material changes to practices previously consented to (16 CFR § 312.4(b))
177
- - Under the 2025 amendments, the written data retention policy must be **reviewed and updated at least annually** as part of the security program (§ 312.8(b))
178
- - **Best practice:** Review and update quarterly or whenever new features launch
179
-
180
- ---
181
-
182
- ## 3. DATA COLLECTION & MINIMIZATION
183
-
184
- ### 3.1 What Data Can and Cannot Be Collected
185
-
186
- **COPPA's Cardinal Rule (16 CFR § 312.7):** An operator may NOT condition a child's participation in an activity on the child providing **more personal information than is reasonably necessary** to participate in that activity.
187
-
188
- **"Personal information" under the amended Rule (16 CFR § 312.2) includes:**
189
-
190
- | Category | Example | KidSpark Impact |
191
- |----------|---------|-----------------|
192
- | First and last name | Child's name | Required for account — collect with VPC |
193
- | Home/physical address | Street + city | **DO NOT COLLECT** unless absolutely necessary |
194
- | Online contact info | Email address | Collect parent's only; child gets system-generated username |
195
- | Screen/user name (if functions as contact info) | Username that enables direct contact | Assign non-identifiable usernames |
196
- | Telephone number | Phone | **DO NOT COLLECT** from children |
197
- | Government-issued identifiers | SSN, passport, birth certificate, state ID | **NEVER COLLECT** *(expanded in 2025 to include passport, birth cert, state ID)* |
198
- | Persistent identifiers | Cookies, IP addresses, device IDs, unique identifiers | Collect ONLY for "support for internal operations" without VPC; otherwise need VPC |
199
- | Photos/video/audio containing child's image or voice | User photos, voice recordings | Requires VPC; special rules for audio (see below) |
200
- | Geolocation (street-level) | GPS data | **DO NOT COLLECT** — Apitor was fined for this in Sept 2025 |
201
- | Biometric identifiers | Fingerprints, voiceprints, facial templates, gait patterns, DNA, iris patterns | **NEVER COLLECT** *(NEW in 2025 — explicit prohibition without VPC)* |
202
- | Combined information | Any info combined with an identifier above | Treated as personal information |
203
-
204
- ### 3.2 AI Conversation Logs — Are They "Personal Information"?
205
-
206
- **YES — with high probability.** Here's the analysis:
207
-
208
- 1. **If a child types their name, address, school, or any personal details in a chat:** Those are unambiguously personal information under COPPA, even if volunteered. The FTC FAQ (A.10) explicitly states COPPA applies even to voluntarily provided information.
209
-
210
- 2. **Conversation logs tied to a persistent account identifier:** The logs themselves become "information concerning the child ... that the operator collects online from the child and combines with an identifier" (§ 312.2(11)). This makes them personal information.
211
-
212
- 3. **AI conversation logs contain patterns of thought, interests, learning levels, and potentially identifying details** that, when tied to an account, constitute a comprehensive profile of the child.
213
-
214
- **⚠️ CRITICAL FINDING:** The FTC's commentary on the 2025 Final Rule explicitly states that disclosures of children's personal information "to train or otherwise develop artificial intelligence technologies are not integral to the website or online service and would require [separate, verifiable parental] consent." (Federal Register, April 22, 2025)
215
-
216
- **KidSpark Requirements:**
217
- - Treat ALL AI conversation logs as personal information
218
- - Apply data minimization — only retain what's necessary for the service
219
- - Include conversation log handling in the privacy policy
220
- - Get VPC before collecting
221
- - Never use conversation logs for AI training without SEPARATE explicit parental consent
222
- - Implement automatic purging based on retention policy
223
-
224
- ### 3.3 AI-Generated Images Tied to a Child's Account
225
-
226
- AI-generated images (e.g., from Spark Studio or Spark Creator) that are:
227
- - **Tied to a child's account** → Combined with a persistent identifier → personal information
228
- - **Containing a child's likeness** (e.g., if the child uploads a photo to generate from) → Photograph containing child's image → unambiguously personal information
229
- - **Generated art/content without child's likeness** but stored under their account → Still combined with an identifier → personal information under § 312.2(11)
230
-
231
- **Requirements:**
232
- - Treat all child-account-linked generated images as personal information
233
- - Include in data retention policy
234
- - Make available for parental review
235
- - Delete upon request or consent revocation
236
-
237
- ### 3.4 Usage Analytics / Telemetry
238
-
239
- **Persistent identifiers** (cookies, device IDs, analytics IDs) collected solely for "support for internal operations" are **exempt from VPC** under § 312.5(c)(7), but ONLY if used for:
240
- - Maintaining/analyzing the functioning of the service
241
- - Network communications
242
- - Authenticating users or personalizing content
243
- - Serving contextual (NOT behavioral/targeted) advertising
244
- - Frequency capping of ads
245
- - Protecting security/integrity
246
- - Ensuring legal/regulatory compliance
247
-
248
- **⚠️ CRITICAL RESTRICTION:** Even when exempt from VPC, persistent identifiers for internal operations **CANNOT** be used to:
249
- - Contact a specific individual
250
- - Serve behavioral advertising
251
- - Amass a profile on a specific individual
252
- - Any purpose other than those specifically listed
253
-
254
- **KidSpark Requirements:**
255
- - Use first-party analytics only (NO third-party analytics SDKs that track across services)
256
- - Configure analytics to avoid cross-site tracking
257
- - Do NOT use Google Analytics, Facebook Pixel, or similar tracking tools without VPC
258
- - Disclose internal operations use of persistent identifiers in online notice *(NEW — 2025 requirement)*
259
-
260
- ### 3.5 Persistent Identifiers (Cookies, Device IDs)
261
-
262
- **Can you use them?** Yes, with limitations:
263
- - **For internal operations only:** No VPC required, but must be disclosed in online notice
264
- - **For any other purpose:** VPC required
265
- - **For targeted/behavioral advertising:** **PROHIBITED** without separate VPC *(NEW — 2025)*
266
- - **For third-party sharing:** Separate VPC required *(NEW — 2025)*
267
-
268
- ---
269
-
270
- ## 4. DATA RETENTION & DELETION
271
-
272
- ### 4.1 Maximum Retention Periods
273
-
274
- The 2025 amendments (§ 312.10) now explicitly require:
275
-
276
- > "An operator of a website or online service shall retain personal information collected online from a child for **only as long as is reasonably necessary to fulfill the specific purpose(s) for which the information was collected**. ... **Personal information collected online from a child may not be retained indefinitely.**"
277
-
278
- **There is no specific maximum period set by the FTC** — it depends on the purpose. But the rule is clear:
279
- - Define the purpose
280
- - Define the timeframe
281
- - Delete when the timeframe expires
282
- - **Indefinite retention is a per se violation**
283
-
284
- **KidSpark Requirements:**
285
- - **Written data retention policy** is now MANDATORY (§ 312.10)
286
- - Policy must specify:
287
- - Purposes for which children's information is collected
288
- - Business need for retaining such information
289
- - **Specific timeframe for deletion**
290
- - Must be published as part of the online notice (hyperlink required)
291
-
292
- **Recommended Retention Periods for KidSpark:**
293
-
294
- | Data Type | Recommended Retention | Justification |
295
- |-----------|----------------------|---------------|
296
- | Account information (name, age) | Active subscription + 30 days | Account management |
297
- | AI conversation logs | 90 days rolling | Service improvement, context |
298
- | Generated images/content | Active subscription + 30 days | User access to their work |
299
- | Usage analytics (anonymized) | 12 months | Service improvement |
300
- | Payment records (parent only) | As required by financial regulations | Legal compliance |
301
- | VPC records | Duration of consent + 3 years | Compliance documentation |
302
-
303
- ### 4.2 Parental Right to Review Data
304
-
305
- Per 16 CFR § 312.6(a):
306
- - Parents have the right to **review** personal information collected from their child
307
- - The operator must provide a means for the parent to review information
308
- - Before providing access, must use **reasonable procedures to verify** the requestor is the parent (same identity verification as VPC)
309
- - Must **not condition** review access on the parent consenting to further collection
310
-
311
- ### 4.3 Parental Right to Delete Data
312
-
313
- Per 16 CFR § 312.6(a):
314
- - Parents have the right to **have deleted** the personal information collected from their child
315
- - Operator must comply with deletion requests
316
- - Deletion must use "reasonable measures to protect against unauthorized access to, or use of, the information in connection with its deletion" (§ 312.10)
317
-
318
- ### 4.4 Parental Right to Revoke Consent
319
-
320
- Per 16 CFR § 312.6(a):
321
- - Parents may **refuse to permit further use or collection** of a child's personal information
322
- - This effectively **revokes consent** going forward
323
- - The operator must honor this, which may mean terminating the child's account
324
- - Must NOT use revocation as a penalty or withhold other services as retaliation
325
-
326
- ### 4.5 Required Response Time for Deletion Requests
327
-
328
- **The COPPA Rule does not specify an exact response time.** However:
329
- - The FTC expects "reasonable" response times
330
- - **Best practice:** Acknowledge within 48 hours, complete deletion within 30 days
331
- - California's CCPA/CPRA requires response within 45 days (with possible 45-day extension)
332
- - For an AI service: consider that deletion may need to propagate through model training data, caches, and backups
333
-
334
- ### 4.6 Data Handling When Subscription Expires
335
-
336
- **COPPA requires deletion when data is no longer necessary for its purpose.**
337
- - When a subscription expires, the purpose for collection (providing the service) is no longer valid
338
- - **Recommended approach:**
339
- 1. At subscription expiration: notify parent that data will be deleted in 30 days
340
- 2. Offer parent an opportunity to download/export their child's data
341
- 3. After 30 days: delete all personal information
342
- 4. Retain only anonymized, aggregated data (if needed for analytics)
343
- 5. Retain VPC records for compliance documentation (separate from child's personal data)
344
-
345
- ---
346
-
347
- ## 5. AI-SPECIFIC COPPA CONCERNS (2025-2026)
348
-
349
- ### 5.1 FTC Guidance on AI Chatbots for Children
350
-
351
- **The FTC is treating AI chatbots for children as a top enforcement priority.**
352
-
353
- Key developments:
354
- - **September 11, 2025:** FTC launched a **Section 6(b) inquiry** into AI companion chatbots, issuing orders to seven companies seeking information on safety practices, data handling, and impacts on children and teens
355
- - **May 21, 2025:** EPIC and Fairplay filed a letter with the FTC requesting investigation of Google Gemini for potential COPPA violations related to AI services for children under 13
356
- - FTC Chairman Andrew Ferguson has stated protecting children's privacy online is a "top priority" and "day-one promise"
357
- - **December 2025:** ESRB published analysis of the "ABCs of the 2025 Privacy Playground," noting FTC's specific focus on AI chatbot data collection, usage, and retention practices
358
-
359
- **KidSpark is EXACTLY the type of service the FTC is scrutinizing.** An AI-powered service explicitly marketed to children with chatbot functionality (Spark Tutor) will be under maximum regulatory attention.
360
-
361
- ### 5.2 Can AI Models Be Trained/Fine-Tuned on Children's Interactions?
362
-
363
- **NOT without separate, explicit verifiable parental consent.**
364
-
365
- The FTC's commentary in the 2025 Final Rule is unambiguous (Federal Register, April 22, 2025):
366
-
367
- > "Disclosures of a child's personal information to third parties for monetary or other consideration, for advertising purposes, **or to train or otherwise develop artificial intelligence technologies, are not integral to the website or online service and would require consent.**"
368
-
369
- This means:
370
- - ❌ Cannot use children's conversation logs to train or fine-tune AI models without separate VPC
371
- - ❌ Cannot share children's data with third-party AI providers (e.g., OpenAI, Anthropic) for model improvement without separate VPC
372
- - ❌ Cannot use children's interactions to improve recommendation algorithms that constitute profiling
373
- - ✅ CAN use children's data to provide the service itself (e.g., maintaining conversation context within a session) with standard VPC
374
- - ⚠️ The FTC has not yet addressed how to handle AI model "unlearning" if a parent revokes consent after data was used for training
375
-
376
- **KidSpark Requirements:**
377
- - If using a third-party AI API (OpenAI, Anthropic, etc.): ensure the API provider's terms PROHIBIT using KidSpark's input data for training
378
- - Many AI providers have "zero data retention" API options — **USE THEM**
379
- - If self-hosting models: do NOT fine-tune on children's data without separate VPC
380
- - Get written contractual assurances from any AI provider about data handling
381
-
382
- ### 5.3 Voice/Audio Collection Rules
383
-
384
- Per § 312.2 (personal information definition #8): "A photograph, video, or **audio file** where such file contains a **child's image or voice**" is personal information.
385
-
386
- **2025 Amendment added specific requirements for audio (§ 312.4(d)(4) and § 312.5(c)(9)):**
387
- - If collecting audio files containing a child's voice AND no other personal information (e.g., voice commands):
388
- - May be exempt from VPC IF the audio is used solely to respond to a one-time request
389
- - Must **delete the audio file immediately** after responding to the request
390
- - Must disclose in the online notice how audio files are used and that they are deleted immediately
391
-
392
- **For KidSpark voice features:**
393
- - If implementing voice-to-text for Spark Tutor or other products:
394
- - Process voice locally or via API with zero-retention agreement
395
- - Delete audio immediately after transcription
396
- - Do NOT store voice recordings
397
- - If voice is used for biometric identification (voiceprint): requires VPC and falls under NEW biometric identifier rules
398
- - Disclose voice handling practices in privacy policy
399
-
400
- ### 5.4 Image Generation — COPPA Implications
401
-
402
- **AI-generated images of/for children:**
403
- - Images generated BY a child (prompts, creative work) → stored under account → personal information (combined with identifier)
404
- - Images generated OF a child (e.g., child uploads selfie to generate avatar) → photograph containing child's image → personal information
405
- - AI-generated images that don't depict the child → if tied to account, still personal information
406
-
407
- **Additional concerns:**
408
- - Ensure AI image generation has content safety guardrails (prevent generation of harmful/inappropriate content)
409
- - Do NOT allow children to generate realistic images of other real people
410
- - Implement content moderation for child-generated prompts
411
- - Store generated images under the data retention policy with defined deletion timelines
412
-
413
- ### 5.5 Recent FTC Enforcement Actions Against AI/Tech Companies Serving Kids (2024-2026)
414
-
415
- | Date | Company | Violation | Penalty | Key Lesson |
416
- |------|---------|-----------|---------|------------|
417
- | **Sept 2025** | **Disney** | Failed to mark child-directed YouTube videos as "Made for Kids," enabling unlawful collection of children's data for targeted advertising | **$10 million** + 10-year Audience Designation Program | Even indirect data collection (via third-party platforms) triggers COPPA |
418
- | **Sept 2025** | **Apitor Technology** | Robot toy app collected geolocation data from children via Chinese SDK without parental consent | **$500,000** (suspended) | Third-party SDKs in your app are YOUR responsibility |
419
- | **Sept 2025** | **FTC Section 6(b) inquiry** | Investigation of 7 AI companion chatbot companies | Investigation ongoing | The FTC is actively investigating AI chatbots' impact on children |
420
- | **May 2023** | **Amazon (Alexa)** | Retained children's voice recordings indefinitely; undermined parental deletion requests; used recordings to train AI | **$25 million** | ⚠️ **DIRECTLY RELEVANT** — retaining children's AI interaction data and using it for model training |
421
- | **Dec 2022** | **Epic Games (Fortnite)** | Default privacy settings exposed children; dark patterns tricked purchases | **$275 million** civil penalty + $245 million refunds | Largest COPPA penalty ever; default settings must protect children |
422
- | **2024** | **NGL Labs** | Anonymous messaging app marketed to children/teens | Settlement with FTC + LA DA | Marketing to children triggers COPPA even if ToS says "not for kids" |
423
- | **2023** | **Microsoft (Xbox)** | Collected personal info from child Xbox sign-ups without adequate VPC | **$20 million** | Large tech companies are not immune |
424
- | **2019** | **Google/YouTube** | Collected persistent identifiers from child-directed channels without consent | **$170 million** (FTC + NY AG) | Persistent identifiers on child-directed content = COPPA violation |
425
-
426
- **Pattern:** The FTC under Chairman Ferguson (2025-present) has signaled AGGRESSIVE enforcement. Penalties range from $500,000 to $275 million. AI-specific enforcement is clearly coming.
427
-
428
- ---
429
-
430
- ## 6. UPDATED COPPA RULE (APRIL 2026) — WHAT'S NEW
431
-
432
- ### 6.1 Summary of 2025 Amendments (Effective June 23, 2025; Compliance by April 22, 2026)
433
-
434
- The FTC voted **5-0** (unanimous, bipartisan) on January 16, 2025 to finalize these amendments. They were published in the Federal Register on April 22, 2025.
435
-
436
- ### 6.2 Separate Opt-In for Targeted Advertising (§ 312.5(a)(2))
437
-
438
- **THIS IS THE BIGGEST CHANGE.**
439
-
440
- - Operators must obtain **SEPARATE verifiable parental consent** before disclosing children's personal information to third parties for targeted advertising or other non-integral purposes
441
- - Parents must be given the option to consent to collection/use WITHOUT consenting to third-party disclosure
442
- - **Operators CANNOT condition access** to the service on obtaining this separate consent
443
- - This means: A child must be able to use KidSpark even if the parent declines third-party data sharing
444
-
445
- **KidSpark Impact:** Since KidSpark should NOT be doing targeted advertising to children at all, this mainly means:
446
- - Do NOT share children's data with any ad network
447
- - Do NOT implement behavioral advertising
448
- - If using any third-party service that receives children's data, get separate consent AND disclose the specific third parties
449
-
450
- ### 6.3 EdTech Provisions
451
-
452
- **The FTC ultimately decided NOT to adopt the proposed EdTech-specific amendments** from the 2024 NPRM. The Commission stated it remains concerned but declined to finalize specific EdTech provisions at this time.
453
-
454
- However, existing COPPA requirements still apply to EdTech:
455
- - Schools CAN provide consent in lieu of parents for educational purposes (per § 312.5(c)(2) and the "school official" exception from COPPA FAQ Section N)
456
- - But the operator must ensure the school's use is solely for an educational purpose
457
- - KidSpark is a **direct-to-consumer** service (not school-provided), so the school exception likely doesn't apply unless Rob also offers B2B2School licensing
458
-
459
- ### 6.4 Push Notification Rules
460
-
461
- **The FTC proposed but ultimately did NOT finalize push notification restrictions.**
462
-
463
- From the FTC's January 2025 press release: "While the Commission declined to finalize those particular proposals, the agency notes that it remains concerned about the use of push notifications and other engagement techniques to keep kids online in ways that could harm their mental health."
464
-
465
- **KidSpark Recommendation:** Even though not formally required, do NOT use manipulative push notifications for children. The FTC has signaled this may be addressed in future rulemaking or enforcement under Section 5.
466
-
467
- ### 6.5 Enhanced Security Requirements (§ 312.8(b)) — NEW
468
-
469
- Operators must now implement a **written children's personal information security program** that includes:
470
-
471
- 1. **Designated personnel:** One or more employees responsible for coordinating the security program
472
- 2. **Risk assessment:** Identify and assess internal and external risks to the confidentiality, security, and integrity of children's personal information
473
- 3. **Safeguards:** Implement and maintain safeguards to address identified risks
474
- 4. **Testing:** Regularly test the effectiveness of safeguards
475
- 5. **Annual review:** Review and update the program at least annually
476
- 6. **Third-party assurances:** Before allowing other operators, service providers, or third parties to collect/maintain children's personal information, must:
477
- - Determine they are **capable of maintaining** confidentiality, security, and integrity
478
- - Obtain **written assurances** that they will employ reasonable measures
479
-
480
- **This is modeled on the FTC's Safeguards Rule** (used for financial institutions). It's a significant new compliance burden.
481
-
482
- ### 6.6 New Data Retention Requirements (§ 312.10) — NEW
483
-
484
- - Personal information **may not be retained indefinitely** (explicit prohibition)
485
- - Must establish, implement, and maintain a **written data retention policy** that specifies:
486
- - Purposes for collecting children's personal information
487
- - Business need for retaining it
488
- - **Specific timeframe for deletion**
489
- - Must provide the retention policy in the online notice (via hyperlink)
490
- - Must delete using "reasonable measures to protect against unauthorized access"
491
-
492
- ### 6.7 Expanded Definition of Personal Information — NEW
493
-
494
- - **Biometric identifiers** added: fingerprints, handprints, retina patterns, iris patterns, genetic data (DNA), voiceprints, gait patterns, facial templates, faceprints
495
- - **Government-issued identifiers** beyond SSN: state ID card numbers, birth certificate numbers, passport numbers
496
-
497
- ### 6.8 New VPC Methods — NEW
498
-
499
- - Knowledge-based authentication
500
- - Facial recognition matching to government ID
501
- - Text message-plus (for non-disclosure scenarios)
502
- - Credit card method expanded to include any notification-providing payment system
503
-
504
- ### 6.9 Enhanced Notice Requirements — NEW
505
-
506
- - Direct notice must include third-party identities and sharing purposes
507
- - Online notice must include data retention policy
508
- - Online notice must describe internal operations use of persistent identifiers
509
- - Online notice must describe audio file handling (if applicable)
510
-
511
- ---
512
-
513
- ## 7. SAFE HARBOR PROGRAMS
514
-
515
- ### 7.1 FTC-Approved COPPA Safe Harbor Programs
516
-
517
- As of March 2026, there are **six** FTC-approved Safe Harbor programs:
518
-
519
- | Program | Approved Since | Focus Area | Website |
520
- |---------|---------------|------------|---------|
521
- | **CARU** (Children's Advertising Review Unit, BBB National Programs) | 2001 | Advertising, general children's services | bbbprograms.org |
522
- | **ESRB** (Entertainment Software Rating Board) | 2001 | Gaming, interactive entertainment | esrb.org |
523
- | **TRUSTe** (now TrustArc) | 2001 | General technology, websites | trustarc.com |
524
- | **PRIVO** | 2004 | Identity management, consent services, mobile | privo.com |
525
- | **iKeepSafe** | ~2012 | EdTech, educational services | ikeepsafe.org |
526
- | **kidSAFE** | 2014 | Children's websites and apps | kidsafeseal.com |
527
-
528
- ### 7.2 Cost and Process
529
-
530
- Safe Harbor programs do NOT publicly disclose standard pricing — costs are negotiated based on company size, number of products, and complexity. General guidance:
531
-
532
- | Program | Estimated Annual Cost | Process |
533
- |---------|----------------------|---------|
534
- | **CARU** | $5,000-$25,000+ | Compliance assessment, ongoing monitoring, annual review |
535
- | **PRIVO** | $10,000-$50,000+ (includes consent management platform) | Full audit, consent system implementation, ongoing support |
536
- | **kidSAFE** | $2,500-$15,000+ | Tiered seals (basic safety → full COPPA+), review + certification |
537
- | **iKeepSafe** | $3,000-$15,000+ | Focus on EdTech; assessment, certification, ongoing |
538
- | **ESRB** | Varies | Primarily for gaming industry |
539
- | **TrustArc** | $10,000-$50,000+ | Enterprise-focused, comprehensive platform |
540
-
541
- **Note:** All programs now must publicly disclose membership lists and submit additional reporting to the FTC under the 2025 amendments.
542
-
543
- ### 7.3 Recommended Program for KidSpark
544
-
545
- **PRIMARY RECOMMENDATION: PRIVO**
546
-
547
- Rationale:
548
- - Longest-running Safe Harbor with specific expertise in **consent management technology**
549
- - Offers actual consent management tools (not just certification) — can handle VPC flow
550
- - Strong reputation with FTC
551
- - Experience with mobile and AI-adjacent services
552
- - Provides both compliance certification AND technical solutions for parental consent
553
-
554
- **SECONDARY RECOMMENDATION: kidSAFE**
555
-
556
- Rationale:
557
- - More affordable entry point
558
- - Tiered approach allows starting with basic certification and graduating
559
- - Good for startups/smaller companies
560
- - Strong children's safety focus beyond just privacy
561
-
562
- ### 7.4 Benefits of Joining a Safe Harbor
563
-
564
- Per 16 CFR § 312.11(g): "Companies that follow an approved safe harbor program ... are deemed to be in compliance with the Rule as long as the company follows the safe harbor program's guidelines."
565
-
566
- Benefits:
567
- 1. **Regulatory shield:** Subject to Safe Harbor's review and procedures **in lieu of formal FTC investigation and enforcement actions** in most circumstances
568
- 2. **Compliance guidance:** Ongoing expert guidance on COPPA interpretation
569
- 3. **Trust signal:** Displays a recognized certification seal — builds parent trust
570
- 4. **Dispute resolution:** Provides consumer complaint handling process
571
- 5. **Proactive updates:** Safe Harbor programs must adapt to rule changes and will guide members through compliance updates
572
- 6. **Industry network:** Access to other certified companies and best practices
573
-
574
- ---
575
-
576
- ## 8. ENFORCEMENT & PENALTIES
577
-
578
- ### 8.1 Current Penalty Amounts
579
-
580
- Per FTC FAQ (Section B, Q.2) and Federal Civil Penalties Inflation Adjustment:
581
- - **Up to $53,088 per violation per day** (as of 2025, adjusted for inflation)
582
- - One source (State of Surveillance, Feb 2026) cites **$51,744 per violation per day** — the exact figure may vary by the year's inflation adjustment
583
- - Penalties are assessed per violation, per day — for a service with thousands of children, this compounds catastrophically
584
- - **Additionally:** FTC can seek equitable monetary relief for injured consumers
585
-
586
- **Example math:** If KidSpark collected data from 1,000 children without VPC for 30 days = potentially 1,000 × 30 × $53,088 = **$1.59 BILLION** in theoretical maximum penalties. Obviously the FTC has discretion, but this illustrates the severity.
587
-
588
- ### 8.2 Recent Enforcement Examples
589
-
590
- | Year | Company | Penalty | Violation |
591
- |------|---------|---------|-----------|
592
- | 2025 | Disney | $10M | Failure to mark child-directed content on third-party platform |
593
- | 2025 | Apitor | $500K (suspended) | Geolocation collection via third-party SDK without VPC |
594
- | 2023 | Amazon/Alexa | $25M | Retaining children's voice recordings; using for AI training |
595
- | 2022 | Epic Games | $275M | Default settings; dark patterns; children's privacy |
596
- | 2023 | Microsoft/Xbox | $20M | Collecting children's data without adequate VPC |
597
- | 2019 | Google/YouTube | $170M | Persistent identifiers on child-directed channels |
598
- | 2024 | NGL Labs | Settlement | Anonymous messaging app marketed to children |
599
- | 2025 | Pornhub operators | $15M | Multiple violations including child-related |
600
-
601
- ### 8.3 What Triggers an FTC Investigation
602
-
603
- - **Consumer complaints** reported via FTC.gov or (877) FTC-HELP
604
- - **Media coverage** of potential violations
605
- - **Advocacy group reports** (e.g., EPIC, Fairplay, Common Sense Media)
606
- - **Competitor complaints**
607
- - **State AG referrals**
608
- - **Proactive FTC market studies** (like the Sept 2025 Section 6(b) AI chatbot inquiry)
609
- - **Data breaches** involving children's information
610
- - **Whistleblower reports**
611
- - **Congressional inquiry**
612
-
613
- **For KidSpark specifically:** An AI service explicitly marketed to children ages 8-14 is in the FTC's direct crosshairs. The September 2025 Section 6(b) inquiry targeted EXACTLY this type of service. Rob should assume the FTC will learn about KidSpark and expect compliance.
614
-
615
- ### 8.4 State-Level Children's Privacy Laws
616
-
617
- COPPA is a **federal floor, not a ceiling.** Multiple states impose ADDITIONAL requirements:
618
-
619
- | State/Law | Key Provisions for KidSpark |
620
- |-----------|----------------------------|
621
- | **California CCPA/CPRA** | Prohibits sale/sharing of under-16 data without opt-in (under 13: parent consent; 13-15: child's own consent). Requires DPIA for processing children's data. Right to limit sensitive PI processing for under-16. |
622
- | **California Age-Appropriate Design Code Act (CAADCA)** | Requires Data Protection Impact Assessment for services likely accessed by children. Privacy settings defaulting to highest level. Enforcement currently stayed pending litigation. |
623
- | **Connecticut (SB 3)** | Age-appropriate design code; DPIA required for children's services |
624
- | **Maryland (MOPA/Age-Appropriate Design Code)** | Restricts profiling of children; data minimization; prohibits addictive design features targeting children |
625
- | **New York** | AG has independently enforced COPPA; proposed Social Media Regulation Act for children |
626
- | **Texas** | SCOPE Act — requires parental consent for social media accounts for children under 18 |
627
- | **Utah** | Social media restrictions for minors |
628
- | **Various states** | Student digital privacy laws (SOPIPA-like) — relevant if KidSpark enters education market |
629
-
630
- **KidSpark must comply with ALL applicable state laws in addition to COPPA.** Since KidSpark will be available nationally (internet service), it effectively must comply with the most restrictive state requirements.
631
-
632
- ---
633
-
634
- ## 9. KIDSPARK-SPECIFIC COMPLIANCE PLAN
635
-
636
- ### 9.1 Product-by-Product COPPA Risk Matrix
637
-
638
- #### 🎓 SPARK TUTOR (AI Tutoring)
639
-
640
- | Risk Area | Severity | Details | Required Mitigation |
641
- |-----------|----------|---------|---------------------|
642
- | AI conversation logs | **CRITICAL** | Every tutoring conversation is personal information tied to a child's account | Treat as PI; include in retention policy; 90-day auto-delete; do NOT use for AI training without separate VPC |
643
- | Learning progress data | **HIGH** | Academic performance metrics combined with identifier = PI | Minimize to what's needed; include in parental review rights |
644
- | Subject interest profiling | **HIGH** | Building profiles of a child's interests/weaknesses | Cannot be used for behavioral advertising; restrict to service delivery |
645
- | Voice input (if any) | **HIGH** | Audio containing child's voice = PI | Process locally or zero-retention API; delete immediately after transcription |
646
- | Third-party AI API | **CRITICAL** | If using OpenAI/Anthropic API, child data leaves KidSpark systems | Require zero-data-retention API tier; written contractual assurances; disclose in privacy policy |
647
-
648
- #### 🎨 SPARK STUDIO (AI Art/Creative)
649
-
650
- | Risk Area | Severity | Details | Required Mitigation |
651
- |-----------|----------|---------|---------------------|
652
- | Generated images | **HIGH** | Tied to child's account = PI | Include in retention/deletion policy; exportable by parent |
653
- | Text prompts | **HIGH** | Child's creative input = potential PI if combined with identifier | Auto-purge; don't log unnecessarily |
654
- | Uploaded photos (if any) | **CRITICAL** | Photos of child = PI; potential biometric data | Strongly consider NOT allowing photo uploads; if allowed, delete after processing |
655
- | Content safety | **HIGH** | Children could generate inappropriate content | Implement robust content moderation; block harmful prompts/outputs |
656
-
657
- #### 💻 SPARK CODE (AI Coding Assistant)
658
-
659
- | Risk Area | Severity | Details | Required Mitigation |
660
- |-----------|----------|---------|---------------------|
661
- | Code files / projects | **MEDIUM** | Code itself may not be PI unless tied to identifier | Treat as PI when stored under account; include in retention policy |
662
- | AI coding assistant logs | **HIGH** | Same as Spark Tutor conversation logs | Same mitigations as Spark Tutor |
663
- | Error/debug data | **MEDIUM** | Could contain device info | Minimize; anonymize where possible |
664
-
665
- #### 🎬 SPARK CREATOR (Content Creation)
666
-
667
- | Risk Area | Severity | Details | Required Mitigation |
668
- |-----------|----------|---------|---------------------|
669
- | Created content (videos, stories, etc.) | **HIGH** | Likely contains child's creative expression tied to account | Include in retention/deletion/export policy |
670
- | Published/shared content | **CRITICAL** | If children can share publicly, this is "making personal information publicly available" | Require parental consent for any public sharing; implement approval workflow |
671
- | Collaboration features | **HIGH** | If children interact with each other, chat/messaging = PI collection | Require VPC for any interactive features; moderate communications |
672
-
673
- #### 👥 SPARK SQUAD (Social/Collaborative)
674
-
675
- | Risk Area | Severity | Details | Required Mitigation |
676
- |-----------|----------|---------|---------------------|
677
- | User profiles | **CRITICAL** | Names, usernames, interests tied to children = PI | Use system-assigned non-identifying usernames; minimize profile info |
678
- | Messaging/chat | **CRITICAL** | Direct communication between children = online contact information | VPC required; moderation required; consider pre-approved message options only |
679
- | Group activities | **HIGH** | Participation data tied to identifiers | Minimize; auto-purge |
680
- | Friends lists | **HIGH** | Social graph of children = PI combined with identifier | Require VPC for social features; parental controls for who can connect |
681
- | Content sharing between kids | **CRITICAL** | Can result in disclosure of one child's PI to another child (who is not a parent/operator) | This may constitute "disclosure" requiring separate VPC |
682
-
683
- #### 🔬 SPARK LAB (Experiments/STEM)
684
-
685
- | Risk Area | Severity | Details | Required Mitigation |
686
- |-----------|----------|---------|---------------------|
687
- | Experiment data | **MEDIUM-HIGH** | Results tied to child's account = PI | Include in retention policy |
688
- | AI assistant interactions | **HIGH** | Same as Spark Tutor | Same mitigations |
689
- | Sensor data (if any) | **HIGH** | Could include device info, location | Don't collect; if needed, anonymize |
690
-
691
- ### 9.2 Cross-Product Compliance Requirements
692
-
693
- ALL products must implement:
694
-
695
- 1. ✅ Verifiable Parental Consent before any data collection
696
- 2. ✅ Written data retention policy with specific deletion timeframes
697
- 3. ✅ Written information security program with designated personnel
698
- 4. ✅ Parental review, deletion, and consent revocation mechanisms
699
- 5. ✅ Data minimization — collect only what's necessary for each product
700
- 6. ✅ No behavioral/targeted advertising
701
- 7. ✅ No AI training on children's data without separate VPC
702
- 8. ✅ Third-party AI provider contractual assurances (zero data retention)
703
- 9. ✅ Content moderation/safety guardrails on all AI features
704
- 10. ✅ Comprehensive online privacy policy + direct parental notice
705
- 11. ✅ Audit logging for compliance verification
706
-
707
- ---
708
-
709
- ## 10. PRE-LAUNCH LEGAL CHECKLIST
710
-
711
- ### 10.1 Everything Rob MUST Do Before Serving a Single Child
712
-
713
- #### PHASE 1: LEGAL FOUNDATION (Weeks 1-4)
714
-
715
- - [ ] **Retain a COPPA-specialist attorney** (see recommendations below)
716
- - [ ] **Conduct formal legal review** of all 6 products against COPPA requirements
717
- - [ ] **Draft comprehensive children's privacy policy** meeting ALL § 312.4(d) requirements
718
- - [ ] **Draft direct parental notice** template meeting § 312.4(c) requirements
719
- - [ ] **Draft written data retention policy** with specific timeframes per data type
720
- - [ ] **Draft written information security program** per § 312.8(b)
721
- - [ ] **Draft Terms of Service** including age restrictions and COPPA disclosures
722
- - [ ] **Review all third-party vendor contracts** for COPPA compliance assurances
723
-
724
- #### PHASE 2: TECHNICAL IMPLEMENTATION (Weeks 2-6)
725
-
726
- - [ ] **Implement age gate** at registration (neutral DOB collection, no defaults)
727
- - [ ] **Implement VPC flow** using credit card/payment method (Stripe integration)
728
- - [ ] **Build parental dashboard** for:
729
- - Reviewing child's personal information
730
- - Requesting deletion
731
- - Revoking consent
732
- - Managing permissions (e.g., opt out of third-party sharing)
733
- - [ ] **Configure AI APIs** for zero data retention (e.g., OpenAI API data policies)
734
- - [ ] **Obtain written assurances** from AI providers about data handling
735
- - [ ] **Implement data retention automation** — auto-deletion per defined timeframes
736
- - [ ] **Implement content moderation** on all AI-generated content
737
- - [ ] **Remove or disable** any third-party analytics/tracking that doesn't comply
738
- - [ ] **Implement security controls** per written security program
739
- - [ ] **Designate security program coordinator** (named individual)
740
- - [ ] **Conduct initial risk assessment** of children's data security
741
-
742
- #### PHASE 3: SAFE HARBOR & CERTIFICATION (Weeks 4-8)
743
-
744
- - [ ] **Apply to a COPPA Safe Harbor program** (recommend PRIVO or kidSAFE)
745
- - [ ] **Complete Safe Harbor compliance review process**
746
- - [ ] **Remediate any findings** from Safe Harbor review
747
- - [ ] **Obtain certification** before launch
748
-
749
- #### PHASE 4: PRE-LAUNCH VERIFICATION (Weeks 7-10)
750
-
751
- - [ ] **Attorney sign-off** on privacy policy, notices, and compliance measures
752
- - [ ] **Penetration test** focused on children's data protection
753
- - [ ] **Privacy impact assessment** for each product
754
- - [ ] **VPC flow testing** — verify parental consent works correctly
755
- - [ ] **Parental controls testing** — verify review/delete/revoke functionality
756
- - [ ] **Data deletion testing** — verify data is actually deleted (not just marked)
757
- - [ ] **Third-party audit** of security program (if resources allow)
758
- - [ ] **Staff training** on COPPA compliance (all employees handling children's data)
759
-
760
- #### PHASE 5: LAUNCH & ONGOING (Week 10+)
761
-
762
- - [ ] **Monitor FTC enforcement actions** and guidance updates monthly
763
- - [ ] **Annual security program review** (required by § 312.8(b))
764
- - [ ] **Annual data retention policy review**
765
- - [ ] **Respond to parental requests** within defined SLAs
766
- - [ ] **Maintain VPC records** as compliance documentation
767
- - [ ] **Report to Safe Harbor program** as required
768
- - [ ] **Monitor state law developments** (CCPA/CPRA, CAADCA, etc.)
769
-
770
- ### 10.2 Attorney Recommendations (COPPA Specialists)
771
-
772
- Rob should retain counsel with **specific COPPA experience.** Recommended firms/practices:
773
-
774
- 1. **Hunton Andrews Kurth** — Leading children's privacy practice; regularly publishes COPPA guidance; handles major COPPA matters
775
- - Contact: privacy@HuntonAK.com
776
- - Website: hunton.com/en/services/Privacy-and-Cybersecurity/Childrens-Privacy
777
-
778
- 2. **Davis Wright Tremaine** — Active COPPA practice; published detailed analysis of 2025 amendments
779
- - Website: dwt.com (Privacy & Security Law Blog)
780
-
781
- 3. **Akin Gump** — Published comprehensive analysis of COPPA AI training requirements; AI-specific expertise
782
- - Website: akingump.com (AG Data Dive blog)
783
-
784
- 4. **Loeb & Loeb** — Strong children's advertising and COPPA practice
785
- - Website: loeb.com
786
-
787
- 5. **Richt Law Firm** — Boutique firm specializing specifically in COPPA compliance
788
- - Website: richtfirm.com
789
-
790
- 6. **PRIVO** (non-law-firm option) — Not a law firm, but their compliance team provides expert COPPA guidance as part of Safe Harbor certification
791
-
792
- **Budget estimate:** Initial legal review and policy drafting: $15,000-$40,000. Ongoing counsel: $5,000-$15,000/year. This is NON-NEGOTIABLE for a business serving children.
793
-
794
- ### 10.3 Timeline to Compliance
795
-
796
- | Week | Milestone | Status |
797
- |------|-----------|--------|
798
- | 1 | Retain COPPA attorney | ⬜ Not started |
799
- | 1-2 | Initial legal consultation and product review | ⬜ Not started |
800
- | 2-4 | Draft all policies (privacy, retention, security) | ⬜ Not started |
801
- | 2-6 | Technical implementation (age gate, VPC, parental dashboard) | ⬜ Not started |
802
- | 4-6 | Apply to Safe Harbor program | ⬜ Not started |
803
- | 4-8 | Complete Safe Harbor review process | ⬜ Not started |
804
- | 6-8 | Vendor contract reviews and written assurances | ⬜ Not started |
805
- | 8-10 | Testing, attorney sign-off, security assessment | ⬜ Not started |
806
- | 10+ | Launch (only after ALL items complete) | ⬜ Not started |
807
-
808
- **Minimum realistic timeline: 10-14 weeks from start to compliant launch**
809
-
810
- ---
811
-
812
- ## APPENDIX A: KEY REGULATORY CITATIONS
813
-
814
- | Citation | Description |
815
- |----------|-------------|
816
- | 15 U.S.C. § 6501 et seq. | Children's Online Privacy Protection Act (COPPA) statute |
817
- | 16 CFR Part 312 | COPPA Rule (as amended) |
818
- | 16 CFR § 312.2 | Definitions (personal information, child, operator, etc.) |
819
- | 16 CFR § 312.3 | Prohibition on unfair/deceptive practices |
820
- | 16 CFR § 312.4 | Notice requirements (online + direct notice) |
821
- | 16 CFR § 312.5 | Parental consent requirements + approved methods |
822
- | 16 CFR § 312.6 | Parental access/deletion rights |
823
- | 16 CFR § 312.7 | Data minimization |
824
- | 16 CFR § 312.8 | Confidentiality, security, and integrity + written security program |
825
- | 16 CFR § 312.10 | Data retention + written retention policy |
826
- | 16 CFR § 312.11 | Safe Harbor programs |
827
- | Federal Register Vol. 90, No. 77 (April 22, 2025) | 2025 Final Rule amendments |
828
- | FTC COPPA FAQ (updated July 22, 2025) | Official FTC staff guidance |
829
-
830
- ## APPENDIX B: KEY FTC CONTACTS
831
-
832
- - **COPPA Hotline:** CoppaHotLine@ftc.gov
833
- - **FTC Children's Privacy Page:** ftc.gov/business-guidance/privacy-security/childrens-privacy
834
- - **Report violations:** reportfraud.ftc.gov or (877) FTC-HELP
835
-
836
- ---
837
-
838
- ## APPENDIX C: RISK SEVERITY SUMMARY
839
-
840
- | Risk Level | Count | Top Risks |
841
- |------------|-------|-----------|
842
- | 🔴 CRITICAL | 8 | AI conversation logs as PI; third-party AI API data handling; AI training on children's data; public content sharing; messaging between children; VPC implementation; written security program; compliance deadline |
843
- | 🟠 HIGH | 12 | Learning data profiling; generated images; voice input; content moderation; friends lists; analytics tracking; vendor contracts; data retention automation; social features; uploaded photos; audio handling; cross-state compliance |
844
- | 🟡 MEDIUM | 4 | Code files; experiment data; error/debug data; anonymized analytics |
845
-
846
- ---
847
-
848
- ## FINAL ASSESSMENT
849
-
850
- **KidSpark AI faces EXTREME regulatory risk if not COPPA-compliant at launch.**
851
-
852
- The convergence of three factors makes this the highest-risk launch scenario I can identify:
853
-
854
- 1. **The service is unambiguously directed to children** — there is no "mixed audience" argument, no "we didn't know" defense
855
- 2. **AI-powered services for children are under active FTC investigation** (September 2025 Section 6(b) inquiry into AI companion chatbots)
856
- 3. **The compliance deadline for the most significant COPPA update in 12 years is April 22, 2026** — enforcement will be heightened
857
-
858
- **Rob must not launch any KidSpark product until ALL items in the Pre-Launch Legal Checklist are complete.** The penalties for non-compliance ($53,088+ per violation per day) could be company-ending. A single complaint from a parent or advocacy group could trigger an investigation.
859
-
860
- **The good news:** COPPA compliance is achievable. The requirements are well-defined. With proper legal counsel, a Safe Harbor certification, and disciplined engineering practices, KidSpark can be fully compliant. But it requires doing the work BEFORE launch, not after.
861
-
862
- ---
863
-
864
- *This document is prepared for informational purposes to brief legal counsel. It is not legal advice. Rob should retain a COPPA-specialist attorney to validate all findings and provide binding legal guidance.*
865
-
866
- *Prepared by Selena, Security Engineering — March 28, 2026*