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,309 +1,324 @@
1
- ---
2
- name: web-research
3
- description: Mandatory web research and data verification — search protocol, cross-checking, source audit
4
- ---
5
- # Web Research — Mandatory web search and data verification
6
-
7
- ## When to Use
8
- - **Mandatory** for all Researcher gates (RES-xx) — no exceptions.
9
- - For **any claim** based on external data (market statistics, regulatory norms, competitive data).
10
- - When **verifying** data provided by the user — even if the user is confident in its accuracy.
11
- - When **outdated data is discovered** — updating and refreshing.
12
-
13
- > **Absolute rule:** A Researcher CANNOT complete a gate without executing `$web-research`. Absence of web search is an automatic **Blocker** during the `$gates` check.
14
-
15
- ## Input
16
-
17
- | Field | Required | Description |
18
- |------|:-----------:|----------|
19
- | Research brief | ✅ | Research questions (from the Interviewer) |
20
- | Research topic | | Main topic / industry / company |
21
- | User-provided data | ⬚ | Data provided by the user for verification |
22
- | Search constraints | ⬚ | Geography, language, period, exclusions |
23
- | Minimum sources | | Minimum number of sources per thesis (default is 3) |
24
-
25
- ### Relationship with Other Skills
26
- | Skill | Interaction | When |
27
- |------|----------------|-------|
28
- | `$gates` (RES-xx) | Absence of web-research = automatic Blocker | During the gate check of each RES gate |
29
- | `$handoff` | Web-research results are handed off to the Data Analyst | After completing the research |
30
- | `tam-sam-som` | Market data: TAM, CAGR, market shares | When the Data Analyst applies TAM/SAM/SOM |
31
- | `competitive-analysis` | Competitor data: features, pricing, shares | When the Data Analyst applies competitive analysis |
32
- | `pest-analysis` | Macro data: regulation, economics, demographics | When the Data Analyst applies PEST/PESTEL |
33
- | `trend-analysis` | Trends: adoption rates, investments, forecasts | When the Data Analyst applies trend analysis |
34
- | `cohort-analysis` | Industry retention benchmarks | If there is no real cohort data |
35
- | `unit-economics` | Industry benchmarks for CAC, LTV, churn | If there are no real unit economics |
36
- | All framework skills | Any external data required by the framework | Always, when the framework references `$web-research` |
37
-
38
- > `$web-research` is a **service skill**: it serves all analytical skills by providing verified data.
39
-
40
- ## Source Tiering
41
-
42
- | Tier | Source Type | Examples | Reliability | Usage |
43
- |:----:|---------------|---------|:----------:|---------------|
44
- | **T1** | Official reports, government statistics, peer-reviewed | Statista, Gartner, McKinsey, World Bank, SEC filings | High | Foundation for Verified. 1 T1 source = sufficient for Estimated |
45
- | **T2** | Industry media, analytics, corporate blogs | TechCrunch, CB Insights, company blogs | Medium | Confirmation for T1 or foundation for Estimated. 2× T2 = Verified |
46
- | **T3** | Forums, social networks, personal opinions, aggregators | Reddit, HN, Quora, expert blogs, Telegram channels | Low | Only for signals and hypotheses. Cannot be Verified. Maximum Assumed |
47
-
48
- **Rules:**
49
- - Verified = T1 + T1/T2, or T2 with data matching.
50
- - Estimated = T1, or T2.
51
- - Assumed = T3, or indirect calculation, or extrapolation.
52
- - **T3 is never counted as Verified or Estimated.**
53
-
54
- ## Data Confidence Levels
55
-
56
- | Level | Marker | Definition | Requirements | In the Report |
57
- |---------|:------:|-------------|------------|----------|
58
- | **Verified** | ✅ | Confirmed by 2+ independent sources (T1/T2) | URLs of both, dates, data match | Can be stated as fact |
59
- | **Estimated** | ⚠️ | One T1/T2 source or calculation | URL, methodology, caveat | "Estimated at..." |
60
- | **Assumed** | 🔮 | Assumption, indirect data, T3 | Rationale, indirect sources | "Presumably..." |
61
-
62
- ## Data Currency Requirements
63
-
64
- | Data Type | Maximum Age | Action When Outdated |
65
- |-----------|:--------------------:|--------------------------|
66
- | Market statistics | 12 months | Search for fresh data or mark as ⚠️ Estimated |
67
- | Regulatory / legal | Current version | Must verify currency |
68
- | Company financials | Latest reporting period | Indicate the reporting period |
69
- | Technology trends | 6 months | Search for the most current |
70
- | Demographic data | 24 months | Acceptable if no fresher data exists |
71
-
72
- ## Protocol
73
-
74
- ### Step 0 Search Planning
75
- 1. Study the research brief identify key questions.
76
- 2. For each question, define at least 3 search queries.
77
- 3. Include the year in queries to ensure currency.
78
- 4. Plan queries for counter-evidence.
79
- 5. Define the priority of sources: T1 T2 T3.
80
-
81
- ### Step 1 Execute Search
82
- 1. Execute search queries via WebSearch.
83
- 2. For each result: extract data via WebFetch.
84
- 3. Record: URL, publication date, author / organization, **Source Tier**.
85
- 4. Minimum 3 queries per data point.
86
-
87
- ### Step 2 — Data Extraction and Structuring
88
- 1. From each source, extract specific data (numbers, facts, quotes).
89
- 2. Link data to questions from the research brief.
90
- 3. Assign a confidence level (Verified / Estimated / Assumed) based on tiering rules.
91
- 4. Timestamp each data point.
92
-
93
- ### Step 3 Cross-Checking
94
- 1. For each key data point find confirmation in 2+ sources.
95
- 2. When data conflicts: record both values, cite sources, flag as a conflict.
96
- 3. On conflictattempt to find a third source for resolution.
97
- 4. If the conflict is unresolved — pass both versions with a "Conflict: [value A] vs [value B]" notation.
98
-
99
- ### Step 4 Counter-Evidence Search
100
- 1. For each key thesis deliberately search for refutations.
101
- 2. Formulate queries like: "[thesis] criticism", "[thesis] disadvantages", "[thesis] risks".
102
- 3. Record found counter-arguments.
103
- 4. If no counter-evidence is found record this as "counter-position not found".
104
-
105
- ### Step 5 Audit Trail Formation
106
- 1. Record all search queries used.
107
- 2. Record all URLs visited (even if data was not used).
108
- 3. Record reasons for rejecting sources (outdated, T3, irrelevant, conflicts).
109
- 4. Form the final source table.
110
-
111
- ### Step 6Research Quality Assessment
112
- Calculate quality metrics:
113
-
114
- | Metric | Formula | Value | Threshold |
115
- |---------|---------|:--------:|:-----:|
116
- | **Verified %** | Verified / Total × 100 | XX% | ≥ 50% — good |
117
- | **Coverage** | Questions covered / Total questions × 100 | XX% | 100% — mandatory |
118
- | **Source diversity** | Unique sources / Data points | X.X | ≥ 1.5 — good |
119
- | **Counter-evidence rate**| Theses with counter-search / Total theses × 100 | XX% | 100% — mandatory |
120
- | **Conflict rate** | Unresolved conflicts / Total data points × 100 | XX% | ≤ 10% — acceptable |
121
-
122
- **Research Quality:**
123
-
124
- | Verified % | Assessment | Action |
125
- |:----------:|--------|----------|
126
- | 70% | 🟢 High | Ready to hand off to the Data Analyst |
127
- | 50-69% | 🟡 Medium | Hand off with a caveat, recommend additional search |
128
- | < 50% | 🔴 Low | Rework: find more T1/T2 sources |
129
-
130
- ### Step 7 — Results Compilation
131
- 1. Structure data by research brief questions.
132
- 2. For each question: facts sources (with Tier) confidence level counter-position.
133
- 3. Highlight conflicts and unresolved questions.
134
- 4. Attach quality metrics.
135
- 5. Formulate conclusions for handoff to the Data Analyst.
136
-
137
- ## Search Query Patterns
138
-
139
- ### Mandatory Patterns
140
- | Pattern | Example | Purpose |
141
- |---------|--------|------|
142
- | `[topic] [year]` | "SaaS market size 2025" | Current data |
143
- | `[topic] statistics report` | "e-commerce Russia statistics report" | Official reports (T1) |
144
- | `[topic] criticism risks` | "remote work criticism risks" | Counter-evidence |
145
- | `[company] revenue financial results` | "Skillbox revenue 2025" | Financial data |
146
- | `[topic] vs [alternative]` | "Bitrix24 vs amoCRM 2025" | Comparative data |
147
- | `site:statista.com [topic]` | `site:statista.com cloud computing` | T1 sources |
148
- | `[topic] research [industry]` | "retention benchmarks SaaS B2B" | Industry benchmarks |
149
-
150
- ### Prohibited Patterns
151
- | Pattern | Why | Alternative |
152
- |---------|--------|-------------|
153
- | One general query for the entire topic | Superficial data | Minimum 3 queries per data point |
154
- | Query without a year | Outdated results | Always include the year |
155
- | Only confirming queries | Confirmation bias | Must search for counter-evidence |
156
- | Copying data without verification | Unreliable data | Cross-check with 2+ sources |
157
- | Only T3 sources | Low reliability | Priority: T1 T2 → T3 as a supplement |
158
-
159
- ## Example Web Research for "EdTech Market Russia, Corporate Training"
160
-
161
- **Research brief (from INT-01):** 4 of 12 questions (fragment).
162
-
163
- ### Question 1: What is the size of the Russian EdTech market (TAM)?
164
-
165
- | # | Fact | Source | Tier | URL | Date | Confidence |
166
- |---|------|----------|:----:|-----|------|:-------------:|
167
- | 1 | Russian EdTech = $4.2B (2026) | Smart Ranking | T1 | smart-ranking.ru/... | 2026-01 | ✅ Verified |
168
- | 2 | Russian EdTech = $3.9-4.5B (2026) | HSE, ISSEK | T1 | hse.ru/... | 2025-11 | ✅ Verified |
169
- | 3 | Corp. training = 43% of EdTech | HSE | T1 | hse.ru/... | 2025-11 | ⚠️ Estimated |
170
-
171
- **Counter-position:** Smart Ranking notes that 30% of the market is the shadow sector (private tutors), which may inflate TAM. Source: smart-ranking.ru/methodology.
172
- **Conflicts:** None (a spread of $3.9-4.5B is normal for different methodologies).
173
-
174
- ### Question 3: What technological trends are reshaping the market?
175
-
176
- | # | Fact | Source | Tier | URL | Date | Confidence |
177
- |---|------|----------|:----:|-----|------|:-------------:|
178
- | 1 | AI personalization: 12% adoption in EdTech| Gartner | T1 | gartner.com/... | 2025-09 | ✅ Verified |
179
- | 2 | AI personalization: Duolingo +40% retention | TechCrunch | T2 | techcrunch.com/... | 2025-07 | ✅ Verified (with #1) |
180
- | 3 | LLM reduces course cost ×5 | a16z | T2 | a16z.com/... | 2026-02 | ⚠️ Estimated |
181
- | 4 | "AI in learning is overhyped for the corp. sector" | HBR | T1 | hbr.org/... | 2025-10 | ✅ Counter-position |
182
-
183
- **Counter-position:** HBR argues that corporate training requires human-in-the-loop and AI-only solutions do not work for soft skills.
184
-
185
- ### Quality Metrics
186
-
187
- | Metric | Value | Threshold | Assessment |
188
- |---------|:--------:|:-----:|:------:|
189
- | Verified % | 62% (18/29) | 50% | 🟡 Medium |
190
- | Coverage | 100% (12/12 questions) | 100% | 🟢 |
191
- | Source diversity | 1.7 (48 sources / 29 points) | 1.5 | 🟢 |
192
- | Counter-evidence rate| 100% (12/12 theses) | 100% | 🟢 |
193
- | Conflict rate | 7% (2/29) | 10% | 🟢 |
194
-
195
- **Quality: 🟡 Medium** (Verified 62% hand off with a caveat, recommend additional T1 search for ⚠️ data).
196
-
197
- ### Audit Trail (fragment)
198
-
199
- | # | Query | Results | Used | Rejected |
200
- |---|--------|:-----------:|:------------:|:---------:|
201
- | 1 | "EdTech market Russia 2025 2026" | 23 | 4 | 19 (outdated: 8, irrelevant: 11) |
202
- | 2 | "corporate training market Russia report" | 15 | 3 | 12 (T3: 5, duplicates: 4, outdated: 3) |
203
- | 3 | "EdTech Russia criticism risks 2025" | 9 | 2 | 7 (irrelevant) |
204
-
205
- **Total:** 38 queries, 112 results, 48 sources used, 64 rejected.
206
-
207
- ## Validation (Quality Gate)
208
-
209
- Web research is considered complete if:
210
-
211
- - [ ] All research brief questions are covered by data (Coverage = 100%)
212
- - [ ] WebSearch / WebFetch are used (not "from memory")
213
- - [ ] Each data point has: URL, date, source Tier, confidence level
214
- - [ ] Cross-checking is performed (2+ sources per key data point)
215
- - [ ] Counter-evidence is deliberately searched for each thesis (Counter-evidence = 100%)
216
- - [ ] Data is current per the requirements table
217
- - [ ] Audit trail is completed (all queries, URLs, rejection reasons)
218
- - [ ] Conflicting data is flagged and explained (Conflict rate 10%)
219
- - [ ] Minimum number of sources is met (default ≥ 3 per thesis)
220
- - [ ] Verified % 50% (if < 50% — rework or hand off with a 🔴 caveat)
221
- - [ ] T3 sources are not used as Verified or Estimated
222
-
223
- ## Handoff
224
- The `$web-research` result is input for:
225
- - **Data Analyst (AN-xx)** — verified data for applying frameworks.
226
- - **All framework skills** via the Data Analyst: data feeds into TAM/SAM/SOM, Competitive Analysis, PEST, SWOT, etc.
227
- - **`$gates` (RES-xx)** the gate check verifies the presence and quality of the web-research.
228
-
229
- Handoff format: a structured report (based on the research brief questions) + source table (with Tier and confidence) + quality metrics + audit trail. When handing off — use `$handoff`.
230
-
231
- ## Anti-patterns
232
-
233
- | Mistake | Why It's Bad | How to Do It Right |
234
- |--------|-------------|---------------|
235
- | Data "from memory" without search | May be outdated or inaccurate | Always execute WebSearch |
236
- | One source = "fact" | No cross-checking | 2+ sources (T1/T2) for key data |
237
- | No counter-evidence | Confirmation bias, one-sided analysis | Deliberately search for refutations (100%) |
238
- | URL without date and Tier | Impossible to assess currency and reliability | Always: URL + date + Tier (T1/T2/T3) |
239
- | All data marked Verified | Unrealistic, hides uncertainty | Honestly: Verified / Estimated / Assumed |
240
- | Queries without a year | Outdated results | Include the current year in the query |
241
- | Skipping the audit trail | Impossible to verify research quality | Record all queries, URLs, rejection reasons |
242
- | Only T3 sources | Low reliability, cannot be Verified | Priority T1 T2; T3 only as a signal |
243
- | Verified < 50% without rework | Majority of data is unreliable | Rework: find T1/T2 or hand off with a 🔴 caveat |
244
-
245
- ## Output Template
246
-
247
- ```markdown
248
- ### Web Research Report [Topic]
249
-
250
- **Researcher:** [RES-xx]
251
- **Date:** [YYYY-MM-DD]
252
- **Research brief:** [N questions from INT-01]
253
-
254
- ---
255
-
256
- #### Quality Metrics
257
-
258
- | Metric | Value | Threshold | Assessment |
259
- |---------|:--------:|:-----:|:------:|
260
- | Verified % | XX% | ≥ 50% | 🟢/🟡/🔴 |
261
- | Coverage | XX% | 100% | 🟢/🔴 |
262
- | Source diversity | X.X | ≥ 1.5 | 🟢/🟡 |
263
- | Counter-evidence rate| XX% | 100% | 🟢/🔴 |
264
- | Conflict rate | XX% | ≤ 10% | 🟢/🟡 |
265
-
266
- **Research Quality:** 🟢 High / 🟡 Medium / 🔴 Low
267
-
268
- ---
269
-
270
- #### Results by Question
271
-
272
- ##### Question 1: [Formulation from research brief]
273
-
274
- | # | Fact / Data | Source | Tier | URL | Date | Confidence |
275
- |---|--------------|----------|:----:|-----|------|:-------------:|
276
- | 1 | [Value] | [Name] | T1/T2/T3 | [URL] | [YYYY-MM] | ✅ / ⚠️ / 🔮 |
277
-
278
- **Counter-position:** [Found counter-arguments or "None found"]
279
- **Conflicts:** [Discrepancies or "None"]
280
-
281
- ##### Question 2: [Formulation]
282
- [same structure]
283
-
284
- ---
285
-
286
- #### Confidence Summary
287
-
288
- | Level | Count | Share |
289
- |---------|:------:|:----:|
290
- | ✅ Verified | [N] | XX% |
291
- | ⚠️ Estimated | [N] | XX% |
292
- | 🔮 Assumed | [N] | XX% |
293
-
294
- #### Unresolved Conflicts
295
-
296
- | # | Data A | Source A (Tier) | Data B | Source B (Tier) | Comment |
297
- |---|---------|:-----------------:|---------|:-----------------:|-------------|
298
- | 1 | [Data] | [Source] | [Data] | [Source] | [Comment] |
299
-
300
- ---
301
-
302
- #### Audit Trail
303
-
304
- | # | Query | Results | Used | Rejected (reason) |
305
- |---|--------|:-----------:|:------------:|---------------------|
306
- | 1 | [query] | [N] | [N] | [N] ([reasons]) |
307
-
308
- **Total:** [N] queries, [N] results, [N] used, [N] rejected
309
- ```
1
+ ---
2
+ name: web-research
3
+ description: Mandatory web research and data verification — search protocol, cross-checking, source audit
4
+ type: mandatory
5
+ domain: analytics
6
+ owners:
7
+ - researcher
8
+ gates:
9
+ - RESEARCHER
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - "web-research"
14
+ - "Веб-поиск и верификация данных"
15
+ - "Обязательный веб-поиск и верификация данных — протокол поиска, перекрёстная проверка, аудит источников"
16
+ related: []
17
+ budget_lines: 324
18
+ schema_version: 1
19
+ ---
20
+ # Web Research Mandatory web search and data verification
21
+
22
+ ## When to Use
23
+ - **Mandatory** for all Researcher gates (RES-xx) no exceptions.
24
+ - For **any claim** based on external data (market statistics, regulatory norms, competitive data).
25
+ - When **verifying** data provided by the user — even if the user is confident in its accuracy.
26
+ - When **outdated data is discovered** — updating and refreshing.
27
+
28
+ > **Absolute rule:** A Researcher CANNOT complete a gate without executing `$web-research`. Absence of web search is an automatic **Blocker** during the `$gates` check.
29
+
30
+ ## Input
31
+
32
+ | Field | Required | Description |
33
+ |------|:-----------:|----------|
34
+ | Research brief | | Research questions (from the Interviewer) |
35
+ | Research topic | | Main topic / industry / company |
36
+ | User-provided data | | Data provided by the user for verification |
37
+ | Search constraints | ⬚ | Geography, language, period, exclusions |
38
+ | Minimum sources | | Minimum number of sources per thesis (default is 3) |
39
+
40
+ ### Relationship with Other Skills
41
+ | Skill | Interaction | When |
42
+ |------|----------------|-------|
43
+ | `$gates` (RES-xx) | Absence of web-research = automatic Blocker | During the gate check of each RES gate |
44
+ | `$handoff` | Web-research results are handed off to the Data Analyst | After completing the research |
45
+ | `tam-sam-som` | Market data: TAM, CAGR, market shares | When the Data Analyst applies TAM/SAM/SOM |
46
+ | `competitive-analysis` | Competitor data: features, pricing, shares | When the Data Analyst applies competitive analysis |
47
+ | `pest-analysis` | Macro data: regulation, economics, demographics | When the Data Analyst applies PEST/PESTEL |
48
+ | `trend-analysis` | Trends: adoption rates, investments, forecasts | When the Data Analyst applies trend analysis |
49
+ | `cohort-analysis` | Industry retention benchmarks | If there is no real cohort data |
50
+ | `unit-economics` | Industry benchmarks for CAC, LTV, churn | If there are no real unit economics |
51
+ | All framework skills | Any external data required by the framework | Always, when the framework references `$web-research` |
52
+
53
+ > `$web-research` is a **service skill**: it serves all analytical skills by providing verified data.
54
+
55
+ ## Source Tiering
56
+
57
+ | Tier | Source Type | Examples | Reliability | Usage |
58
+ |:----:|---------------|---------|:----------:|---------------|
59
+ | **T1** | Official reports, government statistics, peer-reviewed | Statista, Gartner, McKinsey, World Bank, SEC filings | High | Foundation for Verified. 1 T1 source = sufficient for Estimated |
60
+ | **T2** | Industry media, analytics, corporate blogs | TechCrunch, CB Insights, company blogs | Medium | Confirmation for T1 or foundation for Estimated. 2× T2 = Verified |
61
+ | **T3** | Forums, social networks, personal opinions, aggregators | Reddit, HN, Quora, expert blogs, Telegram channels | Low | Only for signals and hypotheses. Cannot be Verified. Maximum Assumed |
62
+
63
+ **Rules:**
64
+ - Verified = T1 + T1/T2, or T2 with data matching.
65
+ - Estimated = 1× T1, or 2× T2.
66
+ - Assumed = T3, or indirect calculation, or extrapolation.
67
+ - **T3 is never counted as Verified or Estimated.**
68
+
69
+ ## Data Confidence Levels
70
+
71
+ | Level | Marker | Definition | Requirements | In the Report |
72
+ |---------|:------:|-------------|------------|----------|
73
+ | **Verified** | ✅ | Confirmed by 2+ independent sources (T1/T2) | URLs of both, dates, data match | Can be stated as fact |
74
+ | **Estimated** | ⚠️ | One T1/T2 source or calculation | URL, methodology, caveat | "Estimated at..." |
75
+ | **Assumed** | 🔮 | Assumption, indirect data, T3 | Rationale, indirect sources | "Presumably..." |
76
+
77
+ ## Data Currency Requirements
78
+
79
+ | Data Type | Maximum Age | Action When Outdated |
80
+ |-----------|:--------------------:|--------------------------|
81
+ | Market statistics | 12 months | Search for fresh data or mark as ⚠️ Estimated |
82
+ | Regulatory / legal | Current version | Must verify currency |
83
+ | Company financials | Latest reporting period | Indicate the reporting period |
84
+ | Technology trends | 6 months | Search for the most current |
85
+ | Demographic data | 24 months | Acceptable if no fresher data exists |
86
+
87
+ ## Protocol
88
+
89
+ ### Step 0 Search Planning
90
+ 1. Study the research brief identify key questions.
91
+ 2. For each question, define at least 3 search queries.
92
+ 3. Include the year in queries to ensure currency.
93
+ 4. Plan queries for counter-evidence.
94
+ 5. Define the priority of sources: T1 T2 T3.
95
+
96
+ ### Step 1Execute Search
97
+ 1. Execute search queries via WebSearch.
98
+ 2. For each result: extract data via WebFetch.
99
+ 3. Record: URL, publication date, author / organization, **Source Tier**.
100
+ 4. Minimum 3 queries per data point.
101
+
102
+ ### Step 2 — Data Extraction and Structuring
103
+ 1. From each source, extract specific data (numbers, facts, quotes).
104
+ 2. Link data to questions from the research brief.
105
+ 3. Assign a confidence level (Verified / Estimated / Assumed) based on tiering rules.
106
+ 4. Timestamp each data point.
107
+
108
+ ### Step 3 Cross-Checking
109
+ 1. For each key data point — find confirmation in 2+ sources.
110
+ 2. When data conflicts: record both values, cite sources, flag as a conflict.
111
+ 3. On conflictattempt to find a third source for resolution.
112
+ 4. If the conflict is unresolved — pass both versions with a "Conflict: [value A] vs [value B]" notation.
113
+
114
+ ### Step 4 Counter-Evidence Search
115
+ 1. For each key thesis — deliberately search for refutations.
116
+ 2. Formulate queries like: "[thesis] criticism", "[thesis] disadvantages", "[thesis] risks".
117
+ 3. Record found counter-arguments.
118
+ 4. If no counter-evidence is found record this as "counter-position not found".
119
+
120
+ ### Step 5 Audit Trail Formation
121
+ 1. Record all search queries used.
122
+ 2. Record all URLs visited (even if data was not used).
123
+ 3. Record reasons for rejecting sources (outdated, T3, irrelevant, conflicts).
124
+ 4. Form the final source table.
125
+
126
+ ### Step 6 Research Quality Assessment
127
+ Calculate quality metrics:
128
+
129
+ | Metric | Formula | Value | Threshold |
130
+ |---------|---------|:--------:|:-----:|
131
+ | **Verified %** | Verified / Total × 100 | XX% | ≥ 50% — good |
132
+ | **Coverage** | Questions covered / Total questions × 100 | XX% | 100% — mandatory |
133
+ | **Source diversity** | Unique sources / Data points | X.X | 1.5 good |
134
+ | **Counter-evidence rate**| Theses with counter-search / Total theses × 100 | XX% | 100% — mandatory |
135
+ | **Conflict rate** | Unresolved conflicts / Total data points × 100 | XX% | ≤ 10% — acceptable |
136
+
137
+ **Research Quality:**
138
+
139
+ | Verified % | Assessment | Action |
140
+ |:----------:|--------|----------|
141
+ | ≥ 70% | 🟢 High | Ready to hand off to the Data Analyst |
142
+ | 50-69% | 🟡 Medium | Hand off with a caveat, recommend additional search |
143
+ | < 50% | 🔴 Low | Rework: find more T1/T2 sources |
144
+
145
+ ### Step 7 Results Compilation
146
+ 1. Structure data by research brief questions.
147
+ 2. For each question: facts sources (with Tier) → confidence level → counter-position.
148
+ 3. Highlight conflicts and unresolved questions.
149
+ 4. Attach quality metrics.
150
+ 5. Formulate conclusions for handoff to the Data Analyst.
151
+
152
+ ## Search Query Patterns
153
+
154
+ ### Mandatory Patterns
155
+ | Pattern | Example | Purpose |
156
+ |---------|--------|------|
157
+ | `[topic] [year]` | "SaaS market size 2025" | Current data |
158
+ | `[topic] statistics report` | "e-commerce Russia statistics report" | Official reports (T1) |
159
+ | `[topic] criticism risks` | "remote work criticism risks" | Counter-evidence |
160
+ | `[company] revenue financial results` | "Skillbox revenue 2025" | Financial data |
161
+ | `[topic] vs [alternative]` | "Bitrix24 vs amoCRM 2025" | Comparative data |
162
+ | `site:statista.com [topic]` | `site:statista.com cloud computing` | T1 sources |
163
+ | `[topic] research [industry]` | "retention benchmarks SaaS B2B" | Industry benchmarks |
164
+
165
+ ### Prohibited Patterns
166
+ | Pattern | Why | Alternative |
167
+ |---------|--------|-------------|
168
+ | One general query for the entire topic | Superficial data | Minimum 3 queries per data point |
169
+ | Query without a year | Outdated results | Always include the year |
170
+ | Only confirming queries | Confirmation bias | Must search for counter-evidence |
171
+ | Copying data without verification | Unreliable data | Cross-check with 2+ sources |
172
+ | Only T3 sources | Low reliability | Priority: T1 → T2 → T3 as a supplement |
173
+
174
+ ## Example Web Research for "EdTech Market Russia, Corporate Training"
175
+
176
+ **Research brief (from INT-01):** 4 of 12 questions (fragment).
177
+
178
+ ### Question 1: What is the size of the Russian EdTech market (TAM)?
179
+
180
+ | # | Fact | Source | Tier | URL | Date | Confidence |
181
+ |---|------|----------|:----:|-----|------|:-------------:|
182
+ | 1 | Russian EdTech = $4.2B (2026) | Smart Ranking | T1 | smart-ranking.ru/... | 2026-01 | ✅ Verified |
183
+ | 2 | Russian EdTech = $3.9-4.5B (2026) | HSE, ISSEK | T1 | hse.ru/... | 2025-11 | ✅ Verified |
184
+ | 3 | Corp. training = 43% of EdTech | HSE | T1 | hse.ru/... | 2025-11 | ⚠️ Estimated |
185
+
186
+ **Counter-position:** Smart Ranking notes that 30% of the market is the shadow sector (private tutors), which may inflate TAM. Source: smart-ranking.ru/methodology.
187
+ **Conflicts:** None (a spread of $3.9-4.5B is normal for different methodologies).
188
+
189
+ ### Question 3: What technological trends are reshaping the market?
190
+
191
+ | # | Fact | Source | Tier | URL | Date | Confidence |
192
+ |---|------|----------|:----:|-----|------|:-------------:|
193
+ | 1 | AI personalization: 12% adoption in EdTech| Gartner | T1 | gartner.com/... | 2025-09 | ✅ Verified |
194
+ | 2 | AI personalization: Duolingo +40% retention | TechCrunch | T2 | techcrunch.com/... | 2025-07 | ✅ Verified (with #1) |
195
+ | 3 | LLM reduces course cost ×5 | a16z | T2 | a16z.com/... | 2026-02 | ⚠️ Estimated |
196
+ | 4 | "AI in learning is overhyped for the corp. sector" | HBR | T1 | hbr.org/... | 2025-10 | ✅ Counter-position |
197
+
198
+ **Counter-position:** HBR argues that corporate training requires human-in-the-loop and AI-only solutions do not work for soft skills.
199
+
200
+ ### Quality Metrics
201
+
202
+ | Metric | Value | Threshold | Assessment |
203
+ |---------|:--------:|:-----:|:------:|
204
+ | Verified % | 62% (18/29) | ≥ 50% | 🟡 Medium |
205
+ | Coverage | 100% (12/12 questions) | 100% | 🟢 |
206
+ | Source diversity | 1.7 (48 sources / 29 points) | ≥ 1.5 | 🟢 |
207
+ | Counter-evidence rate| 100% (12/12 theses) | 100% | 🟢 |
208
+ | Conflict rate | 7% (2/29) | ≤ 10% | 🟢 |
209
+
210
+ **Quality: 🟡 Medium** (Verified 62% — hand off with a caveat, recommend additional T1 search for ⚠️ data).
211
+
212
+ ### Audit Trail (fragment)
213
+
214
+ | # | Query | Results | Used | Rejected |
215
+ |---|--------|:-----------:|:------------:|:---------:|
216
+ | 1 | "EdTech market Russia 2025 2026" | 23 | 4 | 19 (outdated: 8, irrelevant: 11) |
217
+ | 2 | "corporate training market Russia report" | 15 | 3 | 12 (T3: 5, duplicates: 4, outdated: 3) |
218
+ | 3 | "EdTech Russia criticism risks 2025" | 9 | 2 | 7 (irrelevant) |
219
+
220
+ **Total:** 38 queries, 112 results, 48 sources used, 64 rejected.
221
+
222
+ ## Validation (Quality Gate)
223
+
224
+ Web research is considered complete if:
225
+
226
+ - [ ] All research brief questions are covered by data (Coverage = 100%)
227
+ - [ ] WebSearch / WebFetch are used (not "from memory")
228
+ - [ ] Each data point has: URL, date, source Tier, confidence level
229
+ - [ ] Cross-checking is performed (2+ sources per key data point)
230
+ - [ ] Counter-evidence is deliberately searched for each thesis (Counter-evidence = 100%)
231
+ - [ ] Data is current per the requirements table
232
+ - [ ] Audit trail is completed (all queries, URLs, rejection reasons)
233
+ - [ ] Conflicting data is flagged and explained (Conflict rate 10%)
234
+ - [ ] Minimum number of sources is met (default ≥ 3 per thesis)
235
+ - [ ] Verified % 50% (if < 50% — rework or hand off with a 🔴 caveat)
236
+ - [ ] T3 sources are not used as Verified or Estimated
237
+
238
+ ## Handoff
239
+ The `$web-research` result is input for:
240
+ - **Data Analyst (AN-xx)** verified data for applying frameworks.
241
+ - **All framework skills** via the Data Analyst: data feeds into TAM/SAM/SOM, Competitive Analysis, PEST, SWOT, etc.
242
+ - **`$gates` (RES-xx)** the gate check verifies the presence and quality of the web-research.
243
+
244
+ Handoff format: a structured report (based on the research brief questions) + source table (with Tier and confidence) + quality metrics + audit trail. When handing off — use `$handoff`.
245
+
246
+ ## Anti-patterns
247
+
248
+ | Mistake | Why It's Bad | How to Do It Right |
249
+ |--------|-------------|---------------|
250
+ | Data "from memory" without search | May be outdated or inaccurate | Always execute WebSearch |
251
+ | One source = "fact" | No cross-checking | 2+ sources (T1/T2) for key data |
252
+ | No counter-evidence | Confirmation bias, one-sided analysis | Deliberately search for refutations (100%) |
253
+ | URL without date and Tier | Impossible to assess currency and reliability | Always: URL + date + Tier (T1/T2/T3) |
254
+ | All data marked Verified | Unrealistic, hides uncertainty | Honestly: Verified / Estimated / Assumed |
255
+ | Queries without a year | Outdated results | Include the current year in the query |
256
+ | Skipping the audit trail | Impossible to verify research quality | Record all queries, URLs, rejection reasons |
257
+ | Only T3 sources | Low reliability, cannot be Verified | Priority T1 → T2; T3 only as a signal |
258
+ | Verified < 50% without rework | Majority of data is unreliable | Rework: find T1/T2 or hand off with a 🔴 caveat |
259
+
260
+ ## Output Template
261
+
262
+ ```markdown
263
+ ### Web Research Report [Topic]
264
+
265
+ **Researcher:** [RES-xx]
266
+ **Date:** [YYYY-MM-DD]
267
+ **Research brief:** [N questions from INT-01]
268
+
269
+ ---
270
+
271
+ #### Quality Metrics
272
+
273
+ | Metric | Value | Threshold | Assessment |
274
+ |---------|:--------:|:-----:|:------:|
275
+ | Verified % | XX% | ≥ 50% | 🟢/🟡/🔴 |
276
+ | Coverage | XX% | 100% | 🟢/🔴 |
277
+ | Source diversity | X.X | ≥ 1.5 | 🟢/🟡 |
278
+ | Counter-evidence rate| XX% | 100% | 🟢/🔴 |
279
+ | Conflict rate | XX% | ≤ 10% | 🟢/🟡 |
280
+
281
+ **Research Quality:** 🟢 High / 🟡 Medium / 🔴 Low
282
+
283
+ ---
284
+
285
+ #### Results by Question
286
+
287
+ ##### Question 1: [Formulation from research brief]
288
+
289
+ | # | Fact / Data | Source | Tier | URL | Date | Confidence |
290
+ |---|--------------|----------|:----:|-----|------|:-------------:|
291
+ | 1 | [Value] | [Name] | T1/T2/T3 | [URL] | [YYYY-MM] | ✅ / ⚠️ / 🔮 |
292
+
293
+ **Counter-position:** [Found counter-arguments or "None found"]
294
+ **Conflicts:** [Discrepancies or "None"]
295
+
296
+ ##### Question 2: [Formulation]
297
+ [same structure]
298
+
299
+ ---
300
+
301
+ #### Confidence Summary
302
+
303
+ | Level | Count | Share |
304
+ |---------|:------:|:----:|
305
+ | ✅ Verified | [N] | XX% |
306
+ | ⚠️ Estimated | [N] | XX% |
307
+ | 🔮 Assumed | [N] | XX% |
308
+
309
+ #### Unresolved Conflicts
310
+
311
+ | # | Data A | Source A (Tier) | Data B | Source B (Tier) | Comment |
312
+ |---|---------|:-----------------:|---------|:-----------------:|-------------|
313
+ | 1 | [Data] | [Source] | [Data] | [Source] | [Comment] |
314
+
315
+ ---
316
+
317
+ #### Audit Trail
318
+
319
+ | # | Query | Results | Used | Rejected (reason) |
320
+ |---|--------|:-----------:|:------------:|---------------------|
321
+ | 1 | [query] | [N] | [N] | [N] ([reasons]) |
322
+
323
+ **Total:** [N] queries, [N] results, [N] used, [N] rejected
324
+ ```