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,395 +1,413 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: competitive-analysis
|
|
3
|
-
description: Competitor benchmarking — features, pricing, positioning, competitive advantages
|
|
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
|
-
### Step
|
|
80
|
-
1.
|
|
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
|
-
| Price
|
|
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
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
---
|
|
362
|
-
|
|
363
|
-
####
|
|
364
|
-
|
|
365
|
-
| Competitor |
|
|
366
|
-
|
|
367
|
-
| [A] | [
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
1
|
+
---
|
|
2
|
+
name: competitive-analysis
|
|
3
|
+
description: Competitor benchmarking — features, pricing, positioning, competitive advantages
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: analytics
|
|
6
|
+
owners:
|
|
7
|
+
- strategist
|
|
8
|
+
- mediator
|
|
9
|
+
gates:
|
|
10
|
+
- STRATEGIST
|
|
11
|
+
- MEDIATOR
|
|
12
|
+
tech: []
|
|
13
|
+
topic: []
|
|
14
|
+
triggers:
|
|
15
|
+
- "competitive-analysis"
|
|
16
|
+
- "конкурентный анализ"
|
|
17
|
+
- "бенчмаркинг"
|
|
18
|
+
- "competitor analysis"
|
|
19
|
+
related: []
|
|
20
|
+
budget_lines: 413
|
|
21
|
+
schema_version: 1
|
|
22
|
+
---
|
|
23
|
+
# Competitive Analysis — Competitor Benchmarking
|
|
24
|
+
|
|
25
|
+
## When to use
|
|
26
|
+
- When entering a new market — to understand the competitive landscape.
|
|
27
|
+
- When developing a positioning strategy — differentiation from competitors.
|
|
28
|
+
- When pricing — benchmarking competitors' prices and packages.
|
|
29
|
+
- When discovering new competitors or due to changes in competitive dynamics.
|
|
30
|
+
|
|
31
|
+
## Input
|
|
32
|
+
|
|
33
|
+
| Field | Required | Description |
|
|
34
|
+
|------|:-----------:|----------|
|
|
35
|
+
| Product / service | ✅ | What we are analyzing in a competitive context |
|
|
36
|
+
| Market / niche | ✅ | Which category we are competing in |
|
|
37
|
+
| Known competitors | ⬚ | List, if available; otherwise they will be determined |
|
|
38
|
+
| Key product features | ⬚ | To build a comparison matrix |
|
|
39
|
+
| Current pricing | ⬚ | Current pricing model for the benchmark |
|
|
40
|
+
| Target audience | ⬚ | From `$icp-buyer-persona`, if available |
|
|
41
|
+
| Analysis focus | ⬚ | Features / Pricing / Positioning / Full |
|
|
42
|
+
|
|
43
|
+
> If mandatory fields are not provided — **ask the user** before starting the analysis. Do not guess.
|
|
44
|
+
|
|
45
|
+
## Data Sources
|
|
46
|
+
1. **Web search** — competitor websites, reviews, ratings (G2, Capterra, TrustRadius, Product Hunt).
|
|
47
|
+
2. **Financial data** — public reports, funding rounds (Crunchbase, PitchBook).
|
|
48
|
+
3. **Marketing materials** — competitor landing pages, blogs, case studies.
|
|
49
|
+
4. **Social signals** — customer reviews, discussions on Reddit, HN, professional forums.
|
|
50
|
+
5. **Analytical reports** — Gartner Magic Quadrant, Forrester Wave, industry overviews.
|
|
51
|
+
|
|
52
|
+
> For each competitor — at least 2 independent sources of information. Every fact — indicating the source and date. Data older than 12 months — mark with ⚠️ and verify via `web-research`.
|
|
53
|
+
|
|
54
|
+
### Connection with other skills
|
|
55
|
+
| Skill | What we take | When to call |
|
|
56
|
+
|------|-----------|----------------|
|
|
57
|
+
| `web-research` | Data on competitors, pricing, features, reviews (steps 1-6) | Main collection tool — call at every step |
|
|
58
|
+
| `swot-analysis` | Strengths/weaknesses of our product for comparison (step 5) | If there is no internal S/W assessment |
|
|
59
|
+
| `tam-sam-som` | Market size, shares for assessing competitor scale (step 1) | If the market size is unknown |
|
|
60
|
+
| `blue-ocean-strategy` | Unoccupied positions, ERRC for differentiation (steps 4, 7) | If the analysis reveals an overcrowded zone |
|
|
61
|
+
| `icp-buyer-persona` | Target personas to assess competitive overlap | If there is no data on the target audience |
|
|
62
|
+
|
|
63
|
+
## Protocol
|
|
64
|
+
|
|
65
|
+
### Step 0 — Context collection
|
|
66
|
+
1. Check the availability of mandatory input data.
|
|
67
|
+
2. Determine the focus of the analysis:
|
|
68
|
+
|
|
69
|
+
| Focus | Depth | Steps |
|
|
70
|
+
|-------|---------|------|
|
|
71
|
+
| Features | Feature matrix + implementation quality | 0-2, 5, 7 |
|
|
72
|
+
| Pricing | Tiers + model + hidden costs | 0-1, 3, 7 |
|
|
73
|
+
| Positioning | Map + messaging + audience | 0-1, 4, 7 |
|
|
74
|
+
| Full | All of the above | 0-7 |
|
|
75
|
+
|
|
76
|
+
3. Request missing data from the user.
|
|
77
|
+
4. Determine the horizon: current snapshot + dynamics over the last 12 months.
|
|
78
|
+
|
|
79
|
+
### Step 1 — Identification of competitors
|
|
80
|
+
1. Classify competitors into three categories:
|
|
81
|
+
- **Direct** — solve the same problem for the same segment in the same way (3-5).
|
|
82
|
+
- **Indirect** — solve the same problem in a different way or for a different segment (2-3).
|
|
83
|
+
- **Aspirational** — market leaders to look up to (1-2).
|
|
84
|
+
2. For each competitor, assemble a profile card:
|
|
85
|
+
|
|
86
|
+
| Field | Description |
|
|
87
|
+
|------|----------|
|
|
88
|
+
| Name | Legal entity / brand |
|
|
89
|
+
| Type | Direct / Indirect / Aspirational |
|
|
90
|
+
| Year founded | Maturity |
|
|
91
|
+
| Size | Employees, revenue (if public) |
|
|
92
|
+
| Funding | Rounds, investors (if startup) |
|
|
93
|
+
| Target segment | Who they sell to |
|
|
94
|
+
| Key feature | Main differentiation |
|
|
95
|
+
| Dynamics (12 mo) | Growing ↗ / Stable → / Declining ↘ |
|
|
96
|
+
|
|
97
|
+
### Step 2 — Feature matrix
|
|
98
|
+
1. Define 10-20 key features / criteria.
|
|
99
|
+
2. Group by categories (Core, Advanced, Integrations, Support).
|
|
100
|
+
3. Evaluate each competitor on the implementation quality scale:
|
|
101
|
+
|
|
102
|
+
| Rating | Meaning |
|
|
103
|
+
|:------:|----------|
|
|
104
|
+
| ★★★ | Best in class — competitive advantage |
|
|
105
|
+
| ★★ | Good implementation — at the market level |
|
|
106
|
+
| ★ | Basic implementation — exists, but weak |
|
|
107
|
+
| — | Missing |
|
|
108
|
+
|
|
109
|
+
4. Calculate the score: ★★★ = 3, ★★ = 2, ★ = 1, — = 0. Total for each competitor.
|
|
110
|
+
5. Highlight unique features of each competitor (found only in one).
|
|
111
|
+
6. Define table stakes — features that everyone has (mandatory minimum).
|
|
112
|
+
|
|
113
|
+
### Step 3 — Pricing analysis
|
|
114
|
+
1. Collect the public pricing tiers of all competitors.
|
|
115
|
+
2. Bring to a unified model for comparison:
|
|
116
|
+
|
|
117
|
+
| Competitor | Model | $/mo (entry) | $/mo (average) | $/mo (enterprise) | Free tier | Strategy |
|
|
118
|
+
|-----------|--------|:-----------------:|:---------------:|:-----------------:|:---------:|-----------|
|
|
119
|
+
| [A] | Per seat | $XX | $XX | On request | Yes / No | Premium |
|
|
120
|
+
|
|
121
|
+
3. Determine pricing strategies: premium / value / freemium / usage-based.
|
|
122
|
+
4. Identify hidden costs (onboarding, support, integrations, minimum contract).
|
|
123
|
+
5. Calculate the pricing index: `our price / average of competitors × 100`.
|
|
124
|
+
|
|
125
|
+
### Step 4 — Positioning map
|
|
126
|
+
1. Choose axes based on market priorities:
|
|
127
|
+
|
|
128
|
+
| Popular axis pairs | When to use |
|
|
129
|
+
|---------------------|--------------------|
|
|
130
|
+
| Price × Features | Classic value vs features comparison |
|
|
131
|
+
| Simplicity × Power | For products with different UX approaches |
|
|
132
|
+
| Verticalization × Horizontality | Niche vs universal solutions |
|
|
133
|
+
| Self-serve × Sales-led | Distribution model |
|
|
134
|
+
|
|
135
|
+
2. Place all competitors on the map (score 1-10 on each axis).
|
|
136
|
+
3. Identify clusters of competitors (concentration zones).
|
|
137
|
+
4. Identify empty zones (unoccupied positions — potential for differentiation).
|
|
138
|
+
5. Determine the recommended position for our product.
|
|
139
|
+
|
|
140
|
+
### Step 5 — Strengths and weaknesses
|
|
141
|
+
For each competitor:
|
|
142
|
+
|
|
143
|
+
| Aspect | Strengths | Weaknesses | Source |
|
|
144
|
+
|--------|----------------|----------------|----------|
|
|
145
|
+
| Technology | [+] | [-] | [Source, date] |
|
|
146
|
+
| UX / design | [+] | [-] | [Source, date] |
|
|
147
|
+
| Brand / reputation | [+] | [-] | [Source, date] |
|
|
148
|
+
| Price / value | [+] | [-] | [Source, date] |
|
|
149
|
+
| Ecosystem / integrations | [+] | [-] | [Source, date] |
|
|
150
|
+
| Support / service | [+] | [-] | [Source, date] |
|
|
151
|
+
|
|
152
|
+
> Support each thesis with data: review, rating, fact. Not "good UX", but "4.7/5 on G2 (234 reviews), +0.3 vs category average".
|
|
153
|
+
|
|
154
|
+
### Step 6 — Competitive Moats and threats
|
|
155
|
+
1. Identify the sustainable advantages of each competitor:
|
|
156
|
+
|
|
157
|
+
| Moat type | Description | Examples |
|
|
158
|
+
|---------|----------|---------|
|
|
159
|
+
| Network effects | Value grows with the number of users | Marketplaces, social networks |
|
|
160
|
+
| Switching costs | High migration cost | ERP, CRM with deep integration |
|
|
161
|
+
| Brand | Awareness and trust | Enterprise brands |
|
|
162
|
+
| Technological barrier | Patents, unique technology | AI models, proprietary data |
|
|
163
|
+
| Economies of scale | Cost drops with growth | Infrastructure products |
|
|
164
|
+
| Ecosystem | Lock-in through integrations and plugins | Platforms with app store |
|
|
165
|
+
|
|
166
|
+
2. Evaluate moat strength: weak / medium / strong.
|
|
167
|
+
3. **Threat score** — rank competitors by aggregate threat:
|
|
168
|
+
|
|
169
|
+
| Criterion | Weight | Scale |
|
|
170
|
+
|----------|:---:|:-----:|
|
|
171
|
+
| Audience overlap | 0.25 | 1-10 |
|
|
172
|
+
| Feature overlap | 0.20 | 1-10 |
|
|
173
|
+
| Moat strength | 0.20 | 1-10 |
|
|
174
|
+
| Growth dynamics | 0.20 | 1-10 |
|
|
175
|
+
| Resources (funding, team) | 0.15 | 1-10 |
|
|
176
|
+
|
|
177
|
+
`Threat Score = Σ(weight × score)`. Rank: **≥ 7.0 High**, **4.0-6.9 Medium**, **< 4.0 Low**.
|
|
178
|
+
|
|
179
|
+
### Step 7 — Dynamics and trends (12 months)
|
|
180
|
+
1. For each key competitor, record changes over the last 12 months:
|
|
181
|
+
|
|
182
|
+
| Competitor | Feature changes | Price changes | New segments | Funding | Strategic pivot |
|
|
183
|
+
|-----------|:-------------:|:-------------:|:--------------:|:--------------:|:----------------------:|
|
|
184
|
+
| [A] | +3 major features | 15% increase | Entry into enterprise | Series C, $50M | No |
|
|
185
|
+
|
|
186
|
+
2. Identify trends: where the market as a whole is heading.
|
|
187
|
+
3. Identify potential new threats: startups, big tech, adjacent markets.
|
|
188
|
+
|
|
189
|
+
### Step 8 — Strategic recommendations
|
|
190
|
+
Based on the analysis:
|
|
191
|
+
1. **Positioning** — recommended position on the map, messaging.
|
|
192
|
+
2. **Table stakes** — features mandatory for competition (possessed by all direct competitors).
|
|
193
|
+
3. **Differentiation** — a unique advantage based on the weaknesses of competitors and empty zones.
|
|
194
|
+
4. **Pricing** — recommended strategy and level relative to the market.
|
|
195
|
+
5. **Risky bets** — what competitors can copy / improve, what to bet on.
|
|
196
|
+
6. **Recommended actions:**
|
|
197
|
+
|
|
198
|
+
| # | Action | Purpose | Against whom | Priority | Deadline |
|
|
199
|
+
|---|----------|------|-------------|:---------:|------|
|
|
200
|
+
| 1 | [What to do] | [What effect] | [Competitor] | P1/P2/P3 | [When] |
|
|
201
|
+
|
|
202
|
+
## Example — CRM for the SMB segment
|
|
203
|
+
|
|
204
|
+
**Context:** A new CRM platform for small business, the Russian market. Pricing model: per seat. Focus: full analysis.
|
|
205
|
+
|
|
206
|
+
### Competitive landscape
|
|
207
|
+
|
|
208
|
+
| Competitor | Type | Segment | Year | Size | Dynamics |
|
|
209
|
+
|-----------|-----|---------|-----|--------|:--------:|
|
|
210
|
+
| amoCRM | Direct | SMB-Mid | 2009 | ~600 emp. | → |
|
|
211
|
+
| Bitrix24 | Direct | SMB-Ent | 2012 | ~1500 emp. | ↗ |
|
|
212
|
+
| Megaplan | Direct | SMB | 2008 | ~200 emp. | ↘ |
|
|
213
|
+
| HubSpot | Aspirational | SMB-Ent (global) | 2006 | 7000+ emp. | ↗ |
|
|
214
|
+
| Notion | Indirect | SMB (PM→CRM) | 2013 | ~500 emp. | ↗ |
|
|
215
|
+
|
|
216
|
+
### Feature matrix (fragment)
|
|
217
|
+
|
|
218
|
+
| Criterion | Our product | amoCRM | Bitrix24 | Megaplan | HubSpot |
|
|
219
|
+
|----------|:-----------:|:------:|:---------:|:--------:|:-------:|
|
|
220
|
+
| Sales funnel | ★★ | ★★★ | ★★ | ★ | ★★★ |
|
|
221
|
+
| Email integration | ★★ | ★★ | ★★ | ★ | ★★★ |
|
|
222
|
+
| Telephony | ★ | ★★★ | ★★ | ★★ | ★ |
|
|
223
|
+
| AI assistant | ★★★ | — | ★ | — | ★★ |
|
|
224
|
+
| Mobile app | ★★ | ★★ | ★ | ★ | ★★★ |
|
|
225
|
+
| Automations | ★★ | ★★ | ★★★ | ★ | ★★★ |
|
|
226
|
+
| **Score** | **12** | **12** | **11** | **6** | **15** |
|
|
227
|
+
|
|
228
|
+
**Table stakes:** sales funnel, email, mobile app.
|
|
229
|
+
**Our unique feature:** AI assistant (★★★, only we have it at this level).
|
|
230
|
+
|
|
231
|
+
### Threat Score
|
|
232
|
+
|
|
233
|
+
| Competitor | Audience overlap | Feature overlap | Moat | Dynamics | Resources | **Score** | **Rank** |
|
|
234
|
+
|-----------|:-----------------:|:-----------:|:---:|:--------:|:-------:|:---------:|:--------:|
|
|
235
|
+
| amoCRM | 9 | 8 | 7 | 5 | 6 | **7.2** | 🔴 High |
|
|
236
|
+
| Bitrix24 | 7 | 7 | 8 | 7 | 8 | **7.3** | 🔴 High |
|
|
237
|
+
| Megaplan | 8 | 5 | 3 | 3 | 3 | **4.8** | 🟡 Medium |
|
|
238
|
+
| HubSpot | 4 | 9 | 9 | 8 | 10 | **7.6** | 🔴 High |
|
|
239
|
+
| Notion | 3 | 3 | 6 | 8 | 7 | **4.9** | 🟡 Medium |
|
|
240
|
+
|
|
241
|
+
**Main threats:** HubSpot (score 7.6, strong moat + resources), Bitrix24 (7.3, ecosystem), amoCRM (7.2, maximum overlap).
|
|
242
|
+
|
|
243
|
+
### Recommendations
|
|
244
|
+
|
|
245
|
+
| # | Action | Against whom | Priority |
|
|
246
|
+
|---|----------|-------------|:---------:|
|
|
247
|
+
| 1 | Strengthen the AI assistant as the main differentiator | amoCRM, Bitrix24 (no AI) | P1 |
|
|
248
|
+
| 2 | Pricing strategy: value (lower than amoCRM, higher than Megaplan) | amoCRM | P1 |
|
|
249
|
+
| 3 | 1C integration (table stakes in RF, we don't have it yet) | Bitrix24 | P2 |
|
|
250
|
+
| 4 | Positioning: "AI-first CRM for small businesses" | All | P1 |
|
|
251
|
+
|
|
252
|
+
## Validation (Quality Gate)
|
|
253
|
+
|
|
254
|
+
- [ ] Identified at least 3 direct + 2 indirect competitors with profile cards
|
|
255
|
+
- [ ] Feature matrix contains at least 10 criteria with quality score (★/★★/★★★)
|
|
256
|
+
- [ ] Table stakes and unique features explicitly identified
|
|
257
|
+
- [ ] Pricing brought to a unified model for comparison
|
|
258
|
+
- [ ] Positioning map built along 2 axes with clusters and empty zones
|
|
259
|
+
- [ ] Strengths and weaknesses provided for each competitor with sources and dates
|
|
260
|
+
- [ ] Competitive moats identified for key competitors with a strength rating
|
|
261
|
+
- [ ] Threat score calculated, competitors ranked by threat level
|
|
262
|
+
- [ ] 12 mo dynamics recorded: changes in features, prices, strategy
|
|
263
|
+
- [ ] Recommendations are specific, prioritized, and linked to competitors
|
|
264
|
+
- [ ] For each competitor — at least 2 independent sources
|
|
265
|
+
- [ ] Data sources indicated; data older than 12 mo marked with ⚠️
|
|
266
|
+
|
|
267
|
+
> If validation fails — rework until passing, do not pass further.
|
|
268
|
+
|
|
269
|
+
## Handoff
|
|
270
|
+
The output of `$competitive-analysis` is input for:
|
|
271
|
+
- **Strategist / Mediator** — competitive landscape for strategic decisions.
|
|
272
|
+
- **`tam-sam-som`** — competitor market shares for assessing SOM.
|
|
273
|
+
- **`bcg-matrix`** — relative market share (our share / leader's share) for BU classification.
|
|
274
|
+
- **`blue-ocean-strategy`** — competition factors for the AS-IS strategy canvas.
|
|
275
|
+
- **`ansoff-matrix`** — entry barriers in new markets (step 2, market development).
|
|
276
|
+
- **`icp-buyer-persona`** — positioning affects the choice of target personas.
|
|
277
|
+
- **`jtbd-analysis`** — competing solutions for each Job.
|
|
278
|
+
|
|
279
|
+
Handoff format: competitive landscape + feature matrix + threat score + key recommendations. When handing off — use `$handoff`.
|
|
280
|
+
|
|
281
|
+
## Anti-patterns
|
|
282
|
+
|
|
283
|
+
| Mistake | Why it's bad | How to do it right |
|
|
284
|
+
|--------|-------------|---------------|
|
|
285
|
+
| Only direct competitors | Missing threats from adjacent markets | Include indirect and aspirational competitors |
|
|
286
|
+
| Copying the leader's features | "Feature race" without a strategy | Differentiate, do not copy; focus on the weaknesses of competitors |
|
|
287
|
+
| Analysis without sources | Subjective assessments without evidence | Every thesis — with data: rating, review, fact |
|
|
288
|
+
| Outdated prices | Competitors change pricing often | Verify on the competitor's site, mark ⚠️ if >6 mo |
|
|
289
|
+
| Focus only on features | Features are not the only axis of competition | Analyze UX, brand, ecosystem, support, moats |
|
|
290
|
+
| Too many competitors | Loss of focus, superficial analysis | 5-8 key ones, the rest — a brief overview |
|
|
291
|
+
| Without recommendations | Analysis for the sake of analysis | Conclude with an actionable strategy with priorities |
|
|
292
|
+
| Binary feature matrix (✅/⬚) | Quality is invisible: "exists" is not "well implemented" | ★/★★/★★★ scale with score |
|
|
293
|
+
| Static snapshot | Cannot see where competitors are moving | 12 mo dynamics: features, prices, funding, strategy |
|
|
294
|
+
|
|
295
|
+
## Output Template
|
|
296
|
+
|
|
297
|
+
```markdown
|
|
298
|
+
### Competitive Analysis — [Product / Service]
|
|
299
|
+
|
|
300
|
+
**Market:** [niche]
|
|
301
|
+
**Geography:** [regions]
|
|
302
|
+
**Focus:** [Features / Pricing / Positioning / Full]
|
|
303
|
+
**Analysis Date:** [date]
|
|
304
|
+
|
|
305
|
+
---
|
|
306
|
+
|
|
307
|
+
#### Competitive Landscape
|
|
308
|
+
|
|
309
|
+
| Competitor | Type | Segment | Year | Size | Funding | Key Feature | Dynamics (12 mo) |
|
|
310
|
+
|-----------|-----|---------|-----|--------|---------------|---------------|:-----------------:|
|
|
311
|
+
| [A] | Direct | [segment] | [year] | [size] | [round / —] | [feature] | ↗ / → / ↘ |
|
|
312
|
+
|
|
313
|
+
---
|
|
314
|
+
|
|
315
|
+
#### Feature Matrix
|
|
316
|
+
|
|
317
|
+
| Category | Criterion | Our Product | [A] | [B] | [C] |
|
|
318
|
+
|-----------|----------|:-----------:|:---:|:---:|:---:|
|
|
319
|
+
| Core | [Feature 1] | ★★ | ★★★ | ★★ | ★ |
|
|
320
|
+
| Core | [Feature 2] | ★★★ | ★★ | ★ | — |
|
|
321
|
+
| Advanced | [Feature 3] | ★ | — | ★★ | ★★★ |
|
|
322
|
+
| | **Score** | **XX** | **XX** | **XX** | **XX** |
|
|
323
|
+
|
|
324
|
+
Scale: ★★★ = best in class (3) | ★★ = market level (2) | ★ = basic implementation (1) | — = missing (0)
|
|
325
|
+
|
|
326
|
+
**Table stakes:** [features mandatory for competition]
|
|
327
|
+
**Unique features:** [our product: X], [competitor A: Y], [competitor B: Z]
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
#### Pricing
|
|
332
|
+
|
|
333
|
+
| Competitor | Model | Entry Price | Average Plan | Enterprise | Free Tier | Hidden Costs | Strategy |
|
|
334
|
+
|-----------|--------|:--------------:|:------------:|:----------:|:---------:|-----------------|-----------|
|
|
335
|
+
| [A] | [model] | $XX/mo | $XX/mo | On request | Yes / No | [what] | [strategy] |
|
|
336
|
+
|
|
337
|
+
**Pricing index:** our price / average = [X]% (lower / on par / higher market)
|
|
338
|
+
|
|
339
|
+
---
|
|
340
|
+
|
|
341
|
+
#### Positioning Map
|
|
342
|
+
|
|
343
|
+
**Axes:** [Axis X] × [Axis Y]
|
|
344
|
+
|
|
345
|
+
| Competitor | [Axis X] (1-10) | [Axis Y] (1-10) | Cluster |
|
|
346
|
+
|-----------|:--------------:|:--------------:|---------|
|
|
347
|
+
| [A] | X | X | [Premium / Value / Niche] |
|
|
348
|
+
| **Our Product** | X | X | [Recommended position] |
|
|
349
|
+
|
|
350
|
+
**Clusters:** [cluster descriptions]
|
|
351
|
+
**Unoccupied zones:** [description of empty positions — differentiation opportunities]
|
|
352
|
+
|
|
353
|
+
---
|
|
354
|
+
|
|
355
|
+
#### Strengths and Weaknesses
|
|
356
|
+
|
|
357
|
+
| Competitor | Strengths | Weaknesses | Source |
|
|
358
|
+
|-----------|----------------|----------------|----------|
|
|
359
|
+
| [A] | [+ with data: rating, fact] | [- with data] | [Source, date] |
|
|
360
|
+
|
|
361
|
+
---
|
|
362
|
+
|
|
363
|
+
#### Competitive Moats
|
|
364
|
+
|
|
365
|
+
| Competitor | Moat Type | Description | Strength |
|
|
366
|
+
|-----------|---------|----------|:---------:|
|
|
367
|
+
| [A] | [Type] | [Details] | Strong / Medium / Weak |
|
|
368
|
+
|
|
369
|
+
---
|
|
370
|
+
|
|
371
|
+
#### Threat Score
|
|
372
|
+
|
|
373
|
+
| Competitor | Aud. overlap (0.25) | Feat. overlap (0.20) | Moat (0.20) | Dynamics (0.20) | Resources (0.15) | **Score** | **Rank** |
|
|
374
|
+
|-----------|:--------------------:|:-------------------:|:----------:|:---------------:|:--------------:|:---------:|:--------:|
|
|
375
|
+
| [A] | X | X | X | X | X | **X.X** | 🔴/🟡/🟢 |
|
|
376
|
+
|
|
377
|
+
Rank: 🔴 High (≥7.0) | 🟡 Medium (4.0-6.9) | 🟢 Low (<4.0)
|
|
378
|
+
|
|
379
|
+
---
|
|
380
|
+
|
|
381
|
+
#### Dynamics (12 months)
|
|
382
|
+
|
|
383
|
+
| Competitor | Feature changes | Price changes | New segments | Funding | Strategic Pivot |
|
|
384
|
+
|-----------|:-------------:|:-------------:|:--------------:|:--------------:|:-----------------:|
|
|
385
|
+
| [A] | [What was added] | [±X%] | [Where to] | [Round, $XM] | [Yes / No] |
|
|
386
|
+
|
|
387
|
+
**Market trends:** [where the market is heading overall]
|
|
388
|
+
**Potential new threats:** [startups, big tech, adjacent markets]
|
|
389
|
+
|
|
390
|
+
---
|
|
391
|
+
|
|
392
|
+
#### Strategic Recommendations
|
|
393
|
+
|
|
394
|
+
1. **Positioning:** [recommended position + messaging]
|
|
395
|
+
2. **Table stakes (mandatory features):** [list]
|
|
396
|
+
3. **Differentiation:** [unique advantage + justification]
|
|
397
|
+
4. **Pricing:** [strategy + level]
|
|
398
|
+
5. **Risky bets:** [what competitors might copy, window of opportunity]
|
|
399
|
+
|
|
400
|
+
| # | Action | Purpose | Against whom | Priority | Deadline |
|
|
401
|
+
|---|----------|------|-------------|:---------:|------|
|
|
402
|
+
| 1 | [What to do] | [Effect] | [Competitor] | P1 | [When] |
|
|
403
|
+
|
|
404
|
+
---
|
|
405
|
+
|
|
406
|
+
#### Sources and Assumptions
|
|
407
|
+
|
|
408
|
+
| # | Competitor | Fact / assumption | Source | Date | Reliability |
|
|
409
|
+
|---|-----------|-------------------|----------|------|:-------------:|
|
|
410
|
+
| 1 | [A] | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
|
|
411
|
+
|
|
412
|
+
Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert assessment)
|
|
413
|
+
```
|