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,315 +1,333 @@
1
- ---
2
- name: wsjf-scoring
3
- description: Weighted Shortest Job First — SAFe-style prioritization for enterprise B2B (cost of delay / job size)
4
- ---
5
- # WSJF Scoring
6
-
7
- > **Category:** Prioritization · **Slug:** `wsjf-scoring`
8
-
9
- ## When to Use
10
-
11
- - Enterprise B2B context with large initiatives and long cycles.
12
- - When RICE is insufficient due to time-sensitivity / opportunity cost.
13
- - In SAFe (Scaled Agile) environments — standard for portfolio/ART planning.
14
- - When you need to explicitly surface **cost of delay**.
15
-
16
- ## Input
17
-
18
- | Field | Required | Description |
19
- |-------|:--------:|-------------|
20
- | Epic / initiative list | ✅ | Large items, 1+ sprint |
21
- | Business value data | ✅ | Revenue, retention impact |
22
- | Time criticality factors | ✅ | Deadlines, market windows |
23
- | Risk reduction opportunity | ✅ | Unknowns resolved |
24
- | Job size estimate | ✅ | Relative sizing (T-shirt or points) |
25
-
26
- ## Data Sources
27
-
28
- 1. Financial projections — business value component.
29
- 2. Market analysis time criticality.
30
- 3. Risk register RR/OE factor.
31
- 4. Engineering estimatesjob size.
32
-
33
- ### Related Skills
34
-
35
- | Skill | What we take | When to invoke |
36
- |-------|-------------|----------------|
37
- | `rice-scoring` | Alternative method | Choose one for consistency |
38
- | `epic-breakdown` | Job size estimation | Before WSJF |
39
- | `product-roadmap` | Scored list theme assignment | After WSJF |
40
-
41
- ## Formula
42
-
43
- ```
44
- WSJF = Cost of Delay / Job Size
45
-
46
- Cost of Delay (CoD) = User-Business Value + Time Criticality + Risk Reduction / Opportunity Enablement
47
- ```
48
-
49
- Three CoD components (scale 1-10 Fibonacci: 1, 2, 3, 5, 8, 13, 20):
50
- - **User-Business Value (UBV):** value to users/business if delivered now
51
- - **Time Criticality (TC):** value lost with each week of delay
52
- - **Risk Reduction / Opportunity Enablement (RR/OE):** risk mitigation + future opportunities enabled
53
-
54
- Job Size — relative (also 1-20 Fibonacci).
55
-
56
- ## Protocol
57
-
58
- ### Step 0 — Identify Epic-level Items
59
-
60
- WSJF works at **epic-level**, not stories. If items are too small — aggregate.
61
-
62
- ### Step 1 User-Business Value (UBV)
63
-
64
- Questions:
65
- - How much revenue uplift?
66
- - How many customers retained / expanded?
67
- - How strategic is it?
68
-
69
- Scale:
70
- - **1-2** Minimal impact
71
- - **3-5** — Moderate
72
- - **8-13**High
73
- - **20** — Transformational
74
-
75
- B2B SaaS typical:
76
- - Enterprise feature unlocking Fortune 500 deals: 13-20
77
- - SMB onboarding improvement: 5-8
78
- - UX polish: 2-3
79
-
80
- ### Step 2Time Criticality (TC)
81
-
82
- Questions:
83
- - Is there a hard deadline (regulatory, customer contract)?
84
- - Does a window of opportunity close?
85
- - What is the damage per week of delay?
86
-
87
- Scale:
88
- - **1-2** — No deadline, no decay
89
- - **3-5** — Some time pressure
90
- - **8-13** — Hard deadline within quarter
91
- - **20** — Existential / immediate
92
-
93
- ### Step 3 — Risk Reduction / Opportunity Enablement (RR/OE)
94
-
95
- Questions:
96
- - Does it solve a critical architectural risk?
97
- - Does it unlock future initiatives (platform play)?
98
- - Does it reduce technical debt blocking other work?
99
-
100
- Scale:
101
- - **1-2** Standalone, no downstream
102
- - **3-5** Enables 1-2 future items
103
- - **8-13** Unlocks major platform capability
104
- - **20** — Foundational
105
-
106
- ### Step 4 Job Size
107
-
108
- Relative estimation by Fibonacci. If smallest epic = 1, others are relative.
109
-
110
- Factors:
111
- - Engineering effort
112
- - Design complexity
113
- - Integration touches
114
- - Testing scope
115
- - Deployment complexity
116
-
117
- Not precise estimates — relative sizing.
118
-
119
- ### Step 5 Calculate WSJF
120
-
121
- ```
122
- CoD = UBV + TC + RR/OE
123
- WSJF = CoD / Job Size
124
- ```
125
-
126
- Higher WSJF = higher priority.
127
-
128
- Example:
129
- - Epic: SSO SAML implementation
130
- - UBV: 13 (unlocks enterprise tier)
131
- - TC: 8 (2 deals waiting)
132
- - RR/OE: 5 (unlocks SCIM in next quarter)
133
- - Job Size: 8 (medium-large)
134
- - WSJF = (13 + 8 + 5) / 8 = **3.25**
135
-
136
- ### Step 6 — Rank
137
-
138
- Sort by WSJF descending. Top items first.
139
-
140
- ### Step 7 Sanity Check
141
-
142
- - Top item — is it genuinely highest priority?
143
- - Bottom item — really lowest?
144
- - Job Size relative consistency — 13-sized item actually ~6× larger than 2-sized?
145
-
146
- ### Step 8 — Portfolio View
147
-
148
- For portfolio of 20+ epics:
149
- - Visualize on 2D: CoD (y-axis) × Job Size (x-axis)
150
- - Diagonal from top-left = higher WSJF
151
- - Discuss outliers: why large jobs with low CoD?
152
-
153
- ## Validation (Quality Gate)
154
-
155
- - [ ] Epic-level items (not stories)
156
- - [ ] Each component (UBV, TC, RR/OE) scored with rationale
157
- - [ ] Fibonacci scale applied consistently
158
- - [ ] Job Size relative, not absolute time
159
- - [ ] Sanity check — top/bottom make sense
160
- - [ ] Portfolio view created if >10 items
161
- - [ ] Scoring session included cross-functional stakeholders (eng + biz + security)
162
-
163
- ## Handoff
164
-
165
- The result is input for:
166
- - **`product-roadmap`** scored epics → PI planning (if SAFe)
167
- - **`epic-breakdown`** top epics → stories
168
- - **Tech Lead** capacity allocation
169
- - **PM** quarter planning
170
-
171
- Format: WSJF table + 2D portfolio view. Via `$handoff`.
172
-
173
- ## Anti-patterns
174
-
175
- | Error | Why it's bad | How to do it right |
176
- |-------|-------------|-------------------|
177
- | Precise job size estimates | False precision | Fibonacci relative |
178
- | All items scored same | Not discriminating | Spread across scale |
179
- | Skip RR/OE | Miss platform plays | Score all three CoD |
180
- | No rationale | Scores look arbitrary | 1-line per score |
181
- | Solo scoring | Lost perspectives | Cross-functional session |
182
- | WSJF for tiny items | Overkill | Use for epics (>sprint) |
183
-
184
- ## Template
185
-
186
- ```markdown
187
- # WSJF Portfolio Q2 2026
188
-
189
- ## Scoring Legend
190
- Scale: 1, 2, 3, 5, 8, 13, 20 (Fibonacci)
191
- - UBV: User-Business Value
192
- - TC: Time Criticality
193
- - RR/OE: Risk Reduction / Opportunity Enablement
194
-
195
- ## Epic Scores
196
-
197
- | # | Epic | UBV | TC | RR/OE | CoD | Job Size | WSJF | Rationale |
198
- |---|------|:---:|:--:|:-----:|:---:|:--------:|:----:|-----------|
199
- | 1 | SSO SAML | 13 | 8 | 5 | 26 | 8 | 3.25 | «2 enterprise deals waiting» |
200
- | 2 | Mobile app | 8 | 3 | 2 | 13 | 20 | 0.65 | «Large effort, low urgency» |
201
-
202
- ## Top 5 (Rank by WSJF)
203
- 1. [Epic 1] — WSJF 3.25
204
- ...
205
-
206
- ## Portfolio 2D (CoD × Job Size)
207
- [Placeholder for chart]
208
- ```
209
-
210
- ## Worked Example — TeamFlow Enterprise Epic Portfolio WSJF
211
-
212
- **Context:** TeamFlow — 10 enterprise customers (500+ employee accounts), 8 in active expansion negotiation. WSJF applied at epic-level portfolio Q2-Q3 2026. SAFe-adjacent process: quarterly Program Increment planning.
213
-
214
- ### Epic Portfolio (9 epics, SAFe PI Planning session)
215
-
216
- | # | Epic | Business Context | UBV | TC | RR/OE | CoD | Job Size | **WSJF** |
217
- |---|------|------------------|:---:|:--:|:-----:|:---:|:--------:|:--------:|
218
- | 1 | **SSO SAML + SCIM Provisioning** | 2 enterprise deals waiting ($800K ARR), 3 more in Q3 pipeline | 13 | 13 | 5 | 31 | 5 | **6.20** |
219
- | 2 | **SOC 2 Type II for AI features** | Compliance gate for 4 Enterprise deals + existing customer renewals | 13 | 8 | 3 | 24 | 8 | **3.00** |
220
- | 3 | **AI Summarization (Core MVP)** | Flagship feature, category positioning | 13 | 5 | 5 | 23 | 13 | **1.77** |
221
- | 4 | **Aggregate Dashboard (Enterprise tier)** | Unlocks Enterprise tier pricing ($15+ seat), 80 mid+ accounts | 8 | 5 | 8 | 21 | 8 | **2.63** |
222
- | 5 | **Data Residency (EU + APAC regions)** | 2 EU enterprise blocked by data residency; APAC prospect | 8 | 5 | 5 | 18 | 13 | **1.38** |
223
- | 6 | **Zoom/Meet Native Integration** | Competitive parity (Lattice shipped Q4 2025) | 5 | 3 | 3 | 11 | 13 | **0.85** |
224
- | 7 | **Audit Log API** | Enterprise SIEM integration — nice-to-have, deal enhancer | 5 | 3 | 3 | 11 | 5 | **2.20** |
225
- | 8 | **Mobile App (iOS + Android)** | Managers want mobile review; not blocking deals | 5 | 2 | 2 | 9 | 20 | **0.45** |
226
- | 9 | **HIPAA Attestation for Healthcare segment** | 1 prospect in healthcare vertical | 3 | 3 | 2 | 8 | 13 | **0.62** |
227
-
228
- ### Scoring Rationale (per component)
229
-
230
- **Epic 1SSO SAML + SCIM (WSJF 6.20):**
231
- - **UBV 13:** 2 deals × $400K avg = $800K immediate + multiplier effect on Q3 pipeline
232
- - **TC 13:** Deals close quarterly delay 1 quarter = lose deals to competitor
233
- - **RR/OE 5:** Unlocks enterprise sales motion (future deals easier)
234
- - **Job Size 5:** Moderate SCIM complex but SAML standardized
235
-
236
- **Epic 2 SOC 2 Type II (WSJF 3.00):**
237
- - **UBV 13:** 4 Enterprise deals + renewal protection (~$1.5M combined)
238
- - **TC 8:** 6-month audit cycle must complete for Q4 renewal wave
239
- - **RR/OE 3:** One-time certification, doesn't unlock future ones
240
- - **Job Size 8:** Significant SOC 2 requires audit firm engagement + documentation + attestation
241
-
242
- **Epic 3AI Summarization Core (WSJF 1.77):**
243
- - **UBV 13:** Transformational category play
244
- - **TC 5:** Competitors may launch parallel AI, but 6-month window exists
245
- - **RR/OE 5:** Unlocks AI tier pricing + future AI initiatives (platform investment)
246
- - **Job Size 13:** Large — 6-8 engineers × 3 months + ongoing
247
-
248
- **Epic 4Aggregate Dashboard (WSJF 2.63):**
249
- - **UBV 8:** Strong Enterprise tier unlock
250
- - **TC 5:** SeasonalityBoard review cycles in Q2 + Q4
251
- - **RR/OE 8:** Unlocks all future People Ops analytics features (huge downstream value)
252
- - **Job Size 8:** Medium-large
253
-
254
- **Epic 8Mobile App (WSJF 0.45):**
255
- - **UBV 5:** Marginal managers workflow primarily desktop
256
- - **TC 2:** No hard deadline, no lost deals attributed
257
- - **RR/OE 2:** Standalone, minimal platform leverage
258
- - **Job Size 20:** Massive — 2 platforms, 2 teams, likely 6+ months
259
-
260
- ### Ranked Portfolio (by WSJF)
261
-
262
- 1. **SSO SAML + SCIM** (6.20) ship Q2 sprint 1-2 (2 weeks)
263
- 2. **SOC 2 Type II** (3.00) parallel track, Q2 end target
264
- 3. **Aggregate Dashboard** (2.63)Q2 sprint 3-6
265
- 4. **Audit Log API** (2.20) — Q2 Q3 sprint 7-8 quick win
266
- 5. **AI Summarization Core** (1.77) Q2 sprint 3-8 (biggest epic but lower WSJF)
267
- 6. **Data Residency EU** (1.38) Q3 priority
268
- 7. **Zoom/Meet Integration** (0.85)Q3-Q4 (competitive parity not burning)
269
- 8. **HIPAA Attestation** (0.62) Q4 (1 customer waiting, low revenue impact)
270
- 9. **Mobile App** (0.45) — **DEFER, reconsider next PI**
271
-
272
- ### 2D Portfolio View (CoD × Job Size)
273
-
274
- ```
275
- CoD (y)
276
- 31 │ Epic 1
277
- 24 │ Epic 2 ★
278
- 23 │ Epic 3 (large)
279
- 21 │ Epic 4 ★
280
- 18 │ Epic 5
281
- 11 │ Epic 7 (small) Epic 6
282
- 9 │ Epic 8 (huge)
283
- 8 │ Epic 9
284
- └─────────────────────────────────────────
285
- 5 8 13 20 Job Size (x)
286
-
287
- = top-left quadrant (high CoD, smaller job = high WSJF priority)
288
- ```
289
-
290
- ### Insight from Portfolio View
291
-
292
- - **Top-left cluster** (Epics 1, 2, 4, 7): high CoD + manageable size = **PI priority**
293
- - **Epic 3 (AI Summarization)** is odd-one-out: high CoD but largest job size. Need to **decompose** into sub-epics to manage better (done in `$epic-breakdown`).
294
- - **Epic 8 (Mobile)** bottom-right: huge job, marginal CoD → **defer**. Re-evaluate next PI if customer feedback elevates.
295
- - **Portfolio balance:** 4 high-WSJF items fit in Q2 capacity with AI decomposition.
296
-
297
- ### Decomposition Trigger (Epic 3)
298
-
299
- Epic 3 «AI Summarization Core» has WSJF 1.77 due to job size penalty. **Decompose in `$epic-breakdown`**:
300
- - Sub-epic A: Transcription infrastructure (shared platform) — medium, CoD via RR/OE
301
- - Sub-epic B: Summary generation pipeline — small-medium, CoD via UBV
302
- - Sub-epic C: Manager review UI — small, CoD via usability
303
- - Each sub-epic gets own WSJF rescoring — likely higher than parent due to better size ratio
304
-
305
- ### PI Commitment (Q2)
306
-
307
- | Epic | Assignment | Teams | PI Objectives |
308
- |------|------------|-------|---------------|
309
- | Epic 1 | Committed | Platform + Security | «SSO live by Sprint 2» |
310
- | Epic 2 | Committed | Security + Compliance | «SOC 2 attestation by Sprint 12» |
311
- | Epic 3 (decomposed) | Committed | AI team | «MVP summarization shipped by Sprint |
312
- | Epic 4 | Committed | Analytics + Eng | «Dashboard beta by Sprint 10» |
313
- | Epic 7 | Stretch | Platform | «Audit API if capacity» |
314
-
315
- > **WSJF lesson:** Mobile App (Epic 8) WSJF 0.45 was **controversial** initially — loud customer voices «we need mobile». WSJF forced accounting: $20 pm effort for marginal CoD = **terrible ratio**. Deferring saved 20 pm for higher-impact work. AI Summarization (Epic 3) WSJF 1.77 — counterintuitively NOT highest — but this is an artifact of large job size. **Decomposition** fixes this: sub-epics score much higher individually. WSJF doesn't work on monolithic giant epics — decompose first.
1
+ ---
2
+ name: wsjf-scoring
3
+ description: Weighted Shortest Job First — SAFe-style prioritization for enterprise B2B (cost of delay / job size)
4
+ type: triggered
5
+ domain: product
6
+ owners:
7
+ - pm
8
+ - tech_lead
9
+ gates:
10
+ - PM
11
+ - TECH_LEAD
12
+ tech: []
13
+ topic: []
14
+ triggers:
15
+ - "wsjf-scoring"
16
+ - "WSJF"
17
+ - "weighted shortest job first"
18
+ - "SAFe"
19
+ related: []
20
+ budget_lines: 333
21
+ schema_version: 1
22
+ ---
23
+ # WSJF Scoring
24
+
25
+ > **Category:** Prioritization · **Slug:** `wsjf-scoring`
26
+
27
+ ## When to Use
28
+
29
+ - Enterprise B2B context with large initiatives and long cycles.
30
+ - When RICE is insufficient due to time-sensitivity / opportunity cost.
31
+ - In SAFe (Scaled Agile) environments standard for portfolio/ART planning.
32
+ - When you need to explicitly surface **cost of delay**.
33
+
34
+ ## Input
35
+
36
+ | Field | Required | Description |
37
+ |-------|:--------:|-------------|
38
+ | Epic / initiative list | | Large items, 1+ sprint |
39
+ | Business value data | | Revenue, retention impact |
40
+ | Time criticality factors | ✅ | Deadlines, market windows |
41
+ | Risk reduction opportunity | ✅ | Unknowns resolved |
42
+ | Job size estimate | ✅ | Relative sizing (T-shirt or points) |
43
+
44
+ ## Data Sources
45
+
46
+ 1. Financial projections business value component.
47
+ 2. Market analysis — time criticality.
48
+ 3. Risk register — RR/OE factor.
49
+ 4. Engineering estimates job size.
50
+
51
+ ### Related Skills
52
+
53
+ | Skill | What we take | When to invoke |
54
+ |-------|-------------|----------------|
55
+ | `rice-scoring` | Alternative method | Choose one for consistency |
56
+ | `epic-breakdown` | Job size estimation | Before WSJF |
57
+ | `product-roadmap` | Scored list → theme assignment | After WSJF |
58
+
59
+ ## Formula
60
+
61
+ ```
62
+ WSJF = Cost of Delay / Job Size
63
+
64
+ Cost of Delay (CoD) = User-Business Value + Time Criticality + Risk Reduction / Opportunity Enablement
65
+ ```
66
+
67
+ Three CoD components (scale 1-10 Fibonacci: 1, 2, 3, 5, 8, 13, 20):
68
+ - **User-Business Value (UBV):** value to users/business if delivered now
69
+ - **Time Criticality (TC):** value lost with each week of delay
70
+ - **Risk Reduction / Opportunity Enablement (RR/OE):** risk mitigation + future opportunities enabled
71
+
72
+ Job Sizerelative (also 1-20 Fibonacci).
73
+
74
+ ## Protocol
75
+
76
+ ### Step 0 Identify Epic-level Items
77
+
78
+ WSJF works at **epic-level**, not stories. If items are too small — aggregate.
79
+
80
+ ### Step 1User-Business Value (UBV)
81
+
82
+ Questions:
83
+ - How much revenue uplift?
84
+ - How many customers retained / expanded?
85
+ - How strategic is it?
86
+
87
+ Scale:
88
+ - **1-2** — Minimal impact
89
+ - **3-5** — Moderate
90
+ - **8-13** — High
91
+ - **20** — Transformational
92
+
93
+ B2B SaaS typical:
94
+ - Enterprise feature unlocking Fortune 500 deals: 13-20
95
+ - SMB onboarding improvement: 5-8
96
+ - UX polish: 2-3
97
+
98
+ ### Step 2 Time Criticality (TC)
99
+
100
+ Questions:
101
+ - Is there a hard deadline (regulatory, customer contract)?
102
+ - Does a window of opportunity close?
103
+ - What is the damage per week of delay?
104
+
105
+ Scale:
106
+ - **1-2**No deadline, no decay
107
+ - **3-5** — Some time pressure
108
+ - **8-13** Hard deadline within quarter
109
+ - **20** — Existential / immediate
110
+
111
+ ### Step 3 — Risk Reduction / Opportunity Enablement (RR/OE)
112
+
113
+ Questions:
114
+ - Does it solve a critical architectural risk?
115
+ - Does it unlock future initiatives (platform play)?
116
+ - Does it reduce technical debt blocking other work?
117
+
118
+ Scale:
119
+ - **1-2**Standalone, no downstream
120
+ - **3-5** — Enables 1-2 future items
121
+ - **8-13** — Unlocks major platform capability
122
+ - **20** Foundational
123
+
124
+ ### Step 4 — Job Size
125
+
126
+ Relative estimation by Fibonacci. If smallest epic = 1, others are relative.
127
+
128
+ Factors:
129
+ - Engineering effort
130
+ - Design complexity
131
+ - Integration touches
132
+ - Testing scope
133
+ - Deployment complexity
134
+
135
+ Not precise estimates — relative sizing.
136
+
137
+ ### Step 5 — Calculate WSJF
138
+
139
+ ```
140
+ CoD = UBV + TC + RR/OE
141
+ WSJF = CoD / Job Size
142
+ ```
143
+
144
+ Higher WSJF = higher priority.
145
+
146
+ Example:
147
+ - Epic: SSO SAML implementation
148
+ - UBV: 13 (unlocks enterprise tier)
149
+ - TC: 8 (2 deals waiting)
150
+ - RR/OE: 5 (unlocks SCIM in next quarter)
151
+ - Job Size: 8 (medium-large)
152
+ - WSJF = (13 + 8 + 5) / 8 = **3.25**
153
+
154
+ ### Step 6 — Rank
155
+
156
+ Sort by WSJF descending. Top items first.
157
+
158
+ ### Step 7 Sanity Check
159
+
160
+ - Top item is it genuinely highest priority?
161
+ - Bottom item really lowest?
162
+ - Job Size relative consistency — 13-sized item actually ~6× larger than 2-sized?
163
+
164
+ ### Step 8 — Portfolio View
165
+
166
+ For portfolio of 20+ epics:
167
+ - Visualize on 2D: CoD (y-axis) × Job Size (x-axis)
168
+ - Diagonal from top-left = higher WSJF
169
+ - Discuss outliers: why large jobs with low CoD?
170
+
171
+ ## Validation (Quality Gate)
172
+
173
+ - [ ] Epic-level items (not stories)
174
+ - [ ] Each component (UBV, TC, RR/OE) scored with rationale
175
+ - [ ] Fibonacci scale applied consistently
176
+ - [ ] Job Size relative, not absolute time
177
+ - [ ] Sanity check top/bottom make sense
178
+ - [ ] Portfolio view created if >10 items
179
+ - [ ] Scoring session included cross-functional stakeholders (eng + biz + security)
180
+
181
+ ## Handoff
182
+
183
+ The result is input for:
184
+ - **`product-roadmap`** — scored epics → PI planning (if SAFe)
185
+ - **`epic-breakdown`** — top epics → stories
186
+ - **Tech Lead** → capacity allocation
187
+ - **PM** quarter planning
188
+
189
+ Format: WSJF table + 2D portfolio view. Via `$handoff`.
190
+
191
+ ## Anti-patterns
192
+
193
+ | Error | Why it's bad | How to do it right |
194
+ |-------|-------------|-------------------|
195
+ | Precise job size estimates | False precision | Fibonacci relative |
196
+ | All items scored same | Not discriminating | Spread across scale |
197
+ | Skip RR/OE | Miss platform plays | Score all three CoD |
198
+ | No rationale | Scores look arbitrary | 1-line per score |
199
+ | Solo scoring | Lost perspectives | Cross-functional session |
200
+ | WSJF for tiny items | Overkill | Use for epics (>sprint) |
201
+
202
+ ## Template
203
+
204
+ ```markdown
205
+ # WSJF Portfolio — Q2 2026
206
+
207
+ ## Scoring Legend
208
+ Scale: 1, 2, 3, 5, 8, 13, 20 (Fibonacci)
209
+ - UBV: User-Business Value
210
+ - TC: Time Criticality
211
+ - RR/OE: Risk Reduction / Opportunity Enablement
212
+
213
+ ## Epic Scores
214
+
215
+ | # | Epic | UBV | TC | RR/OE | CoD | Job Size | WSJF | Rationale |
216
+ |---|------|:---:|:--:|:-----:|:---:|:--------:|:----:|-----------|
217
+ | 1 | SSO SAML | 13 | 8 | 5 | 26 | 8 | 3.25 | «2 enterprise deals waiting» |
218
+ | 2 | Mobile app | 8 | 3 | 2 | 13 | 20 | 0.65 | «Large effort, low urgency» |
219
+
220
+ ## Top 5 (Rank by WSJF)
221
+ 1. [Epic 1] WSJF 3.25
222
+ ...
223
+
224
+ ## Portfolio 2D (CoD × Job Size)
225
+ [Placeholder for chart]
226
+ ```
227
+
228
+ ## Worked Example TeamFlow Enterprise Epic Portfolio WSJF
229
+
230
+ **Context:** TeamFlow10 enterprise customers (500+ employee accounts), 8 in active expansion negotiation. WSJF applied at epic-level portfolio Q2-Q3 2026. SAFe-adjacent process: quarterly Program Increment planning.
231
+
232
+ ### Epic Portfolio (9 epics, SAFe PI Planning session)
233
+
234
+ | # | Epic | Business Context | UBV | TC | RR/OE | CoD | Job Size | **WSJF** |
235
+ |---|------|------------------|:---:|:--:|:-----:|:---:|:--------:|:--------:|
236
+ | 1 | **SSO SAML + SCIM Provisioning** | 2 enterprise deals waiting ($800K ARR), 3 more in Q3 pipeline | 13 | 13 | 5 | 31 | 5 | **6.20** |
237
+ | 2 | **SOC 2 Type II for AI features** | Compliance gate for 4 Enterprise deals + existing customer renewals | 13 | 8 | 3 | 24 | 8 | **3.00** |
238
+ | 3 | **AI Summarization (Core MVP)** | Flagship feature, category positioning | 13 | 5 | 5 | 23 | 13 | **1.77** |
239
+ | 4 | **Aggregate Dashboard (Enterprise tier)** | Unlocks Enterprise tier pricing ($15+ seat), 80 mid+ accounts | 8 | 5 | 8 | 21 | 8 | **2.63** |
240
+ | 5 | **Data Residency (EU + APAC regions)** | 2 EU enterprise blocked by data residency; APAC prospect | 8 | 5 | 5 | 18 | 13 | **1.38** |
241
+ | 6 | **Zoom/Meet Native Integration** | Competitive parity (Lattice shipped Q4 2025) | 5 | 3 | 3 | 11 | 13 | **0.85** |
242
+ | 7 | **Audit Log API** | Enterprise SIEM integration nice-to-have, deal enhancer | 5 | 3 | 3 | 11 | 5 | **2.20** |
243
+ | 8 | **Mobile App (iOS + Android)** | Managers want mobile review; not blocking deals | 5 | 2 | 2 | 9 | 20 | **0.45** |
244
+ | 9 | **HIPAA Attestation for Healthcare segment** | 1 prospect in healthcare vertical | 3 | 3 | 2 | 8 | 13 | **0.62** |
245
+
246
+ ### Scoring Rationale (per component)
247
+
248
+ **Epic 1SSO SAML + SCIM (WSJF 6.20):**
249
+ - **UBV 13:** 2 deals × $400K avg = $800K immediate + multiplier effect on Q3 pipeline
250
+ - **TC 13:** Deals close quarterly delay 1 quarter = lose deals to competitor
251
+ - **RR/OE 5:** Unlocks enterprise sales motion (future deals easier)
252
+ - **Job Size 5:** Moderate — SCIM complex but SAML standardized
253
+
254
+ **Epic 2SOC 2 Type II (WSJF 3.00):**
255
+ - **UBV 13:** 4 Enterprise deals + renewal protection (~$1.5M combined)
256
+ - **TC 8:** 6-month audit cycle must complete for Q4 renewal wave
257
+ - **RR/OE 3:** One-time certification, doesn't unlock future ones
258
+ - **Job Size 8:** SignificantSOC 2 requires audit firm engagement + documentation + attestation
259
+
260
+ **Epic 3 AI Summarization Core (WSJF 1.77):**
261
+ - **UBV 13:** Transformational — category play
262
+ - **TC 5:** Competitors may launch parallel AI, but 6-month window exists
263
+ - **RR/OE 5:** Unlocks AI tier pricing + future AI initiatives (platform investment)
264
+ - **Job Size 13:** Large 6-8 engineers × 3 months + ongoing
265
+
266
+ **Epic 4Aggregate Dashboard (WSJF 2.63):**
267
+ - **UBV 8:** StrongEnterprise tier unlock
268
+ - **TC 5:** SeasonalityBoard review cycles in Q2 + Q4
269
+ - **RR/OE 8:** Unlocks all future People Ops analytics features (huge downstream value)
270
+ - **Job Size 8:** Medium-large
271
+
272
+ **Epic 8 Mobile App (WSJF 0.45):**
273
+ - **UBV 5:** Marginal — managers workflow primarily desktop
274
+ - **TC 2:** No hard deadline, no lost deals attributed
275
+ - **RR/OE 2:** Standalone, minimal platform leverage
276
+ - **Job Size 20:** Massive — 2 platforms, 2 teams, likely 6+ months
277
+
278
+ ### Ranked Portfolio (by WSJF)
279
+
280
+ 1. **SSO SAML + SCIM** (6.20) — ship Q2 sprint 1-2 (2 weeks)
281
+ 2. **SOC 2 Type II** (3.00) — parallel track, Q2 end target
282
+ 3. **Aggregate Dashboard** (2.63) — Q2 sprint 3-6
283
+ 4. **Audit Log API** (2.20) — Q2 Q3 sprint 7-8 quick win
284
+ 5. **AI Summarization Core** (1.77) — Q2 sprint 3-8 (biggest epic but lower WSJF)
285
+ 6. **Data Residency EU** (1.38) — Q3 priority
286
+ 7. **Zoom/Meet Integration** (0.85) — Q3-Q4 (competitive parity not burning)
287
+ 8. **HIPAA Attestation** (0.62) Q4 (1 customer waiting, low revenue impact)
288
+ 9. **Mobile App** (0.45) — **DEFER, reconsider next PI**
289
+
290
+ ### 2D Portfolio View (CoD × Job Size)
291
+
292
+ ```
293
+ CoD (y)
294
+ 31 │ Epic 1
295
+ 24 │ Epic 2
296
+ 23 │ Epic 3 (large)
297
+ 21 │ Epic 4
298
+ 18 │ Epic 5
299
+ 11 │ Epic 7 (small) Epic 6
300
+ 9 │ Epic 8 (huge)
301
+ 8 │ Epic 9
302
+ └─────────────────────────────────────────
303
+ 5 8 13 20 Job Size (x)
304
+
305
+ = top-left quadrant (high CoD, smaller job = high WSJF priority)
306
+ ```
307
+
308
+ ### Insight from Portfolio View
309
+
310
+ - **Top-left cluster** (Epics 1, 2, 4, 7): high CoD + manageable size = **PI priority**
311
+ - **Epic 3 (AI Summarization)** is odd-one-out: high CoD but largest job size. Need to **decompose** into sub-epics to manage better (done in `$epic-breakdown`).
312
+ - **Epic 8 (Mobile)** bottom-right: huge job, marginal CoD **defer**. Re-evaluate next PI if customer feedback elevates.
313
+ - **Portfolio balance:** 4 high-WSJF items fit in Q2 capacity with AI decomposition.
314
+
315
+ ### Decomposition Trigger (Epic 3)
316
+
317
+ Epic 3 «AI Summarization Core» has WSJF 1.77 due to job size penalty. **Decompose in `$epic-breakdown`**:
318
+ - Sub-epic A: Transcription infrastructure (shared platform) — medium, CoD via RR/OE
319
+ - Sub-epic B: Summary generation pipeline — small-medium, CoD via UBV
320
+ - Sub-epic C: Manager review UI — small, CoD via usability
321
+ - Each sub-epic gets own WSJF rescoring — likely higher than parent due to better size ratio
322
+
323
+ ### PI Commitment (Q2)
324
+
325
+ | Epic | Assignment | Teams | PI Objectives |
326
+ |------|------------|-------|---------------|
327
+ | Epic 1 | Committed | Platform + Security | «SSO live by Sprint 2» |
328
+ | Epic 2 | Committed | Security + Compliance | «SOC 2 attestation by Sprint 12» |
329
+ | Epic 3 (decomposed) | Committed | AI team | «MVP summarization shipped by Sprint 8» |
330
+ | Epic 4 | Committed | Analytics + Eng | «Dashboard beta by Sprint 10» |
331
+ | Epic 7 | Stretch | Platform | «Audit API if capacity» |
332
+
333
+ > **WSJF lesson:** Mobile App (Epic 8) WSJF 0.45 was **controversial** initially — loud customer voices «we need mobile». WSJF forced accounting: $20 pm effort for marginal CoD = **terrible ratio**. Deferring saved 20 pm for higher-impact work. AI Summarization (Epic 3) WSJF 1.77 — counterintuitively NOT highest — but this is an artifact of large job size. **Decomposition** fixes this: sub-epics score much higher individually. WSJF doesn't work on monolithic giant epics — decompose first.