code-ai-installer 4.0.0 → 4.0.1-a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -67
- package/dist/index.js +2 -0
- package/dist/mcp/audit_ledger.d.ts +12 -0
- package/dist/mcp/audit_ledger.js +82 -0
- package/dist/mcp/cli.js +7 -1
- package/dist/mcp/config.d.ts +23 -0
- package/dist/mcp/config.js +36 -0
- package/dist/mcp/index.d.ts +1 -2
- package/dist/mcp/index.js +1 -2
- package/dist/mcp/paths.d.ts +20 -2
- package/dist/mcp/paths.js +29 -5
- package/dist/mcp/proposal_dedup.d.ts +32 -0
- package/dist/mcp/proposal_dedup.js +102 -0
- package/dist/mcp/proposal_store.d.ts +18 -0
- package/dist/mcp/proposal_store.js +74 -0
- package/dist/mcp/scorecard.d.ts +140 -0
- package/dist/mcp/scorecard.js +103 -0
- package/dist/mcp/skill_invocations.d.ts +15 -0
- package/dist/mcp/skill_invocations.js +28 -0
- package/dist/mcp/task_state.d.ts +77 -2
- package/dist/mcp/tools/_subprocess.d.ts +16 -0
- package/dist/mcp/tools/_subprocess.js +56 -0
- package/dist/mcp/tools/advance_gate.js +2 -2
- package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
- package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
- package/dist/mcp/tools/apply_diff.d.ts +2 -0
- package/dist/mcp/tools/apply_diff.js +29 -0
- package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
- package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
- package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
- package/dist/mcp/tools/audit_budget_compliance.js +172 -0
- package/dist/mcp/tools/build.d.ts +2 -0
- package/dist/mcp/tools/build.js +47 -0
- package/dist/mcp/tools/check_lint.d.ts +2 -0
- package/dist/mcp/tools/check_lint.js +23 -0
- package/dist/mcp/tools/classify_gate.js +2 -2
- package/dist/mcp/tools/current_gate.js +2 -2
- package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
- package/dist/mcp/tools/dependency_supply_chain.js +59 -0
- package/dist/mcp/tools/docker_compose.d.ts +2 -0
- package/dist/mcp/tools/docker_compose.js +24 -0
- package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
- package/dist/mcp/tools/e2e_playwright.js +88 -0
- package/dist/mcp/tools/get_skill.js +17 -0
- package/dist/mcp/tools/git_commit.d.ts +2 -0
- package/dist/mcp/tools/git_commit.js +30 -0
- package/dist/mcp/tools/list_proposals.d.ts +6 -0
- package/dist/mcp/tools/list_proposals.js +16 -0
- package/dist/mcp/tools/list_skills.js +9 -1
- package/dist/mcp/tools/load_role.d.ts +3 -4
- package/dist/mcp/tools/load_role.js +11 -13
- package/dist/mcp/tools/propose_change.d.ts +8 -0
- package/dist/mcp/tools/propose_change.js +36 -0
- package/dist/mcp/tools/record_decision.js +25 -25
- package/dist/mcp/tools/review_proposal.d.ts +17 -0
- package/dist/mcp/tools/review_proposal.js +99 -0
- package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
- package/dist/mcp/tools/run_drift_audit.js +79 -0
- package/dist/mcp/tools/run_tests.d.ts +2 -0
- package/dist/mcp/tools/run_tests.js +92 -0
- package/dist/mcp/tools/sign_off.js +14 -2
- package/dist/mcp/tools/stubs.js +30 -9
- package/dist/mcp/tools/verify_claim.js +33 -6
- package/dist/mcp_setup.d.ts +8 -0
- package/dist/mcp_setup.js +4 -1
- package/dist/shared/frontmatter.d.ts +44 -2
- package/dist/shared/frontmatter.js +54 -6
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.js +0 -5
- package/dist/shared/persona.d.ts +2 -2
- package/dist/shared/persona.js +1 -1
- package/dist/shared/pipeline.d.ts +46 -1
- package/dist/shared/tools.d.ts +1382 -16
- package/dist/shared/tools.js +229 -0
- package/dist/shared/vocabulary.d.ts +99 -4
- package/dist/shared/vocabulary.js +94 -5
- package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
- package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
- package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
- package/domains/analytics/AGENTS.md +1 -0
- package/domains/analytics/agents/auditor.md +76 -0
- package/domains/analytics/agents/conductor.md +11 -0
- package/domains/analytics/agents/data_analyst.md +11 -0
- package/domains/analytics/agents/designer.md +11 -0
- package/domains/analytics/agents/interviewer.md +11 -0
- package/domains/analytics/agents/layouter.md +11 -0
- package/domains/analytics/agents/mediator.md +11 -0
- package/domains/analytics/agents/researcher.md +11 -0
- package/domains/analytics/agents/strategist.md +11 -0
- package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
- package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
- package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
- package/domains/analytics/locales/en/AGENTS.md +1 -0
- package/domains/analytics/locales/en/agents/auditor.md +76 -0
- package/domains/analytics/locales/en/agents/conductor.md +27 -0
- package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
- package/domains/analytics/locales/en/agents/designer.md +27 -0
- package/domains/analytics/locales/en/agents/interviewer.md +11 -0
- package/domains/analytics/locales/en/agents/layouter.md +11 -0
- package/domains/analytics/locales/en/agents/mediator.md +11 -0
- package/domains/analytics/locales/en/agents/researcher.md +11 -0
- package/domains/analytics/locales/en/agents/strategist.md +11 -0
- package/domains/analytics/persona/persona-base.md +94 -0
- package/domains/analytics/pipeline.yaml +102 -0
- package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
- package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/AGENTS.md +4 -0
- package/domains/content/agents/auditor.md +76 -0
- package/domains/content/agents/conductor.md +11 -0
- package/domains/content/agents/copywriter.md +11 -0
- package/domains/content/agents/researcher.md +11 -0
- package/domains/content/agents/reviewer.md +11 -0
- package/domains/content/agents/strategist.md +11 -0
- package/domains/content/agents/visual_concept.md +11 -0
- package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
- package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/locales/en/AGENTS.md +4 -0
- package/domains/content/locales/en/agents/auditor.md +76 -0
- package/domains/content/locales/en/agents/conductor.md +12 -0
- package/domains/content/locales/en/agents/copywriter.md +12 -0
- package/domains/content/locales/en/agents/researcher.md +12 -0
- package/domains/content/locales/en/agents/reviewer.md +12 -0
- package/domains/content/locales/en/agents/strategist.md +12 -0
- package/domains/content/locales/en/agents/visual_concept.md +12 -0
- package/domains/content/persona/persona-base.md +94 -0
- package/domains/content/pipeline.yaml +96 -0
- package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
- package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/AGENTS.md +1 -0
- package/domains/development/AGENTS.yaml +1 -0
- package/domains/development/agents/architect.md +13 -1
- package/domains/development/agents/auditor.md +74 -0
- package/domains/development/agents/conductor.md +14 -3
- package/domains/development/agents/devops.md +8 -9
- package/domains/development/agents/reviewer.md +12 -0
- package/domains/development/agents/senior_full_stack.md +12 -0
- package/domains/development/agents/tester.md +10 -16
- package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
- package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/locales/en/AGENTS.md +5 -0
- package/domains/development/locales/en/AGENTS.yaml +1 -0
- package/domains/development/locales/en/agents/architect.md +13 -1
- package/domains/development/locales/en/agents/auditor.md +74 -0
- package/domains/development/locales/en/agents/conductor.md +14 -3
- package/domains/development/locales/en/agents/devops.md +8 -9
- package/domains/development/locales/en/agents/reviewer.md +12 -0
- package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
- package/domains/development/locales/en/agents/tester.md +10 -16
- package/domains/development/persona/persona-base.md +94 -0
- package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
- package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
- package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
- package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
- package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
- package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/AGENTS.md +5 -0
- package/domains/product/AGENTS.yaml +1 -0
- package/domains/product/agents/auditor.md +76 -0
- package/domains/product/agents/conductor.md +11 -0
- package/domains/product/agents/data_analyst.md +11 -0
- package/domains/product/agents/designer.md +11 -0
- package/domains/product/agents/discovery.md +11 -0
- package/domains/product/agents/layouter.md +11 -0
- package/domains/product/agents/mediator.md +11 -0
- package/domains/product/agents/pm.md +11 -0
- package/domains/product/agents/product_strategist.md +11 -0
- package/domains/product/agents/tech_lead.md +11 -0
- package/domains/product/agents/ux_designer.md +11 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
- package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
- package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
- package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
- package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
- package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/locales/en/AGENTS.md +5 -0
- package/domains/product/locales/en/agents/auditor.md +76 -0
- package/domains/product/locales/en/agents/conductor.md +11 -0
- package/domains/product/locales/en/agents/data_analyst.md +11 -0
- package/domains/product/locales/en/agents/designer.md +11 -0
- package/domains/product/locales/en/agents/discovery.md +11 -0
- package/domains/product/locales/en/agents/layouter.md +11 -0
- package/domains/product/locales/en/agents/mediator.md +11 -0
- package/domains/product/locales/en/agents/pm.md +11 -0
- package/domains/product/locales/en/agents/product_strategist.md +11 -0
- package/domains/product/locales/en/agents/tech_lead.md +11 -0
- package/domains/product/locales/en/agents/ux_designer.md +11 -0
- package/domains/product/persona/persona-base.md +94 -0
- package/domains/product/pipeline.yaml +115 -0
- package/package.json +72 -70
|
@@ -1,341 +1,357 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: jtbd-analysis
|
|
3
|
-
description: Analysis of customer jobs — functional, emotional, social jobs, and opportunity score
|
|
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
|
-
### Step
|
|
76
|
-
Determine
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
- Formulation:
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
### Step
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
|
104
|
-
|
|
105
|
-
| **
|
|
106
|
-
| **
|
|
107
|
-
| **
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
|
182
|
-
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
|
189
|
-
|
|
190
|
-
|
|
|
191
|
-
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
-
|
|
223
|
-
-
|
|
224
|
-
-
|
|
225
|
-
-
|
|
226
|
-
-
|
|
227
|
-
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
|
290
|
-
|
|
291
|
-
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
|
306
|
-
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
|
321
|
-
|
|
322
|
-
|
|
|
323
|
-
|
|
324
|
-
---
|
|
325
|
-
|
|
326
|
-
####
|
|
327
|
-
|
|
328
|
-
|
|
|
329
|
-
|
|
330
|
-
|
|
|
331
|
-
|
|
332
|
-
---
|
|
333
|
-
|
|
334
|
-
####
|
|
335
|
-
|
|
336
|
-
|
|
|
337
|
-
|
|
338
|
-
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
1
|
+
---
|
|
2
|
+
name: jtbd-analysis
|
|
3
|
+
description: Analysis of customer jobs — functional, emotional, social jobs, and opportunity score
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: analytics
|
|
6
|
+
owners:
|
|
7
|
+
- strategist
|
|
8
|
+
gates:
|
|
9
|
+
- STRATEGIST
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "jtbd-analysis"
|
|
14
|
+
- "JTBD"
|
|
15
|
+
- "Jobs To Be Done"
|
|
16
|
+
- "задачи клиента"
|
|
17
|
+
related: []
|
|
18
|
+
budget_lines: 357
|
|
19
|
+
schema_version: 1
|
|
20
|
+
---
|
|
21
|
+
# Jobs To Be Done — Customer Jobs Analysis
|
|
22
|
+
|
|
23
|
+
## When to Use
|
|
24
|
+
- During new product development — to identify the real jobs the customer is trying to get done.
|
|
25
|
+
- When prioritizing features — to determine which jobs are underserved and represent the greatest opportunity.
|
|
26
|
+
- When evaluating a value proposition — to understand what the customer is actually willing to pay for.
|
|
27
|
+
- When churn is high — to find out which jobs the product fails to solve or solves poorly.
|
|
28
|
+
|
|
29
|
+
## Input
|
|
30
|
+
|
|
31
|
+
| Field | Required | Description |
|
|
32
|
+
|-------|:--------:|-------------|
|
|
33
|
+
| Product / service | ✅ | What is being analyzed |
|
|
34
|
+
| Target audience | ✅ | Who the customer is (from `$icp-buyer-persona` or description) |
|
|
35
|
+
| Usage context | ✅ | In what situation the customer uses the product |
|
|
36
|
+
| Existing data | ⬚ | Interviews, surveys, reviews, support tickets |
|
|
37
|
+
| Competitors | ⬚ | Alternatives the customer currently uses |
|
|
38
|
+
| Job hypotheses | ⬚ | Preliminary assumptions from the team |
|
|
39
|
+
|
|
40
|
+
> If mandatory fields are not provided — **request them from the user** before starting the analysis. Do not make assumptions.
|
|
41
|
+
|
|
42
|
+
## Data Sources
|
|
43
|
+
1. **Web Search** — customer reviews, forum discussions, video reviews.
|
|
44
|
+
2. **Reviews** — App Store, Google Play, G2, Capterra, Trustpilot, Amazon Reviews.
|
|
45
|
+
3. **Forums & Communities** — Reddit, Quora, Stack Overflow, thematic groups.
|
|
46
|
+
4. **Competitive Analysis** — how competitors position their solutions (what Jobs they address).
|
|
47
|
+
5. **Customer Data** — interviews, surveys, CRM data, support tickets.
|
|
48
|
+
|
|
49
|
+
> For each Job — at least 1 source confirming its existence. Mark data older than 12 months with ⚠️.
|
|
50
|
+
|
|
51
|
+
### Integration with Other Skills
|
|
52
|
+
| Skill | What We Take | When to Trigger |
|
|
53
|
+
|-------|--------------|-----------------|
|
|
54
|
+
| `icp-buyer-persona` | Personas, goals, pains, context (steps 0-1) | If the target audience is undefined |
|
|
55
|
+
| `competitive-analysis` | How competitors address Jobs, white spaces (step 7) | To identify competing solutions |
|
|
56
|
+
| `customer-journey-mapping` | Points where Jobs arise in the customer journey (step 1) | To link Jobs to journey stages |
|
|
57
|
+
| `web-research` | Reviews, discussions, customer pain points | If primary data (interviews/surveys) is lacking |
|
|
58
|
+
| `blue-ocean-strategy` | ERRC factors to create new value | If underserved Jobs require a radically new solution |
|
|
59
|
+
| `cohort-analysis` | Correlation between Jobs and retention (step 8) | If needed to understand which Jobs impact retention |
|
|
60
|
+
|
|
61
|
+
## Protocol
|
|
62
|
+
|
|
63
|
+
### Step 0 — Context Gathering
|
|
64
|
+
1. Verify the availability of required input data.
|
|
65
|
+
2. Determine the level of analysis: the entire product or a specific feature / scenario.
|
|
66
|
+
3. Determine data type: primary (interviews, surveys) or secondary (reviews, forums, benchmarks).
|
|
67
|
+
4. If the persona is undefined — trigger `$icp-buyer-persona`.
|
|
68
|
+
|
|
69
|
+
### Step 1 — Defining Context (When / Where / Why)
|
|
70
|
+
- **When:** in what situation the need arises (trigger).
|
|
71
|
+
- **Where:** physical and digital context of use.
|
|
72
|
+
- **Why:** what progress the customer wants to achieve.
|
|
73
|
+
- Formulate a context statement: "When [situation], I want to [progress], so I can [result]."
|
|
74
|
+
|
|
75
|
+
### Step 2 — Functional Jobs
|
|
76
|
+
Determine the practical tasks the customer is trying to accomplish:
|
|
77
|
+
- **Main Job** — the primary goal (one).
|
|
78
|
+
- **Related Jobs** — what else needs to be done in that context (2-5).
|
|
79
|
+
- **Consumption Chain Jobs** — purchasing, setting up, learning, maintaining (2-4).
|
|
80
|
+
- Formulation: **verb + object + context** (without tying it to a specific solution).
|
|
81
|
+
|
|
82
|
+
> Correctness test: if the wording contains a product name, brand, or technology — it is a Feature, not a Job. Reformulate.
|
|
83
|
+
|
|
84
|
+
### Step 3 — Emotional Jobs
|
|
85
|
+
Determine how the customer wants to feel:
|
|
86
|
+
- Confidence, control, peace of mind.
|
|
87
|
+
- Satisfaction, pride, achievement.
|
|
88
|
+
- Relief from anxiety, stress, uncertainty.
|
|
89
|
+
- Formulation: "Feel [emotion] when [context]."
|
|
90
|
+
|
|
91
|
+
### Step 4 — Social Jobs
|
|
92
|
+
Determine how the customer wants to be perceived by others:
|
|
93
|
+
- Professionalism, expertise, competence.
|
|
94
|
+
- Innovation, progressiveness.
|
|
95
|
+
- Reliability, responsibility.
|
|
96
|
+
- Formulation: "Be perceived as [quality] by [audience]."
|
|
97
|
+
|
|
98
|
+
### Step 5 — Job Map (Main Job Steps)
|
|
99
|
+
Break down the Main Job using the Universal Job Map:
|
|
100
|
+
|
|
101
|
+
| Step | Description | Analysis Question |
|
|
102
|
+
|------|-------------|-------------------|
|
|
103
|
+
| 1. **Define** | Determine what needs to be done | How does the customer formulate the goal? What objectives are set? |
|
|
104
|
+
| 2. **Locate** | Find resources and inputs | What needs to be found/gathered before execution? |
|
|
105
|
+
| 3. **Prepare** | Get ready to execute | How does the customer prepare the environment, tools, data? |
|
|
106
|
+
| 4. **Confirm** | Verify readiness | How do they check that everything is in place? |
|
|
107
|
+
| 5. **Execute** | Perform the task | What exactly are they doing? What are the steps? |
|
|
108
|
+
| 6. **Monitor** | Track progress | How do they know things are on track? |
|
|
109
|
+
| 7. **Modify** | Correct issues if they arise | What do they do if something goes wrong? |
|
|
110
|
+
| 8. **Conclude** | Finish the task | How is the result finalized? What happens next? |
|
|
111
|
+
|
|
112
|
+
For each step: what the customer does now, where the friction is, what can be improved.
|
|
113
|
+
|
|
114
|
+
### Step 6 — Prioritization (Importance vs Satisfaction)
|
|
115
|
+
Score each Job on two scales (1-10):
|
|
116
|
+
- **Importance** — how important this job is to the customer.
|
|
117
|
+
- **Satisfaction** — how well current solutions get the job done.
|
|
118
|
+
|
|
119
|
+
| Zone | Condition | Interpretation |
|
|
120
|
+
|------|-----------|----------------|
|
|
121
|
+
| **Underserved** | High Importance + Low Satisfaction | Core opportunity — customer wants it but isn't getting it |
|
|
122
|
+
| **Served** | Importance ≈ Satisfaction | Current level is sufficient |
|
|
123
|
+
| **Overserved** | Low Importance + High Satisfaction | Over-invested — could be simplified |
|
|
124
|
+
|
|
125
|
+
### Step 7 — Outcome Expectations
|
|
126
|
+
Define expected outcomes for each priority Job:
|
|
127
|
+
|
|
128
|
+
| Job | Outcome | Metric | Minimum | Ideal | Current Level | Gap |
|
|
129
|
+
|-----|---------|--------|:-------:|:-----:|:-------------:|:---:|
|
|
130
|
+
| [F1] | [Result] | [How to measure] | [Value] | [Value] | [Value] | [Δ] |
|
|
131
|
+
|
|
132
|
+
- Metrics: speed, quality, cost, convenience, reliability.
|
|
133
|
+
- Gap = Ideal − Current Level. The larger the Gap, the larger the opportunity.
|
|
134
|
+
|
|
135
|
+
### Step 8 — Competing Solutions
|
|
136
|
+
For each Job:
|
|
137
|
+
|
|
138
|
+
| Job | Direct Competitor | Indirect | DIY | "Do nothing" |
|
|
139
|
+
|-----|-------------------|----------|-----|--------------|
|
|
140
|
+
| [F1] | [Product A] | [Category B] | [Excel, manual process] | [Consequences: loses X] |
|
|
141
|
+
|
|
142
|
+
- **Switching triggers:** what will cause the customer to switch from their current solution.
|
|
143
|
+
- **Barriers:** what keeps them on the current solution (habit, switching costs, fear).
|
|
144
|
+
|
|
145
|
+
### Step 9 — Opportunity Score
|
|
146
|
+
Calculate the Opportunity Score for each Job:
|
|
147
|
+
|
|
148
|
+
**Formula:** `Opportunity = Importance + max(Importance - Satisfaction, 0)`
|
|
149
|
+
|
|
150
|
+
| Threshold | Status | Recommendation |
|
|
151
|
+
|:---------:|--------|----------------|
|
|
152
|
+
| > 15 | 🔴 Underserved | Priority — high potential for the product |
|
|
153
|
+
| 10-15 | 🟡 Served | Maintain, seek targeted improvements |
|
|
154
|
+
| < 10 | 🟢 Overserved | Do not invest, consider simplifying |
|
|
155
|
+
|
|
156
|
+
Rank all Jobs by Opportunity Score.
|
|
157
|
+
|
|
158
|
+
### Step 10 — Jobs → Product Opportunities
|
|
159
|
+
Translate underserved Jobs into specific product opportunities:
|
|
160
|
+
|
|
161
|
+
| # | Underserved Job | Opportunity Score | Job Map Friction | Product Opportunity | Type |
|
|
162
|
+
|---|-----------------|:-----------------:|------------------|---------------------|:----:|
|
|
163
|
+
| 1 | [F1] | XX | [Job Map step with friction] | [What the product can do] | Feature / Improvement / New Product |
|
|
164
|
+
|
|
165
|
+
- **Feature** — add functionality addressing a specific Job Map step.
|
|
166
|
+
- **Improvement** — improve an existing feature (reduce friction).
|
|
167
|
+
- **New Product** — if the Job requires a fundamentally new solution → trigger `$blue-ocean-strategy`.
|
|
168
|
+
|
|
169
|
+
## Example — SaaS: Recruiting Automation Platform
|
|
170
|
+
|
|
171
|
+
**Context:** HR platform, persona "Marina" (HR Director, 50-200 employees, 15+ open roles).
|
|
172
|
+
|
|
173
|
+
### Context Statement
|
|
174
|
+
> When a company has 15+ open roles simultaneously, the HR Director wants to quickly close positions with suitable candidates so that the business does not lose money due to unfilled roles.
|
|
175
|
+
|
|
176
|
+
### Functional Jobs
|
|
177
|
+
|
|
178
|
+
| # | Job | Imp. | Sat. | Opp. | Status |
|
|
179
|
+
|---|-----|:----:|:----:|:----:|:------:|
|
|
180
|
+
| F1 | Filter suitable candidates from a resume stream (15+ roles) | 9 | 4 | **14** | 🔴 Underserved |
|
|
181
|
+
| F2 | Approve a candidate with the hiring manager in 1-2 days | 8 | 3 | **13** | 🔴 Underserved |
|
|
182
|
+
| F3 | Track the status of all current open roles in one place | 7 | 5 | **9** | 🟢 Overserved |
|
|
183
|
+
| F4 | Import roles and resumes from external sources (e.g. Indeed) | 8 | 2 | **14** | 🔴 Underserved |
|
|
184
|
+
| F5 | Prepare a hiring efficiency report for the CEO | 6 | 4 | **8** | 🟢 Overserved |
|
|
185
|
+
|
|
186
|
+
### Emotional Jobs
|
|
187
|
+
|
|
188
|
+
| # | Job | Imp. | Sat. | Opp. |
|
|
189
|
+
|---|-----|:----:|:----:|:----:|
|
|
190
|
+
| E1 | Feel in control when managing 15+ roles simultaneously | 9 | 3 | **15** 🔴 |
|
|
191
|
+
| E2 | Relieve anxiety about a candidate getting "lost" in the process | 8 | 4 | **12** 🟡 |
|
|
192
|
+
|
|
193
|
+
### Social Jobs
|
|
194
|
+
|
|
195
|
+
| # | Job | Imp. | Sat. | Opp. |
|
|
196
|
+
|---|-----|:----:|:----:|:----:|
|
|
197
|
+
| S1 | Be perceived as an effective HR leader by the CEO | 8 | 5 | **11** 🟡 |
|
|
198
|
+
| S2 | Demonstrate a tech-savvy approach in front of the team | 6 | 6 | **6** 🟢 |
|
|
199
|
+
|
|
200
|
+
### Job Map — Main Job (F1: Filter candidates)
|
|
201
|
+
|
|
202
|
+
| Step | Current Behavior | Friction | Opportunity |
|
|
203
|
+
|------|------------------|----------|-------------|
|
|
204
|
+
| Define | Formulates requirements mentally | No standardized template → vague criteria | Requirements template with must/nice-to-have |
|
|
205
|
+
| Locate | Searches for resumes manually | Manual search for 15 roles = 3h/day | Auto-import via API |
|
|
206
|
+
| Prepare | Copies resumes into Excel | Formatting breaks, no unified view | Auto-parsing of resumes |
|
|
207
|
+
| Confirm | Visually checks for fit | Highly subjective, misses candidates | AI-scoring based on criteria |
|
|
208
|
+
| Execute | Emails the manager | Manager forgets, no SLAs | In-app approvals with deadlines |
|
|
209
|
+
| Monitor | Asks the manager via chat | Zero visibility into status | Dashboard with a pipeline |
|
|
210
|
+
|
|
211
|
+
### Jobs → Product Opportunities
|
|
212
|
+
|
|
213
|
+
| # | Job | Opp. | Friction | Opportunity | Type |
|
|
214
|
+
|---|-----|:----:|----------|-------------|:----:|
|
|
215
|
+
| 1 | F4: Import from external sources | 14 | Locate: manual search 3h/day | API integration | Feature |
|
|
216
|
+
| 2 | F1: Filter candidates | 14 | Confirm: subjective scoring | AI-scoring by must/nice-to-have | Feature |
|
|
217
|
+
| 3 | F2: Approve with manager | 13 | Execute: email without SLA | In-app approvals with deadlines | Improvement |
|
|
218
|
+
|
|
219
|
+
## Validation (Quality Gate)
|
|
220
|
+
|
|
221
|
+
- [ ] Identified at least 5 functional jobs formulated as "verb + object + context"
|
|
222
|
+
- [ ] Identified at least 3 emotional jobs
|
|
223
|
+
- [ ] Identified at least 2 social jobs
|
|
224
|
+
- [ ] All jobs formulated without tying them to a specific solution (test: no product names)
|
|
225
|
+
- [ ] Job Map built for the Main Job (8 steps of the Universal Job Map)
|
|
226
|
+
- [ ] For each Job Map step: current behavior, friction, and opportunity defined
|
|
227
|
+
- [ ] Prioritization via Importance × Satisfaction is completed
|
|
228
|
+
- [ ] Opportunity Score calculated, Jobs ranked
|
|
229
|
+
- [ ] Competing solutions (4 levels) and switching triggers defined for each priority Job
|
|
230
|
+
- [ ] Outcome Expectations defined with metrics, minimum, ideal, and gap
|
|
231
|
+
- [ ] Underserved Jobs translated into product opportunities
|
|
232
|
+
- [ ] Data sources cited; data older than 12 months marked with ⚠️
|
|
233
|
+
|
|
234
|
+
> If validation fails — revise and refine until it passes, rather than proceeding to the next step.
|
|
235
|
+
|
|
236
|
+
## Handoff
|
|
237
|
+
The output of `$jtbd-analysis` serves as input for:
|
|
238
|
+
- **Strategist / Product Manager** — priority Jobs for product strategy.
|
|
239
|
+
- **`icp-buyer-persona`** — enriching personas with jobs and expectations.
|
|
240
|
+
- **`competitive-analysis`** — competing solutions for benchmarking.
|
|
241
|
+
- **`customer-journey-mapping`** — jobs at each stage of the customer journey.
|
|
242
|
+
- **`unit-economics`** — willingness to pay based on the value of jobs to be done.
|
|
243
|
+
- **`blue-ocean-strategy`** — if underserved Jobs require a radically new solution.
|
|
244
|
+
|
|
245
|
+
Handoff format: ranked list of Jobs with Opportunity Scores + Job Map + product opportunities. Use `$handoff` to transfer context.
|
|
246
|
+
|
|
247
|
+
## Anti-patterns
|
|
248
|
+
|
|
249
|
+
| Error | Why it's bad | Correct Approach |
|
|
250
|
+
|-------|--------------|------------------|
|
|
251
|
+
| Job is tied to a solution | "Wants to use our API" is a Feature, not a Job | Frame via progress: "verb + object + context" |
|
|
252
|
+
| Only functional Jobs | Emotional and social context are ignored | Always analyze all three types |
|
|
253
|
+
| Without prioritization | All Jobs appear equally important | Importance × Satisfaction → Opportunity Score |
|
|
254
|
+
| Free of competing solutions | Unclear what we are competing against | For each Job: direct, indirect, DIY, "do nothing" |
|
|
255
|
+
| Excessively abstract Jobs | "Wants to be successful" is not actionable | Specific context: "close 15 roles in 30 days" |
|
|
256
|
+
| Confusing Job and Feature | Job = customer's task, Feature = provider's solution | Separate layers, translate via Job Map |
|
|
257
|
+
| Without Outcome Expectations | Unclear how to measure success | Metric + minimum + ideal + current level + gap |
|
|
258
|
+
| Missing Job Map | Unclear where the exact friction points lie | Universal Job Map: 8 steps for the Main Job |
|
|
259
|
+
| Opportunity Score without actions | We know it's underserved, but don't know what to do | Jobs → Product Opportunities with type: feature / improvement / new product |
|
|
260
|
+
|
|
261
|
+
## Output Template
|
|
262
|
+
|
|
263
|
+
```markdown
|
|
264
|
+
### Jobs To Be Done — [Product / Service]
|
|
265
|
+
|
|
266
|
+
**Target Audience:** [who]
|
|
267
|
+
**Context:** [situation]
|
|
268
|
+
**Data Type:** Primary (interviews N=X) / Secondary (reviews, forums)
|
|
269
|
+
**Date of Analysis:** [date]
|
|
270
|
+
|
|
271
|
+
---
|
|
272
|
+
|
|
273
|
+
#### Context Statement
|
|
274
|
+
> When [situation], [persona] wants to [progress], so they can [result].
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
278
|
+
#### Job Hierarchy
|
|
279
|
+
|
|
280
|
+
##### Functional Jobs
|
|
281
|
+
|
|
282
|
+
| # | Job | Imp. (1-10) | Sat. (1-10) | Opp. Score | Status | Source |
|
|
283
|
+
|---|-----|:-----------:|:-----------:|:----------:|:------:|--------|
|
|
284
|
+
| F1 | [Main Job: verb + object + context] | X | X | XX | 🔴/🟡/🟢 | [Source] |
|
|
285
|
+
| F2 | [Related Job] | X | X | XX | 🔴/🟡/🟢 | [Source] |
|
|
286
|
+
|
|
287
|
+
##### Emotional Jobs
|
|
288
|
+
|
|
289
|
+
| # | Job | Imp. | Sat. | Opp. | Source |
|
|
290
|
+
|---|-----|:----:|:----:|:----:|--------|
|
|
291
|
+
| E1 | Feel [emotion] when [context] | X | X | XX | [Source] |
|
|
292
|
+
|
|
293
|
+
##### Social Jobs
|
|
294
|
+
|
|
295
|
+
| # | Job | Imp. | Sat. | Opp. | Source |
|
|
296
|
+
|---|-----|:----:|:----:|:----:|--------|
|
|
297
|
+
| S1 | Be perceived as [quality] by [audience] | X | X | XX | [Source] |
|
|
298
|
+
|
|
299
|
+
---
|
|
300
|
+
|
|
301
|
+
#### Job Map — Main Job ([F1])
|
|
302
|
+
|
|
303
|
+
| Step | Current Behavior | Friction | Opportunity |
|
|
304
|
+
|------|------------------|----------|-------------|
|
|
305
|
+
| Define | [Description] | [Problem] | [Solution] |
|
|
306
|
+
| Locate | [Description] | [Problem] | [Solution] |
|
|
307
|
+
| Prepare | [Description] | [Problem] | [Solution] |
|
|
308
|
+
| Confirm | [Description] | [Problem] | [Solution] |
|
|
309
|
+
| Execute | [Description] | [Problem] | [Solution] |
|
|
310
|
+
| Monitor | [Description] | [Problem] | [Solution] |
|
|
311
|
+
| Modify | [Description] | [Problem] | [Solution] |
|
|
312
|
+
| Conclude | [Description] | [Problem] | [Solution] |
|
|
313
|
+
|
|
314
|
+
---
|
|
315
|
+
|
|
316
|
+
#### Opportunity Score Matrix
|
|
317
|
+
|
|
318
|
+
| Zone | Jobs | Opp. Score | Recommendation |
|
|
319
|
+
|------|------|:----------:|----------------|
|
|
320
|
+
| 🔴 Underserved (>15) | [F1, E1, ...] | XX-XX | Priority for development |
|
|
321
|
+
| 🟡 Served (10-15) | [F2, S1, ...] | XX-XX | Maintain, targeted improvements |
|
|
322
|
+
| 🟢 Overserved (<10) | [F3, ...] | XX-XX | Do not invest, consider simplifying |
|
|
323
|
+
|
|
324
|
+
---
|
|
325
|
+
|
|
326
|
+
#### Competing Solutions
|
|
327
|
+
|
|
328
|
+
| Job | Direct | Indirect | DIY | "Nothing" | Switching Trigger |
|
|
329
|
+
|-----|--------|----------|-----|-----------|-------------------|
|
|
330
|
+
| [F1] | [Product] | [Category] | [Method] | [Consequences] | [What will cause a switch] |
|
|
331
|
+
|
|
332
|
+
---
|
|
333
|
+
|
|
334
|
+
#### Outcome Expectations (Top 3 Jobs)
|
|
335
|
+
|
|
336
|
+
| Job | Outcome | Metric | Minimum | Ideal | Current | Gap |
|
|
337
|
+
|-----|---------|--------|:-------:|:-----:|:-------:|:---:|
|
|
338
|
+
| [F1] | [Result] | [Metric] | [Value] | [Value] | [Value] | [Δ] |
|
|
339
|
+
|
|
340
|
+
---
|
|
341
|
+
|
|
342
|
+
#### Jobs → Product Opportunities
|
|
343
|
+
|
|
344
|
+
| # | Underserved Job | Opp. | Job Map Friction | Opportunity | Type |
|
|
345
|
+
|---|-----------------|:----:|------------------|-------------|:----:|
|
|
346
|
+
| 1 | [F1] | XX | [Step: problem] | [What to do] | Feature / Improvement / New Product |
|
|
347
|
+
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
#### Sources and Assumptions
|
|
351
|
+
|
|
352
|
+
| # | Fact / Assumption | Source | Date | Reliability |
|
|
353
|
+
|---|-------------------|--------|------|:-----------:|
|
|
354
|
+
| 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
|
|
355
|
+
|
|
356
|
+
Legend: ✅ Verified (interviews N≥5 / product data) | ⚠️ Estimated (reviews / 1 source) | 🔮 Assumed (hypothesis)
|
|
357
|
+
```
|