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,297 +1,314 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: user-interview-script
|
|
3
|
-
description: Structured script for B2B interviews — separation of buyer and end-user, pain-discovery without leading questions
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
|
38
|
-
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
- «What
|
|
98
|
-
- «What
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
- «
|
|
105
|
-
- «
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
- «Who
|
|
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
|
-
|
|
1
|
+
---
|
|
2
|
+
name: user-interview-script
|
|
3
|
+
description: Structured script for B2B interviews — separation of buyer and end-user, pain-discovery without leading questions
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- discovery
|
|
8
|
+
gates:
|
|
9
|
+
- DISCOVERY
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "user-interview-script"
|
|
14
|
+
- "user interview"
|
|
15
|
+
- "пользовательское интервью"
|
|
16
|
+
- "B2B interview"
|
|
17
|
+
- "customer discovery"
|
|
18
|
+
related: []
|
|
19
|
+
budget_lines: 314
|
|
20
|
+
schema_version: 1
|
|
21
|
+
---
|
|
22
|
+
# User Interview Script (B2B)
|
|
23
|
+
|
|
24
|
+
> **Category:** Discovery · **Slug:** `user-interview-script`
|
|
25
|
+
|
|
26
|
+
## When to Use
|
|
27
|
+
|
|
28
|
+
- Before a major product initiative, to capture real pain points and JTBD.
|
|
29
|
+
- When preparing `/ship-right-thing` or `/shape-prioritize` — as the foundation of the Discovery Brief.
|
|
30
|
+
- When validating new ideas / hypotheses from `$opportunity-solution-tree`.
|
|
31
|
+
- When customer support / CRM data is insufficient to understand root cause.
|
|
32
|
+
|
|
33
|
+
## Input
|
|
34
|
+
|
|
35
|
+
| Field | Required | Description |
|
|
36
|
+
|-------|:--------:|-------------|
|
|
37
|
+
| Segment | ✅ | SMB / mid-market / enterprise |
|
|
38
|
+
| Interviewee role(s) | ✅ | Buyer / end-user / admin / champion — separately |
|
|
39
|
+
| Product context | ✅ | Current product, category, alternatives |
|
|
40
|
+
| Hypotheses / areas of interest | ✅ | What we want to learn |
|
|
41
|
+
| Duration | ⬚ | Default 30-45 min |
|
|
42
|
+
| Format | ⬚ | 1-on-1 / 2-on-1 (usually 2: one leads, one takes notes) |
|
|
43
|
+
|
|
44
|
+
> If segment and roles are not defined — **request from the user**.
|
|
45
|
+
|
|
46
|
+
## Data Sources
|
|
47
|
+
|
|
48
|
+
1. Existing interviews (mempalace, support tickets, NPS comments) — avoid duplicating questions.
|
|
49
|
+
2. CRM data — deal status, cohort, usage patterns.
|
|
50
|
+
3. Product analytics — understand how the product is really used (don't rely on «how they say» they use it).
|
|
51
|
+
|
|
52
|
+
### Related Skills
|
|
53
|
+
|
|
54
|
+
| Skill | What we take | When to invoke |
|
|
55
|
+
|-------|-------------|----------------|
|
|
56
|
+
| `jtbd-canvas` | Jobs structure → questions for discovery | After formulating job hypotheses |
|
|
57
|
+
| `problem-statement` | Problem draft → focused questions | If problem is already formulated |
|
|
58
|
+
| `assumption-mapping` | Top assumptions → validation questions | For high-risk assumptions |
|
|
59
|
+
| `opportunity-solution-tree` | Opportunities → exploration questions | When discovering new opportunities |
|
|
60
|
+
|
|
61
|
+
## Protocol
|
|
62
|
+
|
|
63
|
+
### Step 0 — Segmentation
|
|
64
|
+
|
|
65
|
+
Split interviews by role, **do not mix buyer and end-user in one script**:
|
|
66
|
+
|
|
67
|
+
- **Buyer** (VP Engineering, Director of Ops, CIO) — ROI, compliance, fit with current stack, purchasing concerns.
|
|
68
|
+
- **End-user** (developer, HR manager, sales rep) — daily experience, friction points, workarounds.
|
|
69
|
+
- **Champion** — who promotes the product internally, their motivations.
|
|
70
|
+
- **Admin** — who configures, integrates, monitors compliance.
|
|
71
|
+
|
|
72
|
+
### Step 1 — Opening (5 min)
|
|
73
|
+
|
|
74
|
+
Goal — establish context, not sell.
|
|
75
|
+
|
|
76
|
+
1. Introduce yourself: «I work on [...] at [company]. Today I want to learn how you [context], not to sell anything.»
|
|
77
|
+
2. Permission to record (if applicable).
|
|
78
|
+
3. Warm-up: «Tell me in 2-3 sentences — what does your day look like? What's your role on the team?»
|
|
79
|
+
4. **Rule:** never mention the product first.
|
|
80
|
+
|
|
81
|
+
### Step 2 — Context Building (10 min)
|
|
82
|
+
|
|
83
|
+
Understand the interviewee's workflow.
|
|
84
|
+
|
|
85
|
+
Framework questions:
|
|
86
|
+
- «Tell me about the last time you [situation]. What happened? Step by step.»
|
|
87
|
+
- «How do you currently solve [proximate problem]?»
|
|
88
|
+
- «Who else is involved? Who makes the decision?»
|
|
89
|
+
- «What tools do you use?»
|
|
90
|
+
|
|
91
|
+
**Rule:** ask about a specific recent case, not abstract generalizations.
|
|
92
|
+
|
|
93
|
+
### Step 3 — Pain Discovery (15 min)
|
|
94
|
+
|
|
95
|
+
Don't ask directly «what hurts». Look for evidence:
|
|
96
|
+
|
|
97
|
+
- «What was difficult about that case?»
|
|
98
|
+
- «What would you like to change?»
|
|
99
|
+
- «When was the last time you complained about this?»
|
|
100
|
+
- «What takes up the most time that you don't like?»
|
|
101
|
+
- «If you had a magic wand — what would you fix?»
|
|
102
|
+
|
|
103
|
+
**Red flags:**
|
|
104
|
+
- Leading question: «You find [X] difficult, right?»
|
|
105
|
+
- Hypothetical: «If we built [feature] — would you use it?»
|
|
106
|
+
- Direct feature request: «Do you need [feature]?» → dig down to why.
|
|
107
|
+
|
|
108
|
+
### Step 4 — Buyer-specific (for buyer, 10 min)
|
|
109
|
+
|
|
110
|
+
- «Who is involved in the decision? (procurement, finance, legal, IT)»
|
|
111
|
+
- «How do you evaluate ROI?»
|
|
112
|
+
- «What made you look at [category] now?»
|
|
113
|
+
- «What compliance / security requirements do you have?»
|
|
114
|
+
- «What is your budget cycle?»
|
|
115
|
+
- «What didn't work with similar tools in the past?»
|
|
116
|
+
|
|
117
|
+
### Step 5 — End-user-specific (for end-user, 10 min)
|
|
118
|
+
|
|
119
|
+
- «How often do you use [category]? When was the last time?»
|
|
120
|
+
- «What annoys you? What do you complain about to colleagues?»
|
|
121
|
+
- «What workarounds do you use?»
|
|
122
|
+
- «What would make your work 30% easier?»
|
|
123
|
+
|
|
124
|
+
### Step 6 — Wrap-up (5 min)
|
|
125
|
+
|
|
126
|
+
- «What should I have asked but didn't?»
|
|
127
|
+
- «Who else would you recommend talking to?»
|
|
128
|
+
- Thank you + follow-up offer.
|
|
129
|
+
|
|
130
|
+
### Step 7 — Post-interview (15 min, immediately after)
|
|
131
|
+
|
|
132
|
+
1. Record top 3 quotes (verbatim).
|
|
133
|
+
2. Mark moments of surprise / contradiction.
|
|
134
|
+
3. Add to Discovery log: date, segment, role, top pains, evidence quotes, open questions.
|
|
135
|
+
|
|
136
|
+
## Validation (Quality Gate)
|
|
137
|
+
|
|
138
|
+
- [ ] Buyer vs end-user interviews are separated
|
|
139
|
+
- [ ] Minimum 5 interviews per role (or explicit rationale)
|
|
140
|
+
- [ ] Context through recent specific case, not generic
|
|
141
|
+
- [ ] Pain discovery — without leading questions
|
|
142
|
+
- [ ] Verbatim quotes recorded
|
|
143
|
+
- [ ] Surprises / contradictions noted
|
|
144
|
+
- [ ] Wrap-up done with «what else?»
|
|
145
|
+
|
|
146
|
+
## Handoff
|
|
147
|
+
|
|
148
|
+
The result is input for:
|
|
149
|
+
- **`jtbd-canvas`** — jobs hypothesis → validation through quotes
|
|
150
|
+
- **`problem-statement`** — evidence for actor/context/pain
|
|
151
|
+
- **`assumption-mapping`** — new assumptions from surprises
|
|
152
|
+
- **Discovery agent** — compilation into Discovery Brief
|
|
153
|
+
|
|
154
|
+
Transfer format: interview log (markdown) with segmentation, top quotes, open questions. Via `$handoff`.
|
|
155
|
+
|
|
156
|
+
## Anti-patterns
|
|
157
|
+
|
|
158
|
+
| Error | Why it's bad | How to do it right |
|
|
159
|
+
|-------|-------------|-------------------|
|
|
160
|
+
| Leading questions | Distort data | Open-ended, about specific case |
|
|
161
|
+
| Mixing buyer and end-user in one script | Different JTBD | Separate scripts |
|
|
162
|
+
| Pitching instead of listening | Interview → demo | No product talk in opening |
|
|
163
|
+
| Hypothetical questions | Don't predict behavior | Ask about past behavior |
|
|
164
|
+
| Agreeing to vague requests | «I'd like automation» — empty insight | Dig to specific workflow |
|
|
165
|
+
| Once or twice and done | Saturation ≠ 2 interviews | 5+ per role, until repeat patterns |
|
|
166
|
+
|
|
167
|
+
## Interview Log Template
|
|
168
|
+
|
|
169
|
+
```markdown
|
|
170
|
+
# Interview: [Name or anonymized ID]
|
|
171
|
+
- **Date:** YYYY-MM-DD
|
|
172
|
+
- **Segment:** SMB / Mid-market / Enterprise
|
|
173
|
+
- **Role:** Buyer / End-user / Champion / Admin
|
|
174
|
+
- **Product context:** [current stack, alternatives]
|
|
175
|
+
|
|
176
|
+
## Top Pains (ranked)
|
|
177
|
+
1. [Pain] — evidence: «[verbatim quote]»
|
|
178
|
+
|
|
179
|
+
## Top Quotes (verbatim)
|
|
180
|
+
> «[Quote]» — on topic X
|
|
181
|
+
|
|
182
|
+
## Surprises / contradictions
|
|
183
|
+
- [What was unexpected]
|
|
184
|
+
|
|
185
|
+
## Open questions (for next session)
|
|
186
|
+
- [Question]
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
## Worked Example — TeamFlow (B2B SaaS, HR-tech)
|
|
190
|
+
|
|
191
|
+
**Context:** TeamFlow — B2B SaaS for performance management (OKR + 1:1 notes + feedback + reviews). $8M ARR, 200 customers (120 SMB, 70 mid-market, 10 enterprise). NRR 105%, gross churn 8%. Considering initiative: **AI-powered 1:1 note summarization**. Discovery cycle.
|
|
192
|
+
|
|
193
|
+
**Interview plan (initial):**
|
|
194
|
+
- **Buyers (4):** VP People at 2 mid-market customers + CPO at 1 enterprise + VP People at 1 prospect
|
|
195
|
+
- **End-users (4):** Manager with 8 reports (mid-market), manager with 5 reports (SMB), manager with 12 reports (enterprise), IC on the receiving end
|
|
196
|
+
- Duration: 45 min each
|
|
197
|
+
- Format: 2-on-1 (lead + conotetaker)
|
|
198
|
+
|
|
199
|
+
### Interview log — Interview #3 (End-user, Manager, Mid-market)
|
|
200
|
+
|
|
201
|
+
```markdown
|
|
202
|
+
# Interview: E3 (anonymized: Marcus, Engineering Manager)
|
|
203
|
+
- **Date:** 2026-04-08
|
|
204
|
+
- **Segment:** Mid-market (250 employees, B2B SaaS)
|
|
205
|
+
- **Role:** End-user (Engineering Manager, 8 direct reports)
|
|
206
|
+
- **Product context:** Active TeamFlow user 18 months, also uses Notion for personal notes, Asana for team tasks
|
|
207
|
+
- **Interviewer:** Alex K. (PM), with notetaker Priya S.
|
|
208
|
+
|
|
209
|
+
## Opening (5 min)
|
|
210
|
+
«Marcus, today I want to understand your 1:1 workflow — not about TeamFlow specifically, but about how your day with 1:1s is structured.» [user relaxed, confirmed permission to record]
|
|
211
|
+
|
|
212
|
+
## Context Building (10 min) — recent specific case
|
|
213
|
+
|
|
214
|
+
**Q:** «Tell me about the last time you prepared for a 1:1. What happened? Step by step.»
|
|
215
|
+
|
|
216
|
+
**Marcus:** «Yesterday, with Sarah [report]. Usually I... look in TeamFlow at previous 1:1 notes, then in Slack for the past week to remember what we discussed, then in Asana to look at blockers on her tasks, then I write 3-5 bullet points in TeamFlow as the agenda. That takes about 20-25 minutes. Before I didn't do this — just came and asked "how's it going" — but that was a disaster, we didn't discuss anything concrete.»
|
|
217
|
+
|
|
218
|
+
**Q:** «And what about action items from previous 1:1s?»
|
|
219
|
+
|
|
220
|
+
**Marcus:** *[long pause]* «Honestly? I sometimes forget to check. Sometimes TeamFlow shows them in the summary, but if I don't mark them as completed — they just accumulate. I probably have 20-30 open action items, half of which are no longer relevant... [laughs] and generally already forgotten.»
|
|
221
|
+
|
|
222
|
+
*[Interviewer note: surprise — user acknowledges that action items tracking is weak, but wants automatic reminders]*
|
|
223
|
+
|
|
224
|
+
## Pain Discovery (15 min)
|
|
225
|
+
|
|
226
|
+
**Q:** «What was difficult about that case with Sarah? What would you like to change?»
|
|
227
|
+
|
|
228
|
+
**Marcus:** «The main thing is 25 minutes of prep every week for each of my 8 reports. That's ~3 hours a week just on preparation. Plus 8 hours on the 1:1s themselves. Plus about an hour on follow-up notes. 12 hours a week goes to this. I have a 40-hour week — 30% of my time on 1:1s. Management thinks this is an investment, but honestly I sometimes regret the overhead.»
|
|
229
|
+
|
|
230
|
+
**Q:** «What takes up the most time that you don't like?»
|
|
231
|
+
|
|
232
|
+
**Marcus:** «Notes. I type slowly. During the meeting — it's impossible to keep the conversation going + type. After the meeting — it's hard to remember exactly what was said. I often write only headlines and lose context.»
|
|
233
|
+
|
|
234
|
+
**Q:** «When was the last time you complained about this?»
|
|
235
|
+
|
|
236
|
+
**Marcus:** *[laughs]* «Honestly? Two days ago. I skipped prep for a 1:1 with a Junior engineer because I was too loaded with code review. The meeting was messy, he was clearly disappointed. I felt guilty — parent-of-the-year syndrome.»
|
|
237
|
+
|
|
238
|
+
*[Key verbatim quote]*
|
|
239
|
+
|
|
240
|
+
**Q:** «If you had a magic wand — what would you fix?»
|
|
241
|
+
|
|
242
|
+
**Marcus:** «Mmm... if I could just speak aloud during the meeting, and the system would write notes itself, highlight action items, and the next week remind me of them — I would pay for that personally. Right now I do something similar through Otter.ai transcription, but that's just a transcript, not a summary. And it's not connected to TeamFlow.»
|
|
243
|
+
|
|
244
|
+
*[GOLD — this is exactly what we're prototyping]*
|
|
245
|
+
|
|
246
|
+
**Q:** «Have you tried anything similar?»
|
|
247
|
+
|
|
248
|
+
**Marcus:** «Otter.ai — transcribes but doesn't summarize in an actionable way. Copy-paste into ChatGPT to summarize — tried it, but it's risky with confidential conversations. I'm not sure where ChatGPT stores data.»
|
|
249
|
+
|
|
250
|
+
*[Emergent: privacy concern — critical for HR use case]*
|
|
251
|
+
|
|
252
|
+
## End-user-specific (10 min)
|
|
253
|
+
|
|
254
|
+
**Q:** «How often do you use TeamFlow? When was the last time?»
|
|
255
|
+
|
|
256
|
+
**Marcus:** «Daily. Before each 1:1, after each 1:1, weekly for the review section.»
|
|
257
|
+
|
|
258
|
+
**Q:** «What annoys you? What do you complain about to colleagues?»
|
|
259
|
+
|
|
260
|
+
**Marcus:** «Action items. Notes — everyone writes them differently. Between managers there's no consistency. My team gets a different experience if they're moved to a different pod.»
|
|
261
|
+
|
|
262
|
+
*[Organizational pain — great quote for buyer interview]*
|
|
263
|
+
|
|
264
|
+
**Q:** «What would make your work 30% easier?»
|
|
265
|
+
|
|
266
|
+
**Marcus:** «Automated note-taking + action item tracking + reminder in a prep email before the next 1:1. This reliably, with privacy guarantees.»
|
|
267
|
+
|
|
268
|
+
## Wrap-up (5 min)
|
|
269
|
+
|
|
270
|
+
**Q:** «What should I have asked but didn't?»
|
|
271
|
+
|
|
272
|
+
**Marcus:** «About cross-manager visibility. How does the skip-level know that my 1:1s are good quality? Right now they're in a vacuum. An aggregate metric would be useful.»
|
|
273
|
+
|
|
274
|
+
*[Another emergent topic — org-level visibility for skip-levels / VP HR]*
|
|
275
|
+
|
|
276
|
+
**Q:** «Who else would you recommend talking to?»
|
|
277
|
+
|
|
278
|
+
**Marcus:** «My skip-level, Jennifer — she would talk about what she does now to understand team health. And probably Sarah (my report) — to hear from her side how she perceives our 1:1s.»
|
|
279
|
+
|
|
280
|
+
---
|
|
281
|
+
|
|
282
|
+
## Top Pains (ranked)
|
|
283
|
+
|
|
284
|
+
1. **45-60 min/week on prep + notes + follow-up per report.** Overall 3-4 hours a week with 8 reports just on prep and note-taking. — evidence: «25 minutes of prep every week for each of my 8 reports»
|
|
285
|
+
2. **Notes quality inconsistency** — typing during the meeting → lose conversation, after the meeting → forget context. — evidence: «I type slowly. During the meeting — it's impossible to keep the conversation going + type»
|
|
286
|
+
3. **Action items drop rate ~40%** — forgotten, accumulated, never marked complete. — evidence: «I probably have 20-30 open action items, half of which are no longer relevant»
|
|
287
|
+
4. **Privacy concern with generic AI tools** (Otter.ai + ChatGPT) — confidential HR conversations in untrusted destinations. — evidence: «I'm not sure where ChatGPT stores data»
|
|
288
|
+
5. **Cross-manager inconsistency** — moving between managers = different 1:1 experience. — evidence: «Between managers there's no consistency»
|
|
289
|
+
|
|
290
|
+
## Top Quotes (verbatim)
|
|
291
|
+
|
|
292
|
+
> «If I could just speak aloud during the meeting, and the system would write notes itself, highlight action items, and the next week remind me of them — I would pay for that personally.» — on willingness to pay
|
|
293
|
+
|
|
294
|
+
> «25 minutes of prep every week for each of my 8 reports. That's ~3 hours a week.» — on admin overhead
|
|
295
|
+
|
|
296
|
+
> «I probably have 20-30 open action items, half of which are no longer relevant.» — on action items drop rate
|
|
297
|
+
|
|
298
|
+
> «Copy-paste into ChatGPT to summarize — tried it, but it's risky with confidential conversations.» — on privacy
|
|
299
|
+
|
|
300
|
+
## Surprises / contradictions
|
|
301
|
+
|
|
302
|
+
- **Surprise:** Marcus already using Otter.ai + ChatGPT workaround (not something initial hypothesis considered). Suggests market education is not needed — workflows are already evolving, just without a safe tool.
|
|
303
|
+
- **Contradiction:** says action items tracking is weak, but wants automatic reminders — means he values structure but doesn't have the will to maintain it manually. AI helper can close this gap.
|
|
304
|
+
- **Emergent topic:** org-level visibility (skip-level, VP HR view of team 1:1 health) — this is buyer pain, but end-user surfaced it.
|
|
305
|
+
|
|
306
|
+
## Open questions (for next session)
|
|
307
|
+
|
|
308
|
+
1. Is willingness-to-pay ($X premium) validated? Marcus said «paid personally» — but his company pays. Check buyer interview for enterprise pricing model.
|
|
309
|
+
2. Privacy / compliance: does TeamFlow AI feature need SOC 2 type II + HIPAA for healthcare customers? Check with enterprise customers.
|
|
310
|
+
3. Scope: just 1:1s or all meetings? 5 other interviews showed the same pain for team meetings. Risk scope creep.
|
|
311
|
+
4. Build vs Buy: OpenAI API works, but data residency issues for EU. Explore Azure OpenAI, Anthropic via AWS Bedrock, or fine-tuned OSS (Llama 3, Mistral).
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
> **Lesson from this interview:** open-ended questions about a specific case ("last time you did X") yield gold. Magic wand question revealed exact feature hypothesis + willingness to pay. Emergent topics (org-level visibility, privacy concern) appeared because the interviewer didn't ask about them directly — gave room for them to surface.
|