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,395 +1,410 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: product-vision
|
|
3
|
-
description: Product vision — for whom / why / what's unique / 2-3 year horizon / guiding principles
|
|
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
|
-
### Step
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
- «
|
|
102
|
-
|
|
103
|
-
### Step
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
### Step
|
|
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
|
-
[Specific
|
|
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
|
-
|
|
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
|
-
tier
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
1
|
+
---
|
|
2
|
+
name: product-vision
|
|
3
|
+
description: Product vision — for whom / why / what's unique / 2-3 year horizon / guiding principles
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- product_strategist
|
|
8
|
+
gates:
|
|
9
|
+
- PRODUCT_STRATEGIST
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- product-vision
|
|
14
|
+
- product vision
|
|
15
|
+
- видение продукта
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 410
|
|
18
|
+
schema_version: 1
|
|
19
|
+
---
|
|
20
|
+
# Product Vision
|
|
21
|
+
|
|
22
|
+
> **Category:** Strategy · **Slug:** `product-vision`
|
|
23
|
+
|
|
24
|
+
## When to Use
|
|
25
|
+
|
|
26
|
+
- At the start of a new product direction (new product line, pivot).
|
|
27
|
+
- When onboarding new teams — vision as a shared north star.
|
|
28
|
+
- When the team diverges on strategic decisions — no shared framework.
|
|
29
|
+
- For investor / exec communication — vision = story.
|
|
30
|
+
|
|
31
|
+
## Input
|
|
32
|
+
|
|
33
|
+
| Field | Required | Description |
|
|
34
|
+
|-------|:--------:|-------------|
|
|
35
|
+
| Discovery Brief (JTBD, problems) | ✅ | Customer-value foundation |
|
|
36
|
+
| Business context (ARR, segment, stage) | ✅ | Business-value foundation |
|
|
37
|
+
| Competitive landscape | ⬚ | Differentiation context |
|
|
38
|
+
| Horizon | ⬚ | 2-3 years is standard |
|
|
39
|
+
| Adversarial camp (Full A) | ⬚ | alpha (Customer) / beta (Business) |
|
|
40
|
+
|
|
41
|
+
## Data Sources
|
|
42
|
+
|
|
43
|
+
1. `$jtbd-canvas` — language for whom / what job.
|
|
44
|
+
2. Business metrics (ARR, NRR, churn) — for the Business-Champion lens.
|
|
45
|
+
3. Competitive analysis — moat identification.
|
|
46
|
+
4. Company mission / values — alignment.
|
|
47
|
+
|
|
48
|
+
### Related Skills
|
|
49
|
+
|
|
50
|
+
| Skill | What we take | When to invoke |
|
|
51
|
+
|-------|-------------|----------------|
|
|
52
|
+
| `jtbd-canvas` | Customer frame | For user-value formulation |
|
|
53
|
+
| `okr-framework` | Vision → quarterly goals | After vision |
|
|
54
|
+
| `north-star-metric` | Vision → measurable NSM | After vision |
|
|
55
|
+
| `product-roadmap` | Vision → themes | After NSM |
|
|
56
|
+
|
|
57
|
+
## Vision Formula (Geoffrey Moore)
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
For [target customer]
|
|
61
|
+
Who [statement of the need or opportunity]
|
|
62
|
+
Our [product name] is a [product category]
|
|
63
|
+
That [statement of key benefit — that is, compelling reason to buy]
|
|
64
|
+
Unlike [primary competitive alternative]
|
|
65
|
+
Our product [statement of primary differentiation]
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
## Protocol
|
|
69
|
+
|
|
70
|
+
### Step 0 — Role Determination (Full A)
|
|
71
|
+
|
|
72
|
+
If Full Pipeline A — determine the camp (Customer-Champion or Business-Champion). Different emphases:
|
|
73
|
+
|
|
74
|
+
**Customer-Champion:**
|
|
75
|
+
- For whom — specific end-user / buyer segment
|
|
76
|
+
- Why — user outcome, JTBD fulfillment
|
|
77
|
+
- Differentiator — user experience, value per usage
|
|
78
|
+
|
|
79
|
+
**Business-Champion:**
|
|
80
|
+
- For whom — segment with highest NRR / expansion potential
|
|
81
|
+
- Why — business outcome (ARR, moat, strategic asset)
|
|
82
|
+
- Differentiator — technical/market moat, scale economics
|
|
83
|
+
|
|
84
|
+
### Step 1 — Target Customer
|
|
85
|
+
|
|
86
|
+
Specific segment, not «B2B companies»:
|
|
87
|
+
- Firmographic (size, industry, geography)
|
|
88
|
+
- Psychographic (buying behavior, maturity)
|
|
89
|
+
- Primary role (buyer) + primary user (end-user)
|
|
90
|
+
|
|
91
|
+
### Step 2 — Need / Opportunity
|
|
92
|
+
|
|
93
|
+
One **primary** unmet job or problem (from Discovery). Not a list — ONE.
|
|
94
|
+
|
|
95
|
+
### Step 3 — Product Category
|
|
96
|
+
|
|
97
|
+
Which category we play in. If a new category — document what it includes.
|
|
98
|
+
|
|
99
|
+
### Step 4 — Key Benefit
|
|
100
|
+
|
|
101
|
+
Outcome-focused («get X done in Y time») or emotional («confident about Z»), not a feature list.
|
|
102
|
+
|
|
103
|
+
### Step 5 — Alternative
|
|
104
|
+
|
|
105
|
+
Honestly: what do customers currently use instead of our product? Including «do nothing» and self-built solutions.
|
|
106
|
+
|
|
107
|
+
### Step 6 — Differentiation
|
|
108
|
+
|
|
109
|
+
Why are we better for this customer in this job? Not «better at X» generally — a specific differentiator.
|
|
110
|
+
|
|
111
|
+
### Step 7 — Guiding Principles (3-5)
|
|
112
|
+
|
|
113
|
+
Points that guide decisions:
|
|
114
|
+
- «Ship small and often over perfect and late»
|
|
115
|
+
- «Optimize for end-user time-to-value, not feature count»
|
|
116
|
+
- «Enterprise-grade, SMB-simple»
|
|
117
|
+
|
|
118
|
+
### Step 8 — Vision Story
|
|
119
|
+
|
|
120
|
+
Final artifact: 1-3 paragraphs, reads as a story. Includes:
|
|
121
|
+
- Who's the hero (target customer)
|
|
122
|
+
- What's their pain
|
|
123
|
+
- How our product changes their life
|
|
124
|
+
- Where we'll be in 2-3 years
|
|
125
|
+
|
|
126
|
+
### Step 9 — Vision Test (FOCUS)
|
|
127
|
+
|
|
128
|
+
- **F**easible — can we implement it?
|
|
129
|
+
- **O**bsession-worthy — does it inspire the team?
|
|
130
|
+
- **C**larifying — does it help make trade-offs?
|
|
131
|
+
- **U**nique — different from competitors' copies?
|
|
132
|
+
- **S**pecific — not generic words?
|
|
133
|
+
|
|
134
|
+
## Validation (Quality Gate)
|
|
135
|
+
|
|
136
|
+
- [ ] Geoffrey Moore formula filled in
|
|
137
|
+
- [ ] Target customer — specific, not generic
|
|
138
|
+
- [ ] Need — one primary job, not a list
|
|
139
|
+
- [ ] Differentiation — specific, checkable
|
|
140
|
+
- [ ] 3-5 guiding principles
|
|
141
|
+
- [ ] Vision story ≤ 3 paragraphs
|
|
142
|
+
- [ ] Passes FOCUS test
|
|
143
|
+
- [ ] (Full A) — camp determined, emphases match
|
|
144
|
+
|
|
145
|
+
## Handoff
|
|
146
|
+
|
|
147
|
+
The result is input for:
|
|
148
|
+
- **`okr-framework`** — vision → quarterly Objectives
|
|
149
|
+
- **`north-star-metric`** — vision → measurable NSM
|
|
150
|
+
- **`product-roadmap`** — vision → themes
|
|
151
|
+
- **Mediator** (Full A) — alpha and beta vision for synthesis
|
|
152
|
+
|
|
153
|
+
Format: vision doc (~1 page) + Moore-formula + principles. Via `$handoff`.
|
|
154
|
+
|
|
155
|
+
## Anti-patterns
|
|
156
|
+
|
|
157
|
+
| Error | Why it's bad | How to do it right |
|
|
158
|
+
|-------|-------------|-------------------|
|
|
159
|
+
| Vision = feature roadmap | No differentiator, no story | Story: hero + pain + transform |
|
|
160
|
+
| Generic customer | «Teams» | Specific: «DevOps teams in mid-market SaaS» |
|
|
161
|
+
| Multiple «primary» needs | Distraction | ONE primary, rest secondary |
|
|
162
|
+
| Copy competitors | No moat | Specific differentiator |
|
|
163
|
+
| Feasible only in 10 years | Team disengages | 2-3 years horizon |
|
|
164
|
+
| No guiding principles | Team trade-offs by mood | 3-5 principles |
|
|
165
|
+
|
|
166
|
+
## Template
|
|
167
|
+
|
|
168
|
+
```markdown
|
|
169
|
+
# Product Vision
|
|
170
|
+
|
|
171
|
+
## Target Customer
|
|
172
|
+
[Specific segment]
|
|
173
|
+
|
|
174
|
+
## Need / Opportunity
|
|
175
|
+
[ONE primary unmet job / problem]
|
|
176
|
+
|
|
177
|
+
## Product Category
|
|
178
|
+
[Category we play in]
|
|
179
|
+
|
|
180
|
+
## Key Benefit
|
|
181
|
+
[Compelling outcome]
|
|
182
|
+
|
|
183
|
+
## Unlike (Alternative)
|
|
184
|
+
[Current alternatives + why we're different]
|
|
185
|
+
|
|
186
|
+
## Differentiation
|
|
187
|
+
[Specific, defensible]
|
|
188
|
+
|
|
189
|
+
## Guiding Principles
|
|
190
|
+
1. ...
|
|
191
|
+
|
|
192
|
+
## Vision Story (1-3 paragraphs)
|
|
193
|
+
...
|
|
194
|
+
|
|
195
|
+
## FOCUS Check
|
|
196
|
+
- Feasible: ✅
|
|
197
|
+
- Obsession-worthy: ✅
|
|
198
|
+
- Clarifying: ✅
|
|
199
|
+
- Unique: ✅
|
|
200
|
+
- Specific: ✅
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
## Worked Example — TeamFlow (Full Pipeline A: Customer-Champion vs Business-Champion)
|
|
204
|
+
|
|
205
|
+
**Context:** TeamFlow AI summarization initiative. Full Pipeline A (`/ship-right-thing`) — adversarial vision sessions. Alpha (STRAT-01α) and Beta (STRAT-02β) work **independently**, each receiving only the Discovery Brief. The Mediator synthesizes in session 4. Below — complete vision docs from both camps + Mediator output.
|
|
206
|
+
|
|
207
|
+
### Camp Alpha — Customer-Champion Vision (STRAT-01α)
|
|
208
|
+
|
|
209
|
+
```markdown
|
|
210
|
+
# Product Vision — AI 1:1 Summarization (Customer-Champion perspective)
|
|
211
|
+
|
|
212
|
+
## Target Customer
|
|
213
|
+
People managers (5-15 direct reports) in B2B SaaS / Tech companies 100-1000 employees.
|
|
214
|
+
Secondary: individual contributors, benefiting indirectly through better managers.
|
|
215
|
+
|
|
216
|
+
## Need / Opportunity
|
|
217
|
+
Every week managers lose 3-4 hours to admin overhead (prep + note-taking + follow-up).
|
|
218
|
+
This robs both time AND attention from actual conversation — when a manager types notes during
|
|
219
|
+
a 1:1, they don't listen deeply. End-user managers want TeamFlow to **handle the admin work
|
|
220
|
+
so they can focus on people**.
|
|
221
|
+
|
|
222
|
+
## Product Category
|
|
223
|
+
AI-assisted 1:1 workflow (new category — extends «performance management platform»).
|
|
224
|
+
|
|
225
|
+
## Key Benefit
|
|
226
|
+
**Reclaim 3 hours per week of deep work time + transform 1:1s from anxiety-inducing
|
|
227
|
+
admin task into confident, connected conversations.** Manager enters each 1:1
|
|
228
|
+
knowing context, leaves without homework, never loses an action item.
|
|
229
|
+
|
|
230
|
+
## Unlike (Alternatives)
|
|
231
|
+
- **Manual workflow (today):** 3-4 hrs/week lost, 40% action items dropped, anxiety
|
|
232
|
+
+ guilt from skipped prep.
|
|
233
|
+
- **Otter.ai + ChatGPT workaround:** privacy concern (confidential HR data in OpenAI
|
|
234
|
+
consumer), disconnected from TeamFlow context.
|
|
235
|
+
- **Lattice / 15Five:** same gap — no native AI summarization. Manual templates only.
|
|
236
|
+
|
|
237
|
+
## Differentiation
|
|
238
|
+
**Privacy-first AI integrated in TeamFlow's 1:1 data model.** Summaries know previous
|
|
239
|
+
1:1s, action items, OKR context. Standalone transcription tools can't replicate
|
|
240
|
+
contextual awareness. Competitors may catch up on AI — but our end-user trust moat
|
|
241
|
+
(3+ years of HR data handling) is deeper.
|
|
242
|
+
|
|
243
|
+
## Guiding Principles
|
|
244
|
+
1. **End-user time is sacred.** Every feature must save minutes, not add them.
|
|
245
|
+
2. **Summaries supplement, not replace, human judgment.** Inline edit always available.
|
|
246
|
+
3. **Privacy by design.** Manager controls every toggle. No training on user data.
|
|
247
|
+
4. **Integrated always beats standalone.** Context > accuracy.
|
|
248
|
+
5. **Delight the manager, not surveil them.** Individual value, not management control.
|
|
249
|
+
|
|
250
|
+
## Vision Story
|
|
251
|
+
Imagine Marcus, an engineering manager with 8 reports. Monday morning: TeamFlow shows
|
|
252
|
+
him an AI-generated prep card for his 10am 1:1 with Sarah — last week's commitments
|
|
253
|
+
resurfaced, her recent Slack mood indicators flagged, suggested discussion prompts
|
|
254
|
+
from org patterns. During the conversation, Marcus is fully present — no typing.
|
|
255
|
+
When it ends, TeamFlow has a draft summary ready, action items extracted, ready for
|
|
256
|
+
Marcus's one-tap approval. By Friday, Marcus has spent 45 minutes on 1:1 admin
|
|
257
|
+
instead of 3.5 hours. He's a better manager because the tool does the work AI does best.
|
|
258
|
+
|
|
259
|
+
By 2028, TeamFlow has become the standard: if you're a manager and you're not using
|
|
260
|
+
AI-assisted 1:1s, you're considered behind — the way typing without autocomplete feels now.
|
|
261
|
+
|
|
262
|
+
## FOCUS Check
|
|
263
|
+
- **Feasible:** ✅ LLM APIs at required quality exist today
|
|
264
|
+
- **Obsession-worthy:** ✅ Managers personally want this, beyond business case
|
|
265
|
+
- **Clarifying:** ✅ "Does this save manager time?" — clear decision filter
|
|
266
|
+
- **Unique:** ✅ Native TeamFlow integration + privacy architecture
|
|
267
|
+
- **Specific:** ✅ Concrete segment, concrete time-save, concrete alternatives
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
### Camp Beta — Business-Champion Vision (STRAT-02β)
|
|
273
|
+
|
|
274
|
+
```markdown
|
|
275
|
+
# Product Vision — AI 1:1 Summarization (Business-Champion perspective)
|
|
276
|
+
|
|
277
|
+
## Target Customer
|
|
278
|
+
VP People / Chief People Officers at mid-market and enterprise B2B SaaS companies
|
|
279
|
+
($5M-$500M ARR, 100-1000 employees). Secondary: managers, as tool users.
|
|
280
|
+
|
|
281
|
+
## Need / Opportunity
|
|
282
|
+
Mid-market CPOs cannot **measure or drive** manager effectiveness at scale. They rely
|
|
283
|
+
on storytelling + anecdata when CFO asks «what's the ROI of $200K manager training?».
|
|
284
|
+
The gap: no data layer on 1:1 practice. **We unlock measurable People Ops** — turning
|
|
285
|
+
HR into a data-driven discipline on par with Sales and Engineering.
|
|
286
|
+
|
|
287
|
+
## Product Category
|
|
288
|
+
People Ops analytics platform (category expansion from «performance management
|
|
289
|
+
platform» to broader «people operations intelligence»).
|
|
290
|
+
|
|
291
|
+
## Key Benefit
|
|
292
|
+
**Make People Operations as measurable as Sales Operations.** Dashboard showing 1:1
|
|
293
|
+
cadence, action items velocity, team health indicators per-manager and org-wide —
|
|
294
|
+
the metrics CPOs have always wanted. Turns the «soft» HR function into a credible
|
|
295
|
+
ELT presence.
|
|
296
|
+
|
|
297
|
+
## Unlike (Alternatives)
|
|
298
|
+
- **Culture Amp, Lattice surveys:** lagging, quarterly, employee-reported. Our metrics
|
|
299
|
+
are leading, continuous, behavioral.
|
|
300
|
+
- **Spreadsheets + tribal knowledge:** doesn't scale past 200 employees.
|
|
301
|
+
- **Zendesk-style approach «just count tickets»:** doesn't surface cause.
|
|
302
|
+
|
|
303
|
+
## Differentiation
|
|
304
|
+
**Leading indicators of manager effectiveness**, extracted from 1:1 patterns. Moat:
|
|
305
|
+
1. 3+ years of customer 1:1 behavioral data (training corpus for AI)
|
|
306
|
+
2. Network effect — more customers → better aggregate benchmarks (is your 1:1 cadence
|
|
307
|
+
in top quartile?)
|
|
308
|
+
3. Analytics layer as expansion driver (Enterprise tier unlocks this)
|
|
309
|
+
|
|
310
|
+
## Guiding Principles
|
|
311
|
+
1. **Measure or it doesn't exist.** Every feature generates a data point.
|
|
312
|
+
2. **Analytics drives tier expansion.** Basic usage = Team tier, analytics = Enterprise.
|
|
313
|
+
3. **Aggregate > individual for buyers.** Never surveillance content.
|
|
314
|
+
4. **Benchmark as value-add.** Industry / cohort comparisons = hard-to-copy.
|
|
315
|
+
5. **ROI visibility for CPO.** Dashboard → Board deck in 1 click.
|
|
316
|
+
|
|
317
|
+
## Vision Story
|
|
318
|
+
Imagine Jennifer, CPO at a 450-person B2B SaaS. Monday morning, she reviews the TeamFlow
|
|
319
|
+
dashboard: 89% of managers ran 1:1s last week (vs 82% last month — green arrow). Action
|
|
320
|
+
item completion rate is 68% org-wide, but the Engineering team is at 52% (flag: manager
|
|
321
|
+
training opportunity). Her top-performer-retention cohort shows a 1:1 pattern that differs
|
|
322
|
+
from the at-risk cohort — 3 weeks of early warning before regrettable attrition.
|
|
323
|
+
|
|
324
|
+
When CEO asks «what's ROI on People investment?», Jennifer has a one-page dashboard
|
|
325
|
+
ready: 1:1 cadence correlates with retention r=0.71, actions velocity correlates
|
|
326
|
+
with NPS r=0.58. For the first time, People shows up at ELT with hard numbers.
|
|
327
|
+
|
|
328
|
+
By 2028, TeamFlow is the «Salesforce for People Operations» — the platform where
|
|
329
|
+
CPOs spend their morning like CROs live in their pipeline dashboard. Category-defining,
|
|
330
|
+
not feature-expanding.
|
|
331
|
+
|
|
332
|
+
## FOCUS Check
|
|
333
|
+
- **Feasible:** ✅ Data exists in product, surfacing is eng-solvable
|
|
334
|
+
- **Obsession-worthy:** ✅ CPOs have been asking for this for years
|
|
335
|
+
- **Clarifying:** ✅ "Does this give CPOs a new metric?" — filter
|
|
336
|
+
- **Unique:** ✅ Our data corpus is unique; benchmarks create moat
|
|
337
|
+
- **Specific:** ✅ Concrete persona, concrete ELT narrative, concrete metrics
|
|
338
|
+
```
|
|
339
|
+
|
|
340
|
+
---
|
|
341
|
+
|
|
342
|
+
### Mediator Synthesis (MED-01, Session 4)
|
|
343
|
+
|
|
344
|
+
**Alpha evidence strength:** 4/5 (strong JTBD connection, strong competitive differentiation)
|
|
345
|
+
**Beta evidence strength:** 4/5 (strong buyer need, strong tier expansion rationale)
|
|
346
|
+
|
|
347
|
+
**Key disagreements:**
|
|
348
|
+
1. **Factual:** Alpha says «manager time saved drives retention»; Beta says «analytics drives expansion». Evidence supports BOTH — not mutually exclusive.
|
|
349
|
+
2. **Value:** Alpha centers end-user; Beta centers buyer. Both are real customers in the B2B buying loop.
|
|
350
|
+
3. **Risk:** Alpha under-weights aggregate dashboard importance for Enterprise; Beta under-weights privacy concerns for SMB.
|
|
351
|
+
|
|
352
|
+
**Synthesis: HYBRID vision**
|
|
353
|
+
|
|
354
|
+
```markdown
|
|
355
|
+
# Unified Product Vision — AI-Assisted 1:1 Workflow + Analytics
|
|
356
|
+
|
|
357
|
+
## Target Customer (Expanded)
|
|
358
|
+
Two user types, both buyers in B2B People Ops decisions:
|
|
359
|
+
- **Primary user:** People managers (5-15 reports)
|
|
360
|
+
- **Primary buyer:** VP People / CPO (mid-market + enterprise)
|
|
361
|
+
|
|
362
|
+
## Need / Opportunity
|
|
363
|
+
Simultaneously solve two connected problems:
|
|
364
|
+
1. Managers lose 3-4 hrs/week to 1:1 admin (end-user pain)
|
|
365
|
+
2. CPOs cannot measure manager effectiveness (buyer pain)
|
|
366
|
+
Both stem from the same root: 1:1 workflow is manual, leaving no data and no time.
|
|
367
|
+
|
|
368
|
+
## Key Benefit
|
|
369
|
+
**For managers:** Reclaim hours per week, transform 1:1s from admin to connection.
|
|
370
|
+
**For CPOs:** Make People Ops measurable — leading indicators + benchmarks.
|
|
371
|
+
Both benefits reinforce each other: time saved → more 1:1s happen → more data →
|
|
372
|
+
better insights → better coaching → retention.
|
|
373
|
+
|
|
374
|
+
## Product Category
|
|
375
|
+
AI-powered People Operations platform (convergence of workflow + analytics tiers).
|
|
376
|
+
|
|
377
|
+
## Differentiation (Moat Stack)
|
|
378
|
+
1. **Privacy architecture** (from Alpha): end-user trust
|
|
379
|
+
2. **Behavioral data corpus** (from Beta): analytics moat
|
|
380
|
+
3. **Integrated workflow** (from Alpha): context-aware summaries
|
|
381
|
+
4. **Benchmark network** (from Beta): industry comparison value
|
|
382
|
+
|
|
383
|
+
## Guiding Principles (Merged)
|
|
384
|
+
1. End-user time is sacred AND generates valuable data — alignment.
|
|
385
|
+
2. Summaries are individual; analytics are aggregate. Never mix.
|
|
386
|
+
3. Privacy by design (end-user consent for AI; aggregate-only for buyer).
|
|
387
|
+
4. Tiered value: Team tier = workflow, Enterprise tier = analytics.
|
|
388
|
+
5. Delight manager AND equip CPO — both stakeholders win.
|
|
389
|
+
|
|
390
|
+
## Tier Architecture (from synthesis)
|
|
391
|
+
- **Core (today):** Manual 1:1 workflow
|
|
392
|
+
- **AI Team tier (+$8/seat):** AI summarization, auto action items, reminders (Alpha focus)
|
|
393
|
+
- **Enterprise tier (+$15/seat):** Aggregate dashboard, manager health scores, benchmarks (Beta focus)
|
|
394
|
+
|
|
395
|
+
## Open Risks
|
|
396
|
+
- [Alpha concern] Privacy architecture must be bulletproof for end-user adoption
|
|
397
|
+
- [Beta concern] Analytics tier must not feel like surveillance (Alpha principle #5 applied)
|
|
398
|
+
- [Mediator add] Pricing can cannibalize if not tiered cleanly — test with customer advisory board
|
|
399
|
+
|
|
400
|
+
## Rationale for Hybrid
|
|
401
|
+
Alpha and Beta are not competing visions — they're complementary layers of the same
|
|
402
|
+
platform. Choosing only one would:
|
|
403
|
+
- Alpha only: miss $2-3M ARR Enterprise expansion opportunity
|
|
404
|
+
- Beta only: lack end-user love, leading to low adoption and churn risk
|
|
405
|
+
|
|
406
|
+
Synthesis: **Ship Alpha MVP first (workflow), layer Beta (analytics) as Enterprise
|
|
407
|
+
tier within 4-6 months.** Sequencing respects end-user trust (must work before surveilling).
|
|
408
|
+
```
|
|
409
|
+
|
|
410
|
+
> **Product-vision adversarial lesson:** Customer vs Business camps, independent work, Mediator synthesis. **Neither camp won outright** — the synthesis revealed both were right but incomplete. Without the formal adversarial process, the team would have shipped Alpha's vision alone and missed the $2-3M Enterprise ARR opportunity, OR shipped Beta's vision alone and faced adoption backlash. The structured debate cost 2 extra sessions but saved at least one strategic misstep.
|