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
@@ -0,0 +1,21 @@
1
+ version: 1
2
+ name: release-notes-reference
3
+ display_name: Release Notes (B2B) Reference
4
+ description: B2B customer-facing release notes — what's new, why it matters,
5
+ breaking changes, migration steps — reference (code & worked-example library)
6
+ default_prompt: Use $release-notes-reference when the task relates to the skill
7
+ "Release Notes (B2B) Reference".
8
+ triggers:
9
+ - release-notes
10
+ - release notes
11
+ - changelog
12
+ capabilities:
13
+ - release-notes-reference
14
+ tools: []
15
+ invocation:
16
+ explicit: true
17
+ implicit: true
18
+ localization:
19
+ default_locale: en
20
+ available_locales:
21
+ - en
@@ -1,6 +1,23 @@
1
1
  ---
2
2
  name: report-design
3
3
  description: Designing the layout of a PRD or Product Review Deck — structure, navigation, visual hierarchy
4
+ type: triggered
5
+ domain: product
6
+ owners:
7
+ - layouter
8
+ gates:
9
+ - LAYOUTER
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - "report-design"
14
+ - "report design"
15
+ - "PRD design"
16
+ - "deck design"
17
+ related:
18
+ - report-design-reference
19
+ budget_lines: 418
20
+ schema_version: 1
4
21
  ---
5
22
  # Report Design — PRD / Product Review Deck Layout Design
6
23
 
