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,350 +1,366 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: value-chain-analysis
|
|
3
|
-
description: Analysis of primary and support activities — costs, value added, competitive advantages
|
|
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
|
-
### Step
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
4
|
|
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
|
-
| Activity |
|
|
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
|
-
| 1 |
|
|
319
|
-
|
|
320
|
-
---
|
|
321
|
-
|
|
322
|
-
####
|
|
323
|
-
|
|
324
|
-
|
|
|
325
|
-
|
|
326
|
-
|
|
|
327
|
-
|
|
328
|
-
---
|
|
329
|
-
|
|
330
|
-
####
|
|
331
|
-
|
|
332
|
-
| Activity |
|
|
333
|
-
|
|
334
|
-
| [Activity] |
|
|
335
|
-
|
|
336
|
-
---
|
|
337
|
-
|
|
338
|
-
####
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
1
|
+
---
|
|
2
|
+
name: value-chain-analysis
|
|
3
|
+
description: Analysis of primary and support activities — costs, value added, competitive advantages
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: analytics
|
|
6
|
+
owners:
|
|
7
|
+
- strategist
|
|
8
|
+
gates:
|
|
9
|
+
- STRATEGIST
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "value-chain-analysis"
|
|
14
|
+
- "цепочка ценности"
|
|
15
|
+
- "value chain"
|
|
16
|
+
- "анализ цепочки"
|
|
17
|
+
related: []
|
|
18
|
+
budget_lines: 366
|
|
19
|
+
schema_version: 1
|
|
20
|
+
---
|
|
21
|
+
# Value Chain Analysis — Primary and Support Activities
|
|
22
|
+
|
|
23
|
+
## When to use
|
|
24
|
+
- When searching for **competitive advantages** — where the company creates the most value.
|
|
25
|
+
- When optimizing the **cost structure** — identifying inefficient links in the chain.
|
|
26
|
+
- When making **make-or-buy** decisions — outsourcing, vertical integration, partnerships.
|
|
27
|
+
- During **benchmarking** — comparing the value chain with competitors to identify gaps.
|
|
28
|
+
|
|
29
|
+
## Input
|
|
30
|
+
|
|
31
|
+
| Field | Required | Description |
|
|
32
|
+
|------|:-----------:|----------|
|
|
33
|
+
| Organization / BU | ✅ | Company or business unit for analysis |
|
|
34
|
+
| Industry | ✅ | Industry context for benchmarking |
|
|
35
|
+
| Business type | ✅ | Traditional (manufacturing/retail) / Digital (SaaS/platform) |
|
|
36
|
+
| Product / service | ⬚ | Specific product for focused analysis |
|
|
37
|
+
| Competitors for comparison | ⬚ | 1-3 competitors for benchmarking |
|
|
38
|
+
| Financial data | ⬚ | Costs by activity (if available) |
|
|
39
|
+
| Strategic goal | ⬚ | Cost optimization / differentiation / both |
|
|
40
|
+
|
|
41
|
+
> If mandatory fields are not provided — **ask the user** before starting the analysis. Do not invent.
|
|
42
|
+
|
|
43
|
+
## Data Sources
|
|
44
|
+
1. Management accounting — costs by activity (ABC costing).
|
|
45
|
+
2. Operational metrics — productivity, cycle time, quality by links.
|
|
46
|
+
3. Customer data — satisfaction, NPS, complaints by touchpoints.
|
|
47
|
+
4. Competitive analysis — benchmarks for key activities.
|
|
48
|
+
5. Industry standards — best practices, average indicators.
|
|
49
|
+
|
|
50
|
+
> Every fact — with source and date. Data older than 12 months — mark with ⚠️.
|
|
51
|
+
|
|
52
|
+
### Connection with other skills
|
|
53
|
+
| Skill | What we take | When to call |
|
|
54
|
+
|------|-----------|----------------|
|
|
55
|
+
| `competitive-analysis` | Competitor benchmarks by activity (steps 1-9) | To compare competitive position per activity |
|
|
56
|
+
| `unit-economics` | Costs → margin structure, CAC from marketing (step 4) | To link the chain to unit economics |
|
|
57
|
+
| `porters-five-forces` | Supplier power → Procurement (step 9), buyer power → Service (step 5) | If external forces impact chain links |
|
|
58
|
+
| `swot-analysis` | Advantages → S, inefficiencies → W (step 11) | For integration into SWOT |
|
|
59
|
+
| `web-research` | Industry benchmarks for costs and efficiency | If comparison data is missing |
|
|
60
|
+
| `customer-journey-mapping` | Customer touchpoints → Marketing, Service (steps 4-5) | To link CX to chain links |
|
|
61
|
+
|
|
62
|
+
## Framework Adaptation by Business Type
|
|
63
|
+
|
|
64
|
+
| Activity (Porter) | Traditional Business | Digital / SaaS |
|
|
65
|
+
|---------------------------|---------------------|----------------|
|
|
66
|
+
| Inbound Logistics | Raw material receipt, warehousing | Data ingestion, API integrations, content procurement |
|
|
67
|
+
| Operations | Manufacturing, assembly | Development (R&D), DevOps, deploy |
|
|
68
|
+
| Outbound Logistics | Distribution, delivery | CDN, onboarding, provisioning |
|
|
69
|
+
| Marketing & Sales | Advertising, channels, pricing | Growth, PLG, sales, partnerships |
|
|
70
|
+
| Service | Warranty, repair, support | Customer Success, support, updates |
|
|
71
|
+
| Infrastructure | Management, finance, legal | Management, finance, compliance |
|
|
72
|
+
| HR | Hiring, training, motivation | Hiring, culture, remote |
|
|
73
|
+
| Technological Development | R&D, innovation | Platform engineering, AI/ML |
|
|
74
|
+
| Procurement | Purchasing, suppliers | Cloud vendors, API providers, SaaS tools |
|
|
75
|
+
|
|
76
|
+
> For Digital/SaaS — use adapted activity names from the right column.
|
|
77
|
+
|
|
78
|
+
## Protocol
|
|
79
|
+
|
|
80
|
+
### Step 0 — Prepare Context
|
|
81
|
+
1. Define the object of analysis and boundaries (whole company or specific BU / product).
|
|
82
|
+
2. Determine business type: traditional or digital/SaaS (select adaptation).
|
|
83
|
+
3. Record the strategic goal: cost leadership, differentiation, or both.
|
|
84
|
+
4. Define the level of detail: aggregate (9 activities) or detailed (sub-activities).
|
|
85
|
+
5. Gather available financial and operational data.
|
|
86
|
+
|
|
87
|
+
### Step 1 — Inbound Logistics
|
|
88
|
+
1. Identify key processes (adapt for business type).
|
|
89
|
+
2. Assess costs and value added:
|
|
90
|
+
|
|
91
|
+
| Metric | Value | Benchmark | Source |
|
|
92
|
+
|---------|:--------:|:--------:|----------|
|
|
93
|
+
| Costs (% of total) | X% | X% | [Source] |
|
|
94
|
+
| Value added | [Description] | — | [Source] |
|
|
95
|
+
| Key efficiency metric | [KPI: cycle time, reliability] | [Benchmark] | [Source] |
|
|
96
|
+
|
|
97
|
+
3. Scoring:
|
|
98
|
+
- **Costs (1-5):** 1 = minimal, 5 = excessive.
|
|
99
|
+
- **Value (1-5):** 1 = minimal, 5 = critical for the customer.
|
|
100
|
+
- **Efficiency Score = Value / Costs** (>1.0 = efficient, <1.0 = inefficient).
|
|
101
|
+
4. Competitive position: Advantage / Parity / Disadvantage.
|
|
102
|
+
|
|
103
|
+
### Step 2 — Operations
|
|
104
|
+
Similar structure: processes → costs/value → scoring → competitive position.
|
|
105
|
+
|
|
106
|
+
Key metrics: quality (defect rate), speed (cycle time), agility (time-to-market).
|
|
107
|
+
|
|
108
|
+
### Step 3 — Outbound Logistics
|
|
109
|
+
Key metrics: delivery speed, coverage, reliability, cost per unit.
|
|
110
|
+
|
|
111
|
+
### Step 4 — Marketing & Sales
|
|
112
|
+
Key metrics: CAC, ROAS, conversion, sales cycle length, brand awareness.
|
|
113
|
+
|
|
114
|
+
> Link to `$unit-economics`: CAC from this link → unit economics.
|
|
115
|
+
|
|
116
|
+
### Step 5 — Service
|
|
117
|
+
Key metrics: NPS, CSAT, SLA compliance, time-to-resolution, retention impact.
|
|
118
|
+
|
|
119
|
+
> Link to `$customer-journey-mapping`: touchpoints in retention/advocacy.
|
|
120
|
+
|
|
121
|
+
### Steps 6-9 — Support Activities
|
|
122
|
+
|
|
123
|
+
For each (Infrastructure, HR, Technological Development, Procurement) — similar structure:
|
|
124
|
+
1. Key processes (adapted for business type).
|
|
125
|
+
2. Costs (% of total) + value added.
|
|
126
|
+
3. Scoring: Costs (1-5), Value (1-5), Efficiency Score.
|
|
127
|
+
4. Competitive position.
|
|
128
|
+
|
|
129
|
+
**For each support activity — define its contribution to primary ones:**
|
|
130
|
+
|
|
131
|
+
| Support | Impacts primary | How |
|
|
132
|
+
|----------------|---------------------|-----|
|
|
133
|
+
| Infrastructure | All | Quality of management, planning, compliance |
|
|
134
|
+
| HR | Operations, Service | Team quality → product and support quality |
|
|
135
|
+
| Technological Development | Operations, Marketing | Innovations → differentiation, automation → costs |
|
|
136
|
+
| Procurement | Inbound Logistics, Operations | Quality and cost of inputs |
|
|
137
|
+
|
|
138
|
+
### Step 10 — Linkage Analysis
|
|
139
|
+
1. Identify key dependencies between activities:
|
|
140
|
+
|
|
141
|
+
| Linkage | Activity A → Activity B | Description | Optimization Effect |
|
|
142
|
+
|-------|:-------------:|----------|-------------------|
|
|
143
|
+
| [L1] | Procurement → Operations | Input quality → defect rate | Better suppliers → -X% defects |
|
|
144
|
+
| [L2] | Operations → Service | Product quality → support load | Fewer bugs → -X% tickets |
|
|
145
|
+
| [L3] | HR → Marketing | Sales skills → conversion | Training → +X% win rate |
|
|
146
|
+
|
|
147
|
+
2. Identify **trade-offs**: where optimizing one link degrades another.
|
|
148
|
+
3. Identify **synergies**: where investments in one link improve several.
|
|
149
|
+
|
|
150
|
+
### Step 11 — Consolidated Analysis and Scoring
|
|
151
|
+
|
|
152
|
+
Compile all activities into a single table:
|
|
153
|
+
|
|
154
|
+
| # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Efficiency | Comp. Position | Action |
|
|
155
|
+
|---|-----------------|:-----------:|:-------------:|:--------------:|:----------:|:---------------:|----------|
|
|
156
|
+
| 1 | Inbound Logistics | X% | X | X | X.X | Adv./Parity/Disadv. | [Action] |
|
|
157
|
+
|
|
158
|
+
**Define zones using the Costs × Value matrix:**
|
|
159
|
+
|
|
160
|
+
| | Low Costs | High Costs |
|
|
161
|
+
|--|:--------------:|:---------------:|
|
|
162
|
+
| **High Value** | 🟢 Super-efficient → Invest | 🟡 Justified → Maintain |
|
|
163
|
+
| **Low Value** | ⚪ Neutral → Outsourcing? | 🔴 Inefficient → Optimize |
|
|
164
|
+
|
|
165
|
+
### Step 12 — Recommendations
|
|
166
|
+
1. TOP-3 sources of competitive advantage (🟢 + 🟡 with high value).
|
|
167
|
+
2. TOP-3 optimization zones (🔴 inefficient).
|
|
168
|
+
3. Make-or-buy decisions:
|
|
169
|
+
|
|
170
|
+
| Activity | Decision | Justification | Expected Effect |
|
|
171
|
+
|-----------------|---------|-------------|:----------------:|
|
|
172
|
+
| [Activity] | Make / Buy / Partner | [Why] | [Savings / Value growth] |
|
|
173
|
+
|
|
174
|
+
4. Action plan with priorities, owners, deadlines, and KPIs.
|
|
175
|
+
|
|
176
|
+
## Example — B2B SaaS: HR Recruiting Automation Platform
|
|
177
|
+
|
|
178
|
+
**Context:** HR-tech SaaS, 200 clients, $2.4M ARR, 45 employees, RF. Strategy: differentiation via AI.
|
|
179
|
+
|
|
180
|
+
### Consolidated Table
|
|
181
|
+
|
|
182
|
+
**Primary Activities:**
|
|
183
|
+
|
|
184
|
+
| # | Activity (SaaS Adaptation) | Costs (%) | Costs (1-5) | Value (1-5) | Effic. | Comp. | Action |
|
|
185
|
+
|---|---------------------|:-----------:|:-----------:|:-----------:|:------:|:-------:|----------|
|
|
186
|
+
| 1 | Data ingestion / API | 5% | 2 | 3 | 1.5 | Parity | Maintain |
|
|
187
|
+
| 2 | Development (R&D) | 35% | 4 | 5 | 1.25 | **Advantage** | Invest (AI) |
|
|
188
|
+
| 3 | Onboarding / CDN | 8% | 3 | 4 | 1.33 | Advantage | Maintain (3-day deploy) |
|
|
189
|
+
| 4 | Growth / Sales | 25% | 4 | 3 | 0.75 | **Disadvantage** | 🔴 Optimize |
|
|
190
|
+
| 5 | Customer Success | 12% | 3 | 5 | 1.67 | Advantage | Invest (NPS 72) |
|
|
191
|
+
|
|
192
|
+
**Support Activities:**
|
|
193
|
+
|
|
194
|
+
| # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Effic. | Comp. | Action |
|
|
195
|
+
|---|-----|:-----------:|:-----------:|:-----------:|:------:|:-------:|----------|
|
|
196
|
+
| 6 | Management / compliance | 5% | 2 | 2 | 1.0 | Parity | Maintain |
|
|
197
|
+
| 7 | HR (hiring, culture) | 3% | 2 | 4 | 2.0 | 🟢 Super-effic | Invest |
|
|
198
|
+
| 8 | Platform engineering | 5% | 3 | 5 | 1.67 | Advantage | Invest |
|
|
199
|
+
| 9 | Cloud / API vendors | 2% | 1 | 2 | 2.0 | Parity | Maintain |
|
|
200
|
+
|
|
201
|
+
**Margin:** 85% gross (Revenue $200K/mo − COGS $30K).
|
|
202
|
+
|
|
203
|
+
### Linkages
|
|
204
|
+
|
|
205
|
+
| Linkage | A → B | Effect | Trade-off / Synergy |
|
|
206
|
+
|-------|:-----:|--------|:-------------------:|
|
|
207
|
+
| R&D → Customer Success | Fewer bugs → -30% tickets | Synergy ✅ |
|
|
208
|
+
| R&D → Growth/Sales | AI features → differentiation → +conversion | Synergy ✅ |
|
|
209
|
+
| HR → R&D | Hiring quality → development speed | Synergy ✅ |
|
|
210
|
+
| Growth/Sales → Customer Success | Aggressive sales → bad-fit clients → churn | Trade-off ⚠️ |
|
|
211
|
+
|
|
212
|
+
### Competitive Advantages (TOP-3)
|
|
213
|
+
|
|
214
|
+
| # | Activity | Advantage | Sustainability | Proof |
|
|
215
|
+
|---|-----|-------------|:------------:|----------------|
|
|
216
|
+
| 1 | R&D | AI personalization (only ones in RF market) | High (patent + team) | 3 ML engineers, patent pending |
|
|
217
|
+
| 2 | Customer Success | NPS 72 vs industry 45 | Medium (copyable via processes) | Q1 2026 survey, N=180 |
|
|
218
|
+
| 3 | Onboarding | 3-day deploy vs competitors' 2-4 weeks | Medium | CRM: last 20 deployments |
|
|
219
|
+
|
|
220
|
+
### Optimization Zones (TOP-3)
|
|
221
|
+
|
|
222
|
+
| # | Activity | Problem | Recommendation | Effect |
|
|
223
|
+
|---|-----|---------|-------------|:------:|
|
|
224
|
+
| 1 | Growth/Sales | Efficiency 0.75, CAC $1,450 (LinkedIn $2,500) | Reallocate budget: LinkedIn → Content/Referral | CAC → $1,100 (-24%) |
|
|
225
|
+
| 2 | Growth/Sales | Sales team 3 ppl., bottleneck | Hire 2 SDRs + partner program | Pipeline ×2 |
|
|
226
|
+
| 3 | Data ingestion | No 1C integration (30% drop-off) | Develop 1C integration | -30% drop-off |
|
|
227
|
+
|
|
228
|
+
### Make-or-Buy
|
|
229
|
+
|
|
230
|
+
| Activity | Decision | Justification | Effect |
|
|
231
|
+
|-----|---------|-------------|:------:|
|
|
232
|
+
| Cloud infrastructure | Buy (Yandex Cloud) | Not core competence, commodity | -15% vs on-premise |
|
|
233
|
+
| AI/ML models | Make (in-house) | Core differentiator, cannot offload | Moat |
|
|
234
|
+
| L1 Support | Partner (outsourced 50%) | Standard tickets, non-differentiating | -20% support costs |
|
|
235
|
+
|
|
236
|
+
## Validation (Quality Gate)
|
|
237
|
+
|
|
238
|
+
- [ ] All 5 primary activities analyzed (adapted for business type)
|
|
239
|
+
- [ ] All 4 support activities analyzed
|
|
240
|
+
- [ ] For each activity: costs (%), scoring (1-5 costs, 1-5 value), Efficiency Score
|
|
241
|
+
- [ ] Competitive position defined per activity (Advantage / Parity / Disadvantage)
|
|
242
|
+
- [ ] Linkages between activities analyzed: synergies and trade-offs
|
|
243
|
+
- [ ] Costs × Value matrix filled, zones defined (🟢/🟡/⚪/🔴)
|
|
244
|
+
- [ ] TOP-3 competitive advantages with sustainability and proofs
|
|
245
|
+
- [ ] TOP-3 optimization zones with recommendations and expected effect
|
|
246
|
+
- [ ] Make-or-buy decisions justified for key activities
|
|
247
|
+
- [ ] Benchmarking conducted (against competitors or industry standards)
|
|
248
|
+
- [ ] Data sources cited; data older than 12 mo marked ⚠️
|
|
249
|
+
|
|
250
|
+
> If validation fails — iterate until it passes, do not hand off further.
|
|
251
|
+
|
|
252
|
+
## Handoff
|
|
253
|
+
The output of `$value-chain-analysis` acts as input for:
|
|
254
|
+
- **Strategist / Mediator** — operational strategy, optimization program.
|
|
255
|
+
- **`swot-analysis`** — advantages → S, inefficiencies → W.
|
|
256
|
+
- **`competitive-analysis`** — benchmarking by activities.
|
|
257
|
+
- **`unit-economics`** — costs per activity → margin structure.
|
|
258
|
+
- **`porters-five-forces`** — procurement ↔ supplier power, service ↔ buyer power.
|
|
259
|
+
|
|
260
|
+
Output format: consolidated table + linkages + TOP-3 advantages + TOP-3 optimizations + make-or-buy. When handing off — use `$handoff`.
|
|
261
|
+
|
|
262
|
+
## Anti-patterns
|
|
263
|
+
|
|
264
|
+
| Mistake | Why it hurts | How to do it right |
|
|
265
|
+
|--------|-------------|---------------|
|
|
266
|
+
| Analyzing only primary | Support activities often determine competitive advantage (R&D, HR) | All 9 activities: 5 primary + 4 support |
|
|
267
|
+
| Costs without value | Unclear if costs are justified | Pair: Costs + Value → Efficiency Score |
|
|
268
|
+
| Ignoring linkages | Optimizing one link may degrade another | Linkages: synergies and trade-offs between activities |
|
|
269
|
+
| Vague phrasing | "Good marketing" gives no insights | Specifics: CAC = $X, conversion = Y%, NPS = Z |
|
|
270
|
+
| No strategic context | Cost optimization vs differentiation — different focuses | Tie to strategy: what to optimize, what to reinforce |
|
|
271
|
+
| No benchmarking | Unclear if metrics are good or bad | Compare with competitors and the industry |
|
|
272
|
+
| Core Porter for SaaS w/o adapting | "Inbound logistics" makes no sense for SaaS | Adapt: Data ingestion, R&D, Onboarding, Growth, CS |
|
|
273
|
+
| No Efficiency Score | Impossible to compare links objectively | Efficiency = Value / Costs; <1.0 = problem |
|
|
274
|
+
| No make-or-buy | Missed outsourcing and focusing opportunities | Make (core), Buy (commodity), Partner (standard) |
|
|
275
|
+
|
|
276
|
+
## Output Template
|
|
277
|
+
|
|
278
|
+
```
|
|
279
|
+
### Value Chain Analysis: [Organization / BU]
|
|
280
|
+
**Industry:** [industry] | **Type:** [Traditional / Digital / SaaS]
|
|
281
|
+
**Strategy:** [cost leadership / differentiation] | **Date:** [date]
|
|
282
|
+
|
|
283
|
+
---
|
|
284
|
+
|
|
285
|
+
#### Framework Adaptation
|
|
286
|
+
|
|
287
|
+
| Activity (Porter) | Adaptation for [business type] |
|
|
288
|
+
|--------------|------------------------------|
|
|
289
|
+
| Inbound Logistics | [Adapted name] |
|
|
290
|
+
| Operations | [Adapted name] |
|
|
291
|
+
| ... | ... |
|
|
292
|
+
|
|
293
|
+
---
|
|
294
|
+
|
|
295
|
+
#### Consolidated Table
|
|
296
|
+
|
|
297
|
+
**Primary Activities**
|
|
298
|
+
|
|
299
|
+
| # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Efficiency | Comp. Position | Action |
|
|
300
|
+
|---|-----|:-----------:|:-----------:|:-----------:|:----------:|:---------------:|----------|
|
|
301
|
+
| 1 | [Activity] | X% | X | X | X.X | Adv./Parity/Disadv. | [Action] |
|
|
302
|
+
|
|
303
|
+
**Support Activities**
|
|
304
|
+
|
|
305
|
+
| # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Efficiency | Comp. Position | Action |
|
|
306
|
+
|---|-----|:-----------:|:-----------:|:-----------:|:----------:|:---------------:|----------|
|
|
307
|
+
| 6 | [Activity] | X% | X | X | X.X | Adv./Parity/Disadv. | [Action] |
|
|
308
|
+
|
|
309
|
+
**Margin:** XX%
|
|
310
|
+
|
|
311
|
+
---
|
|
312
|
+
|
|
313
|
+
#### Costs × Value Matrix
|
|
314
|
+
|
|
315
|
+
| | Low Costs (1-2) | High Costs (3-5) |
|
|
316
|
+
|--|:--------------------:|:---------------------:|
|
|
317
|
+
| **High Value (4-5)** | 🟢 Invest: [activities] | 🟡 Maintain: [activities] |
|
|
318
|
+
| **Low Value (1-3)** | ⚪ Outsourcing?: [activities] | 🔴 Optimize: [activities] |
|
|
319
|
+
|
|
320
|
+
---
|
|
321
|
+
|
|
322
|
+
#### Linkages
|
|
323
|
+
|
|
324
|
+
| Linkage | A → B | Description | Type |
|
|
325
|
+
|-------|:-----:|----------|:---:|
|
|
326
|
+
| [L1] | [Activity A] → [Activity B] | [Effect] | Synergy / Trade-off |
|
|
327
|
+
|
|
328
|
+
---
|
|
329
|
+
|
|
330
|
+
#### Competitive Advantages (TOP-3)
|
|
331
|
+
|
|
332
|
+
| # | Activity | Advantage | Sustainability | Proof | Source |
|
|
333
|
+
|---|-----|-------------|:------------:|----------------|----------|
|
|
334
|
+
| 1 | [Activity] | [Description] | High/Medium/Low | [Metric/fact] | [Source] |
|
|
335
|
+
|
|
336
|
+
---
|
|
337
|
+
|
|
338
|
+
#### Optimization Zones (TOP-3)
|
|
339
|
+
|
|
340
|
+
| # | Activity | Problem (Efficiency < 1.0) | Recommendation | Expected Effect |
|
|
341
|
+
|---|-----|----------------------------|-------------|:----------------:|
|
|
342
|
+
| 1 | [Activity] | [GAP] | [Action] | [Savings / Growth] |
|
|
343
|
+
|
|
344
|
+
---
|
|
345
|
+
|
|
346
|
+
#### Make-or-Buy
|
|
347
|
+
|
|
348
|
+
| Activity | Decision | Justification | Effect |
|
|
349
|
+
|-----|:-------:|-------------|:------:|
|
|
350
|
+
| [Activity] | Make / Buy / Partner | [Why] | [Result] |
|
|
351
|
+
|
|
352
|
+
---
|
|
353
|
+
|
|
354
|
+
#### Strategic Recommendations
|
|
355
|
+
[1-2 paragraphs: overall assessment of the chain, key advantages, growth zones, action plan]
|
|
356
|
+
|
|
357
|
+
---
|
|
358
|
+
|
|
359
|
+
#### Sources and Assumptions
|
|
360
|
+
|
|
361
|
+
| # | Fact / Assumption | Source | Date | Confidence |
|
|
362
|
+
|---|-------------------|----------|------|:-------------:|
|
|
363
|
+
| 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
|
|
364
|
+
|
|
365
|
+
Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert estimate)
|
|
366
|
+
```
|