code-ai-installer 4.0.0 → 4.0.1-b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +44 -6
- 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 +14 -3
- package/dist/mcp_setup.js +15 -6
- 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,416 +1,432 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: blue-ocean-strategy
|
|
3
|
-
description: Strategy canvas analysis — ERRC framework, value curve, three tiers of noncustomers
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
|
36
|
-
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
##
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
|
80
|
-
|
|
81
|
-
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
-
|
|
109
|
-
|
|
110
|
-
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
|
134
|
-
|
|
135
|
-
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
|
161
|
-
|
|
|
162
|
-
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
|
174
|
-
|
|
175
|
-
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
|
181
|
-
|
|
182
|
-
|
|
|
183
|
-
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
|
209
|
-
|
|
210
|
-
|
|
|
211
|
-
|
|
|
212
|
-
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
|
225
|
-
|
|
226
|
-
|
|
|
227
|
-
|
|
228
|
-
|
|
|
229
|
-
| Price (
|
|
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
|
-
|
|
366
|
-
|
|
367
|
-
|
|
|
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
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
1
|
+
---
|
|
2
|
+
name: blue-ocean-strategy
|
|
3
|
+
description: Strategy canvas analysis — ERRC framework, value curve, three tiers of noncustomers
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: analytics
|
|
6
|
+
owners:
|
|
7
|
+
- strategist
|
|
8
|
+
gates:
|
|
9
|
+
- STRATEGIST
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "blue-ocean-strategy"
|
|
14
|
+
- "голубой океан"
|
|
15
|
+
- "blue ocean"
|
|
16
|
+
- "стратегия голубого океана"
|
|
17
|
+
related: []
|
|
18
|
+
budget_lines: 432
|
|
19
|
+
schema_version: 1
|
|
20
|
+
---
|
|
21
|
+
# Blue Ocean Strategy — Creating Uncontested Market Space
|
|
22
|
+
|
|
23
|
+
## When to use
|
|
24
|
+
- When searching for **new market spaces** beyond existing competition.
|
|
25
|
+
- When needing to **differentiate radically** from competitors through value innovation.
|
|
26
|
+
- When developing a **new product or service** from scratch — without being tied to current industry standards.
|
|
27
|
+
- When preparing a **growth strategy** — when the red ocean is exhausted or unprofitable.
|
|
28
|
+
|
|
29
|
+
## Input
|
|
30
|
+
|
|
31
|
+
| Field | Required | Description |
|
|
32
|
+
|------|:-----------:|----------|
|
|
33
|
+
| Industry / market | ✅ | Current market (red ocean) for analysis |
|
|
34
|
+
| Product / service | ✅ | Current offering or new concept |
|
|
35
|
+
| Competitors | ✅ | 3-5 key players to build the strategy canvas |
|
|
36
|
+
| Customer segments | ⬚ | Current customers and their needs |
|
|
37
|
+
| Factors of competition | ⬚ | Known parameters on which the industry competes (5-8) |
|
|
38
|
+
| Price range | ⬚ | Current price levels in the industry |
|
|
39
|
+
| Noncustomer data | ⬚ | Who doesn't buy and why |
|
|
40
|
+
|
|
41
|
+
> If mandatory fields are not provided — **ask** the user, do not generate assumptions.
|
|
42
|
+
|
|
43
|
+
## Data Sources
|
|
44
|
+
1. Competitive analysis — offerings, prices, positioning of key players.
|
|
45
|
+
2. Customer research — needs, pain points, jobs-to-be-done.
|
|
46
|
+
3. Industry reports — standard competitive factors, industry norms.
|
|
47
|
+
4. Noncustomers — why they don't buy, barriers to entry for consumption.
|
|
48
|
+
5. Adjacent industries — alternative solutions for the same tasks.
|
|
49
|
+
|
|
50
|
+
### Connection with other skills
|
|
51
|
+
| Skill | What we take | When to call |
|
|
52
|
+
|------|-----------|----------------|
|
|
53
|
+
| `competitive-analysis` | Competitive factors, positioning, moats (step 0, 1) | If there's no data on competitors and competitive factors |
|
|
54
|
+
| `tam-sam-som` | Size of noncustomer space, new market potential (step 3, 6) | To estimate the TAM of the blue ocean |
|
|
55
|
+
| `web-research` | Verification of data on noncustomers, adjacent industries | If data is missing or outdated (>12 months) |
|
|
56
|
+
| `ansoff-matrix` | Diversification strategy, if Blue Ocean = new product + new market | After forming the offering — for integration into the growth portfolio |
|
|
57
|
+
| `swot-analysis` | Internal competencies to assess feasibility (step 7) | If it's unclear whether there are resources for implementation |
|
|
58
|
+
|
|
59
|
+
## Protocol
|
|
60
|
+
|
|
61
|
+
### Step 0 — Prepare Context
|
|
62
|
+
1. Define the current "red ocean" — the industry and its key players (3-5).
|
|
63
|
+
2. Identify 5-8 competitive factors on which players compete.
|
|
64
|
+
3. Collect data on current customers and their satisfaction.
|
|
65
|
+
4. Document industry "sacred cows" — assumptions that no one questions.
|
|
66
|
+
|
|
67
|
+
> Every fact about the market — with indication of source and date. Data older than 12 months — mark with ⚠️ and verify via `web-research`.
|
|
68
|
+
|
|
69
|
+
### Step 1 — Strategy Canvas — AS-IS
|
|
70
|
+
1. Define the axes: horizontal — competitive factors, vertical — offering level (1-5, where 1 = low, 5 = high).
|
|
71
|
+
2. Draw value curves for each key competitor.
|
|
72
|
+
3. Draw value curve for the analyzed company / product.
|
|
73
|
+
4. Identify clusters: where all players are the same (convergence zone), where there is differentiation.
|
|
74
|
+
5. Document: on which factors the industry competes excessively (over-served), on which — insufficiently (under-served).
|
|
75
|
+
|
|
76
|
+
### Step 2 — Buyer Utility Map
|
|
77
|
+
1. Define 6 stages of the buyer experience cycle:
|
|
78
|
+
|
|
79
|
+
| Stage | Description |
|
|
80
|
+
|--------|----------|
|
|
81
|
+
| Purchase | The process of choosing and buying |
|
|
82
|
+
| Delivery | Receiving the product / activating the service |
|
|
83
|
+
| Use | Core usage experience |
|
|
84
|
+
| Supplements | Accompanying goods / services |
|
|
85
|
+
| Maintenance | Support, repair, updates |
|
|
86
|
+
| Disposal | End of use, migration |
|
|
87
|
+
|
|
88
|
+
2. For each stage — assess 6 utility levers:
|
|
89
|
+
|
|
90
|
+
| | Purchase | Delivery | Use | Supplements | Maintenance | Disposal |
|
|
91
|
+
|--|:------:|:--------:|:-------------:|:----------:|:------------:|:----------:|
|
|
92
|
+
| **Customer Productivity**| | | ★ | | | |
|
|
93
|
+
| **Simplicity** | | | | | | |
|
|
94
|
+
| **Convenience** | ★ | | | | | |
|
|
95
|
+
| **Risk** | | | | | | |
|
|
96
|
+
| **Fun & Image** | | | | | | |
|
|
97
|
+
| **Environmental Friendliness**| | | | | | |
|
|
98
|
+
|
|
99
|
+
★ = industry focus. Empty cells = white spaces (opportunities).
|
|
100
|
+
|
|
101
|
+
3. Determine: where the industry focuses (≤ 3-4 cells) and where the white spaces are (the remaining 32-33 cells).
|
|
102
|
+
4. Select **at least 2 white spaces** with the greatest potential for creating new value.
|
|
103
|
+
|
|
104
|
+
### Step 3 — Three Tiers of Noncustomers
|
|
105
|
+
1. **First tier — "Soon-to-be"**: customers on the edge of the market, use minimally, searching for alternatives.
|
|
106
|
+
- Why are they on the edge? What dissatisfies them?
|
|
107
|
+
2. **Second tier — "Refusing"**: consciously chose not to use the industry's products.
|
|
108
|
+
- What needs are unmet? What are the barriers?
|
|
109
|
+
3. **Third tier — "Unexplored"**: never considered the industry's products as an option.
|
|
110
|
+
- What need do they solve differently? What offering would attract them?
|
|
111
|
+
4. Assess for each tier:
|
|
112
|
+
|
|
113
|
+
| Tier | Size | Key Barrier | Conversion Potential | Data Source |
|
|
114
|
+
|---------|:------:|-----------------|:-------------------:|-----------------|
|
|
115
|
+
| 1. "Soon-to-be" | [N / $XM] | [Barrier] | High / Medium / Low | [Source] |
|
|
116
|
+
| 2. "Refusing" | [N / $XM] | [Barrier] | ... | [Source] |
|
|
117
|
+
| 3. "Unexplored" | [N / $XM] | [Barrier] | ... | [Source] |
|
|
118
|
+
|
|
119
|
+
5. If there is no data — use `tam-sam-som` to estimate size and `web-research` to investigate barriers.
|
|
120
|
+
|
|
121
|
+
### Step 4 — ERRC Framework (Eliminate-Reduce-Raise-Create)
|
|
122
|
+
1. **Eliminate**: Which of the factors that the industry takes for granted should be eliminated?
|
|
123
|
+
- Factors that do not create value for the buyer.
|
|
124
|
+
- Factors existing out of inertia or to imitate competitors.
|
|
125
|
+
2. **Reduce**: Which factors should be reduced well below the industry's standard?
|
|
126
|
+
- Factors with excessive offering levels (over-engineering).
|
|
127
|
+
3. **Raise**: Which factors should be raised well above the industry's standard?
|
|
128
|
+
- Factors where the current level does not satisfy buyers.
|
|
129
|
+
4. **Create**: Which factors should be created that the industry has never offered?
|
|
130
|
+
- New sources of value from the analysis of noncustomers and the Buyer Utility Map.
|
|
131
|
+
5. Fill out a card for each action:
|
|
132
|
+
|
|
133
|
+
| Action | Factor | Was (AS-IS) | Became (TO-BE) | Cost Effect | Value Effect | Justification |
|
|
134
|
+
|----------|--------|:------------:|:-------------:|:-----------------:|:------------------:|-------------|
|
|
135
|
+
| Eliminate | [A] | Average | — | -$XXK/yr | 0 | [Why not needed] |
|
|
136
|
+
| Reduce | [B] | High | Low | -$XXK/yr | -insignificant | [Why excessive] |
|
|
137
|
+
| Raise | [C] | Low | Very high | +$XXK/yr | +significant | [Why important] |
|
|
138
|
+
| Create | [D] | — | High | +$XXK/yr | +significant | [What problem it solves] |
|
|
139
|
+
|
|
140
|
+
6. Check the balance: **savings (E + R) must offset costs (Ra + C)**, forming value innovation — simultaneous cost reduction and value growth for the buyer.
|
|
141
|
+
|
|
142
|
+
### Step 5 — New Value Curve (Strategy Canvas — TO-BE)
|
|
143
|
+
1. Draw the new value curve factoring in ERRC.
|
|
144
|
+
2. Compare with competitors' curves — there should be visible divergence.
|
|
145
|
+
3. Validate three characteristics of a good strategy:
|
|
146
|
+
|
|
147
|
+
| Criterion | Test | Result |
|
|
148
|
+
|----------|------|:---------:|
|
|
149
|
+
| **Focus** | Curve does not mimic competitors, resources are concentrated | Yes / No |
|
|
150
|
+
| **Divergence** | ≥ 3 factors differ by ≥ 2 levels from the industry average | Yes / No |
|
|
151
|
+
| **Compelling Tagline** | Can be described in one phrase understandable to the buyer | "[Tagline]" |
|
|
152
|
+
|
|
153
|
+
4. **If at least one criterion = No — return to step 4 and strengthen ERRC.**
|
|
154
|
+
|
|
155
|
+
### Step 6 — Price Corridor of the Mass
|
|
156
|
+
1. Define three pricing clusters:
|
|
157
|
+
|
|
158
|
+
| Cluster | Products / Alternatives | Price Range | Audience Size |
|
|
159
|
+
|---------|------------------------|:----------------:|:----------------:|
|
|
160
|
+
| Same form | Direct competitors in the industry | $XX — $XX | [N] |
|
|
161
|
+
| Same function | Alternative solutions for the same task | $XX — $XX | [N] |
|
|
162
|
+
| Same objective | Products with the same end objective | $XX — $XX | [N] |
|
|
163
|
+
|
|
164
|
+
2. Determine the upper and lower boundaries of the price corridor of the mass.
|
|
165
|
+
3. Select a price level based on the degree of defensibility:
|
|
166
|
+
- **High defensibility** (patents, network effects, exclusive resources) → upper boundary.
|
|
167
|
+
- **Medium defensibility** (hard-to-copy competencies) → middle of the corridor.
|
|
168
|
+
- **Low defensibility** (easily copied) → lower boundary.
|
|
169
|
+
|
|
170
|
+
### Step 7 — Evaluation and Scenario Analysis
|
|
171
|
+
1. Estimate the blue ocean economics:
|
|
172
|
+
|
|
173
|
+
| Metric | Value | Source |
|
|
174
|
+
|---------|:--------:|----------|
|
|
175
|
+
| TAM of new space (noncustomers) | $XXM | `tam-sam-som` / estimate |
|
|
176
|
+
| Savings from E + R (annual) | -$XXK | Calculation from ERRC |
|
|
177
|
+
| Investments in Ra + C (annual) | +$XXK | Calculation from ERRC |
|
|
178
|
+
| **Net effect on unit economics** | ±$XX | Savings − Investments |
|
|
179
|
+
| Target price | $XX | Price corridor of the mass |
|
|
180
|
+
| Target margin | XX% | Price − cost |
|
|
181
|
+
| Time to imitation by competitors | X-X years | Defensibility estimate |
|
|
182
|
+
| Implementation investments (total) | $XM | Resource estimate |
|
|
183
|
+
| Time to break-even | X mo | Financial model |
|
|
184
|
+
|
|
185
|
+
2. Scenario analysis:
|
|
186
|
+
|
|
187
|
+
| Scenario | TAM | Noncustomer Conversion | Time to Imitation | Revenue (3 years) | Probability |
|
|
188
|
+
|----------|:---:|:--------------------:|:----------------:|:----------------:|:-----------:|
|
|
189
|
+
| Optimistic | $XXM | XX% | > X years | $XXM | XX% |
|
|
190
|
+
| Base | $XXM | XX% | X years | $XXM | XX% |
|
|
191
|
+
| Pessimistic | $XXM | XX% | < X years | $XXM | XX% |
|
|
192
|
+
|
|
193
|
+
3. Define kill conditions: under which scenario to not launch / fold.
|
|
194
|
+
4. Assess feasibility:
|
|
195
|
+
|
|
196
|
+
| Resource | Have | Need | Gap | How to Close |
|
|
197
|
+
|--------|:----:|:-----:|:---:|-----------------|
|
|
198
|
+
| Competencies | [Which] | [Which] | [What is missing] | Hire / partner / train |
|
|
199
|
+
| Technologies | [Which] | [Which] | [What is missing] | Develop / license |
|
|
200
|
+
| Budget | $XM | $XM | $XM | Reallocate / request funding |
|
|
201
|
+
| Time | — | X mo | — | [Constraints] |
|
|
202
|
+
|
|
203
|
+
### Step 8 — Synthesis and Roadmap
|
|
204
|
+
1. Formulate the strategic blue ocean offering (1-2 paragraphs).
|
|
205
|
+
2. Finalize the target business model (price, channels, key metrics).
|
|
206
|
+
3. Prepare a roadmap:
|
|
207
|
+
|
|
208
|
+
| Period | Action | Key Metric | Go/No-go gate | Owner |
|
|
209
|
+
|--------|----------|:----------------:|---------------|---------------|
|
|
210
|
+
| Month 1-3 | [What] | [KPI] | [Condition] | [Who] |
|
|
211
|
+
| Month 4-6 | [What] | [KPI] | [Condition] | [Who] |
|
|
212
|
+
| Month 7-12| [What] | [KPI] | [Condition] | [Who] |
|
|
213
|
+
|
|
214
|
+
4. Define KPIs for monitoring: noncustomer conversion, retention, NPS, unit economics.
|
|
215
|
+
|
|
216
|
+
## Example — Online Fitness vs Traditional Gyms
|
|
217
|
+
|
|
218
|
+
**Context:** Fitness services market in RF. Red ocean: gym chains (World Class, X-Fit, DDX). Task — find a blue ocean.
|
|
219
|
+
|
|
220
|
+
### Strategy Canvas — AS-IS
|
|
221
|
+
|
|
222
|
+
| Factor | World Class | X-Fit | DDX | Industry Average |
|
|
223
|
+
|--------|:----------:|:-----:|:---:|:--------------:|
|
|
224
|
+
| Equipment | 5 | 4 | 3 | 4.0 |
|
|
225
|
+
| Location (prestige) | 5 | 3 | 2 | 3.3 |
|
|
226
|
+
| Personal trainers | 4 | 4 | 3 | 3.7 |
|
|
227
|
+
| Group programs | 4 | 4 | 4 | 4.0 |
|
|
228
|
+
| Pool / spa | 5 | 3 | 1 | 3.0 |
|
|
229
|
+
| Price (inverted) | 1 | 3 | 4 | 2.7 |
|
|
230
|
+
| Schedule flexibility| 2 | 2 | 3 | 2.3 |
|
|
231
|
+
| Community / gamification | 1 | 1 | 1 | 1.0 |
|
|
232
|
+
|
|
233
|
+
**"Sacred cows":** physical presence, expensive equipment, fixed schedule.
|
|
234
|
+
|
|
235
|
+
### ERRC Grid
|
|
236
|
+
|
|
237
|
+
| Eliminate | Reduce |
|
|
238
|
+
|:---------:|:------:|
|
|
239
|
+
| Prestigious location (-$XXK/mo rent) | Equipment: from 4.0 to 1.5 (basics + resistance bands only) |
|
|
240
|
+
| Pool / spa (-$XXK/mo) | Personal trainers: from 3.7 to 2.0 (AI + pre-recorded) |
|
|
241
|
+
|
|
242
|
+
| Raise | Create |
|
|
243
|
+
|:-----:|:------:|
|
|
244
|
+
| Schedule flexibility: from 2.3 to 5.0 (24/7, anywhere) | Community + gamification: 0 → 5.0 (leaderboards, challenges) |
|
|
245
|
+
| Price (accessibility): from 2.7 to 5.0 (×5 cheaper) | AI personalization: 0 → 4.5 (adaptive programs) |
|
|
246
|
+
|
|
247
|
+
**Balance:** Savings (E+R) = -$2.8M/yr. Investments (Ra+C) = +$1.1M/yr. **Net: -$1.7M/yr in costs** → value innovation ✅.
|
|
248
|
+
|
|
249
|
+
### Three Tiers of Noncustomers
|
|
250
|
+
|
|
251
|
+
| Tier | Who | Size | Barrier |
|
|
252
|
+
|---------|-----|:------:|--------|
|
|
253
|
+
| 1. "Soon-to-be" | Bought pass, visit 1-2 times/mo | ~2M ppl | Too far, inconvenient schedule |
|
|
254
|
+
| 2. "Refusing" | Know about gyms, think it's too pricey/uncomfortable | ~8M ppl | Price, fear of judgment |
|
|
255
|
+
| 3. "Unexplored" | Residents of small towns without gyms | ~15M ppl | No infrastructure |
|
|
256
|
+
|
|
257
|
+
### Strategy Validation
|
|
258
|
+
- **Focus:** ✅ — resources allocated to AI, community, accessibility. Not spread thin across equipment and locations.
|
|
259
|
+
- **Divergence:** ✅ — 5 factors differ by ≥ 2 levels.
|
|
260
|
+
- **Tagline:** "Personal trainer in your pocket for 500₽/mo".
|
|
261
|
+
|
|
262
|
+
**Price Corridor of the Mass:** Same form (gyms) = 2000-8000₽/mo. Same function (YouTube, apps) = 0-500₽/mo. Same objective (health) = 500-3000₽/mo. → Price = 499₽/mo (lower bound, medium defensibility: AI models can be copied in 1-2 years).
|
|
263
|
+
|
|
264
|
+
## Validation (Quality Gate)
|
|
265
|
+
|
|
266
|
+
- [ ] Strategy Canvas AS-IS contains at least 3 competitors and 5-8 factors with numerical levels
|
|
267
|
+
- [ ] Buyer Utility Map 6×6 is populated, at least 2 white spaces identified
|
|
268
|
+
- [ ] Three tiers of noncustomers analyzed with size and barriers estimated
|
|
269
|
+
- [ ] ERRC grid populated: at least 1 action in each quadrant with cost and value effect
|
|
270
|
+
- [ ] ERRC balance checked: savings (E+R) offset investments (Ra+C)
|
|
271
|
+
- [ ] New value curve visibly diverges from competitor curves
|
|
272
|
+
- [ ] Three characteristics of strategy passed (focus, divergence, tagline)
|
|
273
|
+
- [ ] Price corridor of the mass defined (3 clusters: form, function, objective)
|
|
274
|
+
- [ ] Blue ocean economics justified: TAM, unit economics, break-even
|
|
275
|
+
- [ ] Scenario analysis conducted (optimistic / base / pessimistic)
|
|
276
|
+
- [ ] Kill conditions defined
|
|
277
|
+
- [ ] Feasibility assessed: competencies, tech, budget, time
|
|
278
|
+
- [ ] Data sources cited; data older than 12 mo marked ⚠️
|
|
279
|
+
|
|
280
|
+
## Handoff
|
|
281
|
+
Result output goes to:
|
|
282
|
+
- **Strategist / Mediator** — for integration into a growth strategy or business plan for a new product.
|
|
283
|
+
- **`ansoff-matrix`** — if Blue Ocean = diversification (new product + new market), integrate into growth portfolio.
|
|
284
|
+
- **`unit-economics`** — for precise unit economics calculation of the new offering.
|
|
285
|
+
- **`tam-sam-som`** — to clarify the blue ocean size, if rough estimates were used.
|
|
286
|
+
- **`competitive-analysis`** — for monitoring competitor reactions and imitation speed.
|
|
287
|
+
|
|
288
|
+
Output format: filled output template + ERRC with economics + scenario analysis + roadmap.
|
|
289
|
+
|
|
290
|
+
## Anti-patterns
|
|
291
|
+
|
|
292
|
+
| Mistake | Why it hurts | How to do it right |
|
|
293
|
+
|--------|-------------|---------------|
|
|
294
|
+
| ERRC without strategy canvas | No baseline to compare against, actions occur "in a vacuum" | First AS-IS canvas, then ERRC, then TO-BE |
|
|
295
|
+
| Focusing only on Create | Increases costs without optimization — no value innovation | Balance: E + R lower costs, Ra + C increase value |
|
|
296
|
+
| Ignoring noncustomers | The main source of blue ocean is lost | All three tiers are mandatory with size and barriers estimated |
|
|
297
|
+
| Curve = competitor + 1 factor | This is not a blue ocean, it's incremental innovation | Divergence: ≥ 3 factors differ by ≥ 2 levels |
|
|
298
|
+
| Unfeasible offering | A beautiful strategy without resources is useless | Feasibility assessment: competencies, tech, budget, time |
|
|
299
|
+
| Lack of a compelling tagline | Hard to communicate, meaning there is no focus | One phrase, clear to the buyer — or return to ERRC |
|
|
300
|
+
| ERRC without economic estimates | Unclear if value innovation actually works | Every action — with expected cost and value effect |
|
|
301
|
+
| Buyer Utility Map skipped | Hidden opportunities in the 32+ cells are missed | 6×6 matrix is mandatory, at least 2 white spaces |
|
|
302
|
+
| Cost-plus pricing | Ignores alternatives and mass appeal | Price corridor of the mass: 3 clusters (form, function, objective) |
|
|
303
|
+
|
|
304
|
+
## Output Template
|
|
305
|
+
|
|
306
|
+
```
|
|
307
|
+
## Blue Ocean Strategy: [Analysis Object]
|
|
308
|
+
**Industry (red ocean):** [industry] | **Date:** [date]
|
|
309
|
+
**Industry "sacred cows":** [2-3 assumptions being challenged]
|
|
310
|
+
|
|
311
|
+
### Strategy Canvas — AS-IS
|
|
312
|
+
|
|
313
|
+
| Competitive Factor | [Competitor 1] | [Competitor 2] | [Competitor 3] | [Our Product] | Average |
|
|
314
|
+
|-------------------|:------------:|:------------:|:------------:|:-------------:|:------:|
|
|
315
|
+
| [Factor 1] | X | X | X | X | X.X |
|
|
316
|
+
| [Factor 2] | X | X | X | X | X.X |
|
|
317
|
+
|
|
318
|
+
Scale: 1 = low, 5 = high
|
|
319
|
+
|
|
320
|
+
### Buyer Utility Map
|
|
321
|
+
|
|
322
|
+
| | Purchase | Delivery | Use | Supplements | Maintenance | Disposal |
|
|
323
|
+
|--|:------:|:--------:|:-------------:|:----------:|:------------:|:----------:|
|
|
324
|
+
| **Customer Productivity**| | | ★ | | | |
|
|
325
|
+
| **Simplicity** | | 🔵 | | | | 🔵 |
|
|
326
|
+
| **Convenience** | ★ | | | | | |
|
|
327
|
+
| **Risk** | | | | | 🔵 | |
|
|
328
|
+
| **Fun & Image** | | | | 🔵 | | |
|
|
329
|
+
| **Environmental Friendliness**| | | | | | |
|
|
330
|
+
|
|
331
|
+
★ = industry focus | 🔵 = identified white space (opportunity)
|
|
332
|
+
|
|
333
|
+
### ERRC Grid
|
|
334
|
+
|
|
335
|
+
| Action | Factor | Was | Became | Cost (Δ) | Value (Δ) | Justification |
|
|
336
|
+
|----------|--------|:----:|:-----:|:-----------:|:------------:|-------------|
|
|
337
|
+
| Eliminate | [A] | X | — | -$XXK | 0 | [Why] |
|
|
338
|
+
| Reduce | [B] | X | X | -$XXK | −insig. | [Why] |
|
|
339
|
+
| Raise | [C] | X | X | +$XXK | +signif. | [Why] |
|
|
340
|
+
| Create | [D] | — | X | +$XXK | +signif. | [Why] |
|
|
341
|
+
|
|
342
|
+
**Balance:** Savings (E+R) = -$XXK | Investments (Ra+C) = +$XXK | **Net: [±$XXK]** → [Value Innovation ✅ / Imbalance ⚠️]
|
|
343
|
+
|
|
344
|
+
### Strategy Canvas — TO-BE
|
|
345
|
+
|
|
346
|
+
| Competitive Factor | Industry Avg | New Offering | Δ | ERRC Action |
|
|
347
|
+
|-------------------|:--------------:|:-----------------:|:-:|:-------------:|
|
|
348
|
+
| [Factor 1] | X.X | — | -X.X | Eliminate |
|
|
349
|
+
| [Factor 2] | X.X | X | -X.X | Reduce |
|
|
350
|
+
| [Factor 3] | X.X | X | +X.X | Raise |
|
|
351
|
+
| [New Factor] | — | X | +X | Create |
|
|
352
|
+
|
|
353
|
+
### Strategy Validation
|
|
354
|
+
|
|
355
|
+
| Criterion | Test | Result |
|
|
356
|
+
|----------|------|:---------:|
|
|
357
|
+
| **Focus** | Resources are concentrated, curve doesn't smear | Yes / No |
|
|
358
|
+
| **Divergence** | ≥ 3 factors differ by ≥ 2 levels | Yes / No |
|
|
359
|
+
| **Compelling Tagline** | One phrase, clear to the buyer | "[Tagline]" |
|
|
360
|
+
|
|
361
|
+
⚠️ If at least one = No — return to ERRC.
|
|
362
|
+
|
|
363
|
+
### Three Tiers of Noncustomers
|
|
364
|
+
|
|
365
|
+
| Tier | Who | Size | Key Barrier | Conversion Potential | Source |
|
|
366
|
+
|---------|-----|:------:|-----------------|:-------------------:|----------|
|
|
367
|
+
| 1. "Soon-to-be" | [Who, why] | [N / $XM] | [Barrier] | High / Medium | [Source] |
|
|
368
|
+
| 2. "Refusing" | [Who, why] | [N / $XM] | [Barrier] | ... | [Source] |
|
|
369
|
+
| 3. "Unexplored"| [Who, why] | [N / $XM] | [Barrier] | ... | [Source] |
|
|
370
|
+
|
|
371
|
+
### Price Corridor of the Mass
|
|
372
|
+
|
|
373
|
+
| Cluster | Examples | Price Range | Audience Size |
|
|
374
|
+
|---------|---------|:------------:|:----------------:|
|
|
375
|
+
| Same form | [Direct competitors] | $XX — $XX | [N] |
|
|
376
|
+
| Same function | [Alternative solutions] | $XX — $XX | [N] |
|
|
377
|
+
| Same objective| [Other ways to achieve goal] | $XX — $XX | [N] |
|
|
378
|
+
|
|
379
|
+
**Corridor:** $XX — $XX | **Target Price:** $XX | **Defensibility:** High / Medium / Low
|
|
380
|
+
|
|
381
|
+
### Blue Ocean Economics
|
|
382
|
+
|
|
383
|
+
| Metric | Value | Source |
|
|
384
|
+
|---------|:--------:|----------|
|
|
385
|
+
| TAM of new space | $XXM | [Source] |
|
|
386
|
+
| Savings from E + R | -$XXK/yr | ERRC Calculation |
|
|
387
|
+
| Investments in Ra + C | +$XXK/yr | ERRC Calculation |
|
|
388
|
+
| Net effect on unit economics | ±$XX | Savings − Investments |
|
|
389
|
+
| Target price | $XX | Price corridor |
|
|
390
|
+
| Target margin | XX% | Price − Cost |
|
|
391
|
+
| Time to imitation | X-X years | Defensibility estimate |
|
|
392
|
+
| Implementation investments | $XM | Resource estimate |
|
|
393
|
+
| Time to break-even | X mo | Financial model |
|
|
394
|
+
|
|
395
|
+
### Scenario Analysis
|
|
396
|
+
|
|
397
|
+
| Scenario | TAM | Conversion | Time to imitation | Revenue (3Y) | Probability |
|
|
398
|
+
|----------|:---:|:---------:|:-----------------:|:------------:|:-----------:|
|
|
399
|
+
| Optimistic | $XXM | XX% | > X years | $XXM | XX% |
|
|
400
|
+
| Base | $XXM | XX% | X years | $XXM | XX% |
|
|
401
|
+
| Pessimistic | $XXM | XX% | < X years | $XXM | XX% |
|
|
402
|
+
|
|
403
|
+
**Kill conditions:** [Under what scenario to not launch / fold]
|
|
404
|
+
|
|
405
|
+
### Feasibility Assessment
|
|
406
|
+
|
|
407
|
+
| Resource | Have | Need | Gap | How to Close |
|
|
408
|
+
|--------|:----:|:-----:|:---:|-----------------|
|
|
409
|
+
| Competencies | [Which] | [Which] | [Gap] | [How to close] |
|
|
410
|
+
| Technologies | [Which] | [Which] | [Gap] | [How to close] |
|
|
411
|
+
| Budget | $XM | $XM | $XM | [Source] |
|
|
412
|
+
| Time | — | X mo | — | [Constraints] |
|
|
413
|
+
|
|
414
|
+
### Strategic Offering
|
|
415
|
+
[1-2 paragraphs: the essence of the blue ocean, why it's a value innovation, for whom, business model]
|
|
416
|
+
|
|
417
|
+
### Roadmap
|
|
418
|
+
|
|
419
|
+
| Period | Action | Key Metric | Go/No-go gate | Owner |
|
|
420
|
+
|--------|----------|:----------------:|---------------|---------------|
|
|
421
|
+
| Mo 1-3 | [What] | [KPI] | [Condition] | [Who] |
|
|
422
|
+
| Mo 4-6 | [What] | [KPI] | [Condition] | [Who] |
|
|
423
|
+
| Mo 7-12| [What] | [KPI] | [Condition] | [Who] |
|
|
424
|
+
|
|
425
|
+
### Sources and Assumptions
|
|
426
|
+
|
|
427
|
+
| # | Fact / Assumption | Source | Date | Confidence |
|
|
428
|
+
|---|-------------------|----------|------|:-------------:|
|
|
429
|
+
| 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
|
|
430
|
+
|
|
431
|
+
Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert estimate)
|
|
432
|
+
```
|