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.
- package/README.md +83 -67
- package/dist/index.js +2 -0
- package/dist/mcp/audit_ledger.d.ts +12 -0
- package/dist/mcp/audit_ledger.js +82 -0
- package/dist/mcp/cli.js +7 -1
- package/dist/mcp/config.d.ts +23 -0
- package/dist/mcp/config.js +36 -0
- package/dist/mcp/index.d.ts +1 -2
- package/dist/mcp/index.js +1 -2
- package/dist/mcp/paths.d.ts +20 -2
- package/dist/mcp/paths.js +29 -5
- package/dist/mcp/proposal_dedup.d.ts +32 -0
- package/dist/mcp/proposal_dedup.js +102 -0
- package/dist/mcp/proposal_store.d.ts +18 -0
- package/dist/mcp/proposal_store.js +74 -0
- package/dist/mcp/scorecard.d.ts +140 -0
- package/dist/mcp/scorecard.js +103 -0
- package/dist/mcp/skill_invocations.d.ts +15 -0
- package/dist/mcp/skill_invocations.js +28 -0
- package/dist/mcp/task_state.d.ts +77 -2
- package/dist/mcp/tools/_subprocess.d.ts +16 -0
- package/dist/mcp/tools/_subprocess.js +56 -0
- package/dist/mcp/tools/advance_gate.js +2 -2
- package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
- package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
- package/dist/mcp/tools/apply_diff.d.ts +2 -0
- package/dist/mcp/tools/apply_diff.js +29 -0
- package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
- package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
- package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
- package/dist/mcp/tools/audit_budget_compliance.js +172 -0
- package/dist/mcp/tools/build.d.ts +2 -0
- package/dist/mcp/tools/build.js +47 -0
- package/dist/mcp/tools/check_lint.d.ts +2 -0
- package/dist/mcp/tools/check_lint.js +23 -0
- package/dist/mcp/tools/classify_gate.js +2 -2
- package/dist/mcp/tools/current_gate.js +2 -2
- package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
- package/dist/mcp/tools/dependency_supply_chain.js +59 -0
- package/dist/mcp/tools/docker_compose.d.ts +2 -0
- package/dist/mcp/tools/docker_compose.js +24 -0
- package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
- package/dist/mcp/tools/e2e_playwright.js +88 -0
- package/dist/mcp/tools/get_skill.js +17 -0
- package/dist/mcp/tools/git_commit.d.ts +2 -0
- package/dist/mcp/tools/git_commit.js +30 -0
- package/dist/mcp/tools/list_proposals.d.ts +6 -0
- package/dist/mcp/tools/list_proposals.js +16 -0
- package/dist/mcp/tools/list_skills.js +9 -1
- package/dist/mcp/tools/load_role.d.ts +3 -4
- package/dist/mcp/tools/load_role.js +11 -13
- package/dist/mcp/tools/propose_change.d.ts +8 -0
- package/dist/mcp/tools/propose_change.js +36 -0
- package/dist/mcp/tools/record_decision.js +25 -25
- package/dist/mcp/tools/review_proposal.d.ts +17 -0
- package/dist/mcp/tools/review_proposal.js +99 -0
- package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
- package/dist/mcp/tools/run_drift_audit.js +79 -0
- package/dist/mcp/tools/run_tests.d.ts +2 -0
- package/dist/mcp/tools/run_tests.js +92 -0
- package/dist/mcp/tools/sign_off.js +14 -2
- package/dist/mcp/tools/stubs.js +30 -9
- package/dist/mcp/tools/verify_claim.js +33 -6
- package/dist/mcp_setup.d.ts +8 -0
- package/dist/mcp_setup.js +4 -1
- package/dist/shared/frontmatter.d.ts +44 -2
- package/dist/shared/frontmatter.js +54 -6
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.js +0 -5
- package/dist/shared/persona.d.ts +2 -2
- package/dist/shared/persona.js +1 -1
- package/dist/shared/pipeline.d.ts +46 -1
- package/dist/shared/tools.d.ts +1382 -16
- package/dist/shared/tools.js +229 -0
- package/dist/shared/vocabulary.d.ts +99 -4
- package/dist/shared/vocabulary.js +94 -5
- package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
- package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
- package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
- package/domains/analytics/AGENTS.md +1 -0
- package/domains/analytics/agents/auditor.md +76 -0
- package/domains/analytics/agents/conductor.md +11 -0
- package/domains/analytics/agents/data_analyst.md +11 -0
- package/domains/analytics/agents/designer.md +11 -0
- package/domains/analytics/agents/interviewer.md +11 -0
- package/domains/analytics/agents/layouter.md +11 -0
- package/domains/analytics/agents/mediator.md +11 -0
- package/domains/analytics/agents/researcher.md +11 -0
- package/domains/analytics/agents/strategist.md +11 -0
- package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
- package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
- package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
- package/domains/analytics/locales/en/AGENTS.md +1 -0
- package/domains/analytics/locales/en/agents/auditor.md +76 -0
- package/domains/analytics/locales/en/agents/conductor.md +27 -0
- package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
- package/domains/analytics/locales/en/agents/designer.md +27 -0
- package/domains/analytics/locales/en/agents/interviewer.md +11 -0
- package/domains/analytics/locales/en/agents/layouter.md +11 -0
- package/domains/analytics/locales/en/agents/mediator.md +11 -0
- package/domains/analytics/locales/en/agents/researcher.md +11 -0
- package/domains/analytics/locales/en/agents/strategist.md +11 -0
- package/domains/analytics/persona/persona-base.md +94 -0
- package/domains/analytics/pipeline.yaml +102 -0
- package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
- package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/AGENTS.md +4 -0
- package/domains/content/agents/auditor.md +76 -0
- package/domains/content/agents/conductor.md +11 -0
- package/domains/content/agents/copywriter.md +11 -0
- package/domains/content/agents/researcher.md +11 -0
- package/domains/content/agents/reviewer.md +11 -0
- package/domains/content/agents/strategist.md +11 -0
- package/domains/content/agents/visual_concept.md +11 -0
- package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
- package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/locales/en/AGENTS.md +4 -0
- package/domains/content/locales/en/agents/auditor.md +76 -0
- package/domains/content/locales/en/agents/conductor.md +12 -0
- package/domains/content/locales/en/agents/copywriter.md +12 -0
- package/domains/content/locales/en/agents/researcher.md +12 -0
- package/domains/content/locales/en/agents/reviewer.md +12 -0
- package/domains/content/locales/en/agents/strategist.md +12 -0
- package/domains/content/locales/en/agents/visual_concept.md +12 -0
- package/domains/content/persona/persona-base.md +94 -0
- package/domains/content/pipeline.yaml +96 -0
- package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
- package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/AGENTS.md +1 -0
- package/domains/development/AGENTS.yaml +1 -0
- package/domains/development/agents/architect.md +13 -1
- package/domains/development/agents/auditor.md +74 -0
- package/domains/development/agents/conductor.md +14 -3
- package/domains/development/agents/devops.md +8 -9
- package/domains/development/agents/reviewer.md +12 -0
- package/domains/development/agents/senior_full_stack.md +12 -0
- package/domains/development/agents/tester.md +10 -16
- package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
- package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/locales/en/AGENTS.md +5 -0
- package/domains/development/locales/en/AGENTS.yaml +1 -0
- package/domains/development/locales/en/agents/architect.md +13 -1
- package/domains/development/locales/en/agents/auditor.md +74 -0
- package/domains/development/locales/en/agents/conductor.md +14 -3
- package/domains/development/locales/en/agents/devops.md +8 -9
- package/domains/development/locales/en/agents/reviewer.md +12 -0
- package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
- package/domains/development/locales/en/agents/tester.md +10 -16
- package/domains/development/persona/persona-base.md +94 -0
- package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
- package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
- package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
- package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
- package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
- package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/AGENTS.md +5 -0
- package/domains/product/AGENTS.yaml +1 -0
- package/domains/product/agents/auditor.md +76 -0
- package/domains/product/agents/conductor.md +11 -0
- package/domains/product/agents/data_analyst.md +11 -0
- package/domains/product/agents/designer.md +11 -0
- package/domains/product/agents/discovery.md +11 -0
- package/domains/product/agents/layouter.md +11 -0
- package/domains/product/agents/mediator.md +11 -0
- package/domains/product/agents/pm.md +11 -0
- package/domains/product/agents/product_strategist.md +11 -0
- package/domains/product/agents/tech_lead.md +11 -0
- package/domains/product/agents/ux_designer.md +11 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
- package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
- package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
- package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
- package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
- package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/locales/en/AGENTS.md +5 -0
- package/domains/product/locales/en/agents/auditor.md +76 -0
- package/domains/product/locales/en/agents/conductor.md +11 -0
- package/domains/product/locales/en/agents/data_analyst.md +11 -0
- package/domains/product/locales/en/agents/designer.md +11 -0
- package/domains/product/locales/en/agents/discovery.md +11 -0
- package/domains/product/locales/en/agents/layouter.md +11 -0
- package/domains/product/locales/en/agents/mediator.md +11 -0
- package/domains/product/locales/en/agents/pm.md +11 -0
- package/domains/product/locales/en/agents/product_strategist.md +11 -0
- package/domains/product/locales/en/agents/tech_lead.md +11 -0
- package/domains/product/locales/en/agents/ux_designer.md +11 -0
- package/domains/product/persona/persona-base.md +94 -0
- package/domains/product/pipeline.yaml +115 -0
- 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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
|
33
|
-
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
|
45
|
-
|
|
|
46
|
-
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
| **
|
|
60
|
-
| **
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
|
143
|
-
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
|
156
|
-
|
|
157
|
-
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
|
169
|
-
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
|
192
|
-
|
|
193
|
-
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
-
|
|
227
|
-
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
**
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
|
307
|
-
|
|
308
|
-
|
|
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 = 1× T1 + 1× T1/T2, or 3× 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 1 — Execute 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 conflict — attempt 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
|
+
```
|