code-ai-installer 4.0.0 → 4.0.1-a

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 (471) hide show
  1. package/README.md +83 -67
  2. package/dist/index.js +2 -0
  3. package/dist/mcp/audit_ledger.d.ts +12 -0
  4. package/dist/mcp/audit_ledger.js +82 -0
  5. package/dist/mcp/cli.js +7 -1
  6. package/dist/mcp/config.d.ts +23 -0
  7. package/dist/mcp/config.js +36 -0
  8. package/dist/mcp/index.d.ts +1 -2
  9. package/dist/mcp/index.js +1 -2
  10. package/dist/mcp/paths.d.ts +20 -2
  11. package/dist/mcp/paths.js +29 -5
  12. package/dist/mcp/proposal_dedup.d.ts +32 -0
  13. package/dist/mcp/proposal_dedup.js +102 -0
  14. package/dist/mcp/proposal_store.d.ts +18 -0
  15. package/dist/mcp/proposal_store.js +74 -0
  16. package/dist/mcp/scorecard.d.ts +140 -0
  17. package/dist/mcp/scorecard.js +103 -0
  18. package/dist/mcp/skill_invocations.d.ts +15 -0
  19. package/dist/mcp/skill_invocations.js +28 -0
  20. package/dist/mcp/task_state.d.ts +77 -2
  21. package/dist/mcp/tools/_subprocess.d.ts +16 -0
  22. package/dist/mcp/tools/_subprocess.js +56 -0
  23. package/dist/mcp/tools/advance_gate.js +2 -2
  24. package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
  25. package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
  26. package/dist/mcp/tools/apply_diff.d.ts +2 -0
  27. package/dist/mcp/tools/apply_diff.js +29 -0
  28. package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
  29. package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
  30. package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
  31. package/dist/mcp/tools/audit_budget_compliance.js +172 -0
  32. package/dist/mcp/tools/build.d.ts +2 -0
  33. package/dist/mcp/tools/build.js +47 -0
  34. package/dist/mcp/tools/check_lint.d.ts +2 -0
  35. package/dist/mcp/tools/check_lint.js +23 -0
  36. package/dist/mcp/tools/classify_gate.js +2 -2
  37. package/dist/mcp/tools/current_gate.js +2 -2
  38. package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
  39. package/dist/mcp/tools/dependency_supply_chain.js +59 -0
  40. package/dist/mcp/tools/docker_compose.d.ts +2 -0
  41. package/dist/mcp/tools/docker_compose.js +24 -0
  42. package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
  43. package/dist/mcp/tools/e2e_playwright.js +88 -0
  44. package/dist/mcp/tools/get_skill.js +17 -0
  45. package/dist/mcp/tools/git_commit.d.ts +2 -0
  46. package/dist/mcp/tools/git_commit.js +30 -0
  47. package/dist/mcp/tools/list_proposals.d.ts +6 -0
  48. package/dist/mcp/tools/list_proposals.js +16 -0
  49. package/dist/mcp/tools/list_skills.js +9 -1
  50. package/dist/mcp/tools/load_role.d.ts +3 -4
  51. package/dist/mcp/tools/load_role.js +11 -13
  52. package/dist/mcp/tools/propose_change.d.ts +8 -0
  53. package/dist/mcp/tools/propose_change.js +36 -0
  54. package/dist/mcp/tools/record_decision.js +25 -25
  55. package/dist/mcp/tools/review_proposal.d.ts +17 -0
  56. package/dist/mcp/tools/review_proposal.js +99 -0
  57. package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
  58. package/dist/mcp/tools/run_drift_audit.js +79 -0
  59. package/dist/mcp/tools/run_tests.d.ts +2 -0
  60. package/dist/mcp/tools/run_tests.js +92 -0
  61. package/dist/mcp/tools/sign_off.js +14 -2
  62. package/dist/mcp/tools/stubs.js +30 -9
  63. package/dist/mcp/tools/verify_claim.js +33 -6
  64. package/dist/mcp_setup.d.ts +8 -0
  65. package/dist/mcp_setup.js +4 -1
  66. package/dist/shared/frontmatter.d.ts +44 -2
  67. package/dist/shared/frontmatter.js +54 -6
  68. package/dist/shared/index.d.ts +0 -5
  69. package/dist/shared/index.js +0 -5
  70. package/dist/shared/persona.d.ts +2 -2
  71. package/dist/shared/persona.js +1 -1
  72. package/dist/shared/pipeline.d.ts +46 -1
  73. package/dist/shared/tools.d.ts +1382 -16
  74. package/dist/shared/tools.js +229 -0
  75. package/dist/shared/vocabulary.d.ts +99 -4
  76. package/dist/shared/vocabulary.js +94 -5
  77. package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
  78. package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
  79. package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
  80. package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
  81. package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
  82. package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
  83. package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
  84. package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
  85. package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
  86. package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
  87. package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
  88. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
  89. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
  90. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
  91. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
  92. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
  93. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
  94. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
  95. package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
  96. package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
  97. package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
  98. package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
  99. package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
  100. package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
  101. package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
  102. package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
  103. package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
  104. package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
  105. package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
  106. package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
  107. package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
  108. package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
  109. package/domains/analytics/AGENTS.md +1 -0
  110. package/domains/analytics/agents/auditor.md +76 -0
  111. package/domains/analytics/agents/conductor.md +11 -0
  112. package/domains/analytics/agents/data_analyst.md +11 -0
  113. package/domains/analytics/agents/designer.md +11 -0
  114. package/domains/analytics/agents/interviewer.md +11 -0
  115. package/domains/analytics/agents/layouter.md +11 -0
  116. package/domains/analytics/agents/mediator.md +11 -0
  117. package/domains/analytics/agents/researcher.md +11 -0
  118. package/domains/analytics/agents/strategist.md +11 -0
  119. package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
  120. package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
  121. package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
  122. package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
  123. package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
  124. package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
  125. package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
  126. package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
  127. package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
  128. package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
  129. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
  130. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
  131. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
  132. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
  133. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
  134. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
  135. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
  136. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
  137. package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
  138. package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
  139. package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
  140. package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
  141. package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
  142. package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
  143. package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
  144. package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
  145. package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
  146. package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
  147. package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
  148. package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
  149. package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
  150. package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
  151. package/domains/analytics/locales/en/AGENTS.md +1 -0
  152. package/domains/analytics/locales/en/agents/auditor.md +76 -0
  153. package/domains/analytics/locales/en/agents/conductor.md +27 -0
  154. package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
  155. package/domains/analytics/locales/en/agents/designer.md +27 -0
  156. package/domains/analytics/locales/en/agents/interviewer.md +11 -0
  157. package/domains/analytics/locales/en/agents/layouter.md +11 -0
  158. package/domains/analytics/locales/en/agents/mediator.md +11 -0
  159. package/domains/analytics/locales/en/agents/researcher.md +11 -0
  160. package/domains/analytics/locales/en/agents/strategist.md +11 -0
  161. package/domains/analytics/persona/persona-base.md +94 -0
  162. package/domains/analytics/pipeline.yaml +102 -0
  163. package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
  164. package/domains/content/.agents/skills/board/SKILL.md +20 -0
  165. package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
  166. package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
  167. package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
  168. package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
  169. package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
  170. package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
  171. package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
  172. package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
  173. package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
  174. package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
  175. package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
  176. package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
  177. package/domains/content/.agents/skills/gates/SKILL.md +20 -0
  178. package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
  179. package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
  180. package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
  181. package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
  182. package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
  183. package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
  184. package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
  185. package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
  186. package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
  187. package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
  188. package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
  189. package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
  190. package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
  191. package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
  192. package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
  193. package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
  194. package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
  195. package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
  196. package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
  197. package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
  198. package/domains/content/AGENTS.md +4 -0
  199. package/domains/content/agents/auditor.md +76 -0
  200. package/domains/content/agents/conductor.md +11 -0
  201. package/domains/content/agents/copywriter.md +11 -0
  202. package/domains/content/agents/researcher.md +11 -0
  203. package/domains/content/agents/reviewer.md +11 -0
  204. package/domains/content/agents/strategist.md +11 -0
  205. package/domains/content/agents/visual_concept.md +11 -0
  206. package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
  207. package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
  208. package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
  209. package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
  210. package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
  211. package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
  212. package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
  213. package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
  214. package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
  215. package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
  216. package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
  217. package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
  218. package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
  219. package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
  220. package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
  221. package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
  222. package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
  223. package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
  224. package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
  225. package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
  226. package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
  227. package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
  228. package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
  229. package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
  230. package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
  231. package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
  232. package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
  233. package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
  234. package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
  235. package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
  236. package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
  237. package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
  238. package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
  239. package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
  240. package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
  241. package/domains/content/locales/en/AGENTS.md +4 -0
  242. package/domains/content/locales/en/agents/auditor.md +76 -0
  243. package/domains/content/locales/en/agents/conductor.md +12 -0
  244. package/domains/content/locales/en/agents/copywriter.md +12 -0
  245. package/domains/content/locales/en/agents/researcher.md +12 -0
  246. package/domains/content/locales/en/agents/reviewer.md +12 -0
  247. package/domains/content/locales/en/agents/strategist.md +12 -0
  248. package/domains/content/locales/en/agents/visual_concept.md +12 -0
  249. package/domains/content/persona/persona-base.md +94 -0
  250. package/domains/content/pipeline.yaml +96 -0
  251. package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
  252. package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
  253. package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
  254. package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
  255. package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
  256. package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
  257. package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
  258. package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
  259. package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
  260. package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
  261. package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
  262. package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
  263. package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
  264. package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
  265. package/domains/development/AGENTS.md +1 -0
  266. package/domains/development/AGENTS.yaml +1 -0
  267. package/domains/development/agents/architect.md +13 -1
  268. package/domains/development/agents/auditor.md +74 -0
  269. package/domains/development/agents/conductor.md +14 -3
  270. package/domains/development/agents/devops.md +8 -9
  271. package/domains/development/agents/reviewer.md +12 -0
  272. package/domains/development/agents/senior_full_stack.md +12 -0
  273. package/domains/development/agents/tester.md +10 -16
  274. package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
  275. package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
  276. package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
  277. package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
  278. package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
  279. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
  280. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
  281. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
  282. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
  283. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
  284. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
  285. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
  286. package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
  287. package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
  288. package/domains/development/locales/en/AGENTS.md +5 -0
  289. package/domains/development/locales/en/AGENTS.yaml +1 -0
  290. package/domains/development/locales/en/agents/architect.md +13 -1
  291. package/domains/development/locales/en/agents/auditor.md +74 -0
  292. package/domains/development/locales/en/agents/conductor.md +14 -3
  293. package/domains/development/locales/en/agents/devops.md +8 -9
  294. package/domains/development/locales/en/agents/reviewer.md +12 -0
  295. package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
  296. package/domains/development/locales/en/agents/tester.md +10 -16
  297. package/domains/development/persona/persona-base.md +94 -0
  298. package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
  299. package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
  300. package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
  301. package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
  302. package/domains/product/.agents/skills/board/SKILL.md +24 -0
  303. package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
  304. package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
  305. package/domains/product/.agents/skills/gates/SKILL.md +470 -446
  306. package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
  307. package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
  308. package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
  309. package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
  310. package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
  311. package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
  312. package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
  313. package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
  314. package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
  315. package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
  316. package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
  317. package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
  318. package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
  319. package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
  320. package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
  321. package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
  322. package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
  323. package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
  324. package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
  325. package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
  326. package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
  327. package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
  328. package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
  329. package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
  330. package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
  331. package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
  332. package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
  333. package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
  334. package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
  335. package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
  336. package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
  337. package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
  338. package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
  339. package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
  340. package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
  341. package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
  342. package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
  343. package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
  344. package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
  345. package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
  346. package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
  347. package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
  348. package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
  349. package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
  350. package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
  351. package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
  352. package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
  353. package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
  354. package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
  355. package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
  356. package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
  357. package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
  358. package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
  359. package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
  360. package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
  361. package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
  362. package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
  363. package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
  364. package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
  365. package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
  366. package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
  367. package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
  368. package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
  369. package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
  370. package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
  371. package/domains/product/AGENTS.md +5 -0
  372. package/domains/product/AGENTS.yaml +1 -0
  373. package/domains/product/agents/auditor.md +76 -0
  374. package/domains/product/agents/conductor.md +11 -0
  375. package/domains/product/agents/data_analyst.md +11 -0
  376. package/domains/product/agents/designer.md +11 -0
  377. package/domains/product/agents/discovery.md +11 -0
  378. package/domains/product/agents/layouter.md +11 -0
  379. package/domains/product/agents/mediator.md +11 -0
  380. package/domains/product/agents/pm.md +11 -0
  381. package/domains/product/agents/product_strategist.md +11 -0
  382. package/domains/product/agents/tech_lead.md +11 -0
  383. package/domains/product/agents/ux_designer.md +11 -0
  384. package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
  385. package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
  386. package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
  387. package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
  388. package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
  389. package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
  390. package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
  391. package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
  392. package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
  393. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
  394. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
  395. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
  396. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
  397. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
  398. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
  399. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
  400. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
  401. package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
  402. package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
  403. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
  404. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
  405. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
  406. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
  407. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
  408. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
  409. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
  410. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
  411. package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
  412. package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
  413. package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
  414. package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
  415. package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
  416. package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
  417. package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
  418. package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
  419. package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
  420. package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
  421. package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
  422. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
  423. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
  424. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
  425. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
  426. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
  427. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
  428. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
  429. package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
  430. package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
  431. package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
  432. package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
  433. package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
  434. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
  435. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
  436. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
  437. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
  438. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
  439. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
  440. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
  441. package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
  442. package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
  443. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
  444. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
  445. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
  446. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
  447. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
  448. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
  449. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
  450. package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
  451. package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
  452. package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
  453. package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
  454. package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
  455. package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
  456. package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
  457. package/domains/product/locales/en/AGENTS.md +5 -0
  458. package/domains/product/locales/en/agents/auditor.md +76 -0
  459. package/domains/product/locales/en/agents/conductor.md +11 -0
  460. package/domains/product/locales/en/agents/data_analyst.md +11 -0
  461. package/domains/product/locales/en/agents/designer.md +11 -0
  462. package/domains/product/locales/en/agents/discovery.md +11 -0
  463. package/domains/product/locales/en/agents/layouter.md +11 -0
  464. package/domains/product/locales/en/agents/mediator.md +11 -0
  465. package/domains/product/locales/en/agents/pm.md +11 -0
  466. package/domains/product/locales/en/agents/product_strategist.md +11 -0
  467. package/domains/product/locales/en/agents/tech_lead.md +11 -0
  468. package/domains/product/locales/en/agents/ux_designer.md +11 -0
  469. package/domains/product/persona/persona-base.md +94 -0
  470. package/domains/product/pipeline.yaml +115 -0
  471. package/package.json +72 -70