@@ -399,310 +416,3 @@ Transfer format: Report Design Spec (structure + content inventory + visualizati
399
416
  |---------|:-------------:|---------|
400
417
  | [Section] | Hero / Key / Supporting / Background | [Which elements] |
401
418
  ```
402
-
403
- ## Worked Example — TeamFlow Product Review Deck Design Spec
404
-
405
- **Context:** `/ship-right-thing` complete. Unified Strategy Brief (Mediator) + PRD + Metric Plan ready. Designer prepares design spec for Layouter — Product Review Deck (12 slides, executive audience).
406
-
407
- ```markdown
408
- # Design Spec: TeamFlow AI Summarization Product Review Deck
409
-
410
- **Target Artifact:** Product Review Deck (executive sign-off presentation)
411
- **Audience Level:** Executive (CEO, CPO, VP Sales, VP Product)
412
- **Length:** 12 slide-like pages
413
- **Distribution:** PDF email + presented live in review meeting
414
- **Tone:** Sober, professional, data-forward (see GTM brief tone axes — 80% serious)
415
-
416
- ---
417
-
418
- ## Artifact Type Decision
419
-
420
- **Why Deck, not PRD-as-document:**
421
- - Audience = execs (5-10 minute scan; live presentation 30 min)
422
- - Decision required = go/no-go sign-off (not reference material)
423
- - Mid-market + enterprise B2B SaaS expectation = exec-grade visuals
424
-
425
- **Secondary artifact:** Full PRD (40+ pages, document style) done separately for engineering/design team — via separate `$prd-template` skill. Deck references PRD in appendix.
426
-
427
- ---
428
-
429
- ## Information Architecture (12 pages)
430
-
431
- | # | Page | Purpose | Emphasis | Key visual |
432
- |:-:|------|---------|:--------:|------------|
433
- | 1 | Cover | Anchor attention, set context | Hero | Large title, subtitle, date |
434
- | 2 | Executive Summary (TL;DR) | 30-sec read gives full picture | Hero | Pull quote + 3 KPI cards |
435
- | 3 | The Problem | Establish urgency with evidence | Key | 3 KPI cards «pain sizing» + callouts with verbatim quotes |
436
- | 4 | The Opportunity | Scope of prize | Key | Metric tree with business impact arrows |
437
- | 5 | Unified Strategy (Mediator synthesis) | Approach | Key | Vision statement + 4-principle list + tier architecture diagram |
438
- | 6 | Product Scope (MoSCoW) | What ships, what doesn't | Key | Must/Should/Could table with scope rationale |
439
- | 7 | User Experience | Feel of the product | Supporting | 3-4 wireframe thumbnails + flow arrows |
440
- | 8 | Metrics & NSM | Success definition | Key | Metric tree + 30/90-day targets |
441
- | 9 | Risks & Mitigations | Credibility | Key | Top 5 risks table with probability × impact matrix |
442
- | 10 | Rollout Plan | Execution | Supporting | T-weeks timeline + phased rollout diagram |
443
- | 11 | Investment & ROI | Business case | Key | 3-scenario forecast chart + cost breakdown |
444
- | 12 | Roadmap Now/Next/Later | Future direction | Supporting | 3-column roadmap |
445
-
446
- ---
447
-
448
- ## Visual Hierarchy
449
-
450
- ### Typography Scale
451
-
452
- | Level | Font | Size | Weight | Use |
453
- |-------|------|:----:|:------:|-----|
454
- | H1 (page title) | Inter | 32px | 700 | Page titles |
455
- | H2 (section) | Inter | 22px | 600 | Within-page sections |
456
- | H3 (subsection) | Inter | 16px | 600 | Subsections |
457
- | Lead (intro para) | Inter | 16px | 400 | First paragraph on page |
458
- | Body | Inter | 14px | 400 | Standard text |
459
- | Pull-quote | Source Serif Pro | 20px | 400 | Key quotes, vision statements |
460
- | KPI value | Inter | 32px | 700 | Large metric numbers |
461
- | KPI label | Inter | 11px | 500 | Metric context |
462
- | Caption | Inter | 10px | 400 | Page footers, source attributions |
463
-
464
- ### Color Palette
465
-
466
- ```css
467
- --color-primary: #0A2540; /* TeamFlow brand deep blue — headings, primary action color */
468
- --color-accent: #F2A900; /* TeamFlow amber — highlights, KPI borders, CTA */
469
- --color-text: #1A1A1A; /* Body text (near black) */
470
- --color-text-muted: #6B6B6B; /* Secondary text */
471
- --color-bg: #FFFFFF; /* Page background */
472
- --color-bg-alt: #F7F9FB; /* Callout background, alternate row */
473
- --color-success: #22A06B; /* Green metrics, positive signals */
474
- --color-warning: #E67E22; /* Amber warnings */
475
- --color-danger: #C0392B; /* Red alerts, pain-sizing metrics */
476
- --color-border: #E1E4E8; /* Subtle borders, table dividers */
477
- ```
478
-
479
- **Rationale for sober palette:** B2B SaaS executive audiences respond to professional, data-forward. Too many colors → «consumer» feel. Use green / amber / red sparingly — only for sentiment-loaded metrics.
480
-
481
- ### Spacing System (8pt grid)
482
-
483
- - `--space-1: 4px` (tight — between related items)
484
- - `--space-2: 8px` (list item padding)
485
- - `--space-3: 16px` (paragraph spacing)
486
- - `--space-4: 24px` (between sections in page)
487
- - `--space-5: 32px` (between major blocks)
488
- - `--space-6: 48px` (rare — page header / hero)
489
-
490
- ---
491
-
492
- ## Key Visualizations (Detailed Specs)
493
-
494
- ### 1. KPI Card (used pages 2, 3, 11)
495
-
496
- **Anatomy:**
497
- ```
498
- ┌─────────────────────────────────┐
499
- │ [amber 3px left border] │
500
- │ │
501
- │ 40 ← big number │
502
- │ ──── (32px 700) │
503
- │ Target Team Tier ← label │
504
- │ Upgrades (Q2) (11px 500) │
505
- │ │
506
- └─────────────────────────────────┘
507
- ```
508
-
509
- **Rules:**
510
- - Max 1 number per card
511
- - Label 1-2 lines max
512
- - Group in grids of 3 (rule of three)
513
- - Color number by sentiment: primary blue (default) / success green / danger red
514
-
515
- **TeamFlow-specific examples:**
516
- - Page 2: «40 Target Upgrades» / «+$8 Per-Seat Premium» / «3 hrs Weekly Time Saved»
517
- - Page 3 (pain): «3-4 hrs Admin/week» / «40% Action Items Dropped» / «0% VP Visibility» (all danger red)
518
-
519
- ### 2. Pull Quote (pages 2, 3, 5)
520
-
521
- **Anatomy:**
522
- ```
523
- ┌──────────────────────────────────────────┐
524
- │▐ «Quote text in Source Serif Pro, │
525
- │▐ 20px, line-height 1.4. Draws attention │
526
- │▐ from scanner, not too large to read.» │
527
- └──────────────────────────────────────────┘
528
- — Attribution (12px 400 muted)
529
- ```
530
-
531
- **Rules:**
532
- - Use for key vision statement or verbatim customer quote
533
- - Max 1-2 per page
534
- - Attribution line aligned right, muted color
535
- - Left border 3px accent color; bg alt
536
-
537
- ### 3. Callout Box (all pages)
538
-
539
- **Variants:**
540
- - Neutral (accent border)
541
- - Success (green border — positive signal)
542
- - Warning (amber border — consideration)
543
- - Danger (red border — risk / critical)
544
-
545
- **Anatomy:**
546
- ```
547
- ┌──────────────────────────────────────────┐
548
- │▐ Expected Outcome ← title 600 weight
549
- │▐ Description text wrapping normally...
550
- └──────────────────────────────────────────┘
551
- ```
552
-
553
- ### 4. Metric Tree (page 4, 8)
554
-
555
- **Anatomy:**
556
- ```
557
- NSM: Sticky Manager Ratio (AI Tier)
558
- ┌─────────────┼─────────────┐
559
- ▼ ▼ ▼
560
- Input: Input: Guardrails:
561
- New tier Activation NPS, Churn,
562
- conversions rate Support vol.
563
- ```
564
-
565
- **Implementation:** SVG (for fidelity) or Mermaid (for authorability). TeamFlow prefers SVG produced from Figma.
566
-
567
- ### 5. Roadmap Columns (page 12)
568
-
569
- **Anatomy:**
570
- ```
571
- ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
572
- │ [accent top] │ │ [accent top] │ │ [accent top] │
573
- │ NOW │ │ NEXT │ │ LATER │
574
- │ (Q2 2026) │ │ (Q3 2026) │ │ (Q4+) │
575
- ├─────────────┤ ├─────────────┤ ├─────────────┤
576
- │ ✨ AI Summary│ │ 📊 Dashboard │ │ 🌍 Multi-lang│
577
- │ ✨ Action items│ │ ⏱️ Real-time │ │ 📱 Mobile app│
578
- │ 🔐 SSO/SCIM │ │ 🎯 Health Sc.│ │ 🔍 AI Coach │
579
- └─────────────┘ └─────────────┘ └─────────────┘
580
- ```
581
-
582
- **Rules:**
583
- - 3-5 items per column (don't overload)
584
- - Emoji prefix for category hint (✨ feature / 🔐 security / 📊 analytics)
585
- - Vertical line between items for scannability
586
- - Accent top border maintains brand presence
587
-
588
- ### 6. Risk Matrix (page 9)
589
-
590
- **Implementation:** 2×2 grid showing probability × impact:
591
-
592
- ```
593
- LOW IMPACT HIGH IMPACT
594
- HIGH ┌──────────────┬──────────────┐
595
- PROB │ monitor │ ⚠️ TOP RISKS │
596
- │ │ R1, R2, R3 │
597
- ├──────────────┼──────────────┤
598
- LOW │ acceptable │ watch list │
599
- PROB │ │ R4, R5 │
600
- └──────────────┴──────────────┘
601
- ```
602
-
603
- **Below matrix:** detailed Top 5 risks table with columns: #, Risk, Probability, Impact, Mitigation.
604
-
605
- ---
606
-
607
- ## Component Library for Layouter
608
-
609
- **Files:** `components/` folder in design handoff
610
-
611
- | Component | File | Usage |
612
- |-----------|------|-------|
613
- | `kpi-card.html` | Snippet | Metric showcases |
614
- | `pull-quote.html` | Snippet | Vision statements, customer quotes |
615
- | `callout-[variant].html` | 4 snippets | Warnings, successes, info |
616
- | `roadmap-columns.html` | Snippet | Page 12 only |
617
- | `metric-tree.svg` | Asset | Pages 4 + 8 |
618
- | `risk-matrix.svg` | Asset | Page 9 |
619
- | `page-footer.html` | Snippet | All pages |
620
- | `meta-bar.html` | Snippet | All pages |
621
-
622
- ---
623
-
624
- ## Design-to-Layout Handoff Specifications
625
-
626
- ### CSS Tokens
627
-
628
- All styles defined as CSS custom properties (see layouter output). Ensures:
629
- - Easy re-skinning for white-label
630
- - Consistent spacing / sizing
631
- - Dark mode future-proof (tokens override easily)
632
-
633
- ### Print-Specific
634
-
635
- - `@page { size: A4 portrait; margin: 2cm 1.8cm; }` — standard A4
636
- - `.page { page-break-after: always; }` — each major section on own page
637
- - `page-break-inside: avoid` on tables + callouts — prevent awkward splits
638
- - `print-color-adjust: exact` — preserve brand colors on printed output
639
-
640
- ### Fonts Bundling
641
-
642
- - **Embedded fonts** in PDF generation for consistency:
643
- - Inter (all weights): [Google Fonts CSS link — OK for web, but for PDF embed WOFF2 locally]
644
- - Source Serif Pro: similar — embed for PDF
645
- - **Fallbacks** for missing fonts: `-apple-system, sans-serif` (Inter), `Georgia, serif` (Source Serif Pro)
646
-
647
- ### Assets Bundle
648
-
649
- - TeamFlow logo (SVG + PNG 2×)
650
- - Partner logos (if case studies referenced): Lattice comparison etc.
651
- - Icons (lucide-react or similar — SVG inline)
652
- - Chart images (exported PNG 2× from Figma for complex charts)
653
-
654
- ---
655
-
656
- ## Accessibility Requirements (WCAG AA)
657
-
658
- - **Color contrast:** All text ≥ 4.5:1 against bg (verified: primary blue on white = 11:1)
659
- - **Semantic HTML:** `<section>`, `<article>`, `<h1-h6>` hierarchy correct
660
- - **Alt text** on all images + SVGs
661
- - **Focus states** visible (if deck interactive) — not relevant for PDF, but matters if HTML shared online
662
- - **Screen reader** labels on status badges, icons
663
-
664
- ---
665
-
666
- ## Deliverables for Layouter (handoff)
667
-
668
- - [x] This design spec document (markdown)
669
- - [x] CSS tokens file (`tokens.css`)
670
- - [x] HTML snippets folder (`components/`)
671
- - [x] SVG assets (`assets/`)
672
- - [x] Font files (WOFF2 embedded)
673
- - [x] Color / typography reference sheet (1-page PDF for quick reference)
674
- - [x] Figma file with all screen mockups (hi-fi, exported pages) [link]
675
- - [x] Asset export manifest (which images at which sizes)
676
-
677
- ---
678
-
679
- ## Sign-off Required
680
-
681
- - [ ] PM (Alex K.) — content accuracy
682
- - [ ] Design Lead (Jordan M.) — visual standards
683
- - [ ] Brand team — consistency with TeamFlow identity
684
- - [ ] Eng Lead (Priya S.) — feasibility from layout perspective
685
-
686
- Target sign-off date: May 20, 2026. Layout production window: May 21 - June 10. Final deck ready for June 30 launch.
687
-
688
- ---
689
-
690
- ### Emphasis Map Summary
691
-
692
- | Page | Emphasis | Elements |
693
- |:----:|:--------:|----------|
694
- | 1 Cover | Hero | Title 42px, subtitle, brand accent bar |
695
- | 2 TL;DR | Hero | Pull quote, 3 KPI cards, section breaks |
696
- | 3 Problem | Key | 3 danger KPIs, 2 verbatim callouts |
697
- | 4 Opportunity | Key | Metric tree, impact arrows |
698
- | 5 Strategy | Key | Vision quote, tier architecture |
699
- | 6 Scope | Key | MoSCoW table, rationale |
700
- | 7 UX | Supporting | 4 thumbnail wireframes, flow |
701
- | 8 Metrics | Key | Metric tree (2nd), target table |
702
- | 9 Risks | Key | 2×2 matrix + top 5 table |
703
- | 10 Rollout | Supporting | T-weeks timeline (dense but detailed) |
704
- | 11 Investment | Key | 3-scenario chart, cost breakdown |
705
- | 12 Roadmap | Supporting | 3-column Now/Next/Later |
706
- ```
707
-
708
- > **report-design lesson:** Design spec = contract between Designer + Layouter. CSS tokens + component library turn ad-hoc page-by-page work into systematic assembly. **Emphasis map** prevents every page being equally loud = information noise. Executive audience = sober palette + dense-but-clean content. **Accessibility requirements** (WCAG AA) — required for mid-market + enterprise procurement. Component library reused for future decks (Q3 Product Review, etc.) — investment compounds.
@@ -0,0 +1,331 @@
1
+ ---
2
+ name: report-design-reference
3
+ description: Designing the layout of a PRD or Product Review Deck — structure, navigation, visual hierarchy — reference (code & worked-example library)
4
+ type: reference
5
+ domain: product
6
+ owners:
7
+ - layouter
8
+ gates:
9
+ - LAYOUTER
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - "report-design"
14
+ - "report design"
15
+ - "PRD design"
16
+ - "deck design"
17
+ related:
18
+ - report-design
19
+ budget_lines: 331
20
+ schema_version: 1
21
+ ---
22
+ # report-design — Reference (code & worked-example library)
23
+
24
+ > Verbatim code blocks and the worked example extracted from `$report-design` (workflow). Copy-paste library; the procedure lives in the workflow skill.
25
+
26
+ ## Worked Example — TeamFlow Product Review Deck Design Spec
27
+
28
+ **Context:** `/ship-right-thing` complete. Unified Strategy Brief (Mediator) + PRD + Metric Plan ready. Designer prepares design spec for Layouter — Product Review Deck (12 slides, executive audience).
29
+
30
+ ```markdown
31
+ # Design Spec: TeamFlow AI Summarization Product Review Deck
32
+
33
+ **Target Artifact:** Product Review Deck (executive sign-off presentation)
34
+ **Audience Level:** Executive (CEO, CPO, VP Sales, VP Product)
35
+ **Length:** 12 slide-like pages
36
+ **Distribution:** PDF email + presented live in review meeting
37
+ **Tone:** Sober, professional, data-forward (see GTM brief tone axes — 80% serious)
38
+
39
+ ---
40
+
41
+ ## Artifact Type Decision
42
+
43
+ **Why Deck, not PRD-as-document:**
44
+ - Audience = execs (5-10 minute scan; live presentation 30 min)
45
+ - Decision required = go/no-go sign-off (not reference material)
46
+ - Mid-market + enterprise B2B SaaS expectation = exec-grade visuals
47
+
48
+ **Secondary artifact:** Full PRD (40+ pages, document style) done separately for engineering/design team — via separate `$prd-template` skill. Deck references PRD in appendix.
49
+
50
+ ---
51
+
52
+ ## Information Architecture (12 pages)
53
+
54
+ | # | Page | Purpose | Emphasis | Key visual |
55
+ |:-:|------|---------|:--------:|------------|
56
+ | 1 | Cover | Anchor attention, set context | Hero | Large title, subtitle, date |
57
+ | 2 | Executive Summary (TL;DR) | 30-sec read gives full picture | Hero | Pull quote + 3 KPI cards |
58
+ | 3 | The Problem | Establish urgency with evidence | Key | 3 KPI cards «pain sizing» + callouts with verbatim quotes |
59
+ | 4 | The Opportunity | Scope of prize | Key | Metric tree with business impact arrows |
60
+ | 5 | Unified Strategy (Mediator synthesis) | Approach | Key | Vision statement + 4-principle list + tier architecture diagram |
61
+ | 6 | Product Scope (MoSCoW) | What ships, what doesn't | Key | Must/Should/Could table with scope rationale |
62
+ | 7 | User Experience | Feel of the product | Supporting | 3-4 wireframe thumbnails + flow arrows |
63
+ | 8 | Metrics & NSM | Success definition | Key | Metric tree + 30/90-day targets |
64
+ | 9 | Risks & Mitigations | Credibility | Key | Top 5 risks table with probability × impact matrix |
65
+ | 10 | Rollout Plan | Execution | Supporting | T-weeks timeline + phased rollout diagram |
66
+ | 11 | Investment & ROI | Business case | Key | 3-scenario forecast chart + cost breakdown |
67
+ | 12 | Roadmap Now/Next/Later | Future direction | Supporting | 3-column roadmap |
68
+
69
+ ---
70
+
71
+ ## Visual Hierarchy
72
+
73
+ ### Typography Scale
74
+
75
+ | Level | Font | Size | Weight | Use |
76
+ |-------|------|:----:|:------:|-----|
77
+ | H1 (page title) | Inter | 32px | 700 | Page titles |
78
+ | H2 (section) | Inter | 22px | 600 | Within-page sections |
79
+ | H3 (subsection) | Inter | 16px | 600 | Subsections |
80
+ | Lead (intro para) | Inter | 16px | 400 | First paragraph on page |
81
+ | Body | Inter | 14px | 400 | Standard text |
82
+ | Pull-quote | Source Serif Pro | 20px | 400 | Key quotes, vision statements |
83
+ | KPI value | Inter | 32px | 700 | Large metric numbers |
84
+ | KPI label | Inter | 11px | 500 | Metric context |
85
+ | Caption | Inter | 10px | 400 | Page footers, source attributions |
86
+
87
+ ### Color Palette
88
+
89
+ ```css
90
+ --color-primary: #0A2540; /* TeamFlow brand deep blue — headings, primary action color */
91
+ --color-accent: #F2A900; /* TeamFlow amber — highlights, KPI borders, CTA */
92
+ --color-text: #1A1A1A; /* Body text (near black) */
93
+ --color-text-muted: #6B6B6B; /* Secondary text */
94
+ --color-bg: #FFFFFF; /* Page background */
95
+ --color-bg-alt: #F7F9FB; /* Callout background, alternate row */
96
+ --color-success: #22A06B; /* Green metrics, positive signals */
97
+ --color-warning: #E67E22; /* Amber warnings */
98
+ --color-danger: #C0392B; /* Red alerts, pain-sizing metrics */
99
+ --color-border: #E1E4E8; /* Subtle borders, table dividers */
100
+ ```
101
+
102
+ **Rationale for sober palette:** B2B SaaS executive audiences respond to professional, data-forward. Too many colors → «consumer» feel. Use green / amber / red sparingly — only for sentiment-loaded metrics.
103
+
104
+ ### Spacing System (8pt grid)
105
+
106
+ - `--space-1: 4px` (tight — between related items)
107
+ - `--space-2: 8px` (list item padding)
108
+ - `--space-3: 16px` (paragraph spacing)
109
+ - `--space-4: 24px` (between sections in page)
110
+ - `--space-5: 32px` (between major blocks)
111
+ - `--space-6: 48px` (rare — page header / hero)
112
+
113
+ ---
114
+
115
+ ## Key Visualizations (Detailed Specs)
116
+
117
+ ### 1. KPI Card (used pages 2, 3, 11)
118
+
119
+ **Anatomy:**
120
+ ```
121
+ ┌─────────────────────────────────┐
122
+ │ [amber 3px left border] │
123
+ │ │
124
+ │ 40 ← big number │
125
+ │ ──── (32px 700) │
126
+ │ Target Team Tier ← label │
127
+ │ Upgrades (Q2) (11px 500) │
128
+ │ │
129
+ └─────────────────────────────────┘
130
+ ```
131
+
132
+ **Rules:**
133
+ - Max 1 number per card
134
+ - Label 1-2 lines max
135
+ - Group in grids of 3 (rule of three)
136
+ - Color number by sentiment: primary blue (default) / success green / danger red
137
+
138
+ **TeamFlow-specific examples:**
139
+ - Page 2: «40 Target Upgrades» / «+$8 Per-Seat Premium» / «3 hrs Weekly Time Saved»
140
+ - Page 3 (pain): «3-4 hrs Admin/week» / «40% Action Items Dropped» / «0% VP Visibility» (all danger red)
141
+
142
+ ### 2. Pull Quote (pages 2, 3, 5)
143
+
144
+ **Anatomy:**
145
+ ```
146
+ ┌──────────────────────────────────────────┐
147
+ │▐ «Quote text in Source Serif Pro, │
148
+ │▐ 20px, line-height 1.4. Draws attention │
149
+ │▐ from scanner, not too large to read.» │
150
+ └──────────────────────────────────────────┘
151
+ — Attribution (12px 400 muted)
152
+ ```
153
+
154
+ **Rules:**
155
+ - Use for key vision statement or verbatim customer quote
156
+ - Max 1-2 per page
157
+ - Attribution line aligned right, muted color
158
+ - Left border 3px accent color; bg alt
159
+
160
+ ### 3. Callout Box (all pages)
161
+
162
+ **Variants:**
163
+ - Neutral (accent border)
164
+ - Success (green border — positive signal)
165
+ - Warning (amber border — consideration)
166
+ - Danger (red border — risk / critical)
167
+
168
+ **Anatomy:**
169
+ ```
170
+ ┌──────────────────────────────────────────┐
171
+ │▐ Expected Outcome ← title 600 weight
172
+ │▐ Description text wrapping normally...
173
+ └──────────────────────────────────────────┘
174
+ ```
175
+
176
+ ### 4. Metric Tree (page 4, 8)
177
+
178
+ **Anatomy:**
179
+ ```
180
+ NSM: Sticky Manager Ratio (AI Tier)
181
+ ┌─────────────┼─────────────┐
182
+ ▼ ▼ ▼
183
+ Input: Input: Guardrails:
184
+ New tier Activation NPS, Churn,
185
+ conversions rate Support vol.
186
+ ```
187
+
188
+ **Implementation:** SVG (for fidelity) or Mermaid (for authorability). TeamFlow prefers SVG produced from Figma.
189
+
190
+ ### 5. Roadmap Columns (page 12)
191
+
192
+ **Anatomy:**
193
+ ```
194
+ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
195
+ │ [accent top] │ │ [accent top] │ │ [accent top] │
196
+ │ NOW │ │ NEXT │ │ LATER │
197
+ │ (Q2 2026) │ │ (Q3 2026) │ │ (Q4+) │
198
+ ├─────────────┤ ├─────────────┤ ├─────────────┤
199
+ │ ✨ AI Summary│ │ 📊 Dashboard │ │ 🌍 Multi-lang│
200
+ │ ✨ Action items│ │ ⏱️ Real-time │ │ 📱 Mobile app│
201
+ │ 🔐 SSO/SCIM │ │ 🎯 Health Sc.│ │ 🔍 AI Coach │
202
+ └─────────────┘ └─────────────┘ └─────────────┘
203
+ ```
204
+
205
+ **Rules:**
206
+ - 3-5 items per column (don't overload)
207
+ - Emoji prefix for category hint (✨ feature / 🔐 security / 📊 analytics)
208
+ - Vertical line between items for scannability
209
+ - Accent top border maintains brand presence
210
+
211
+ ### 6. Risk Matrix (page 9)
212
+
213
+ **Implementation:** 2×2 grid showing probability × impact:
214
+
215
+ ```
216
+ LOW IMPACT HIGH IMPACT
217
+ HIGH ┌──────────────┬──────────────┐
218
+ PROB │ monitor │ ⚠️ TOP RISKS │
219
+ │ │ R1, R2, R3 │
220
+ ├──────────────┼──────────────┤
221
+ LOW │ acceptable │ watch list │
222
+ PROB │ │ R4, R5 │
223
+ └──────────────┴──────────────┘
224
+ ```
225
+
226
+ **Below matrix:** detailed Top 5 risks table with columns: #, Risk, Probability, Impact, Mitigation.
227
+
228
+ ---
229
+
230
+ ## Component Library for Layouter
231
+
232
+ **Files:** `components/` folder in design handoff
233
+
234
+ | Component | File | Usage |
235
+ |-----------|------|-------|
236
+ | `kpi-card.html` | Snippet | Metric showcases |
237
+ | `pull-quote.html` | Snippet | Vision statements, customer quotes |
238
+ | `callout-[variant].html` | 4 snippets | Warnings, successes, info |
239
+ | `roadmap-columns.html` | Snippet | Page 12 only |
240
+ | `metric-tree.svg` | Asset | Pages 4 + 8 |
241
+ | `risk-matrix.svg` | Asset | Page 9 |
242
+ | `page-footer.html` | Snippet | All pages |
243
+ | `meta-bar.html` | Snippet | All pages |
244
+
245
+ ---
246
+
247
+ ## Design-to-Layout Handoff Specifications
248
+
249
+ ### CSS Tokens
250
+
251
+ All styles defined as CSS custom properties (see layouter output). Ensures:
252
+ - Easy re-skinning for white-label
253
+ - Consistent spacing / sizing
254
+ - Dark mode future-proof (tokens override easily)
255
+
256
+ ### Print-Specific
257
+
258
+ - `@page { size: A4 portrait; margin: 2cm 1.8cm; }` — standard A4
259
+ - `.page { page-break-after: always; }` — each major section on own page
260
+ - `page-break-inside: avoid` on tables + callouts — prevent awkward splits
261
+ - `print-color-adjust: exact` — preserve brand colors on printed output
262
+
263
+ ### Fonts Bundling
264
+
265
+ - **Embedded fonts** in PDF generation for consistency:
266
+ - Inter (all weights): [Google Fonts CSS link — OK for web, but for PDF embed WOFF2 locally]
267
+ - Source Serif Pro: similar — embed for PDF
268
+ - **Fallbacks** for missing fonts: `-apple-system, sans-serif` (Inter), `Georgia, serif` (Source Serif Pro)
269
+
270
+ ### Assets Bundle
271
+
272
+ - TeamFlow logo (SVG + PNG 2×)
273
+ - Partner logos (if case studies referenced): Lattice comparison etc.
274
+ - Icons (lucide-react or similar — SVG inline)
275
+ - Chart images (exported PNG 2× from Figma for complex charts)
276
+
277
+ ---
278
+
279
+ ## Accessibility Requirements (WCAG AA)
280
+
281
+ - **Color contrast:** All text ≥ 4.5:1 against bg (verified: primary blue on white = 11:1)
282
+ - **Semantic HTML:** `<section>`, `<article>`, `<h1-h6>` hierarchy correct
283
+ - **Alt text** on all images + SVGs
284
+ - **Focus states** visible (if deck interactive) — not relevant for PDF, but matters if HTML shared online
285
+ - **Screen reader** labels on status badges, icons
286
+
287
+ ---
288
+
289
+ ## Deliverables for Layouter (handoff)
290
+
291
+ - [x] This design spec document (markdown)
292
+ - [x] CSS tokens file (`tokens.css`)
293
+ - [x] HTML snippets folder (`components/`)
294
+ - [x] SVG assets (`assets/`)
295
+ - [x] Font files (WOFF2 embedded)
296
+ - [x] Color / typography reference sheet (1-page PDF for quick reference)
297
+ - [x] Figma file with all screen mockups (hi-fi, exported pages) [link]
298
+ - [x] Asset export manifest (which images at which sizes)
299
+
300
+ ---
301
+
302
+ ## Sign-off Required
303
+
304
+ - [ ] PM (Alex K.) — content accuracy
305
+ - [ ] Design Lead (Jordan M.) — visual standards
306
+ - [ ] Brand team — consistency with TeamFlow identity
307
+ - [ ] Eng Lead (Priya S.) — feasibility from layout perspective
308
+
309
+ Target sign-off date: May 20, 2026. Layout production window: May 21 - June 10. Final deck ready for June 30 launch.
310
+
311
+ ---
312
+
313
+ ### Emphasis Map Summary
314
+
315
+ | Page | Emphasis | Elements |
316
+ |:----:|:--------:|----------|
317
+ | 1 Cover | Hero | Title 42px, subtitle, brand accent bar |
318
+ | 2 TL;DR | Hero | Pull quote, 3 KPI cards, section breaks |
319
+ | 3 Problem | Key | 3 danger KPIs, 2 verbatim callouts |
320
+ | 4 Opportunity | Key | Metric tree, impact arrows |
321
+ | 5 Strategy | Key | Vision quote, tier architecture |
322
+ | 6 Scope | Key | MoSCoW table, rationale |
323
+ | 7 UX | Supporting | 4 thumbnail wireframes, flow |
324
+ | 8 Metrics | Key | Metric tree (2nd), target table |
325
+ | 9 Risks | Key | 2×2 matrix + top 5 table |
326
+ | 10 Rollout | Supporting | T-weeks timeline (dense but detailed) |
327
+ | 11 Investment | Key | 3-scenario chart, cost breakdown |
328
+ | 12 Roadmap | Supporting | 3-column Now/Next/Later |
329
+ ```
330
+
331
+ > **report-design lesson:** Design spec = contract between Designer + Layouter. CSS tokens + component library turn ad-hoc page-by-page work into systematic assembly. **Emphasis map** prevents every page being equally loud = information noise. Executive audience = sober palette + dense-but-clean content. **Accessibility requirements** (WCAG AA) — required for mid-market + enterprise procurement. Component library reused for future decks (Q3 Product Review, etc.) — investment compounds.