code-ai-installer 4.0.0 → 4.0.1-a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -67
- package/dist/index.js +2 -0
- package/dist/mcp/audit_ledger.d.ts +12 -0
- package/dist/mcp/audit_ledger.js +82 -0
- package/dist/mcp/cli.js +7 -1
- package/dist/mcp/config.d.ts +23 -0
- package/dist/mcp/config.js +36 -0
- package/dist/mcp/index.d.ts +1 -2
- package/dist/mcp/index.js +1 -2
- package/dist/mcp/paths.d.ts +20 -2
- package/dist/mcp/paths.js +29 -5
- package/dist/mcp/proposal_dedup.d.ts +32 -0
- package/dist/mcp/proposal_dedup.js +102 -0
- package/dist/mcp/proposal_store.d.ts +18 -0
- package/dist/mcp/proposal_store.js +74 -0
- package/dist/mcp/scorecard.d.ts +140 -0
- package/dist/mcp/scorecard.js +103 -0
- package/dist/mcp/skill_invocations.d.ts +15 -0
- package/dist/mcp/skill_invocations.js +28 -0
- package/dist/mcp/task_state.d.ts +77 -2
- package/dist/mcp/tools/_subprocess.d.ts +16 -0
- package/dist/mcp/tools/_subprocess.js +56 -0
- package/dist/mcp/tools/advance_gate.js +2 -2
- package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
- package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
- package/dist/mcp/tools/apply_diff.d.ts +2 -0
- package/dist/mcp/tools/apply_diff.js +29 -0
- package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
- package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
- package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
- package/dist/mcp/tools/audit_budget_compliance.js +172 -0
- package/dist/mcp/tools/build.d.ts +2 -0
- package/dist/mcp/tools/build.js +47 -0
- package/dist/mcp/tools/check_lint.d.ts +2 -0
- package/dist/mcp/tools/check_lint.js +23 -0
- package/dist/mcp/tools/classify_gate.js +2 -2
- package/dist/mcp/tools/current_gate.js +2 -2
- package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
- package/dist/mcp/tools/dependency_supply_chain.js +59 -0
- package/dist/mcp/tools/docker_compose.d.ts +2 -0
- package/dist/mcp/tools/docker_compose.js +24 -0
- package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
- package/dist/mcp/tools/e2e_playwright.js +88 -0
- package/dist/mcp/tools/get_skill.js +17 -0
- package/dist/mcp/tools/git_commit.d.ts +2 -0
- package/dist/mcp/tools/git_commit.js +30 -0
- package/dist/mcp/tools/list_proposals.d.ts +6 -0
- package/dist/mcp/tools/list_proposals.js +16 -0
- package/dist/mcp/tools/list_skills.js +9 -1
- package/dist/mcp/tools/load_role.d.ts +3 -4
- package/dist/mcp/tools/load_role.js +11 -13
- package/dist/mcp/tools/propose_change.d.ts +8 -0
- package/dist/mcp/tools/propose_change.js +36 -0
- package/dist/mcp/tools/record_decision.js +25 -25
- package/dist/mcp/tools/review_proposal.d.ts +17 -0
- package/dist/mcp/tools/review_proposal.js +99 -0
- package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
- package/dist/mcp/tools/run_drift_audit.js +79 -0
- package/dist/mcp/tools/run_tests.d.ts +2 -0
- package/dist/mcp/tools/run_tests.js +92 -0
- package/dist/mcp/tools/sign_off.js +14 -2
- package/dist/mcp/tools/stubs.js +30 -9
- package/dist/mcp/tools/verify_claim.js +33 -6
- package/dist/mcp_setup.d.ts +8 -0
- package/dist/mcp_setup.js +4 -1
- package/dist/shared/frontmatter.d.ts +44 -2
- package/dist/shared/frontmatter.js +54 -6
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.js +0 -5
- package/dist/shared/persona.d.ts +2 -2
- package/dist/shared/persona.js +1 -1
- package/dist/shared/pipeline.d.ts +46 -1
- package/dist/shared/tools.d.ts +1382 -16
- package/dist/shared/tools.js +229 -0
- package/dist/shared/vocabulary.d.ts +99 -4
- package/dist/shared/vocabulary.js +94 -5
- package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
- package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
- package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
- package/domains/analytics/AGENTS.md +1 -0
- package/domains/analytics/agents/auditor.md +76 -0
- package/domains/analytics/agents/conductor.md +11 -0
- package/domains/analytics/agents/data_analyst.md +11 -0
- package/domains/analytics/agents/designer.md +11 -0
- package/domains/analytics/agents/interviewer.md +11 -0
- package/domains/analytics/agents/layouter.md +11 -0
- package/domains/analytics/agents/mediator.md +11 -0
- package/domains/analytics/agents/researcher.md +11 -0
- package/domains/analytics/agents/strategist.md +11 -0
- package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
- package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
- package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
- package/domains/analytics/locales/en/AGENTS.md +1 -0
- package/domains/analytics/locales/en/agents/auditor.md +76 -0
- package/domains/analytics/locales/en/agents/conductor.md +27 -0
- package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
- package/domains/analytics/locales/en/agents/designer.md +27 -0
- package/domains/analytics/locales/en/agents/interviewer.md +11 -0
- package/domains/analytics/locales/en/agents/layouter.md +11 -0
- package/domains/analytics/locales/en/agents/mediator.md +11 -0
- package/domains/analytics/locales/en/agents/researcher.md +11 -0
- package/domains/analytics/locales/en/agents/strategist.md +11 -0
- package/domains/analytics/persona/persona-base.md +94 -0
- package/domains/analytics/pipeline.yaml +102 -0
- package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
- package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/AGENTS.md +4 -0
- package/domains/content/agents/auditor.md +76 -0
- package/domains/content/agents/conductor.md +11 -0
- package/domains/content/agents/copywriter.md +11 -0
- package/domains/content/agents/researcher.md +11 -0
- package/domains/content/agents/reviewer.md +11 -0
- package/domains/content/agents/strategist.md +11 -0
- package/domains/content/agents/visual_concept.md +11 -0
- package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
- package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/locales/en/AGENTS.md +4 -0
- package/domains/content/locales/en/agents/auditor.md +76 -0
- package/domains/content/locales/en/agents/conductor.md +12 -0
- package/domains/content/locales/en/agents/copywriter.md +12 -0
- package/domains/content/locales/en/agents/researcher.md +12 -0
- package/domains/content/locales/en/agents/reviewer.md +12 -0
- package/domains/content/locales/en/agents/strategist.md +12 -0
- package/domains/content/locales/en/agents/visual_concept.md +12 -0
- package/domains/content/persona/persona-base.md +94 -0
- package/domains/content/pipeline.yaml +96 -0
- package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
- package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/AGENTS.md +1 -0
- package/domains/development/AGENTS.yaml +1 -0
- package/domains/development/agents/architect.md +13 -1
- package/domains/development/agents/auditor.md +74 -0
- package/domains/development/agents/conductor.md +14 -3
- package/domains/development/agents/devops.md +8 -9
- package/domains/development/agents/reviewer.md +12 -0
- package/domains/development/agents/senior_full_stack.md +12 -0
- package/domains/development/agents/tester.md +10 -16
- package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
- package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/locales/en/AGENTS.md +5 -0
- package/domains/development/locales/en/AGENTS.yaml +1 -0
- package/domains/development/locales/en/agents/architect.md +13 -1
- package/domains/development/locales/en/agents/auditor.md +74 -0
- package/domains/development/locales/en/agents/conductor.md +14 -3
- package/domains/development/locales/en/agents/devops.md +8 -9
- package/domains/development/locales/en/agents/reviewer.md +12 -0
- package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
- package/domains/development/locales/en/agents/tester.md +10 -16
- package/domains/development/persona/persona-base.md +94 -0
- package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
- package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
- package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
- package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
- package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
- package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/AGENTS.md +5 -0
- package/domains/product/AGENTS.yaml +1 -0
- package/domains/product/agents/auditor.md +76 -0
- package/domains/product/agents/conductor.md +11 -0
- package/domains/product/agents/data_analyst.md +11 -0
- package/domains/product/agents/designer.md +11 -0
- package/domains/product/agents/discovery.md +11 -0
- package/domains/product/agents/layouter.md +11 -0
- package/domains/product/agents/mediator.md +11 -0
- package/domains/product/agents/pm.md +11 -0
- package/domains/product/agents/product_strategist.md +11 -0
- package/domains/product/agents/tech_lead.md +11 -0
- package/domains/product/agents/ux_designer.md +11 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
- package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
- package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
- package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
- package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
- package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/locales/en/AGENTS.md +5 -0
- package/domains/product/locales/en/agents/auditor.md +76 -0
- package/domains/product/locales/en/agents/conductor.md +11 -0
- package/domains/product/locales/en/agents/data_analyst.md +11 -0
- package/domains/product/locales/en/agents/designer.md +11 -0
- package/domains/product/locales/en/agents/discovery.md +11 -0
- package/domains/product/locales/en/agents/layouter.md +11 -0
- package/domains/product/locales/en/agents/mediator.md +11 -0
- package/domains/product/locales/en/agents/pm.md +11 -0
- package/domains/product/locales/en/agents/product_strategist.md +11 -0
- package/domains/product/locales/en/agents/tech_lead.md +11 -0
- package/domains/product/locales/en/agents/ux_designer.md +11 -0
- package/domains/product/persona/persona-base.md +94 -0
- package/domains/product/pipeline.yaml +115 -0
- package/package.json +72 -70
|
@@ -1,307 +1,323 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: assumption-mapping
|
|
3
|
-
description: Assumption map across value / usability / feasibility / viability axes — hypothesis prioritization for testing
|
|
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
|
-
1.
|
|
43
|
-
2.
|
|
44
|
-
3.
|
|
45
|
-
4.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Step
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
|
175
|
-
|
|
176
|
-
|
|
|
177
|
-
|
|
|
178
|
-
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
|
196
|
-
|
|
197
|
-
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
|
212
|
-
|
|
213
|
-
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
**
|
|
281
|
-
**
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
+
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
1
|
+
---
|
|
2
|
+
name: assumption-mapping
|
|
3
|
+
description: Assumption map across value / usability / feasibility / viability axes — hypothesis prioritization for testing
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- pm
|
|
8
|
+
gates:
|
|
9
|
+
- PM
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- assumption-mapping
|
|
14
|
+
- assumption mapping
|
|
15
|
+
- карта допущений
|
|
16
|
+
- гипотезы
|
|
17
|
+
related: []
|
|
18
|
+
budget_lines: 323
|
|
19
|
+
schema_version: 1
|
|
20
|
+
---
|
|
21
|
+
# Assumption Mapping
|
|
22
|
+
|
|
23
|
+
> **Category:** Discovery · **Slug:** `assumption-mapping`
|
|
24
|
+
|
|
25
|
+
## When to Use
|
|
26
|
+
|
|
27
|
+
- Before launching discovery or experimentation — to know which hypotheses to validate.
|
|
28
|
+
- When reviewing new ideas from OST — which assumptions underpin this solution?
|
|
29
|
+
- In decision reviews — which assumptions were made and validated / not validated?
|
|
30
|
+
- As a risk instrument: high-uncertainty assumptions = focal risks.
|
|
31
|
+
|
|
32
|
+
## Input
|
|
33
|
+
|
|
34
|
+
| Field | Required | Description |
|
|
35
|
+
|-------|:--------:|-------------|
|
|
36
|
+
| Solution / initiative context | ✅ | What we plan to do |
|
|
37
|
+
| Team brainstorm log | ✅ | Raw assumptions list |
|
|
38
|
+
| Existing evidence | ⬚ | Support/refute for assumptions |
|
|
39
|
+
|
|
40
|
+
## Data Sources
|
|
41
|
+
|
|
42
|
+
1. Team brainstorm (minimum 5-10 participants ideal).
|
|
43
|
+
2. Existing customer data (interviews, analytics).
|
|
44
|
+
3. Market data (competitor behavior, industry reports).
|
|
45
|
+
4. Technical docs (internal architecture constraints).
|
|
46
|
+
|
|
47
|
+
### Related Skills
|
|
48
|
+
|
|
49
|
+
| Skill | What we take | When to call |
|
|
50
|
+
|-------|-------------|--------------|
|
|
51
|
+
| `opportunity-solution-tree` | Solutions → assumptions | For each solution branch |
|
|
52
|
+
| `hypothesis-template` | Assumption → testable hypothesis | For top-risky assumptions |
|
|
53
|
+
| `user-interview-script` | Questions targeting assumptions | Validation via interviews |
|
|
54
|
+
| `ab-test-design` | Experiment for high-risk assumption | For quantitative validation |
|
|
55
|
+
|
|
56
|
+
## Structure: four quadrants
|
|
57
|
+
|
|
58
|
+
1. **Value (Desirability)** — will customers want it?
|
|
59
|
+
2. **Usability** — can they figure out how to use it?
|
|
60
|
+
3. **Feasibility** — can we build it?
|
|
61
|
+
4. **Viability** — does it make business sense (cost, scale, regulation)?
|
|
62
|
+
|
|
63
|
+
Each assumption falls into one of the four.
|
|
64
|
+
|
|
65
|
+
## Protocol
|
|
66
|
+
|
|
67
|
+
### Step 0 — Brainstorm Raw Assumptions
|
|
68
|
+
|
|
69
|
+
Workshop format:
|
|
70
|
+
1. Present context (solution / initiative).
|
|
71
|
+
2. Each participant individually writes assumptions (Post-it or digital).
|
|
72
|
+
3. Target: 30-50 raw assumptions.
|
|
73
|
+
4. No filtering at this step.
|
|
74
|
+
|
|
75
|
+
Technique: "If [X] — then this works". Assumption = X.
|
|
76
|
+
|
|
77
|
+
### Step 1 — Categorize into 4 Quadrants
|
|
78
|
+
|
|
79
|
+
Distribute assumptions across Value / Usability / Feasibility / Viability.
|
|
80
|
+
|
|
81
|
+
If it doesn't fit — rephrase or discard.
|
|
82
|
+
|
|
83
|
+
### Step 2 — Risk Assessment per Assumption
|
|
84
|
+
|
|
85
|
+
Two dimensions:
|
|
86
|
+
|
|
87
|
+
**Uncertainty** — how unknown this is, true or not (1-5):
|
|
88
|
+
- 1 = proven (data/experience)
|
|
89
|
+
- 5 = complete unknown
|
|
90
|
+
|
|
91
|
+
**Impact if wrong** — how bad if the assumption is false (1-5):
|
|
92
|
+
- 1 = minor adjustment
|
|
93
|
+
- 5 = kill the project
|
|
94
|
+
|
|
95
|
+
Risk Score = Uncertainty × Impact. Top: Score ≥ 16.
|
|
96
|
+
|
|
97
|
+
| # | Quadrant | Assumption | Uncertainty (1-5) | Impact (1-5) | Score |
|
|
98
|
+
|---|----------|------------|:------------------:|:------------:|:-----:|
|
|
99
|
+
| A1 | Value | Customers pay $X/seat | 4 | 5 | 20 |
|
|
100
|
+
|
|
101
|
+
### Step 3 — 2×2 Matrix Visualization
|
|
102
|
+
|
|
103
|
+
```
|
|
104
|
+
Impact if wrong →
|
|
105
|
+
High │ [Test NOW] │ [Validated? If not, test]
|
|
106
|
+
│ │
|
|
107
|
+
│ [Document] │ [Low priority]
|
|
108
|
+
Low │________________│________________
|
|
109
|
+
Low ← Uncertainty → High
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
Top-right quadrant = immediate testing priority.
|
|
113
|
+
|
|
114
|
+
### Step 4 — Test Strategy per Top Assumption
|
|
115
|
+
|
|
116
|
+
For each top-risky assumption — choose a validation method:
|
|
117
|
+
|
|
118
|
+
| Method | Speed | Confidence | Cost |
|
|
119
|
+
|--------|:-----:|:----------:|:----:|
|
|
120
|
+
| User interviews | Fast | Low-medium | Low |
|
|
121
|
+
| Prototype test | Medium | Medium-high | Medium |
|
|
122
|
+
| Landing page test | Fast | Medium | Low |
|
|
123
|
+
| A/B test on production | Slow | High | Medium |
|
|
124
|
+
| Data analysis | Fast | Medium | Low |
|
|
125
|
+
| Tech spike | Medium | High (feasibility only) | Medium |
|
|
126
|
+
|
|
127
|
+
Match method to assumption type:
|
|
128
|
+
- Value → interviews, landing page, smoke test
|
|
129
|
+
- Usability → prototype test, usability test
|
|
130
|
+
- Feasibility → tech spike, architecture review
|
|
131
|
+
- Viability → data analysis, financial modeling
|
|
132
|
+
|
|
133
|
+
### Step 5 — Test Plan
|
|
134
|
+
|
|
135
|
+
For each top assumption — test card:
|
|
136
|
+
- Assumption text
|
|
137
|
+
- What we think will happen (prediction)
|
|
138
|
+
- How we'll measure it
|
|
139
|
+
- Success criteria (specific threshold)
|
|
140
|
+
- Time box
|
|
141
|
+
|
|
142
|
+
Via `$hypothesis-template`.
|
|
143
|
+
|
|
144
|
+
### Step 6 — Iteration
|
|
145
|
+
|
|
146
|
+
Assumption map — living document. After each validation:
|
|
147
|
+
- Mark as ✅ validated / ❌ invalidated / ⚠️ partial
|
|
148
|
+
- Update Risk Score (uncertainty goes down if data collected)
|
|
149
|
+
- Promote new assumptions from surprises
|
|
150
|
+
|
|
151
|
+
## Validation (Quality Gate)
|
|
152
|
+
|
|
153
|
+
- [ ] ≥ 20 raw assumptions in brainstorm
|
|
154
|
+
- [ ] All categorized in 4 quadrants
|
|
155
|
+
- [ ] Each assumption has Uncertainty × Impact scoring
|
|
156
|
+
- [ ] Top 3-5 high-risk assumptions identified
|
|
157
|
+
- [ ] For each top assumption — test method + plan
|
|
158
|
+
- [ ] Test cards via `$hypothesis-template`
|
|
159
|
+
|
|
160
|
+
## Handoff
|
|
161
|
+
|
|
162
|
+
The result is the input for:
|
|
163
|
+
- **`hypothesis-template`** — top assumptions → formal hypotheses
|
|
164
|
+
- **`ab-test-design`** — test method = A/B for high-certainty validation
|
|
165
|
+
- **`user-interview-script`** — questions targeting specific assumptions
|
|
166
|
+
- **PM**: top risks → PRD risk section
|
|
167
|
+
|
|
168
|
+
Format: assumption map (table + 2×2 visualization) + test plan. Via `$handoff`.
|
|
169
|
+
|
|
170
|
+
## Anti-patterns
|
|
171
|
+
|
|
172
|
+
| Error | Why it's bad | How to do it right |
|
|
173
|
+
|-------|-------------|-------------------|
|
|
174
|
+
| Skip categorization | 4 quadrants give balanced risk view | Mandatory V/U/F/Vi |
|
|
175
|
+
| Test low-risk first | Does not accelerate learning | Start with top-right (high U × high I) |
|
|
176
|
+
| Not iterating | Stale map = useless | Update after each validation |
|
|
177
|
+
| Over-testing feasibility | Engineers love tech spikes | Balance across quadrants |
|
|
178
|
+
| Vague assumptions | "Customers will like it" | Specific: "Customers will pay $X/mo" |
|
|
179
|
+
|
|
180
|
+
## Worked Example — TeamFlow Assumption Map (AI 1:1 Summarization)
|
|
181
|
+
|
|
182
|
+
**Context:** TeamFlow (B2B SaaS HR-tech). After Discovery + OST the team planned work on AI summarization. Before engineering begins — assumption map session (workshop 90 min, 8 participants: PM, Eng Lead, Designer, CTO, VP Sales, CPO-customer-advocate, Data Lead, Legal counsel).
|
|
183
|
+
|
|
184
|
+
### Raw Assumptions Brainstorm (30+ assumptions in 30 min)
|
|
185
|
+
|
|
186
|
+
Categorized into 4 quadrants with Risk Score (Uncertainty × Impact, 1-5 each).
|
|
187
|
+
|
|
188
|
+
#### Value (Desirability) — Will customers want this?
|
|
189
|
+
|
|
190
|
+
| # | Assumption | Uncertainty | Impact | Risk | Status |
|
|
191
|
+
|---|-----------|:-----------:|:------:|:----:|:------:|
|
|
192
|
+
| V1 | Customers will pay **$8-12/seat/month premium** for AI summarization feature | 4 | 5 | **20** | 🔴 Critical |
|
|
193
|
+
| V2 | End-user managers will **adopt** AI summarization at >60% active users within 90 days | 4 | 4 | **16** | 🔴 Critical |
|
|
194
|
+
| V3 | Buyers (VP HR) see **aggregate dashboard** as tier-upgrade justification | 3 | 5 | **15** | 🔴 Critical |
|
|
195
|
+
| V4 | Feature reduces manager churn signal ("tool helps me") by >10pp | 4 | 3 | 12 | 🟡 Major |
|
|
196
|
+
| V5 | Competitors (Lattice, 15Five) **have not yet shipped** AI summarization in the next 6 months | 3 | 4 | 12 | 🟡 Major |
|
|
197
|
+
| V6 | Customers prefer AI-in-TeamFlow vs standalone (Otter.ai etc.) — "privacy + integrated" | 2 | 4 | 8 | 🟢 Low |
|
|
198
|
+
|
|
199
|
+
#### Usability — Can managers figure out how to use it?
|
|
200
|
+
|
|
201
|
+
| # | Assumption | Uncertainty | Impact | Risk | Status |
|
|
202
|
+
|---|-----------|:-----------:|:------:|:----:|:------:|
|
|
203
|
+
| U1 | Managers will **trust AI summaries** enough to rely on them (not manually re-write) | 4 | 4 | **16** | 🔴 Critical |
|
|
204
|
+
| U2 | First-time user clearly understands how to **enable** AI summarization (opt-in UX) | 2 | 3 | 6 | 🟢 Low |
|
|
205
|
+
| U3 | Summaries written in **tone appropriate** for performance conversations (not too casual, not too corporate) | 3 | 3 | 9 | 🟡 Major |
|
|
206
|
+
| U4 | Managers will **correct errors** via inline edit (not abandon feature) | 3 | 3 | 9 | 🟡 Major |
|
|
207
|
+
| U5 | Mobile experience for on-the-go review / approve summaries acceptable | 3 | 2 | 6 | 🟢 Low |
|
|
208
|
+
|
|
209
|
+
#### Feasibility — Can we build it?
|
|
210
|
+
|
|
211
|
+
| # | Assumption | Uncertainty | Impact | Risk | Status |
|
|
212
|
+
|---|-----------|:-----------:|:------:|:----:|:------:|
|
|
213
|
+
| F1 | **LLM summarization quality** acceptable for HR conversations (no hallucinations, no misattributions) — >85% acceptable rate from managers | 4 | 5 | **20** | 🔴 Critical |
|
|
214
|
+
| F2 | Streaming **transcription latency** acceptable (<3 sec lag) for real-time in-meeting use | 3 | 4 | 12 | 🟡 Major |
|
|
215
|
+
| F3 | Engineering can ship MVP in 8-10 weeks with existing team (8 eng) | 3 | 3 | 9 | 🟡 Major |
|
|
216
|
+
| F4 | **Data residency** requirements (EU, HIPAA in healthcare customers) solvable via regional LLM endpoints (Azure, Bedrock) | 3 | 4 | 12 | 🟡 Major |
|
|
217
|
+
| F5 | **Cost per summary** economically viable at target price ($0.05-0.10 per 30-min meeting) | 3 | 4 | 12 | 🟡 Major |
|
|
218
|
+
| F6 | Integration with existing TeamFlow 1:1 data model without major refactor | 2 | 3 | 6 | 🟢 Low |
|
|
219
|
+
|
|
220
|
+
#### Viability — Does it make business sense?
|
|
221
|
+
|
|
222
|
+
| # | Assumption | Uncertainty | Impact | Risk | Status |
|
|
223
|
+
|---|-----------|:-----------:|:------:|:----:|:------:|
|
|
224
|
+
| Vi1 | **Privacy / compliance** (GDPR, SOC2, CCPA) manageable via architecture choices (opt-in, user-controlled, no training on data) | 3 | 5 | **15** | 🔴 Critical |
|
|
225
|
+
| Vi2 | **Legal risk** (wrongful termination suit referencing AI summary as evidence) not material — enterprise customers do not backlash | 3 | 4 | 12 | 🟡 Major |
|
|
226
|
+
| Vi3 | Pricing premium **does not cannibalize** core tier ARR (existing customers upgrade, not swap) | 3 | 4 | 12 | 🟡 Major |
|
|
227
|
+
| Vi4 | **GTM execution** ready (Sales trained, CS enabled, Marketing positioned) in target timeline | 3 | 3 | 9 | 🟡 Major |
|
|
228
|
+
| Vi5 | Infrastructure + LLM API costs **scale economically** at 5,000+ active users | 3 | 3 | 9 | 🟡 Major |
|
|
229
|
+
| Vi6 | Customer success in EU / regulated industries (healthcare, finance) **does not block** sales | 3 | 3 | 9 | 🟡 Major |
|
|
230
|
+
|
|
231
|
+
### 2×2 Prioritization Matrix
|
|
232
|
+
|
|
233
|
+
```
|
|
234
|
+
Impact if wrong →
|
|
235
|
+
High (5) │ V1 (20) F1 (20) │ [Validated: F6, U2]
|
|
236
|
+
│ U1 (16) V2 (16) │
|
|
237
|
+
│ V3 (15) Vi1 (15) │
|
|
238
|
+
│ │
|
|
239
|
+
│ V4 (12) F2 (12) │
|
|
240
|
+
│ F4 (12) F5 (12) │
|
|
241
|
+
│ Vi2 (12) Vi3 (12) │
|
|
242
|
+
│ V5 (12) │
|
|
243
|
+
│ │
|
|
244
|
+
│ U3 (9) U4 (9) │ [Document]
|
|
245
|
+
Low (1) │ F3 (9) Vi4 (9) │
|
|
246
|
+
│ Vi5 (9) Vi6 (9) │
|
|
247
|
+
│ │
|
|
248
|
+
│ V6 (8) U5 (6) │ [Low priority]
|
|
249
|
+
│ U2 (6) F6 (6) │
|
|
250
|
+
──────────────────────→
|
|
251
|
+
Low (1) Uncertainty High (5)
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
### Top-Right Assumptions (test NOW) — Risk ≥ 15
|
|
255
|
+
|
|
256
|
+
1. **V1** (Pay $8-12 premium, Risk 20) — biggest money question
|
|
257
|
+
2. **F1** (LLM quality acceptable, Risk 20) — biggest technical question
|
|
258
|
+
3. **U1** (Managers trust summaries, Risk 16) — adoption question
|
|
259
|
+
4. **V2** (>60% adoption in 90 days, Risk 16) — usage scale
|
|
260
|
+
5. **V3** (Dashboard tier upgrade, Risk 15) — buyer expansion
|
|
261
|
+
6. **Vi1** (Privacy manageable, Risk 15) — existential risk
|
|
262
|
+
|
|
263
|
+
### Test Strategy per Top Assumption
|
|
264
|
+
|
|
265
|
+
| # | Assumption | Method | Duration | Cost | Confidence |
|
|
266
|
+
|---|-----------|--------|:--------:|:----:|:----------:|
|
|
267
|
+
| V1 | Pay $8-12 premium | Landing page test with pricing + "notify me" CTA + follow-up interview | 2 weeks | Low | Medium |
|
|
268
|
+
| V1 | (secondary) | Commitment test: 20 customers sign LOI for beta at $10/seat | 3 weeks | Low | High |
|
|
269
|
+
| F1 | LLM quality | **Wizard-of-Oz:** OpenAI API + manual review, 20 beta managers, blind quality rating | 4 weeks | Medium | High |
|
|
270
|
+
| U1 | Managers trust | Observational: beta managers — do they edit summaries? How often? Interview delta | 4 weeks (concurrent with F1) | Low | Medium |
|
|
271
|
+
| V2 | 60% adoption | A/B launch: 50% feature flag, measure 30-day adoption | 4 weeks (post-MVP) | Medium | High |
|
|
272
|
+
| V3 | Dashboard tier upgrade | Concierge: offer 5 enterprise customers "preview" dashboard, measure willingness to upgrade tier | 3 weeks | Low | Medium |
|
|
273
|
+
| Vi1 | Privacy architecture | **Spike** (engineering + legal): design + privacy review + counsel opinion | 2 weeks | Medium | High |
|
|
274
|
+
|
|
275
|
+
### Test Plan per Top Assumption (through `$hypothesis-template`)
|
|
276
|
+
|
|
277
|
+
#### Test Card — V1 (Willingness to Pay)
|
|
278
|
+
|
|
279
|
+
```
|
|
280
|
+
**We believe** that mid-market and enterprise TeamFlow customers
|
|
281
|
+
**For** accounts with ≥10 active managers
|
|
282
|
+
**Will pay** $8-12/seat/month premium for AI 1:1 summarization
|
|
283
|
+
**We'll know it's true when** either:
|
|
284
|
+
(a) 30% visitors to landing page click "Pricing details" AND 15% of those click "Get beta access"
|
|
285
|
+
(b) 8 of 10 customer conversations confirm "we'd upgrade at that price"
|
|
286
|
+
**Because** 6 of 8 Discovery interviews expressed pay-interest
|
|
287
|
+
+ competitor pricing ($5-7 for ChatGPT Teams) suggests price elasticity exists
|
|
288
|
+
+ existing TeamFlow seats price point $15-50/mo → 20-30% premium within precedent range.
|
|
289
|
+
```
|
|
290
|
+
|
|
291
|
+
#### Test Card — F1 (LLM Quality)
|
|
292
|
+
|
|
293
|
+
```
|
|
294
|
+
**We believe** that GPT-4 / Claude 3.5 level LLMs
|
|
295
|
+
**For** 30-minute 1:1 performance conversations in English
|
|
296
|
+
**Will generate summaries** with >85% acceptable rate from managers
|
|
297
|
+
**We'll know it's true when** in Wizard-of-Oz test:
|
|
298
|
+
- Blind quality rating from managers: ≥4 out of 5 stars (average), across ≥100 meetings
|
|
299
|
+
- Hallucination rate (factually wrong info): <5% of summaries
|
|
300
|
+
- Misattribution rate (wrong person said X): <3%
|
|
301
|
+
**Because** recent LLM benchmarks on summarization task show 85-90% acceptable rates
|
|
302
|
+
+ our manually-crafted test prompts achieved 90% in internal QA
|
|
303
|
+
+ similar-adjacent use cases (Fireflies.ai, Gong) report >80% customer satisfaction.
|
|
304
|
+
```
|
|
305
|
+
|
|
306
|
+
### Iteration Log (3 weeks later, hypothetical)
|
|
307
|
+
|
|
308
|
+
**Status updates:**
|
|
309
|
+
- **V1:** ✅ Validated. Landing page test: 38% click-through, 22% "Get beta access". 7 of 10 customer conversations confirmed $10/seat acceptable. 2 customers said "we'd pay $15 for enterprise features". → **Risk downgraded to 6**.
|
|
310
|
+
- **F1:** ⚠️ Partial. Wizard-of-Oz: 78% quality acceptable (below 85% target). Hallucinations 8% (above 5% target). → Additional work needed: prompt engineering + human-review layer. Risk **still 15**.
|
|
311
|
+
- **U1:** ✅ Validated. Beta managers edit summaries 35% of time (not abandon). Sentiment positive. → Risk 6.
|
|
312
|
+
- **Vi1:** ✅ Validated. Privacy architecture approved by counsel (opt-in, no training on data, regional endpoints). Risk 3.
|
|
313
|
+
- **V2 / V3:** Pending MVP launch.
|
|
314
|
+
|
|
315
|
+
**New assumptions emerged:**
|
|
316
|
+
- **NEW V7:** "Customers accept 24-hour summary delivery delay for enhanced quality" (Uncertainty 4, Impact 3).
|
|
317
|
+
- **NEW F7:** "Human review layer scalable to 5,000 summaries/day" (Uncertainty 4, Impact 4). Added to high-risk quadrant.
|
|
318
|
+
|
|
319
|
+
### Promoted to PRD Risk Register
|
|
320
|
+
|
|
321
|
+
Assumptions with lingering risk (F1 quality, F7 human review scale) → PRD Top 5 risks section + mitigation plan.
|
|
322
|
+
|
|
323
|
+
> **Assumption mapping lesson:** Brainstorm with a cross-functional team (legal, sales, CS in addition to PM + eng) revealed **Vi1 (privacy)** as an existential risk that an engineering-only session would have missed. Landing page test for V1 cost $400 and gave high-signal validation in 2 weeks — saved 10 weeks of engineering investment in the wrong pricing model.
|