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,331 +1,347 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: trend-analysis
|
|
3
|
-
description: Identification and evaluation of market trends — strength, impact, timeline, recommendations
|
|
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
|
-
2.
|
|
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
|
-
|
|
310
|
-
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
1
|
+
---
|
|
2
|
+
name: trend-analysis
|
|
3
|
+
description: Identification and evaluation of market trends — strength, impact, timeline, recommendations
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: analytics
|
|
6
|
+
owners:
|
|
7
|
+
- data_analyst
|
|
8
|
+
gates:
|
|
9
|
+
- DATA_ANALYST
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- trend-analysis
|
|
14
|
+
- анализ трендов
|
|
15
|
+
- тренды
|
|
16
|
+
- trend identification
|
|
17
|
+
related: []
|
|
18
|
+
budget_lines: 347
|
|
19
|
+
schema_version: 1
|
|
20
|
+
---
|
|
21
|
+
# Trend Analysis — Identification and Assessment of Market Trends
|
|
22
|
+
|
|
23
|
+
## When to use
|
|
24
|
+
- During strategic planning — to understand where the market is heading on a 1-5 year horizon.
|
|
25
|
+
- When searching for new opportunities — to spot emerging trends before they become mainstream.
|
|
26
|
+
- When assessing risks — to identify trends that could disrupt the current business model.
|
|
27
|
+
- When preparing investment materials — trends as justification for market timing.
|
|
28
|
+
|
|
29
|
+
## Input
|
|
30
|
+
|
|
31
|
+
| Field | Required | Description |
|
|
32
|
+
|------|:-----------:|----------|
|
|
33
|
+
| Domain / industry | ✅ | Which area to look for trends in |
|
|
34
|
+
| Horizon | ✅ | Time horizon: 1 year / 3 years / 5 years |
|
|
35
|
+
| Product / business | ⬚ | To assess the impact of trends on a specific business |
|
|
36
|
+
| Focus | ⬚ | Technologies / Consumer behavior / Regulation / All |
|
|
37
|
+
| Geography | ⬚ | Global or specific regions |
|
|
38
|
+
| Known trends | ⬚ | What is already being tracked (to expand the list) |
|
|
39
|
+
|
|
40
|
+
> If mandatory fields are not provided — **ask the user** before starting the analysis. Do not invent.
|
|
41
|
+
|
|
42
|
+
## Data Sources
|
|
43
|
+
1. **Web Search** — recent analyst reports (McKinsey, BCG, Deloitte, CB Insights, a16z).
|
|
44
|
+
2. **Technological sources** — Gartner Hype Cycle, TechCrunch, Wired, MIT Tech Review.
|
|
45
|
+
3. **Industry reports** — specialized analytical agencies and associations.
|
|
46
|
+
4. **Academic publications** — research from universities and research labs.
|
|
47
|
+
5. **Social signals** — discussions on Reddit, HN, Twitter, specialized conferences.
|
|
48
|
+
6. **Patent databases** — USPTO, EPO (for technological trends).
|
|
49
|
+
|
|
50
|
+
> For each trend — a minimum of 2 independent sources. Data older than 12 months for fast-changing fields — mark with ⚠️.
|
|
51
|
+
|
|
52
|
+
### Connection with other skills
|
|
53
|
+
| Skill | What we take | When to call |
|
|
54
|
+
|------|-----------|----------------|
|
|
55
|
+
| `pest-analysis` | Macro factors (P/E/S/T/E/L) as a structured source of trends (step 2) | If a systemic overview of the macro environment is needed |
|
|
56
|
+
| `web-research` | Main tool for gathering trend data (steps 2-4) | At each step — for search and verification |
|
|
57
|
+
| `competitive-analysis` | Technological and strategic trends of competitors (step 3) | To understand who is already adapting |
|
|
58
|
+
| `tam-sam-som` | Size of markets created by trends, CAGR (step 6) | For quantitative impact assessment |
|
|
59
|
+
| `blue-ocean-strategy` | Trends creating new market spaces | If an emerging trend = potential Blue Ocean |
|
|
60
|
+
| `cohort-analysis` | Behavioral trends in retention / engagement (step 3) | For trends in consumer behavior |
|
|
61
|
+
|
|
62
|
+
## Protocol
|
|
63
|
+
|
|
64
|
+
### Step 0 — Collect Context
|
|
65
|
+
1. Check the availability of mandatory data.
|
|
66
|
+
2. Determine the breadth of search: narrow domain or broad overview.
|
|
67
|
+
3. Record the horizon and geography.
|
|
68
|
+
4. Define the layers of analysis:
|
|
69
|
+
|
|
70
|
+
| Layer | Examples of trends | Sources |
|
|
71
|
+
|------|----------------|-----------|
|
|
72
|
+
| Technologies | AI, blockchain, IoT, quantum | Gartner, TechCrunch, patents |
|
|
73
|
+
| Consumer behavior | Remote work, sustainability, wellness | McKinsey, Reddit, surveys |
|
|
74
|
+
| Regulation | GDPR, AI Act, ESG requirements | Consultant Plus, EUR-Lex |
|
|
75
|
+
| Economics | Inflation, recession, EM growth | IMF, World Bank, Central Banks |
|
|
76
|
+
| Demographics | Aging, urbanization, migration | UN, Rosstat, Eurostat |
|
|
77
|
+
|
|
78
|
+
### Step 1 — Macro Trends (Mega Trends)
|
|
79
|
+
Via web search, identify 3-5 global macro trends most relevant to the domain:
|
|
80
|
+
- Technological shifts.
|
|
81
|
+
- Demographic changes.
|
|
82
|
+
- Economic factors.
|
|
83
|
+
- Regulatory changes.
|
|
84
|
+
- Social shifts.
|
|
85
|
+
|
|
86
|
+
> If `$pest-analysis` exists — use factors with a Score ≥ 12 as macro trend candidates.
|
|
87
|
+
|
|
88
|
+
### Step 2 — Industry Trends
|
|
89
|
+
Dive deep into a specific industry, identifying 5-10 trends:
|
|
90
|
+
- Technological innovations within the industry.
|
|
91
|
+
- New business models and approaches.
|
|
92
|
+
- Changes in the behavior of the target audience.
|
|
93
|
+
- Competitive dynamics (consolidation, new players, disruption).
|
|
94
|
+
|
|
95
|
+
### Step 3 — Validation (Multiple Sources)
|
|
96
|
+
For each trend, verify:
|
|
97
|
+
|
|
98
|
+
| Check | Criterion | Result |
|
|
99
|
+
|----------|----------|:---------:|
|
|
100
|
+
| Minimum 2 independent sources | Not from the same analytical company | ✅ / ❌ |
|
|
101
|
+
| Quantitative data | Adoption rate, investments, market growth | ✅ / ⚠️ |
|
|
102
|
+
| Geographical breadth | Observed in more than 1 region | ✅ / ⚠️ |
|
|
103
|
+
| Source recency | ≤ 12 months for fast-moving fields | ✅ / ⚠️ |
|
|
104
|
+
| Hype filter | Actual adoption, not just buzz | ✅ / ❌ |
|
|
105
|
+
|
|
106
|
+
**If ❌ for any criterion — the trend is marked as "unconfirmed" and moved to the Watch-list.**
|
|
107
|
+
|
|
108
|
+
### Step 4 — Trend Strength Assessment
|
|
109
|
+
Classify each trend by stage:
|
|
110
|
+
|
|
111
|
+
| Stage | Adoption | Signs | Example |
|
|
112
|
+
|--------|:--------:|----------|--------|
|
|
113
|
+
| **Emerging** | <5% | Early signals, R&D, pilots, venture investments | Quantum computing for business |
|
|
114
|
+
| **Growing** | 5-25% | Gaining momentum, first commercial products, rising investments | AI content generation |
|
|
115
|
+
| **Mature** | >25% | Mass adoption, steady growth, commoditization | Cloud computing |
|
|
116
|
+
| **Declining** | Decreasing | Replaced by new trends, declining investments | On-premise CRM |
|
|
117
|
+
|
|
118
|
+
For each — evidence (data confirming the stage).
|
|
119
|
+
|
|
120
|
+
### Step 5 — Impact Assessment and Scoring
|
|
121
|
+
If a specific product / business is specified — assess the impact of each trend:
|
|
122
|
+
|
|
123
|
+
| Criterion | Weight | Scale | Description |
|
|
124
|
+
|----------|:---:|:-----:|----------|
|
|
125
|
+
| Impact | 0.35 | 1-10 | How strongly it will affect the business |
|
|
126
|
+
| Likelihood | 0.30 | 1-10 | Probability of realization within the given horizon |
|
|
127
|
+
| Readiness | 0.20 | 1-10 | How ready the business is for the trend (inverted: 10 = not ready) |
|
|
128
|
+
| Speed | 0.15 | 1-10 | Speed of onset (10 = sudden) |
|
|
129
|
+
|
|
130
|
+
`Trend Score = Σ(weight × score)`
|
|
131
|
+
|
|
132
|
+
| Threshold | Category | Action |
|
|
133
|
+
|:-----:|-----------|----------|
|
|
134
|
+
| ≥ 7.0 | 🔴 **Must-act** | Immediate actions, budget, team |
|
|
135
|
+
| 5.0-6.9 | 🟡 **Must-watch** | Monitoring, trigger for action |
|
|
136
|
+
| 3.0-4.9 | 🔵 **Experiment** | Pilot experiments, low-cost tests |
|
|
137
|
+
| < 3.0 | ⚪ **Ignore** | Irrelevant for the given business |
|
|
138
|
+
|
|
139
|
+
**Impact on business metrics** (for the top 5 trends):
|
|
140
|
+
|
|
141
|
+
| Trend | Metric | Current | Forecast (with trend) | Δ |
|
|
142
|
+
|-------|---------|:-------:|:-------------------:|:-:|
|
|
143
|
+
| [Trend 1] | TAM | $XB | $XB | +X% |
|
|
144
|
+
| [Trend 1] | Margin | XX% | XX% | ±Xpp |
|
|
145
|
+
| [Trend 2] | CAC | $XX | $XX | ±X% |
|
|
146
|
+
|
|
147
|
+
### Step 6 — Timeline and Adoption
|
|
148
|
+
For each key trend (Score ≥ 5.0):
|
|
149
|
+
|
|
150
|
+
| Element | Description |
|
|
151
|
+
|---------|----------|
|
|
152
|
+
| Current adoption | XX% in [region] |
|
|
153
|
+
| Forecast adoption | XX% in [N years] |
|
|
154
|
+
| Key milestones | [Event 1 → year], [Event 2 → year] |
|
|
155
|
+
| Tipping point | [What needs to happen for a mass transition] |
|
|
156
|
+
| Accelerating factors| [What will speed up the trend] |
|
|
157
|
+
| Decelerating factors| [What will slow it down] |
|
|
158
|
+
| Window of opportunity | [When to enter so as not to be late] |
|
|
159
|
+
|
|
160
|
+
### Step 7 — Recommendations
|
|
161
|
+
Based on scoring and timeline:
|
|
162
|
+
|
|
163
|
+
| Category | Trends | Specific actions |
|
|
164
|
+
|-----------|--------|---------------------|
|
|
165
|
+
| 🔴 **Must-act** | [Trends with Score ≥ 7.0] | [Action + budget + deadline + owner] |
|
|
166
|
+
| 🟡 **Must-watch** | [Score 5.0-6.9] | [What to monitor + trigger to transition to Must-act] |
|
|
167
|
+
| 🔵 **Experiment** | [Score 3.0-4.9] | [Experiment + budget + success metric] |
|
|
168
|
+
| ⚪ **Ignore** | [Score < 3.0] | [Why irrelevant + condition for review] |
|
|
169
|
+
|
|
170
|
+
## Example — EdTech corporate learning market, RF, 3-year horizon
|
|
171
|
+
|
|
172
|
+
**Context:** AI-powered corporate learning platform, B2B SaaS, RF.
|
|
173
|
+
|
|
174
|
+
### Macro Trends
|
|
175
|
+
|
|
176
|
+
| # | Trend | Layer | Stage | Evidence |
|
|
177
|
+
|---|-------|------|:------:|---------|
|
|
178
|
+
| M1 | AI transformation of all industries | Technologies | Growing (15-20%) | $184B AI market by 2030, CAGR 37% (Grand View Research, 2025) ✅ |
|
|
179
|
+
| M2 | Shortage of qualified personnel | Demographics | Mature (>30%) | 2.5M unfilled vacancies in RF (HH.ru, Q1 2026) ✅ |
|
|
180
|
+
| M3 | AI and data regulation | Regulation | Emerging (<5%) | EU AI Act took effect, RF preparing analog (Kommersant, 2026) ⚠️ |
|
|
181
|
+
|
|
182
|
+
### Industry Trends
|
|
183
|
+
|
|
184
|
+
| # | Trend | Stage | Adoption | Evidence | Sources |
|
|
185
|
+
|---|-------|:------:|:--------:|---------|-----------|
|
|
186
|
+
| I1 | AI personalization of learning | Growing | 12% | Duolingo +40% retention with AI (TechCrunch, 2025) | TechCrunch, Gartner ✅ |
|
|
187
|
+
| I2 | LLM generation of learning content | Emerging | 3% | Course cost reduction ×5 (a16z, 2026) | a16z, CB Insights ✅ |
|
|
188
|
+
| I3 | Micro-certifications instead of diplomas | Growing | 18% | Google, IBM, Amazon drop diploma requirement | McKinsey, LinkedIn ✅ |
|
|
189
|
+
| I4 | VR/AR for practical learning | Emerging | 2% | Walmart trains 1M emp. via VR (Forbes, 2025) | Forbes, Gartner ⚠️ |
|
|
190
|
+
| I5 | Cohort-based learning (CBC) | Growing | 8% | Maven, Reforge — $100M+ GMV (CB Insights) | CB Insights ✅ |
|
|
191
|
+
|
|
192
|
+
### Scoring
|
|
193
|
+
|
|
194
|
+
| # | Trend | Impact | Likelih. | Readiness (inv.) | Speed | **Score** | Category |
|
|
195
|
+
|---|-------|:------:|:--------:|:-----------------:|:-----:|:---------:|:---------:|
|
|
196
|
+
| I1 | AI personalization | 9 | 8 | 3 | 6 | **7.2** | 🔴 Must-act |
|
|
197
|
+
| M2 | Personnel shortage | 8 | 9 | 5 | 4 | **7.0** | 🔴 Must-act |
|
|
198
|
+
| I2 | LLM content generation | 8 | 7 | 7 | 8 | **7.5** | 🔴 Must-act |
|
|
199
|
+
| I3 | Micro-certifications | 6 | 7 | 6 | 4 | **5.9** | 🟡 Must-watch |
|
|
200
|
+
| M3 | AI regulation | 7 | 5 | 8 | 3 | **6.0** | 🟡 Must-watch |
|
|
201
|
+
| I4 | VR/AR learning | 5 | 3 | 9 | 2 | **4.8** | 🔵 Experiment |
|
|
202
|
+
| I5 | CBC | 4 | 6 | 4 | 3 | **4.3** | 🔵 Experiment |
|
|
203
|
+
|
|
204
|
+
### Impact on business metrics (top-3)
|
|
205
|
+
|
|
206
|
+
| Trend | Metric | Current | With trend (3 years) | Δ |
|
|
207
|
+
|-------|---------|:-------:|:------------------:|:-:|
|
|
208
|
+
| I1: AI personalization | Retention M6 | 48% | 62% | +14pp |
|
|
209
|
+
| I2: LLM generation | Cost per course | $5K | $1K | -80% |
|
|
210
|
+
| M2: Personnel shortage | TAM corp. learning | $1.8B | $2.7B | +50% |
|
|
211
|
+
|
|
212
|
+
### Recommendations
|
|
213
|
+
|
|
214
|
+
| Category | Trend | Action | Budget | Deadline |
|
|
215
|
+
|:---------:|-------|----------|:------:|------|
|
|
216
|
+
| 🔴 Must-act | I1: AI personalization | Launch adaptive learning paths | $200K | Q2 2026 |
|
|
217
|
+
| 🔴 Must-act | I2: LLM generation | MVP of course generator on GPT-4 | $80K | Q3 2026 |
|
|
218
|
+
| 🔴 Must-act | M2: Personnel shortage | Position as "ROI on upskilling" | $30K | Q2 2026 |
|
|
219
|
+
| 🟡 Must-watch | I3: Micro-certifications | Monitor adoption in RF. Trigger: >25% of companies accept | — | Quarterly |
|
|
220
|
+
| 🟡 Must-watch | M3: AI regulation | Track draft law. Trigger: first reading in Duma | — | Monthly |
|
|
221
|
+
| 🔵 Experiment | I4: VR/AR | Pilot with 1 client (VR module for safety training) | $20K | Q4 2026 |
|
|
222
|
+
|
|
223
|
+
## Validation (Quality Gate)
|
|
224
|
+
|
|
225
|
+
- [ ] Identified at least 3 macro trends and 5 industry trends
|
|
226
|
+
- [ ] For each trend — minimum 2 independent sources; unvalidated ones moved to Watch-list
|
|
227
|
+
- [ ] Each trend classified by stage (Emerging / Growing / Mature / Declining) with adoption %
|
|
228
|
+
- [ ] Trend Score calculated by formula (Impact × 0.35 + Likelihood × 0.30 + Readiness × 0.20 + Speed × 0.15)
|
|
229
|
+
- [ ] Trends categorized: must-act (≥7.0) / must-watch (5.0-6.9) / experiment (3.0-4.9) / ignore (<3.0)
|
|
230
|
+
- [ ] For must-act trends: impact on specific business metrics (TAM, margin, CAC, retention)
|
|
231
|
+
- [ ] Timeline and tipping points defined for trends with Score ≥ 5.0
|
|
232
|
+
- [ ] Hype filter passed: trends without actual adoption filtered out
|
|
233
|
+
- [ ] Recommendations are specific: action + budget + deadline (must-act), trigger (must-watch), experiment (experiment)
|
|
234
|
+
- [ ] Sources are current (≤ 12 months for fast-moving fields); outdated marked ⚠️
|
|
235
|
+
|
|
236
|
+
> If validation fails — iterate until it passes, do not hand off further.
|
|
237
|
+
|
|
238
|
+
## Handoff
|
|
239
|
+
The output of `$trend-analysis` acts as input for:
|
|
240
|
+
- **Strategist / Mediator** — trends as context for strategic decisions.
|
|
241
|
+
- **`tam-sam-som`** — market growth based on trends (CAGR, drivers).
|
|
242
|
+
- **`competitive-analysis`** — trends shaping competitive dynamics.
|
|
243
|
+
- **`pest-analysis`** — enriching macro factors with trend data.
|
|
244
|
+
- **`jtbd-analysis`** — new Jobs spawned by trends.
|
|
245
|
+
- **`blue-ocean-strategy`** — emerging trends as a source of new market spaces.
|
|
246
|
+
|
|
247
|
+
Output format: trend matrix with Trend Score + impact on metrics + recommendations by categories. When handing off — use `$handoff`.
|
|
248
|
+
|
|
249
|
+
## Anti-patterns
|
|
250
|
+
|
|
251
|
+
| Mistake | Why it hurts | How to do it right |
|
|
252
|
+
|--------|-------------|---------------|
|
|
253
|
+
| One source per trend | Risk of mistaking hype for a trend | Minimum 2 independent sources; 1 = ⚠️ |
|
|
254
|
+
| No stage classification | Unclear how to react | Emerging / Growing / Mature / Declining + adoption % |
|
|
255
|
+
| Trends without quantitative data | Impossible to assess scale | Adoption rate, investments, market growth |
|
|
256
|
+
| Only technological trends | Missed regulatory and social ones | 5 layers: tech, behavior, regulation, economics, demographics |
|
|
257
|
+
| No timeline | Unclear when to act | Timeline + tipping point + window of opportunity |
|
|
258
|
+
| All trends = must-act | No prioritization, paralysis | Scoring → 4 categories with thresholds |
|
|
259
|
+
| Outdated sources | Trends change quickly | ≤ 12 months for fast-moving fields |
|
|
260
|
+
| Impact without metrics | "Strong impact" is not actionable | Impact on TAM (±X%), margin (±Xpp), CAC (±X%) |
|
|
261
|
+
| Hype without substance | Buzz ≠ trend | Hype filter: real adoption, 2+ sources, >1 region |
|
|
262
|
+
|
|
263
|
+
## Output Template
|
|
264
|
+
|
|
265
|
+
```
|
|
266
|
+
### Trend Analysis — [Domain / Industry]
|
|
267
|
+
|
|
268
|
+
**Horizon:** [1 / 3 / 5 years]
|
|
269
|
+
**Geography:** [global / regions]
|
|
270
|
+
**Focus:** [tech / behavior / regulation / all]
|
|
271
|
+
**Assessment Date:** [date]
|
|
272
|
+
|
|
273
|
+
---
|
|
274
|
+
|
|
275
|
+
#### Trend Matrix
|
|
276
|
+
|
|
277
|
+
| # | Trend | Layer | Stage | Adoption | Impact | Likelih. | Readiness | Speed | **Score** | Category |
|
|
278
|
+
|---|-------|------|:------:|:--------:|:------:|:--------:|:---------:|:-----:|:---------:|:---------:|
|
|
279
|
+
| 1 | [trend] | [layer] | [stage] | XX% | X | X | X | X | **X.X** | 🔴/🟡/🔵/⚪ |
|
|
280
|
+
|
|
281
|
+
Thresholds: 🔴 Must-act (≥7.0) | 🟡 Must-watch (5.0-6.9) | 🔵 Experiment (3.0-4.9) | ⚪ Ignore (<3.0)
|
|
282
|
+
|
|
283
|
+
---
|
|
284
|
+
|
|
285
|
+
#### Macro Trends
|
|
286
|
+
|
|
287
|
+
##### 1. [Name] — [Stage]
|
|
288
|
+
- **Description:** [2-3 sentences]
|
|
289
|
+
- **Evidence:** [data, numbers]
|
|
290
|
+
- **Sources:** [source 1 ✅], [source 2 ✅]
|
|
291
|
+
- **Timeline:** [mass adoption by what year]
|
|
292
|
+
- **Impact:** [threat / opportunity — description]
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
#### Industry Trends
|
|
297
|
+
|
|
298
|
+
##### 1. [Name] — [Stage]
|
|
299
|
+
- **Description:** [2-3 sentences]
|
|
300
|
+
- **Adoption:** [current % → forecast %]
|
|
301
|
+
- **Key players:** [who is driving the trend]
|
|
302
|
+
- **Tipping point:** [what needs to happen]
|
|
303
|
+
- **Window of opportunity:** [when to enter]
|
|
304
|
+
- **Sources:** [source 1], [source 2]
|
|
305
|
+
|
|
306
|
+
---
|
|
307
|
+
|
|
308
|
+
#### Impact on Business Metrics (top-5)
|
|
309
|
+
|
|
310
|
+
| Trend | Metric | Current | With trend | Δ |
|
|
311
|
+
|-------|---------|:-------:|:---------:|:-:|
|
|
312
|
+
| [trend] | [TAM / margin / CAC / retention] | [value] | [value] | [±X%/pp] |
|
|
313
|
+
|
|
314
|
+
---
|
|
315
|
+
|
|
316
|
+
#### Recommendations
|
|
317
|
+
|
|
318
|
+
**🔴 Must-act:**
|
|
319
|
+
| # | Trend | Action | Budget | Deadline | Owner |
|
|
320
|
+
|---|-------|----------|:------:|------|---------------|
|
|
321
|
+
| 1 | [trend] | [action] | $XK | [when] | [who] |
|
|
322
|
+
|
|
323
|
+
**🟡 Must-watch:**
|
|
324
|
+
| # | Trend | What to monitor | Trigger for Must-act |
|
|
325
|
+
|---|-------|----------------|----------------------|
|
|
326
|
+
| 1 | [trend] | [metric / event] | [condition] |
|
|
327
|
+
|
|
328
|
+
**🔵 Experiment:**
|
|
329
|
+
| # | Trend | Experiment | Budget | Success metric |
|
|
330
|
+
|---|-------|-------------|:------:|----------------|
|
|
331
|
+
| 1 | [trend] | [pilot] | $XK | [what to measure] |
|
|
332
|
+
|
|
333
|
+
**⚪ Ignore:**
|
|
334
|
+
| # | Trend | Why | Review condition |
|
|
335
|
+
|---|-------|-------|---------------------|
|
|
336
|
+
| 1 | [trend] | [reason] | [when to review] |
|
|
337
|
+
|
|
338
|
+
---
|
|
339
|
+
|
|
340
|
+
#### Sources and Assumptions
|
|
341
|
+
|
|
342
|
+
| # | Fact / Assumption | Source | Date | Confidence |
|
|
343
|
+
|---|-------------------|----------|------|:-------------:|
|
|
344
|
+
| 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
|
|
345
|
+
|
|
346
|
+
Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert estimate)
|
|
347
|
+
```
|