@@ -1,6 +1,23 @@
1
1
  ---
2
2
  name: release-notes
3
3
  description: B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps
4
+ type: triggered
5
+ domain: product
6
+ owners:
7
+ - pm
8
+ gates:
9
+ - PM
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - "release-notes"
14
+ - "release notes"
15
+ - "changelog"
16
+ - "что нового"
17
+ related:
18
+ - release-notes-reference
19
+ budget_lines: 259
20
+ schema_version: 1
4
21
  ---
5
22
  # Release Notes (B2B SaaS)
6
23
 
@@ -239,261 +256,4 @@ Format: release notes markdown / HTML page. Via `$handoff`.
239
256
 
240
257
  ## Template
241
258
 
242
- ```markdown
243
- # Release Notes — v[X.Y.Z] ([Month Day, Year])
244
-
245
- ## TL;DR
246
- - ✨ [Top feature 1]
247
- - ⚡ [Top improvement]
248
- - 🔐 [Security/compliance]
249
- - ⚠️ [Breaking change if applicable]
250
-
251
- ## ✨ New Features
252
-
253
- ### [Feature Name]
254
- [2-sentence description]
255
-
256
- **Why it matters:** [Customer benefit]
257
- **How to use:** [Quick steps + docs link]
258
- **Available for:** [Plan / segment]
259
-
260
- ---
261
-
262
- ## ⚡ Improvements
263
- - [One-liner improvement]
264
- - [One-liner]
265
-
266
- ## ⚠️ Breaking Changes
267
- ### [Change title]
268
- - **Timeline:** [dates]
269
- - **Why:** [rationale]
270
- - **Migration:** [steps + link]
271
- - **Help:** [contact]
272
-
273
- ## 📉 Deprecations
274
- - [Feature] — deprecated [date], removal [date]. Use [alternative] instead.
275
-
276
- ## 🐛 Bug Fixes
277
- - Fixed: [customer-observable description]
278
-
279
- ## ⚠️ Known Issues
280
- - [Issue]: [workaround if any]. Expected fix: [when]
281
-
282
- ## 📚 Learn More
283
- - [Documentation]
284
- - [Video walkthrough]
285
- - [Blog post]
286
- ```
287
-
288
- ## Worked Example — TeamFlow Release Notes: AI Summarization GA
289
-
290
- ```markdown
291
- # TeamFlow Release Notes — v3.8.0 "AI Summarization GA" (June 30, 2026)
292
-
293
- ## 🎉 TL;DR
294
-
295
- - ✨ **NEW: AI-Assisted 1:1 Summarization** — Team Tier (+$8/seat/month premium) launches GA. Managers save 3+ hours per week; action items stop falling through the cracks.
296
- - 📊 **NEW: Aggregate 1:1 Dashboard** (Enterprise Tier) — VP HR / CPO dashboards for 1:1 cadence and team health at org level.
297
- - 🔐 **SECURITY: SOC 2 Type II extended** to cover AI features. Privacy architecture documented and publicly attested.
298
- - ⚠️ **PRICING: New «Team Tier»** introduced at $23/seat/mo (existing Core tier unchanged). Migration tools included.
299
- - 💼 **NEW: SSO SCIM provisioning** (Enterprise Tier) — fully automated user provisioning from Okta/Azure AD.
300
-
301
- ---
302
-
303
- ## ✨ New Features
304
-
305
- ### AI-Assisted 1:1 Summarization (Team Tier)
306
-
307
- Run your 1:1 normally. TeamFlow AI captures the conversation (opt-in per meeting), generates a structured summary within 60 seconds of meeting end, and extracts action items with confidence scoring. Review, edit inline, and approve — action items automatically surface before your next 1:1.
308
-
309
- **Why it matters:** Managers with 5+ direct reports save an average of 3 hours per week on 1:1 admin overhead. Action items completion rate lifts from 60% (manual baseline) to 75%+ in beta customers. Managers report feeling «more present» in conversations.
310
-
311
- **How to use:** Go to Settings → AI Features → Enable for your team. Toggle «Use AI» on any upcoming 1:1 meeting page. [Full getting started guide]
312
-
313
- **Available for:** Team Tier accounts ($23/seat/mo, +$8 from Core tier). 30-day free trial available for Core customers.
314
-
315
- **Privacy-first:**
316
- - Opt-in per meeting (you control which 1:1s use AI)
317
- - Zero data retention with LLM providers (OpenAI / Anthropic zero-retention API tiers)
318
- - Per-customer encryption keys (BYOK for Enterprise)
319
- - Full audit log of all AI operations
320
- - Regional endpoints (US / EU data stays in region)
321
-
322
- ---
323
-
324
- ### Aggregate 1:1 Dashboard (Enterprise Tier)
325
-
326
- New dashboard for VP People / CPO users showing 1:1 cadence, action items velocity, and team health scores at org and team level. Privacy-preserving — aggregate only, no content surfaced.
327
-
328
- **Why it matters:** First time People leaders have measurable data on manager effectiveness at scale. Tie retention, engagement outcomes back to 1:1 practice patterns — data you can bring to ELT discussions.
329
-
330
- **How to use:** Contact your CSM for Enterprise tier upgrade. Dashboard becomes available post-upgrade within 48 hours (requires data pipeline provisioning).
331
-
332
- **Available for:** Enterprise Tier accounts ($50+/seat, negotiated).
333
-
334
- ---
335
-
336
- ### SSO SCIM Provisioning (Enterprise Tier)
337
-
338
- Fully automated user provisioning, updating, and deprovisioning from your IdP (Okta, Azure AD, Google Workspace). No more manual user additions or orphan accounts after employees leave.
339
-
340
- **Why it matters:** Eliminates the #1 Enterprise customer complaint — manual user management at scale. Your IT team will love you.
341
-
342
- **Available for:** Enterprise Tier.
343
-
344
- ---
345
-
346
- ## ⚡ Improvements
347
-
348
- - **Faster dashboard loads** — OKR dashboard loads 40% faster with new query optimization (p95 dropped from 1.2s to 0.7s).
349
- - **Search now supports wildcards** — find teams with «eng*» or action items containing «*budget*».
350
- - **Export to CSV** now includes all filter fields (previously lost advanced filters on export).
351
- - **Keyboard shortcuts for power users** — press `?` to see the list; `J`/`K` for navigation between 1:1s; `G` + `D` for dashboard.
352
- - **1:1 history filter by «open action items»** — spot incomplete commitments during review cycles.
353
-
354
- ---
355
-
356
- ## ⚠️ Breaking Changes
357
-
358
- ### API v1 Deprecation — Action Required by December 31, 2026
359
-
360
- The v1 REST API will be retired on **December 31, 2026**. After this date, v1 endpoints return HTTP 410 Gone.
361
-
362
- **Why:** v2 API provides:
363
- - 10× better performance (p95 50ms vs 400ms)
364
- - Clearer error responses with structured codes
365
- - Full pagination support (v1 returns max 100 items)
366
- - AI endpoints (`/v2/ai/*`) available only in v2
367
-
368
- **Who's affected:** Approximately 250 customers with active v1 API integrations. Audit your usage at Settings → API → Usage Report.
369
-
370
- **Migration steps:**
371
- 1. Review v1 → v2 migration guide: [link]
372
- 2. Update client SDKs:
373
- - JavaScript: `npm update @teamflow/sdk@2.x`
374
- - Python: `pip install --upgrade teamflow-sdk>=2.0`
375
- - Ruby: `gem update teamflow`
376
- 3. Run migration assistant (new tool): `teamflow-cli migrate-v2 --dry-run`
377
- 4. Test in staging environment using `--env=staging` flag
378
- 5. Deploy to production before December 31
379
-
380
- **Help available:**
381
- - Email api-support@teamflow.com for a personalized migration call
382
- - Office hours Tuesdays 10am PT through Q4 2026 (book: [link])
383
- - Documentation + worked examples: [migration guide]
384
-
385
- **Timeline:**
386
- - June 30, 2026: v2 API GA (today); v1 marked deprecated
387
- - September 30, 2026: Migration assistant released
388
- - December 31, 2026: v1 retired
389
-
390
- ---
391
-
392
- ## 📉 Deprecations
393
-
394
- - **Legacy «Simple» onboarding flow** — deprecated June 30, 2026; removed December 31, 2026. Use new «Guided» onboarding flow (default for new customers since March 2026). Settings migration automatic.
395
- - **Per-seat «Basic AI» legacy flag** — deprecated June 30, 2026. Superseded by full AI Tier features. Customers on internal «Basic AI» flag (approximately 12 beta customers) auto-migrated to Team Tier with 90-day price protection.
396
-
397
- ---
398
-
399
- ## 🐛 Bug Fixes
400
-
401
- - **Fixed:** Action items containing special characters («é», «ñ», emoji) now export correctly to CSV (previously garbled).
402
- - **Fixed:** 1:1 meeting notes no longer lose formatting when scheduled recurring meetings trigger (affected ~3% of users).
403
- - **Fixed:** OKR dashboard correctly shows «At Risk» status for goals < 50% complete within 2 weeks of due date (previously showed «On Track» incorrectly).
404
- - **Fixed:** Calendar integration properly handles time zone changes during daylight saving transitions.
405
- - **Fixed:** Slack notifications respect user's quiet hours (previously fired during set «do not disturb» periods).
406
- - **Fixed:** Performance review reminders do not send to employees on sabbatical / parental leave (if status is marked).
407
-
408
- ---
409
-
410
- ## ⚠️ Known Issues
411
-
412
- - **Mobile experience for AI Summary review:** Functional but not optimized. Edits require desktop for best UX. Expected fix: Q4 2026 (native mobile app).
413
- - **AI summarization for meetings > 2 hours:** Summary quality degrades for ultra-long meetings. Workaround: schedule recap segments shorter. Expected fix: Q3 2026.
414
- - **Action items extraction for non-English content:** English-only until Q4 2026 release of multi-language support. Non-English content marked with note.
415
- - **Occasional LLM provider failover delay:** Rarely (<0.1% of meetings), failover from primary to secondary provider adds 30-45 seconds. Resolution: architecture improvement in Q3.
416
-
417
- ---
418
-
419
- ## 📊 What's Changed for Admins / IT
420
-
421
- ### New Admin Settings
422
-
423
- - **AI Features policy** (Settings → Admin → AI Features):
424
- - «Disabled org-wide» (no AI access for any user)
425
- - «Enabled — per-manager opt-in» (default — managers choose per meeting)
426
- - «Enabled — default on for new managers»
427
- - **Data retention controls:** Choose 30 / 90 / 365 / 730 days for AI-generated summaries
428
- - **Regional data preference:** Choose data processing region (US / EU / APAC)
429
-
430
- ### New Compliance Artifacts Available
431
-
432
- - **SOC 2 Type II attestation (extended to AI features):** Available to Enterprise customers in Trust Center
433
- - **Data Processing Agreement (updated for AI):** Sent to all Enterprise customers May 30, 2026
434
- - **Subprocessor list (updated):** Now lists OpenAI and Anthropic as AI providers
435
-
436
- ### Security Notes
437
-
438
- - Audit logs now include AI operations (generate / edit / approve / delete summaries)
439
- - BYOK (Bring Your Own Key) encryption available for Enterprise tier (contact CSM to configure)
440
- - Zero data retention contractual commitments signed with LLM providers
441
-
442
- ---
443
-
444
- ## 💼 For Sales and Customer Success Teams
445
-
446
- (Internal section — also shared with customers via their CSM)
447
-
448
- ### Messaging Cheatsheet
449
-
450
- **Core → Team Tier upsell pitch:**
451
- «The biggest change in performance management in 10 years just shipped. Your managers get 3 hrs/week back, action items stop falling through. Team Tier +$8/seat includes AI Summarization, Action Items Reminders, and auto-Extraction. 30-day trial if you want to test drive.»
452
-
453
- **Mid-market/Enterprise pitch:**
454
- «Beyond manager productivity, Enterprise Tier now includes Aggregate 1:1 Dashboard — the first measurable view of manager effectiveness across your org. Show your Board that your People investments drive retention. Combined with our new SSO SCIM, procurement says yes.»
455
-
456
- ### Objection Handling (top 3)
457
-
458
- | Objection | Response |
459
- |-----------|----------|
460
- | «Privacy concerns with AI» | «Zero data retention, SOC 2 Type II attested, BYOK for enterprise. We have public documentation + audit reports.» |
461
- | «$8/seat premium too expensive» | «ROI is 45× — 3 hrs/week × 200 managers × $150/hr blended cost = your monthly premium pays in first week.» |
462
- | «What if AI generates wrong summary?» | «Manager reviews and edits before approval — this is assisted, not autonomous. We track edit rate; current beta shows 30% of summaries are edited, meaning the other 70% are accepted as-is.» |
463
-
464
- ---
465
-
466
- ## 📚 Learn More
467
-
468
- - **Blog post:** [«Introducing TeamFlow AI — The First AI-Native People Ops Platform»](https://blog.teamflow.com/ai-summarization-launch)
469
- - **Video walkthrough (3 min):** [YouTube link]
470
- - **Documentation:** [docs.teamflow.com/ai](https://docs.teamflow.com/ai)
471
- - **Webinar:** «AI in People Operations — What this means for your 2026 strategy», July 15, 2026, 1pm ET — [Register]
472
- - **Migration guide for v1 → v2 API:** [api-migration link]
473
- - **Trust Center:** [trust.teamflow.com](https://trust.teamflow.com) — SOC 2 Type II reports + subprocessor list
474
-
475
- ---
476
-
477
- ## 💬 Feedback
478
-
479
- Your feedback makes TeamFlow better. Share:
480
- - **Bugs / issues:** support@teamflow.com
481
- - **Feature requests:** feedback@teamflow.com
482
- - **Customer advisory participation:** cab@teamflow.com
483
-
484
- Thank you for 5 years of building TeamFlow together. AI Summarization is the biggest leap we've taken — it wouldn't be possible without your feedback throughout discovery.
485
-
486
- — The TeamFlow Team
487
-
488
- ---
489
-
490
- ## Release Metadata
491
-
492
- - **Version:** 3.8.0
493
- - **Release date:** June 30, 2026
494
- - **Previous version:** 3.7.2 (May 27, 2026)
495
- - **Next planned release:** 3.9.0 targeted late July 2026 (AI tier iteration + mobile improvements)
496
- - **Support policy:** Each major version supported 24 months from release
497
- ```
498
-
499
- > **Release-notes lesson:** TL;DR first — busy execs only read that. **Breaking changes with a 6-month migration window** + personalized help — prevents surprise churn. **Known issues transparency** — builds trust («they tell us what's broken»). Separate sections for **admins/IT** — they have different concerns. **Objection handling for sales** inside release notes = a double-use document. **Migration tooling** (not just docs) — `teamflow-cli migrate-v2 --dry-run` — reduces customer burden.
259
+ > 📦 <!--SPLIT-POINTER--> Полный блок — в `$release-notes-reference` (§ Template).
@@ -0,0 +1,285 @@
1
+ ---
2
+ name: release-notes-reference
3
+ description: B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — reference (code & worked-example library)
4
+ type: reference
5
+ domain: product
6
+ owners:
7
+ - pm
8
+ gates:
9
+ - PM
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - "release-notes"
14
+ - "release notes"
15
+ - "changelog"
16
+ - "что нового"
17
+ related:
18
+ - release-notes
19
+ budget_lines: 285
20
+ schema_version: 1
21
+ ---
22
+ # release-notes — Reference (code & worked-example library)
23
+
24
+ > Verbatim code blocks and the worked example extracted from `$release-notes` (workflow). Copy-paste library; the procedure lives in the workflow skill.
25
+
26
+ ## Template
27
+
28
+ ```markdown
29
+ # Release Notes — v[X.Y.Z] ([Month Day, Year])
30
+
31
+ ## TL;DR
32
+ - ✨ [Top feature 1]
33
+ - ⚡ [Top improvement]
34
+ - 🔐 [Security/compliance]
35
+ - ⚠️ [Breaking change if applicable]
36
+
37
+ ## ✨ New Features
38
+
39
+ ### [Feature Name]
40
+ [2-sentence description]
41
+
42
+ **Why it matters:** [Customer benefit]
43
+ **How to use:** [Quick steps + docs link]
44
+ **Available for:** [Plan / segment]
45
+
46
+ ---
47
+
48
+ ## ⚡ Improvements
49
+ - [One-liner improvement]
50
+ - [One-liner]
51
+
52
+ ## ⚠️ Breaking Changes
53
+ ### [Change title]
54
+ - **Timeline:** [dates]
55
+ - **Why:** [rationale]
56
+ - **Migration:** [steps + link]
57
+ - **Help:** [contact]
58
+
59
+ ## 📉 Deprecations
60
+ - [Feature] — deprecated [date], removal [date]. Use [alternative] instead.
61
+
62
+ ## 🐛 Bug Fixes
63
+ - Fixed: [customer-observable description]
64
+
65
+ ## ⚠️ Known Issues
66
+ - [Issue]: [workaround if any]. Expected fix: [when]
67
+
68
+ ## 📚 Learn More
69
+ - [Documentation]
70
+ - [Video walkthrough]
71
+ - [Blog post]
72
+ ```
73
+
74
+ ## Worked Example — TeamFlow Release Notes: AI Summarization GA
75
+
76
+ ```markdown
77
+ # TeamFlow Release Notes — v3.8.0 "AI Summarization GA" (June 30, 2026)
78
+
79
+ ## 🎉 TL;DR
80
+
81
+ - ✨ **NEW: AI-Assisted 1:1 Summarization** — Team Tier (+$8/seat/month premium) launches GA. Managers save 3+ hours per week; action items stop falling through the cracks.
82
+ - 📊 **NEW: Aggregate 1:1 Dashboard** (Enterprise Tier) — VP HR / CPO dashboards for 1:1 cadence and team health at org level.
83
+ - 🔐 **SECURITY: SOC 2 Type II extended** to cover AI features. Privacy architecture documented and publicly attested.
84
+ - ⚠️ **PRICING: New «Team Tier»** introduced at $23/seat/mo (existing Core tier unchanged). Migration tools included.
85
+ - 💼 **NEW: SSO SCIM provisioning** (Enterprise Tier) — fully automated user provisioning from Okta/Azure AD.
86
+
87
+ ---
88
+
89
+ ## ✨ New Features
90
+
91
+ ### AI-Assisted 1:1 Summarization (Team Tier)
92
+
93
+ Run your 1:1 normally. TeamFlow AI captures the conversation (opt-in per meeting), generates a structured summary within 60 seconds of meeting end, and extracts action items with confidence scoring. Review, edit inline, and approve — action items automatically surface before your next 1:1.
94
+
95
+ **Why it matters:** Managers with 5+ direct reports save an average of 3 hours per week on 1:1 admin overhead. Action items completion rate lifts from 60% (manual baseline) to 75%+ in beta customers. Managers report feeling «more present» in conversations.
96
+
97
+ **How to use:** Go to Settings → AI Features → Enable for your team. Toggle «Use AI» on any upcoming 1:1 meeting page. [Full getting started guide]
98
+
99
+ **Available for:** Team Tier accounts ($23/seat/mo, +$8 from Core tier). 30-day free trial available for Core customers.
100
+
101
+ **Privacy-first:**
102
+ - Opt-in per meeting (you control which 1:1s use AI)
103
+ - Zero data retention with LLM providers (OpenAI / Anthropic zero-retention API tiers)
104
+ - Per-customer encryption keys (BYOK for Enterprise)
105
+ - Full audit log of all AI operations
106
+ - Regional endpoints (US / EU data stays in region)
107
+
108
+ ---
109
+
110
+ ### Aggregate 1:1 Dashboard (Enterprise Tier)
111
+
112
+ New dashboard for VP People / CPO users showing 1:1 cadence, action items velocity, and team health scores at org and team level. Privacy-preserving — aggregate only, no content surfaced.
113
+
114
+ **Why it matters:** First time People leaders have measurable data on manager effectiveness at scale. Tie retention, engagement outcomes back to 1:1 practice patterns — data you can bring to ELT discussions.
115
+
116
+ **How to use:** Contact your CSM for Enterprise tier upgrade. Dashboard becomes available post-upgrade within 48 hours (requires data pipeline provisioning).
117
+
118
+ **Available for:** Enterprise Tier accounts ($50+/seat, negotiated).
119
+
120
+ ---
121
+
122
+ ### SSO SCIM Provisioning (Enterprise Tier)
123
+
124
+ Fully automated user provisioning, updating, and deprovisioning from your IdP (Okta, Azure AD, Google Workspace). No more manual user additions or orphan accounts after employees leave.
125
+
126
+ **Why it matters:** Eliminates the #1 Enterprise customer complaint — manual user management at scale. Your IT team will love you.
127
+
128
+ **Available for:** Enterprise Tier.
129
+
130
+ ---
131
+
132
+ ## ⚡ Improvements
133
+
134
+ - **Faster dashboard loads** — OKR dashboard loads 40% faster with new query optimization (p95 dropped from 1.2s to 0.7s).
135
+ - **Search now supports wildcards** — find teams with «eng*» or action items containing «*budget*».
136
+ - **Export to CSV** now includes all filter fields (previously lost advanced filters on export).
137
+ - **Keyboard shortcuts for power users** — press `?` to see the list; `J`/`K` for navigation between 1:1s; `G` + `D` for dashboard.
138
+ - **1:1 history filter by «open action items»** — spot incomplete commitments during review cycles.
139
+
140
+ ---
141
+
142
+ ## ⚠️ Breaking Changes
143
+
144
+ ### API v1 Deprecation — Action Required by December 31, 2026
145
+
146
+ The v1 REST API will be retired on **December 31, 2026**. After this date, v1 endpoints return HTTP 410 Gone.
147
+
148
+ **Why:** v2 API provides:
149
+ - 10× better performance (p95 50ms vs 400ms)
150
+ - Clearer error responses with structured codes
151
+ - Full pagination support (v1 returns max 100 items)
152
+ - AI endpoints (`/v2/ai/*`) available only in v2
153
+
154
+ **Who's affected:** Approximately 250 customers with active v1 API integrations. Audit your usage at Settings → API → Usage Report.
155
+
156
+ **Migration steps:**
157
+ 1. Review v1 → v2 migration guide: [link]
158
+ 2. Update client SDKs:
159
+ - JavaScript: `npm update @teamflow/sdk@2.x`
160
+ - Python: `pip install --upgrade teamflow-sdk>=2.0`
161
+ - Ruby: `gem update teamflow`
162
+ 3. Run migration assistant (new tool): `teamflow-cli migrate-v2 --dry-run`
163
+ 4. Test in staging environment using `--env=staging` flag
164
+ 5. Deploy to production before December 31
165
+
166
+ **Help available:**
167
+ - Email api-support@teamflow.com for a personalized migration call
168
+ - Office hours Tuesdays 10am PT through Q4 2026 (book: [link])
169
+ - Documentation + worked examples: [migration guide]
170
+
171
+ **Timeline:**
172
+ - June 30, 2026: v2 API GA (today); v1 marked deprecated
173
+ - September 30, 2026: Migration assistant released
174
+ - December 31, 2026: v1 retired
175
+
176
+ ---
177
+
178
+ ## 📉 Deprecations
179
+
180
+ - **Legacy «Simple» onboarding flow** — deprecated June 30, 2026; removed December 31, 2026. Use new «Guided» onboarding flow (default for new customers since March 2026). Settings migration automatic.
181
+ - **Per-seat «Basic AI» legacy flag** — deprecated June 30, 2026. Superseded by full AI Tier features. Customers on internal «Basic AI» flag (approximately 12 beta customers) auto-migrated to Team Tier with 90-day price protection.
182
+
183
+ ---
184
+
185
+ ## 🐛 Bug Fixes
186
+
187
+ - **Fixed:** Action items containing special characters («é», «ñ», emoji) now export correctly to CSV (previously garbled).
188
+ - **Fixed:** 1:1 meeting notes no longer lose formatting when scheduled recurring meetings trigger (affected ~3% of users).
189
+ - **Fixed:** OKR dashboard correctly shows «At Risk» status for goals < 50% complete within 2 weeks of due date (previously showed «On Track» incorrectly).
190
+ - **Fixed:** Calendar integration properly handles time zone changes during daylight saving transitions.
191
+ - **Fixed:** Slack notifications respect user's quiet hours (previously fired during set «do not disturb» periods).
192
+ - **Fixed:** Performance review reminders do not send to employees on sabbatical / parental leave (if status is marked).
193
+
194
+ ---
195
+
196
+ ## ⚠️ Known Issues
197
+
198
+ - **Mobile experience for AI Summary review:** Functional but not optimized. Edits require desktop for best UX. Expected fix: Q4 2026 (native mobile app).
199
+ - **AI summarization for meetings > 2 hours:** Summary quality degrades for ultra-long meetings. Workaround: schedule recap segments shorter. Expected fix: Q3 2026.
200
+ - **Action items extraction for non-English content:** English-only until Q4 2026 release of multi-language support. Non-English content marked with note.
201
+ - **Occasional LLM provider failover delay:** Rarely (<0.1% of meetings), failover from primary to secondary provider adds 30-45 seconds. Resolution: architecture improvement in Q3.
202
+
203
+ ---
204
+
205
+ ## 📊 What's Changed for Admins / IT
206
+
207
+ ### New Admin Settings
208
+
209
+ - **AI Features policy** (Settings → Admin → AI Features):
210
+ - «Disabled org-wide» (no AI access for any user)
211
+ - «Enabled — per-manager opt-in» (default — managers choose per meeting)
212
+ - «Enabled — default on for new managers»
213
+ - **Data retention controls:** Choose 30 / 90 / 365 / 730 days for AI-generated summaries
214
+ - **Regional data preference:** Choose data processing region (US / EU / APAC)
215
+
216
+ ### New Compliance Artifacts Available
217
+
218
+ - **SOC 2 Type II attestation (extended to AI features):** Available to Enterprise customers in Trust Center
219
+ - **Data Processing Agreement (updated for AI):** Sent to all Enterprise customers May 30, 2026
220
+ - **Subprocessor list (updated):** Now lists OpenAI and Anthropic as AI providers
221
+
222
+ ### Security Notes
223
+
224
+ - Audit logs now include AI operations (generate / edit / approve / delete summaries)
225
+ - BYOK (Bring Your Own Key) encryption available for Enterprise tier (contact CSM to configure)
226
+ - Zero data retention contractual commitments signed with LLM providers
227
+
228
+ ---
229
+
230
+ ## 💼 For Sales and Customer Success Teams
231
+
232
+ (Internal section — also shared with customers via their CSM)
233
+
234
+ ### Messaging Cheatsheet
235
+
236
+ **Core → Team Tier upsell pitch:**
237
+ «The biggest change in performance management in 10 years just shipped. Your managers get 3 hrs/week back, action items stop falling through. Team Tier +$8/seat includes AI Summarization, Action Items Reminders, and auto-Extraction. 30-day trial if you want to test drive.»
238
+
239
+ **Mid-market/Enterprise pitch:**
240
+ «Beyond manager productivity, Enterprise Tier now includes Aggregate 1:1 Dashboard — the first measurable view of manager effectiveness across your org. Show your Board that your People investments drive retention. Combined with our new SSO SCIM, procurement says yes.»
241
+
242
+ ### Objection Handling (top 3)
243
+
244
+ | Objection | Response |
245
+ |-----------|----------|
246
+ | «Privacy concerns with AI» | «Zero data retention, SOC 2 Type II attested, BYOK for enterprise. We have public documentation + audit reports.» |
247
+ | «$8/seat premium too expensive» | «ROI is 45× — 3 hrs/week × 200 managers × $150/hr blended cost = your monthly premium pays in first week.» |
248
+ | «What if AI generates wrong summary?» | «Manager reviews and edits before approval — this is assisted, not autonomous. We track edit rate; current beta shows 30% of summaries are edited, meaning the other 70% are accepted as-is.» |
249
+
250
+ ---
251
+
252
+ ## 📚 Learn More
253
+
254
+ - **Blog post:** [«Introducing TeamFlow AI — The First AI-Native People Ops Platform»](https://blog.teamflow.com/ai-summarization-launch)
255
+ - **Video walkthrough (3 min):** [YouTube link]
256
+ - **Documentation:** [docs.teamflow.com/ai](https://docs.teamflow.com/ai)
257
+ - **Webinar:** «AI in People Operations — What this means for your 2026 strategy», July 15, 2026, 1pm ET — [Register]
258
+ - **Migration guide for v1 → v2 API:** [api-migration link]
259
+ - **Trust Center:** [trust.teamflow.com](https://trust.teamflow.com) — SOC 2 Type II reports + subprocessor list
260
+
261
+ ---
262
+
263
+ ## 💬 Feedback
264
+
265
+ Your feedback makes TeamFlow better. Share:
266
+ - **Bugs / issues:** support@teamflow.com
267
+ - **Feature requests:** feedback@teamflow.com
268
+ - **Customer advisory participation:** cab@teamflow.com
269
+
270
+ Thank you for 5 years of building TeamFlow together. AI Summarization is the biggest leap we've taken — it wouldn't be possible without your feedback throughout discovery.
271
+
272
+ — The TeamFlow Team
273
+
274
+ ---
275
+
276
+ ## Release Metadata
277
+
278
+ - **Version:** 3.8.0
279
+ - **Release date:** June 30, 2026
280
+ - **Previous version:** 3.7.2 (May 27, 2026)
281
+ - **Next planned release:** 3.9.0 targeted late July 2026 (AI tier iteration + mobile improvements)
282
+ - **Support policy:** Each major version supported 24 months from release
283
+ ```
284
+
285
+ > **Release-notes lesson:** TL;DR first — busy execs only read that. **Breaking changes with a 6-month migration window** + personalized help — prevents surprise churn. **Known issues transparency** — builds trust («they tell us what's broken»). Separate sections for **admins/IT** — they have different concerns. **Objection handling for sales** inside release notes = a double-use document. **Migration tooling** (not just docs) — `teamflow-cli migrate-v2 --dry-run` — reduces customer burden.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "release-notes-reference",
3
+ "display_name": "Release Notes (B2B) Reference",
4
+ "description": "B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — reference (code & worked-example library)",
5
+ "default_prompt": "Use $release-notes-reference when the task relates to the skill \"Release Notes (B2B) Reference\".",
6
+ "triggers": [
7
+ "release-notes",
8
+ "release notes",
9
+ "changelog"
10
+ ],
11
+ "capabilities": [
12
+ "release-notes-reference"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "release-notes-reference",
3
+ "display_name": "Release Notes (B2B) Reference",
4
+ "description": "B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — reference (code & worked-example library)",
5
+ "default_prompt": "Use $release-notes-reference when the task relates to the skill \"Release Notes (B2B) Reference\".",
6
+ "triggers": [
7
+ "release-notes",
8
+ "release notes",
9
+ "changelog"
10
+ ],
11
+ "capabilities": [
12
+ "release-notes-reference"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "release-notes-reference",
3
+ "display_name": "Release Notes (B2B) Reference",
4
+ "description": "B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — reference (code & worked-example library)",
5
+ "default_prompt": "Use $release-notes-reference when the task relates to the skill \"Release Notes (B2B) Reference\".",
6
+ "triggers": [
7
+ "release-notes",
8
+ "release notes",
9
+ "changelog"
10
+ ],
11
+ "capabilities": [
12
+ "release-notes-reference"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,14 @@
1
+ name: release-notes-reference
2
+ display_name: Release Notes (B2B) Reference
3
+ description: B2B customer-facing release notes — what's new, why it matters,
4
+ breaking changes, migration steps — reference (code & worked-example library)
5
+ default_prompt: Use $release-notes-reference when the task relates to the skill
6
+ "Release Notes (B2B) Reference".
7
+ triggers:
8
+ - release-notes
9
+ - release notes
10
+ - changelog
11
+ capabilities:
12
+ - release-notes-reference
13
+ tools: []
14
+ implicit_invocation: true
@@ -0,0 +1,10 @@
1
+ interface:
2
+ display_name: Release Notes (B2B) Reference
3
+ short_description: B2B customer-facing release notes — what's new, why it
4
+ matters, breaking changes, migration steps
5
+ default_prompt: Use $release-notes-reference when the task relates to the skill
6
+ "Release Notes (B2B) Reference".
7
+ dependencies:
8
+ tools: []
9
+ policy:
10
+ allow_implicit_invocation: true
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "release-notes-reference",
3
+ "display_name": "Release Notes (B2B) Reference",
4
+ "description": "B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — reference (code & worked-example library)",
5
+ "default_prompt": "Use $release-notes-reference when the task relates to the skill \"Release Notes (B2B) Reference\".",
6
+ "triggers": [
7
+ "release-notes",
8
+ "release notes",
9
+ "changelog"
10
+ ],
11
+ "capabilities": [
12
+ "release-notes-reference"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }