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,331 +1,347 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: customer-journey-mapping
|
|
3
|
-
description: Analysis of customer touchpoints — from awareness to advocacy
|
|
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
|
-
### Step
|
|
90
|
-
1.
|
|
91
|
-
2.
|
|
92
|
-
3.
|
|
93
|
-
4.
|
|
94
|
-
5. Pain points and barriers.
|
|
95
|
-
6. **Stage metrics:**
|
|
96
|
-
|
|
97
|
-
### Step
|
|
98
|
-
1.
|
|
99
|
-
2.
|
|
100
|
-
3.
|
|
101
|
-
4.
|
|
102
|
-
5. Pain points and barriers.
|
|
103
|
-
6. **Stage metrics:**
|
|
104
|
-
|
|
105
|
-
### Step
|
|
106
|
-
1.
|
|
107
|
-
2.
|
|
108
|
-
3.
|
|
109
|
-
4.
|
|
110
|
-
5. Pain points and barriers.
|
|
111
|
-
6. **Stage metrics:**
|
|
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
|
-
### Step
|
|
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
|
-
| Stage |
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
---
|
|
305
|
-
|
|
306
|
-
####
|
|
307
|
-
|
|
308
|
-
|
|
|
309
|
-
|
|
310
|
-
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
|
327
|
-
|
|
328
|
-
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
1
|
+
---
|
|
2
|
+
name: customer-journey-mapping
|
|
3
|
+
description: Analysis of customer touchpoints — from awareness to advocacy
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: analytics
|
|
6
|
+
owners:
|
|
7
|
+
- strategist
|
|
8
|
+
gates:
|
|
9
|
+
- STRATEGIST
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "customer-journey-mapping"
|
|
14
|
+
- "CJM"
|
|
15
|
+
- "карта путешествия клиента"
|
|
16
|
+
- "customer journey"
|
|
17
|
+
related: []
|
|
18
|
+
budget_lines: 347
|
|
19
|
+
schema_version: 1
|
|
20
|
+
---
|
|
21
|
+
# Customer Journey Mapping — Analysis of touchpoints from awareness to advocacy
|
|
22
|
+
|
|
23
|
+
## When to use
|
|
24
|
+
- When designing a new product / service — to understand the complete user journey.
|
|
25
|
+
- When optimizing the conversion funnel — identifying bottlenecks and drop-off points.
|
|
26
|
+
- When launching an omnichannel strategy — aligning the experience across all channels.
|
|
27
|
+
- When churn rate is growing — diagnosing moments of frustration and loss.
|
|
28
|
+
|
|
29
|
+
## Input
|
|
30
|
+
|
|
31
|
+
| Field | Required | Description |
|
|
32
|
+
|------|:-----------:|----------|
|
|
33
|
+
| Product / service | ✅ | What we are analyzing |
|
|
34
|
+
| Target persona | ✅ | Who we build the map for (from `$icp-buyer-persona` or description) |
|
|
35
|
+
| Business model | ✅ | B2B / B2C / SaaS / Marketplace etc. |
|
|
36
|
+
| Current channels | ✅ | Online and offline touchpoints |
|
|
37
|
+
| Known problems | ⬚ | Where complaints/low conversion already exist |
|
|
38
|
+
| Analytics data | ⬚ | GA, Hotjar, CRM funnels, NPS, reviews |
|
|
39
|
+
| Competitors | ⬚ | For experience benchmarking |
|
|
40
|
+
|
|
41
|
+
> If mandatory fields are not provided — **ask the user** before starting the analysis. Do not guess.
|
|
42
|
+
|
|
43
|
+
## Data Sources
|
|
44
|
+
1. **Web search** — industry CX benchmarks, customer journey best practices.
|
|
45
|
+
2. **Reviews and feedback** — NPS data, reviews on platforms, support tickets.
|
|
46
|
+
3. **Product analytics** — conversion funnels, heatmaps, session recordings.
|
|
47
|
+
4. **CRM data** — sales cycle length, rejection reasons, repeat purchase points.
|
|
48
|
+
5. **Interviews / surveys** — if provided by the user.
|
|
49
|
+
|
|
50
|
+
> For each stage, indicate sources confirming the behavior pattern. Data older than 12 months — mark with ⚠️.
|
|
51
|
+
|
|
52
|
+
### Connection with other skills
|
|
53
|
+
| Skill | What we take | When to call |
|
|
54
|
+
|------|-----------|----------------|
|
|
55
|
+
| `icp-buyer-persona` | Persona profile, goals, context (step 1) | If the persona is not defined |
|
|
56
|
+
| `jtbd-analysis` | Jobs-to-be-done at each journey step (steps 2-7) | For an in-depth understanding of motivation at each stage |
|
|
57
|
+
| `cohort-analysis` | Retention curves, churn points (steps 6-7) | If quantitative retention data is needed |
|
|
58
|
+
| `competitive-analysis` | Competitor CX benchmarking (step 9) | To compare customer experience with competitors |
|
|
59
|
+
| `rfm-analysis` | Frequency/amount segments for the Retention stage (step 6) | To understand different retention patterns |
|
|
60
|
+
| `web-research` | Conversion benchmarks, industry CX practices | If there is no data or industry guidelines are needed |
|
|
61
|
+
|
|
62
|
+
## Protocol
|
|
63
|
+
|
|
64
|
+
### Step 0 — Context collection
|
|
65
|
+
1. Check the availability of all mandatory input data.
|
|
66
|
+
2. Determine the map type:
|
|
67
|
+
|
|
68
|
+
| Type | Description | When to use |
|
|
69
|
+
|-----|----------|-------------------|
|
|
70
|
+
| **As-Is** | Current state of the customer journey | By default. Diagnosing problems |
|
|
71
|
+
| **To-Be** | Target state after optimization | After as-is, based on gap analysis |
|
|
72
|
+
|
|
73
|
+
3. Determine the availability of quantitative data (conversions, NPS, churn). If there is no data — work with a qualitative model + industry benchmarks.
|
|
74
|
+
|
|
75
|
+
### Step 1 — Defining the persona
|
|
76
|
+
1. Record key characteristics:
|
|
77
|
+
|
|
78
|
+
| Parameter | Value |
|
|
79
|
+
|----------|----------|
|
|
80
|
+
| Persona | [Name / role] |
|
|
81
|
+
| Goal | [What they want to achieve] |
|
|
82
|
+
| Context | [In what situation they turn to the product] |
|
|
83
|
+
| Technical literacy | Low / Medium / High |
|
|
84
|
+
| Entry trigger | [What launches the journey] |
|
|
85
|
+
| Successful completion | [What is considered a result] |
|
|
86
|
+
|
|
87
|
+
2. If the persona is not defined — call `$icp-buyer-persona`.
|
|
88
|
+
|
|
89
|
+
### Step 2 — Awareness
|
|
90
|
+
1. How the customer first learns about the problem / product.
|
|
91
|
+
2. First-touch channels (search, social media, recommendations, ads, content).
|
|
92
|
+
3. Emotional state: curiosity, unconscious need, urgent pain.
|
|
93
|
+
4. Customer actions at this stage.
|
|
94
|
+
5. Pain points and barriers.
|
|
95
|
+
6. **Stage metrics:** reach, CTR, cost per acquisition (CPA), brand awareness.
|
|
96
|
+
|
|
97
|
+
### Step 3 — Consideration
|
|
98
|
+
1. How the customer compares options and deepens research.
|
|
99
|
+
2. Touchpoints: website, demo, reviews, case studies, comparative overviews.
|
|
100
|
+
3. Decision criteria for this persona.
|
|
101
|
+
4. Questions and doubts of the customer.
|
|
102
|
+
5. Pain points and barriers.
|
|
103
|
+
6. **Stage metrics:** visit → lead conversion, time on site, bounce rate, content engagement.
|
|
104
|
+
|
|
105
|
+
### Step 4 — Decision
|
|
106
|
+
1. Final actions before purchase / subscription.
|
|
107
|
+
2. Touchpoints: pricing, trial, demo call, contract.
|
|
108
|
+
3. Who else influences the decision (decision-maker, stakeholders, influencers).
|
|
109
|
+
4. Typical objections and how they are handled.
|
|
110
|
+
5. Pain points and barriers.
|
|
111
|
+
6. **Stage metrics:** lead → trial/demo conversion, sales cycle length, win rate.
|
|
112
|
+
|
|
113
|
+
### Step 5 — Purchase / Onboarding
|
|
114
|
+
1. The process of completing a purchase or subscription.
|
|
115
|
+
2. First Time User Experience (FTUE).
|
|
116
|
+
3. Expectations vs reality: "aha moment" or disappointment.
|
|
117
|
+
4. Touchpoints: payment, welcome series, onboarding, support.
|
|
118
|
+
5. Pain points and barriers.
|
|
119
|
+
6. **Stage metrics:** trial → paid conversion, time-to-value, activation rate, onboarding CSAT.
|
|
120
|
+
|
|
121
|
+
### Step 6 — Retention
|
|
122
|
+
1. Regular use and habit formation.
|
|
123
|
+
2. Triggers for repeat purchases or expansion (upsell / cross-sell).
|
|
124
|
+
3. Frustration moments: bugs, slow support, hidden costs.
|
|
125
|
+
4. Touchpoints: email communication, in-app notifications, support, updates.
|
|
126
|
+
5. Pain points and barriers.
|
|
127
|
+
6. **Stage metrics:** retention rate (M1, M3, M6, M12), churn rate, NPS, expansion revenue.
|
|
128
|
+
7. If data is available — link to `$cohort-analysis` (drop-off points).
|
|
129
|
+
|
|
130
|
+
### Step 7 — Advocacy
|
|
131
|
+
1. Transition from a loyal customer to a promoter.
|
|
132
|
+
2. Actions: recommendations to colleagues, reviews, UGC, community participation.
|
|
133
|
+
3. Advocacy triggers: exceptional experience, sense of belonging, rewards.
|
|
134
|
+
4. Advocacy barriers: no mechanism, inconvenient, nothing to share.
|
|
135
|
+
5. Touchpoints: referral program, community, events, social sharing.
|
|
136
|
+
6. **Stage metrics:** NPS promoters %, referral rate, review rate, UGC volume, viral coefficient.
|
|
137
|
+
|
|
138
|
+
### Step 8 — Channel mapping
|
|
139
|
+
1. For each stage — identify active channels and their role:
|
|
140
|
+
|
|
141
|
+
| Stage | Online channels | Offline channels | Main channel | Consistency |
|
|
142
|
+
|------|:-------------:|:-------------:|:--------------:|:---------------:|
|
|
143
|
+
| Awareness | [Which ones] | [Which ones] | [Which one] | ✅ / ⚠️ |
|
|
144
|
+
| Consideration | [Which ones] | [Which ones] | [Which one] | ✅ / ⚠️ |
|
|
145
|
+
| Decision | [Which ones] | [Which ones] | [Which one] | ✅ / ⚠️ |
|
|
146
|
+
| Purchase | [Which ones] | [Which ones] | [Which one] | ✅ / ⚠️ |
|
|
147
|
+
| Retention | [Which ones] | [Which ones] | [Which one] | ✅ / ⚠️ |
|
|
148
|
+
| Advocacy | [Which ones] | [Which ones] | [Which one] | ✅ / ⚠️ |
|
|
149
|
+
|
|
150
|
+
2. Identify gaps: where the customer "gets lost" when transitioning between channels.
|
|
151
|
+
3. Evaluate omnichannel consistency: whether the experience is the same across different channels.
|
|
152
|
+
4. Note loops and alternative paths (a customer returns from Decision to Consideration, skips stages, etc.).
|
|
153
|
+
|
|
154
|
+
### Step 9 — Moments of Truth
|
|
155
|
+
Highlight critical moments that define further customer behavior:
|
|
156
|
+
|
|
157
|
+
| # | Moment | Stage | Description | Current state | Risk (1-5) | Impact on metric |
|
|
158
|
+
|---|--------|------|----------|-------------------|:----------:|-------------------|
|
|
159
|
+
| 1 | First impression | Awareness → Cons. | Does messaging match expectations | [As is now] | X | Visit → lead conv. |
|
|
160
|
+
| 2 | First success (aha-moment) | Onboarding | Do they achieve a goal quickly | [As is now] | X | Activation rate, M1 ret. |
|
|
161
|
+
| 3 | First problem | Retention | Support quality and resolution speed | [As is now] | X | Churn rate, NPS |
|
|
162
|
+
|
|
163
|
+
> It is acceptable to add more Moments of Truth (up to 5) if they are critical for the given product.
|
|
164
|
+
|
|
165
|
+
### Step 10 — Gap analysis and recommendations
|
|
166
|
+
1. For each stage — compare customer expectations and actual experience:
|
|
167
|
+
|
|
168
|
+
| Stage | Customer expectation | Reality (as-is) | Gap | Severity |
|
|
169
|
+
|------|------------------|--------------------|-----|:--------:|
|
|
170
|
+
| [Stage] | [What they expect] | [What they get] | [What is the gap] | 🔴/🟡/🟢 |
|
|
171
|
+
|
|
172
|
+
2. Prioritize by the Impact × Effort matrix:
|
|
173
|
+
|
|
174
|
+
| | Low Effort | High Effort |
|
|
175
|
+
|--|:----------:|:-----------:|
|
|
176
|
+
| **High Impact** | 🎯 Quick Wins (P1) | 💎 Big Bets (P2) |
|
|
177
|
+
| **Low Impact** | 🔧 Fill-ins (P3) | ❌ Avoid |
|
|
178
|
+
|
|
179
|
+
3. Formulate an action plan:
|
|
180
|
+
|
|
181
|
+
| Priority | Stage | Gap | Action | Target metric | Expected effect | Effort |
|
|
182
|
+
|:---------:|------|-----|----------|-----------------|:----------------:|:------:|
|
|
183
|
+
| P1 | [stage] | [gap] | [what to do] | [metric] | +X% | Low |
|
|
184
|
+
|
|
185
|
+
## Example — B2B SaaS HR Platform
|
|
186
|
+
|
|
187
|
+
**Context:** HR platform for recruiting automation, B2B SaaS, subscription. Persona: HR director, company 50-200 emp.
|
|
188
|
+
|
|
189
|
+
### Customer journey map
|
|
190
|
+
|
|
191
|
+
| Stage | Actions | Touchpoints | Emotions | Pains | Metrics |
|
|
192
|
+
|------|----------|----------------|:------:|------|---------|
|
|
193
|
+
| **Awareness** | Searches a solution to close 15+ vacs | Google, LinkedIn, colleagues | 😰 Overwhelm | Doesn't know where to start comparing | CTR 2.1%, CPA $45 |
|
|
194
|
+
| **Consideration** | Compares 3-4 platforms, reads reviews | Site, G2, demo video, blog | 🤔 Caution | Unclear how we differ from competitors | Visit→lead: 4%, bounce: 62% 🔴 |
|
|
195
|
+
| **Decision** | Requests demo, shows to CEO | Demo call, pricing, trial | 😟 Fear of error | No ROI calculator, CEO doesn't see value | Lead→trial: 28%, cycle: 21 days |
|
|
196
|
+
| **Purchase** | Connects trial, imports vacancies | Welcome email, onboarding, chat | 😊→😐 | Excel import broken, 3 emails no reply | Trial→paid: 18% 🔴, TTV: 5 days |
|
|
197
|
+
| **Retention** | Uses 3x/week, but no upsell | Email digest, in-app, support | 😊 Habituality | No hh.ru integration, duplicates manually | M1: 72%, M6: 48%, NPS: 32 🟡 |
|
|
198
|
+
| **Advocacy** | Uses silently, doesn't recommend | — | 😐 Neutral | No referral program, nothing to share | Referral: 2% 🔴 |
|
|
199
|
+
|
|
200
|
+
### Channel mapping
|
|
201
|
+
|
|
202
|
+
| Stage | Online | Offline | Main | Consistency |
|
|
203
|
+
|------|--------|--------|----------|:---------------:|
|
|
204
|
+
| Awareness | Google Ads, LinkedIn | HR events | LinkedIn | ✅ |
|
|
205
|
+
| Consideration | Site, G2, blog | — | Site | ⚠️ Site doesn't reflect G2 features |
|
|
206
|
+
| Decision | Demo call (Zoom) | — | Demo call | ✅ |
|
|
207
|
+
| Purchase | In-app onboarding | — | In-app | ⚠️ Welcome email untied from onboard. |
|
|
208
|
+
| Retention | Email, in-app | — | In-app | ✅ |
|
|
209
|
+
| Advocacy | — | — | No channel | 🔴 Channel missing |
|
|
210
|
+
|
|
211
|
+
### Moments of Truth
|
|
212
|
+
|
|
213
|
+
| # | Moment | Stage | Current | Risk | Impact |
|
|
214
|
+
|---|--------|------|---------|:----:|---------|
|
|
215
|
+
| 1 | First site visit | Consideration | Bounce 62%, loose messaging | 4 | Visit→lead |
|
|
216
|
+
| 2 | First vacancy import (aha-mom.) | Purchase | Excel import broken for 30% | 5 | Trial→paid |
|
|
217
|
+
| 3 | First support ticket | Retention | Reply >24h, 3 emails unreplied | 4 | Churn, NPS |
|
|
218
|
+
|
|
219
|
+
### Gap analysis → Action Plan
|
|
220
|
+
|
|
221
|
+
| Priority | Stage | Gap | Action | Metric | Effect | Effort |
|
|
222
|
+
|:---------:|------|-----|----------|---------|:------:|:------:|
|
|
223
|
+
| P1 🎯 | Purchase | Excel import broken | Fix parser + add drag-n-drop | Trial→paid | +8% | Low |
|
|
224
|
+
| P1 🎯 | Consideration | Bounce 62%, lacking diff. | Hero section redesign: "Close vacs 2x faster" | Bounce rate | -15pp | Low |
|
|
225
|
+
| P2 💎 | Retention | No hh.ru integration | API integration with hh.ru | M6 retention | +10pp | High |
|
|
226
|
+
| P2 💎 | Advocacy | No referral program | Launch "invite HR-peer → month free" | Referral rate | +5% | Med |
|
|
227
|
+
| P3 🔧 | Decision | No ROI calculator | Interactive calculator on site | Lead→trial | +3% | Low |
|
|
228
|
+
|
|
229
|
+
## Validation (Quality Gate)
|
|
230
|
+
|
|
231
|
+
- [ ] All 6 journey stages covered (Awareness → Consideration → Decision → Purchase → Retention → Advocacy)
|
|
232
|
+
- [ ] For each stage: actions, emotions, touchpoints, pains, opportunities
|
|
233
|
+
- [ ] Metrics specified for each stage (real or benchmarks with a note)
|
|
234
|
+
- [ ] Retention and Advocacy analyzed separately
|
|
235
|
+
- [ ] Identified at least 3 Moments of Truth with risk assessment and impact on metric
|
|
236
|
+
- [ ] Channel mapping: online + offline channels at each stage, consistency evaluated
|
|
237
|
+
- [ ] Loops and alternative paths are marked (customer doesn't always go linearly)
|
|
238
|
+
- [ ] The map is tied to a specific persona (not an abstract customer)
|
|
239
|
+
- [ ] Gap analysis with Impact × Effort prioritization
|
|
240
|
+
- [ ] Action plan with target metrics and expected effect
|
|
241
|
+
- [ ] Data sources indicated; data older than 12 mo marked with ⚠️
|
|
242
|
+
|
|
243
|
+
> If validation fails — rework until passing, do not pass further.
|
|
244
|
+
|
|
245
|
+
## Handoff
|
|
246
|
+
The output of `$customer-journey-mapping` is input for:
|
|
247
|
+
- **Strategist / Mediator** — understanding the customer journey for strategic decisions.
|
|
248
|
+
- **`icp-buyer-persona`** — enriching personas with real behavior and pain data.
|
|
249
|
+
- **`rfm-analysis`** — touchpoints to increase frequency and amount of purchases (Retention stage).
|
|
250
|
+
- **`unit-economics`** — optimizing CAC via conversion enhancement at key stages.
|
|
251
|
+
- **`cohort-analysis`** — churn points for in-depth cohort analysis.
|
|
252
|
+
- **`jtbd-analysis`** — jobs at each stage to refine the value proposition.
|
|
253
|
+
|
|
254
|
+
Handoff format: journey map + Moments of Truth + gap analysis + action plan. When handing off — use `$handoff`.
|
|
255
|
+
|
|
256
|
+
## Anti-patterns
|
|
257
|
+
|
|
258
|
+
| Mistake | Why it's bad | How to do it right |
|
|
259
|
+
|--------|-------------|---------------|
|
|
260
|
+
| Map without a persona | Abstract journey, untied to real behavior | Always tie to a specific persona |
|
|
261
|
+
| Only online channels | Half the customer journey is missed | Channel mapping: online + offline at each stage |
|
|
262
|
+
| No emotions | Dry scheme without customer understanding | Capture emotional state at each stage |
|
|
263
|
+
| Linear journey | Customers loop, return, skip stages | Note loops and alternative paths |
|
|
264
|
+
| No gap analysis | Map for the sake of a map, no actionable insights | Always conclude with gap analysis + Impact × Effort |
|
|
265
|
+
| Idealized journey | Drawing "how we want" instead of "as is" | Start with as-is, then build to-be |
|
|
266
|
+
| Too many details | Unreadable map, focus is lost | 5-7 touchpoints per stage maximum |
|
|
267
|
+
| Retention + Adv. in one | Retention ≠ recommendation, different mechanics and metrics | Analyze as separate stages |
|
|
268
|
+
| No metrics | Qualitative map without numbers — half the value | Connversion, NPS, time-to-value, churn at each stage |
|
|
269
|
+
|
|
270
|
+
## Output Template
|
|
271
|
+
|
|
272
|
+
```markdown
|
|
273
|
+
### Customer Journey Mapping — [Product / Service]
|
|
274
|
+
|
|
275
|
+
**Persona:** [Name / role]
|
|
276
|
+
**Map type:** As-Is / To-Be
|
|
277
|
+
**Business model:** [model]
|
|
278
|
+
**Analysis date:** [date]
|
|
279
|
+
**Data type:** Real / Benchmarks ([source])
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
#### Customer Journey Map
|
|
284
|
+
|
|
285
|
+
| Stage | Customer actions | Touchpoints | Emotions | Pains | Opportunities | Metrics |
|
|
286
|
+
|------|-----------------|----------------|:------:|------|-------------|---------|
|
|
287
|
+
| **Awareness** | [what they do] | [channels] | [😊😐😟] | [problem] | [improvement] | [CTR, CPA] |
|
|
288
|
+
| **Consideration** | [what they do] | [channels] | [😊😐😟] | [problem] | [improvement] | [conv., bounce] |
|
|
289
|
+
| **Decision** | [what they do] | [channels] | [😊😐😟] | [problem] | [improvement] | [win rate, cycle] |
|
|
290
|
+
| **Purchase / Onboard.** | [what they do] | [channels] | [😊😐😟] | [problem] | [improvement] | [activ., TTV] |
|
|
291
|
+
| **Retention** | [what they do] | [channels] | [😊😐😟] | [problem] | [improvement] | [ret., NPS, churn] |
|
|
292
|
+
| **Advocacy** | [what they do] | [channels] | [😊😐😟] | [problem] | [improvement] | [refer., UGC] |
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
#### Channel Mapping
|
|
297
|
+
|
|
298
|
+
| Stage | Online channels | Offline channels | Main channel | Consistency |
|
|
299
|
+
|------|:-------------:|:-------------:|:--------------:|:---------------:|
|
|
300
|
+
| [Stage] | [Which ones] | [Which ones] | [Which one] | ✅ / ⚠️ / 🔴 |
|
|
301
|
+
|
|
302
|
+
**Loops and alternative paths:** [description of nonlinear routes]
|
|
303
|
+
|
|
304
|
+
---
|
|
305
|
+
|
|
306
|
+
#### Moments of Truth
|
|
307
|
+
|
|
308
|
+
| # | Moment | Stage | Current state | Risk (1-5) | Impact on metric |
|
|
309
|
+
|---|--------|------|-------------------|:----------:|-------------------|
|
|
310
|
+
| 1 | [moment] | [stage] | [description] | X | [metric] |
|
|
311
|
+
|
|
312
|
+
---
|
|
313
|
+
|
|
314
|
+
#### Gap Analysis
|
|
315
|
+
|
|
316
|
+
| Stage | Customer expectation | Reality (as-is) | Gap | Severity |
|
|
317
|
+
|------|------------------|--------------------|-----|:--------:|
|
|
318
|
+
| [Stage] | [What they expect] | [What they get] | [Gap] | 🔴/🟡/🟢 |
|
|
319
|
+
|
|
320
|
+
---
|
|
321
|
+
|
|
322
|
+
#### Action Plan (Impact × Effort)
|
|
323
|
+
|
|
324
|
+
| Priority | Stage | Gap | Action | Target metric | Expected effect | Effort |
|
|
325
|
+
|:---------:|------|-----|----------|-----------------|:----------------:|:------:|
|
|
326
|
+
| P1 🎯 | [stage] | [gap] | [what to do] | [metric] | +X% | Low |
|
|
327
|
+
| P2 💎 | [stage] | [gap] | [what to do] | [metric] | +X% | High |
|
|
328
|
+
| P3 🔧 | [stage] | [gap] | [what to do] | [metric] | +X% | Low |
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
332
|
+
#### Recommendations for subsequent stages
|
|
333
|
+
- **→ Strategist:** [key insight for strategy]
|
|
334
|
+
- **→ $icp-buyer-persona:** [persona enrichment]
|
|
335
|
+
- **→ $unit-economics:** [impact on CAC/LTV]
|
|
336
|
+
- **→ $cohort-analysis:** [churn points for in-depth analysis]
|
|
337
|
+
|
|
338
|
+
---
|
|
339
|
+
|
|
340
|
+
#### Sources and Assumptions
|
|
341
|
+
|
|
342
|
+
| # | Fact / assumption | Source | Date | Reliability |
|
|
343
|
+
|---|-------------------|----------|------|:-------------:|
|
|
344
|
+
| 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
|
|
345
|
+
|
|
346
|
+
Legend: ✅ Verified (analytics data / A/B test) | ⚠️ Estimated (benchmark / 1 source) | 🔮 Assumed (expert hypothesis)
|
|
347
|
+
```
|