code-ai-installer 4.0.0 → 4.0.1-b

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 +44 -6
  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 +14 -3
  65. package/dist/mcp_setup.js +15 -6
  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,284 +1,299 @@
1
- ---
2
- name: okr-framework
3
- description: Objectives & Key Results for B2B product teams — quarterly cycle, measurable key results
4
- ---
5
- # OKR Framework
6
-
7
- > **Category:** Strategy · **Slug:** `okr-framework`
8
-
9
- ## When to Use
10
-
11
- - During quarterly planning for the product team.
12
- - When translating vision → operational goals.
13
- - When aligning with exec-level goals (cascading OKR).
14
- - During post-quarter review — grading KRs.
15
-
16
- ## Input
17
-
18
- | Field | Required | Description |
19
- |-------|:--------:|-------------|
20
- | Product vision | ✅ | What is the long-term north star |
21
- | North Star Metric | ✅ | Measurable anchor |
22
- | Company-level goals | ✅ | Which OKRs come from above |
23
- | Previous quarter grade | ⬚ | For adjustments |
24
- | Team capacity | ✅ | Honest assessment of resources |
25
-
26
- ## Data Sources
27
-
28
- 1. `$product-vision` long-term direction.
29
- 2. `$north-star-metric`primary metric.
30
- 3. Company OKR — alignment with company goals.
31
- 4. Previous quarter results — learning.
32
-
33
- ### Related Skills
34
-
35
- | Skill | What we take | When to invoke |
36
- |-------|-------------|----------------|
37
- | `product-vision` | Vision | Before OKR for alignment |
38
- | `north-star-metric` | NSM | KRs often tied to NSM |
39
- | `product-roadmap` | Initiatives | OKR roadmap themes |
40
- | `rice-scoring` | Priorities | Which initiatives this quarter |
41
-
42
- ## Structure
43
-
44
- ```
45
- Objective (qualitative goal, inspirational)
46
- ├── Key Result 1 (measurable, outcome, not output)
47
- ├── Key Result 2
48
- └── Key Result 3
49
- ```
50
-
51
- ## Protocol
52
-
53
- ### Step 0 Cascade from Company
54
-
55
- 1. Review company-level Objectives.
56
- 2. Which of them does our product team drive?
57
- 3. Alignment is not through copy-paste — through "how we contribute".
58
-
59
- ### Step 1 — Objectives (1-3)
60
-
61
- Rules:
62
- - **Qualitative, inspirational** — not a number
63
- - Clear enough to know «did we achieve it?»
64
- - Time-bounded (usually a quarter)
65
- - 1-3 per quarter — more = distraction
66
-
67
- ✅ Good: «Become the default onboarding tool for mid-market engineering teams»
68
- Bad: «Increase feature adoption» (weakly inspirational) or «Grow ARR by 15%» (this is a KR, not an O)
69
-
70
- ### Step 2 — Key Results per Objective (2-5)
71
-
72
- Rules:
73
- - **Measurable** — numeric target
74
- - **Outcome, not output** (not «ship feature X», but «feature X used by Y teams»)
75
- - **Ambitious** — 70% grade = success (target = stretch)
76
- - **Time-boxed** (by end of quarter)
77
-
78
- KR types:
79
- - **Impact metrics:** NRR, activation rate, retention
80
- - **Leading indicators:** time-to-value, feature adoption
81
- - **Quality:** p95 latency, error rate, NPS
82
-
83
- Mix types not all impact, not all leading.
84
-
85
- Good KR: «Grow weekly active teams from 120 to 180»
86
- ❌ Bad KR: «Ship checkout redesign» (output, not outcome)
87
-
88
- ### Step 3 Ambition Calibration
89
-
90
- Stretch goals:
91
- - **Committed KRs** (must hit) 100% target. Typically 0.8× ambitious.
92
- - **Aspirational KRs** — 70% target. Typically 1.3× ambitious.
93
-
94
- In B2B SaaS the usual mix: 70% committed + 30% aspirational.
95
-
96
- ### Step 4 Initiatives Mapping
97
-
98
- For each KR **which initiatives** (features, projects) drive it? Via `$product-roadmap`.
99
-
100
- | KR | Initiative | Expected impact | Timeline |
101
- |----|------------|:---------------:|----------|
102
- | KR1 | Onboarding checklist | +15% activation | Week 4-8 |
103
-
104
- ### Step 5 — Sanity Check
105
-
106
- - Does team capacity suffice? (not over-ambitious)
107
- - Does each Objective have 2 KRs?
108
- - Do KRs cover leading + lagging?
109
- - Conflict check: does achieving one KR not destroy another?
110
-
111
- ### Step 6Review Cadence
112
-
113
- - **Weekly:** progress check (burndown style)
114
- - **Mid-quarter:** re-calibration (adjust committed/aspirational if reality changed)
115
- - **End-of-quarter:** grade each KR (0-1.0), retro
116
-
117
- ### Step 7 Grading
118
-
119
- - 0.0-0.3failed / didn't prioritize
120
- - 0.4-0.6 — didn't hit but made progress
121
- - 0.7 hit target (healthy for aspirational)
122
- - 1.0 fully achieved (if consistently 1.0 → KRs not ambitious enough)
123
-
124
- ## Validation (Quality Gate)
125
-
126
- - [ ] 1-3 Objectives per team / quarter
127
- - [ ] 2-5 KRs per Objective
128
- - [ ] KRs measurable (numeric, not subjective)
129
- - [ ] KRs outcome-focused, not output
130
- - [ ] Mix leading + lagging
131
- - [ ] Initiatives mapped to KRs
132
- - [ ] Capacity-checked
133
- - [ ] Cascade alignment with company OKR
134
- - [ ] Review cadence planned
135
-
136
- ## Handoff
137
-
138
- The result is input for:
139
- - **`product-roadmap`** initiatives mapped to KRs
140
- - **`rice-scoring`** — prioritization of initiatives within quarter
141
- - **Data Analyst** (`$saas-metrics`, `$hypothesis-template`) how to measure KRs
142
-
143
- Format: OKR doc (one page per quarter). Via `$handoff`.
144
-
145
- ## Anti-patterns
146
-
147
- | Error | Why it's bad | How to do it right |
148
- |-------|-------------|-------------------|
149
- | Too many Objectives | Focus lost | Max 3 |
150
- | KR = feature ship | Output, not outcome | Measure customer impact |
151
- | Vague KR | «Improve X» | Numeric: «X from A to B» |
152
- | No ambition | Always 1.0 | Aspirational: stretch 70% |
153
- | Ignoring capacity | Overcommit | Honest capacity check |
154
- | Copy-paste from company | Not cascaded | «How we contribute to» |
155
-
156
- ## Template
157
-
158
- ```markdown
159
- # OKR Q2 2026 — [Team Name]
160
-
161
- ## O1: [Inspirational Objective]
162
- - **KR1.1:** [Metric] from [baseline] to [target] by [date]
163
- - **KR1.2:** [Metric] from X to Y
164
- - **KR1.3:** ...
165
-
166
- ### Initiatives for O1
167
- | KR | Initiative | Expected impact | Timeline |
168
- | ... |
169
-
170
- ## O2: ...
171
-
172
- ---
173
-
174
- ## Health Check
175
- - [ ] Objectives inspire
176
- - [ ] KRs measurable
177
- - [ ] Capacity-honest
178
- - [ ] Cascade checked
179
-
180
- ## Review Schedule
181
- - Weekly Tuesday: progress
182
- - Mid-Q (week 6): re-calibrate
183
- - End-Q: grade + retro
184
- ```
185
-
186
- ## Worked Example — TeamFlow Q2 2026 OKRs (Product team, post-Mediator)
187
-
188
- **Context:** TeamFlow (B2B SaaS HR-tech, $8M ARR). After Mediator synthesis of visions (Alpha + Beta), the team forms Q2 OKRs for the Product team. Company-level OKRs: grow ARR 50% YoY ($8M → $12M by Q4) + launch AI tier + NRR 105% → 110%.
189
-
190
- ```markdown
191
- # OKR Q2 2026 — TeamFlow Product Team
192
-
193
- ## Company Context (cascade input)
194
- - **Company O:** Become category-leading People Ops platform by 2027
195
- - **Company KR:** $12M ARR by Q4 2026 (from $8M), NRR 115%, launch AI tier
196
- - **Our cascade role:** Drive product-led expansion; enable Enterprise tier; make AI MVP successful
197
-
198
- ---
199
-
200
- ## O1: Ship AI 1:1 tier that managers love and buyers pay for
201
-
202
- **Ambition:** Aspirational (70% grade = success)
203
-
204
- - **KR1.1:** 40 customers (of 200 base) upgraded to AI Team tier ($8/seat) by June 30
205
- - Baseline: 0 (tier not existing yet)
206
- - Target: 40 accounts = 20% base penetration
207
- - Stretch: 60 accounts
208
- - **KR1.2:** Among upgraded accounts, 65% of active managers use AI summarization weekly (vs zero baseline)
209
- - **KR1.3:** AI summarization NPS 50 (vs general TeamFlow NPS 45)
210
- - **KR1.4:** Action items completion rate lifts from 60% baseline to 75% in AI tier accounts
211
-
212
- ### Initiatives for O1
213
- | KR | Initiative | Expected impact | Timeline |
214
- |----|------------|-----------------|----------|
215
- | KR1.1 | AI Team tier launch (feature flag gated) | 40 upgrade conversations | Week 4-10 |
216
- | KR1.1 | GTM campaign (email, webinar, in-app) | +15 upgrades | Week 6-12 |
217
- | KR1.2 | Onboarding flow for new AI users (checklist + first-success moment) | +25pp adoption | Week 8-10 |
218
- | KR1.3 | Feedback loop (in-product rating after each summary) | Signal for iteration | Week 6-ongoing |
219
- | KR1.4 | Automated reminders for AI-extracted action items | +15pp completion | Week 10-12 |
220
-
221
- ---
222
-
223
- ## O2: Establish Enterprise tier as credible expansion path
224
-
225
- **Ambition:** Committed (100% grade = must hit)
226
-
227
- - **KR2.1:** 5 Enterprise tier accounts signed ($50+/seat, min 300 seats each) by June 30
228
- - Baseline: 10 Enterprise accounts on legacy pricing
229
- - Target: 5 on new Enterprise tier
230
- - **KR2.2:** Enterprise pilot: 3 design partners live on aggregate dashboard + health score features
231
- - **KR2.3:** Security review passed: SOC 2 Type II controls documented for AI features (blocker for 2 deals)
232
- - **KR2.4:** 0 Enterprise contract rejections due to compliance/AI concerns (baseline: 2 in Q1)
233
-
234
- ### Initiatives for O2
235
- | KR | Initiative | Expected impact | Timeline |
236
- |----|------------|-----------------|----------|
237
- | KR2.1 | Enterprise tier pricing + packaging docs | Sales enablement | Week 2-4 |
238
- | KR2.2 | Aggregate dashboard MVP (from Beta vision) | 3 design partners engaged | Week 6-12 |
239
- | KR2.3 | SOC 2 Type II audit for AI tier | Unblock enterprise deals | Week 1-8 |
240
- | KR2.4 | Compliance FAQ + objection handling deck | Sales reduces objection time | Week 4 |
241
-
242
- ---
243
-
244
- ## O3: Build data foundation for 2027 category leadership
245
-
246
- **Ambition:** Aspirational (70%)
247
-
248
- - **KR3.1:** 1:1 behavioral data pipeline instruments 100% of AI tier events (reliable for downstream analytics)
249
- - **KR3.2:** Privacy architecture passes external audit (trust layer for future AI features)
250
- - **KR3.3:** Benchmark engine MVP 3 industry/segment comparisons live for Enterprise accounts
251
-
252
- ### Initiatives for O3
253
- | KR | Initiative | Expected impact | Timeline |
254
- |----|------------|-----------------|----------|
255
- | KR3.1 | Event schema + instrumentation (PM + Data) | Data basis for Q3 features | Week 4-8 |
256
- | KR3.2 | Privacy architecture review + attestation | Moat reinforcement | Week 2-10 |
257
- | KR3.3 | Benchmark calculation engine | Enterprise delight | Week 10-13 |
258
-
259
- ---
260
-
261
- ## Health Check
262
- - [x] Objectives inspire — all tie to category positioning
263
- - [x] KRs measurable all numeric (% / count / NPS / binary)
264
- - [x] Capacity-honest — 8 eng + 3 PM + 2 design = 13 person-weeks capacity per sprint × 13 sprints = 169 weeks total available; planned initiatives ≈ 120 person-weeks (71% capacity, 29% buffer)
265
- - [x] Cascade checkedO1 drives Company KR «launch AI tier»; O2 drives «NRR 115%»; O3 drives «category leadership»
266
-
267
- ## Review Schedule
268
- - **Weekly Tuesday 10am:** progress burndown + adjustments (15 min per Objective)
269
- - **Mid-Q (Week 6, May 12):** re-calibrate commitments, move committed↔aspirational if reality shifted
270
- - **End-Q (June 30):** grade all KRs (0-1.0), retrospective, input for Q3
271
-
272
- ## Grading Rubric (applied at end-Q)
273
-
274
- Example grade for KR1.1 (40 account upgrades):
275
- - Hit 40 → 1.0 (hit target)
276
- - Hit 30 → 0.75 (healthy progress, 75% of target)
277
- - Hit 20 0.5 (partial)
278
- - Hit 10 0.25 (minimal)
279
- - Hit 0 0.0
280
-
281
- For aspirational KRs, 0.7 = green. For committed KRs, anything below 1.0 triggers retro.
282
- ```
283
-
284
- > **OKR lesson:** O1, O2, O3 distribute across Alpha and Beta priorities — O1 is Alpha-weighted (workflow + managers), O2 is Beta-weighted (analytics + buyers), O3 is foundation for both. This prevents OKR-level re-litigation of the Mediator synthesis the roadmap is now guided by the triple Objective, not by camp politics.
1
+ ---
2
+ name: okr-framework
3
+ description: Objectives & Key Results for B2B product teams — quarterly cycle, measurable key results
4
+ type: triggered
5
+ domain: product
6
+ owners:
7
+ - pm
8
+ gates:
9
+ - PM
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - okr-framework
14
+ - OKR
15
+ - objectives key results
16
+ related: []
17
+ budget_lines: 299
18
+ schema_version: 1
19
+ ---
20
+ # OKR Framework
21
+
22
+ > **Category:** Strategy · **Slug:** `okr-framework`
23
+
24
+ ## When to Use
25
+
26
+ - During quarterly planning for the product team.
27
+ - When translating vision → operational goals.
28
+ - When aligning with exec-level goals (cascading OKR).
29
+ - During post-quarter review grading KRs.
30
+
31
+ ## Input
32
+
33
+ | Field | Required | Description |
34
+ |-------|:--------:|-------------|
35
+ | Product vision | ✅ | What is the long-term north star |
36
+ | North Star Metric | ✅ | Measurable anchor |
37
+ | Company-level goals | | Which OKRs come from above |
38
+ | Previous quarter grade | | For adjustments |
39
+ | Team capacity | | Honest assessment of resources |
40
+
41
+ ## Data Sources
42
+
43
+ 1. `$product-vision` — long-term direction.
44
+ 2. `$north-star-metric` — primary metric.
45
+ 3. Company OKR — alignment with company goals.
46
+ 4. Previous quarter results learning.
47
+
48
+ ### Related Skills
49
+
50
+ | Skill | What we take | When to invoke |
51
+ |-------|-------------|----------------|
52
+ | `product-vision` | Vision | Before OKR — for alignment |
53
+ | `north-star-metric` | NSM | KRs often tied to NSM |
54
+ | `product-roadmap` | Initiatives | OKR → roadmap themes |
55
+ | `rice-scoring` | Priorities | Which initiatives this quarter |
56
+
57
+ ## Structure
58
+
59
+ ```
60
+ Objective (qualitative goal, inspirational)
61
+ ├── Key Result 1 (measurable, outcome, not output)
62
+ ├── Key Result 2
63
+ └── Key Result 3
64
+ ```
65
+
66
+ ## Protocol
67
+
68
+ ### Step 0 Cascade from Company
69
+
70
+ 1. Review company-level Objectives.
71
+ 2. Which of them does our product team drive?
72
+ 3. Alignment is not through copy-paste — through "how we contribute".
73
+
74
+ ### Step 1 Objectives (1-3)
75
+
76
+ Rules:
77
+ - **Qualitative, inspirational** — not a number
78
+ - Clear enough to know «did we achieve it?»
79
+ - Time-bounded (usually a quarter)
80
+ - 1-3 per quarter more = distraction
81
+
82
+ ✅ Good: «Become the default onboarding tool for mid-market engineering teams»
83
+ Bad: «Increase feature adoption» (weakly inspirational) or «Grow ARR by 15%» (this is a KR, not an O)
84
+
85
+ ### Step 2 Key Results per Objective (2-5)
86
+
87
+ Rules:
88
+ - **Measurable**numeric target
89
+ - **Outcome, not output** (not «ship feature X», but «feature X used by Y teams»)
90
+ - **Ambitious** — 70% grade = success (target = stretch)
91
+ - **Time-boxed** (by end of quarter)
92
+
93
+ KR types:
94
+ - **Impact metrics:** NRR, activation rate, retention
95
+ - **Leading indicators:** time-to-value, feature adoption
96
+ - **Quality:** p95 latency, error rate, NPS
97
+
98
+ Mix typesnot all impact, not all leading.
99
+
100
+ Good KR: «Grow weekly active teams from 120 to 180»
101
+ ❌ Bad KR: «Ship checkout redesign» (output, not outcome)
102
+
103
+ ### Step 3 — Ambition Calibration
104
+
105
+ Stretch goals:
106
+ - **Committed KRs** (must hit) 100% target. Typically 0.8× ambitious.
107
+ - **Aspirational KRs** 70% target. Typically 1.3× ambitious.
108
+
109
+ In B2B SaaS the usual mix: 70% committed + 30% aspirational.
110
+
111
+ ### Step 4Initiatives Mapping
112
+
113
+ For each KR — **which initiatives** (features, projects) drive it? Via `$product-roadmap`.
114
+
115
+ | KR | Initiative | Expected impact | Timeline |
116
+ |----|------------|:---------------:|----------|
117
+ | KR1 | Onboarding checklist | +15% activation | Week 4-8 |
118
+
119
+ ### Step 5 Sanity Check
120
+
121
+ - Does team capacity suffice? (not over-ambitious)
122
+ - Does each Objective have 2 KRs?
123
+ - Do KRs cover leading + lagging?
124
+ - Conflict check: does achieving one KR not destroy another?
125
+
126
+ ### Step 6 Review Cadence
127
+
128
+ - **Weekly:** progress check (burndown style)
129
+ - **Mid-quarter:** re-calibration (adjust committed/aspirational if reality changed)
130
+ - **End-of-quarter:** grade each KR (0-1.0), retro
131
+
132
+ ### Step 7 — Grading
133
+
134
+ - 0.0-0.3 failed / didn't prioritize
135
+ - 0.4-0.6 — didn't hit but made progress
136
+ - 0.7 — hit target (healthy for aspirational)
137
+ - 1.0 — fully achieved (if consistently 1.0 → KRs not ambitious enough)
138
+
139
+ ## Validation (Quality Gate)
140
+
141
+ - [ ] 1-3 Objectives per team / quarter
142
+ - [ ] 2-5 KRs per Objective
143
+ - [ ] KRs measurable (numeric, not subjective)
144
+ - [ ] KRs outcome-focused, not output
145
+ - [ ] Mix leading + lagging
146
+ - [ ] Initiatives mapped to KRs
147
+ - [ ] Capacity-checked
148
+ - [ ] Cascade alignment with company OKR
149
+ - [ ] Review cadence planned
150
+
151
+ ## Handoff
152
+
153
+ The result is input for:
154
+ - **`product-roadmap`** initiatives mapped to KRs
155
+ - **`rice-scoring`** — prioritization of initiatives within quarter
156
+ - **Data Analyst** (`$saas-metrics`, `$hypothesis-template`) — how to measure KRs
157
+
158
+ Format: OKR doc (one page per quarter). Via `$handoff`.
159
+
160
+ ## Anti-patterns
161
+
162
+ | Error | Why it's bad | How to do it right |
163
+ |-------|-------------|-------------------|
164
+ | Too many Objectives | Focus lost | Max 3 |
165
+ | KR = feature ship | Output, not outcome | Measure customer impact |
166
+ | Vague KR | «Improve X» | Numeric: «X from A to B» |
167
+ | No ambition | Always 1.0 | Aspirational: stretch 70% |
168
+ | Ignoring capacity | Overcommit | Honest capacity check |
169
+ | Copy-paste from company | Not cascaded | «How we contribute to» |
170
+
171
+ ## Template
172
+
173
+ ```markdown
174
+ # OKR Q2 2026 — [Team Name]
175
+
176
+ ## O1: [Inspirational Objective]
177
+ - **KR1.1:** [Metric] from [baseline] to [target] by [date]
178
+ - **KR1.2:** [Metric] from X to Y
179
+ - **KR1.3:** ...
180
+
181
+ ### Initiatives for O1
182
+ | KR | Initiative | Expected impact | Timeline |
183
+ | ... |
184
+
185
+ ## O2: ...
186
+
187
+ ---
188
+
189
+ ## Health Check
190
+ - [ ] Objectives inspire
191
+ - [ ] KRs measurable
192
+ - [ ] Capacity-honest
193
+ - [ ] Cascade checked
194
+
195
+ ## Review Schedule
196
+ - Weekly Tuesday: progress
197
+ - Mid-Q (week 6): re-calibrate
198
+ - End-Q: grade + retro
199
+ ```
200
+
201
+ ## Worked Example — TeamFlow Q2 2026 OKRs (Product team, post-Mediator)
202
+
203
+ **Context:** TeamFlow (B2B SaaS HR-tech, $8M ARR). After Mediator synthesis of visions (Alpha + Beta), the team forms Q2 OKRs for the Product team. Company-level OKRs: grow ARR 50% YoY ($8M → $12M by Q4) + launch AI tier + NRR 105% → 110%.
204
+
205
+ ```markdown
206
+ # OKR Q2 2026 TeamFlow Product Team
207
+
208
+ ## Company Context (cascade input)
209
+ - **Company O:** Become category-leading People Ops platform by 2027
210
+ - **Company KR:** $12M ARR by Q4 2026 (from $8M), NRR 115%, launch AI tier
211
+ - **Our cascade role:** Drive product-led expansion; enable Enterprise tier; make AI MVP successful
212
+
213
+ ---
214
+
215
+ ## O1: Ship AI 1:1 tier that managers love and buyers pay for
216
+
217
+ **Ambition:** Aspirational (70% grade = success)
218
+
219
+ - **KR1.1:** 40 customers (of 200 base) upgraded to AI Team tier ($8/seat) by June 30
220
+ - Baseline: 0 (tier not existing yet)
221
+ - Target: 40 accounts = 20% base penetration
222
+ - Stretch: 60 accounts
223
+ - **KR1.2:** Among upgraded accounts, 65% of active managers use AI summarization weekly (vs zero baseline)
224
+ - **KR1.3:** AI summarization NPS ≥ 50 (vs general TeamFlow NPS 45)
225
+ - **KR1.4:** Action items completion rate lifts from 60% baseline to 75% in AI tier accounts
226
+
227
+ ### Initiatives for O1
228
+ | KR | Initiative | Expected impact | Timeline |
229
+ |----|------------|-----------------|----------|
230
+ | KR1.1 | AI Team tier launch (feature flag gated) | 40 upgrade conversations | Week 4-10 |
231
+ | KR1.1 | GTM campaign (email, webinar, in-app) | +15 upgrades | Week 6-12 |
232
+ | KR1.2 | Onboarding flow for new AI users (checklist + first-success moment) | +25pp adoption | Week 8-10 |
233
+ | KR1.3 | Feedback loop (in-product rating after each summary) | Signal for iteration | Week 6-ongoing |
234
+ | KR1.4 | Automated reminders for AI-extracted action items | +15pp completion | Week 10-12 |
235
+
236
+ ---
237
+
238
+ ## O2: Establish Enterprise tier as credible expansion path
239
+
240
+ **Ambition:** Committed (100% grade = must hit)
241
+
242
+ - **KR2.1:** 5 Enterprise tier accounts signed ($50+/seat, min 300 seats each) by June 30
243
+ - Baseline: 10 Enterprise accounts on legacy pricing
244
+ - Target: 5 on new Enterprise tier
245
+ - **KR2.2:** Enterprise pilot: 3 design partners live on aggregate dashboard + health score features
246
+ - **KR2.3:** Security review passed: SOC 2 Type II controls documented for AI features (blocker for 2 deals)
247
+ - **KR2.4:** 0 Enterprise contract rejections due to compliance/AI concerns (baseline: 2 in Q1)
248
+
249
+ ### Initiatives for O2
250
+ | KR | Initiative | Expected impact | Timeline |
251
+ |----|------------|-----------------|----------|
252
+ | KR2.1 | Enterprise tier pricing + packaging docs | Sales enablement | Week 2-4 |
253
+ | KR2.2 | Aggregate dashboard MVP (from Beta vision) | 3 design partners engaged | Week 6-12 |
254
+ | KR2.3 | SOC 2 Type II audit for AI tier | Unblock enterprise deals | Week 1-8 |
255
+ | KR2.4 | Compliance FAQ + objection handling deck | Sales reduces objection time | Week 4 |
256
+
257
+ ---
258
+
259
+ ## O3: Build data foundation for 2027 category leadership
260
+
261
+ **Ambition:** Aspirational (70%)
262
+
263
+ - **KR3.1:** 1:1 behavioral data pipeline instruments 100% of AI tier events (reliable for downstream analytics)
264
+ - **KR3.2:** Privacy architecture passes external audit (trust layer for future AI features)
265
+ - **KR3.3:** Benchmark engine MVP 3 industry/segment comparisons live for Enterprise accounts
266
+
267
+ ### Initiatives for O3
268
+ | KR | Initiative | Expected impact | Timeline |
269
+ |----|------------|-----------------|----------|
270
+ | KR3.1 | Event schema + instrumentation (PM + Data) | Data basis for Q3 features | Week 4-8 |
271
+ | KR3.2 | Privacy architecture review + attestation | Moat reinforcement | Week 2-10 |
272
+ | KR3.3 | Benchmark calculation engine | Enterprise delight | Week 10-13 |
273
+
274
+ ---
275
+
276
+ ## Health Check
277
+ - [x] Objectives inspire all tie to category positioning
278
+ - [x] KRs measurable all numeric (% / count / NPS / binary)
279
+ - [x] Capacity-honest 8 eng + 3 PM + 2 design = 13 person-weeks capacity per sprint × 13 sprints = 169 weeks total available; planned initiatives ≈ 120 person-weeks (71% capacity, 29% buffer)
280
+ - [x] Cascade checked — O1 drives Company KR «launch AI tier»; O2 drives «NRR 115%»; O3 drives «category leadership»
281
+
282
+ ## Review Schedule
283
+ - **Weekly Tuesday 10am:** progress burndown + adjustments (15 min per Objective)
284
+ - **Mid-Q (Week 6, May 12):** re-calibrate commitments, move committed↔aspirational if reality shifted
285
+ - **End-Q (June 30):** grade all KRs (0-1.0), retrospective, input for Q3
286
+
287
+ ## Grading Rubric (applied at end-Q)
288
+
289
+ Example grade for KR1.1 (40 account upgrades):
290
+ - Hit 40 → 1.0 (hit target)
291
+ - Hit 30 → 0.75 (healthy progress, 75% of target)
292
+ - Hit 20 → 0.5 (partial)
293
+ - Hit 10 → 0.25 (minimal)
294
+ - Hit 0 → 0.0
295
+
296
+ For aspirational KRs, 0.7 = green. For committed KRs, anything below 1.0 triggers retro.
297
+ ```
298
+
299
+ > **OKR lesson:** O1, O2, O3 distribute across Alpha and Beta priorities — O1 is Alpha-weighted (workflow + managers), O2 is Beta-weighted (analytics + buyers), O3 is foundation for both. This prevents OKR-level re-litigation of the Mediator synthesis — the roadmap is now guided by the triple Objective, not by camp politics.