code-ai-installer 4.0.0 → 4.0.1-b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -67
- package/dist/index.js +2 -0
- package/dist/mcp/audit_ledger.d.ts +12 -0
- package/dist/mcp/audit_ledger.js +82 -0
- package/dist/mcp/cli.js +7 -1
- package/dist/mcp/config.d.ts +23 -0
- package/dist/mcp/config.js +44 -6
- package/dist/mcp/index.d.ts +1 -2
- package/dist/mcp/index.js +1 -2
- package/dist/mcp/paths.d.ts +20 -2
- package/dist/mcp/paths.js +29 -5
- package/dist/mcp/proposal_dedup.d.ts +32 -0
- package/dist/mcp/proposal_dedup.js +102 -0
- package/dist/mcp/proposal_store.d.ts +18 -0
- package/dist/mcp/proposal_store.js +74 -0
- package/dist/mcp/scorecard.d.ts +140 -0
- package/dist/mcp/scorecard.js +103 -0
- package/dist/mcp/skill_invocations.d.ts +15 -0
- package/dist/mcp/skill_invocations.js +28 -0
- package/dist/mcp/task_state.d.ts +77 -2
- package/dist/mcp/tools/_subprocess.d.ts +16 -0
- package/dist/mcp/tools/_subprocess.js +56 -0
- package/dist/mcp/tools/advance_gate.js +2 -2
- package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
- package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
- package/dist/mcp/tools/apply_diff.d.ts +2 -0
- package/dist/mcp/tools/apply_diff.js +29 -0
- package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
- package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
- package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
- package/dist/mcp/tools/audit_budget_compliance.js +172 -0
- package/dist/mcp/tools/build.d.ts +2 -0
- package/dist/mcp/tools/build.js +47 -0
- package/dist/mcp/tools/check_lint.d.ts +2 -0
- package/dist/mcp/tools/check_lint.js +23 -0
- package/dist/mcp/tools/classify_gate.js +2 -2
- package/dist/mcp/tools/current_gate.js +2 -2
- package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
- package/dist/mcp/tools/dependency_supply_chain.js +59 -0
- package/dist/mcp/tools/docker_compose.d.ts +2 -0
- package/dist/mcp/tools/docker_compose.js +24 -0
- package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
- package/dist/mcp/tools/e2e_playwright.js +88 -0
- package/dist/mcp/tools/get_skill.js +17 -0
- package/dist/mcp/tools/git_commit.d.ts +2 -0
- package/dist/mcp/tools/git_commit.js +30 -0
- package/dist/mcp/tools/list_proposals.d.ts +6 -0
- package/dist/mcp/tools/list_proposals.js +16 -0
- package/dist/mcp/tools/list_skills.js +9 -1
- package/dist/mcp/tools/load_role.d.ts +3 -4
- package/dist/mcp/tools/load_role.js +11 -13
- package/dist/mcp/tools/propose_change.d.ts +8 -0
- package/dist/mcp/tools/propose_change.js +36 -0
- package/dist/mcp/tools/record_decision.js +25 -25
- package/dist/mcp/tools/review_proposal.d.ts +17 -0
- package/dist/mcp/tools/review_proposal.js +99 -0
- package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
- package/dist/mcp/tools/run_drift_audit.js +79 -0
- package/dist/mcp/tools/run_tests.d.ts +2 -0
- package/dist/mcp/tools/run_tests.js +92 -0
- package/dist/mcp/tools/sign_off.js +14 -2
- package/dist/mcp/tools/stubs.js +30 -9
- package/dist/mcp/tools/verify_claim.js +33 -6
- package/dist/mcp_setup.d.ts +14 -3
- package/dist/mcp_setup.js +15 -6
- package/dist/shared/frontmatter.d.ts +44 -2
- package/dist/shared/frontmatter.js +54 -6
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.js +0 -5
- package/dist/shared/persona.d.ts +2 -2
- package/dist/shared/persona.js +1 -1
- package/dist/shared/pipeline.d.ts +46 -1
- package/dist/shared/tools.d.ts +1382 -16
- package/dist/shared/tools.js +229 -0
- package/dist/shared/vocabulary.d.ts +99 -4
- package/dist/shared/vocabulary.js +94 -5
- package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
- package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
- package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
- package/domains/analytics/AGENTS.md +1 -0
- package/domains/analytics/agents/auditor.md +76 -0
- package/domains/analytics/agents/conductor.md +11 -0
- package/domains/analytics/agents/data_analyst.md +11 -0
- package/domains/analytics/agents/designer.md +11 -0
- package/domains/analytics/agents/interviewer.md +11 -0
- package/domains/analytics/agents/layouter.md +11 -0
- package/domains/analytics/agents/mediator.md +11 -0
- package/domains/analytics/agents/researcher.md +11 -0
- package/domains/analytics/agents/strategist.md +11 -0
- package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
- package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
- package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
- package/domains/analytics/locales/en/AGENTS.md +1 -0
- package/domains/analytics/locales/en/agents/auditor.md +76 -0
- package/domains/analytics/locales/en/agents/conductor.md +27 -0
- package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
- package/domains/analytics/locales/en/agents/designer.md +27 -0
- package/domains/analytics/locales/en/agents/interviewer.md +11 -0
- package/domains/analytics/locales/en/agents/layouter.md +11 -0
- package/domains/analytics/locales/en/agents/mediator.md +11 -0
- package/domains/analytics/locales/en/agents/researcher.md +11 -0
- package/domains/analytics/locales/en/agents/strategist.md +11 -0
- package/domains/analytics/persona/persona-base.md +94 -0
- package/domains/analytics/pipeline.yaml +102 -0
- package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
- package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/AGENTS.md +4 -0
- package/domains/content/agents/auditor.md +76 -0
- package/domains/content/agents/conductor.md +11 -0
- package/domains/content/agents/copywriter.md +11 -0
- package/domains/content/agents/researcher.md +11 -0
- package/domains/content/agents/reviewer.md +11 -0
- package/domains/content/agents/strategist.md +11 -0
- package/domains/content/agents/visual_concept.md +11 -0
- package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
- package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/locales/en/AGENTS.md +4 -0
- package/domains/content/locales/en/agents/auditor.md +76 -0
- package/domains/content/locales/en/agents/conductor.md +12 -0
- package/domains/content/locales/en/agents/copywriter.md +12 -0
- package/domains/content/locales/en/agents/researcher.md +12 -0
- package/domains/content/locales/en/agents/reviewer.md +12 -0
- package/domains/content/locales/en/agents/strategist.md +12 -0
- package/domains/content/locales/en/agents/visual_concept.md +12 -0
- package/domains/content/persona/persona-base.md +94 -0
- package/domains/content/pipeline.yaml +96 -0
- package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
- package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/AGENTS.md +1 -0
- package/domains/development/AGENTS.yaml +1 -0
- package/domains/development/agents/architect.md +13 -1
- package/domains/development/agents/auditor.md +74 -0
- package/domains/development/agents/conductor.md +14 -3
- package/domains/development/agents/devops.md +8 -9
- package/domains/development/agents/reviewer.md +12 -0
- package/domains/development/agents/senior_full_stack.md +12 -0
- package/domains/development/agents/tester.md +10 -16
- package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
- package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/locales/en/AGENTS.md +5 -0
- package/domains/development/locales/en/AGENTS.yaml +1 -0
- package/domains/development/locales/en/agents/architect.md +13 -1
- package/domains/development/locales/en/agents/auditor.md +74 -0
- package/domains/development/locales/en/agents/conductor.md +14 -3
- package/domains/development/locales/en/agents/devops.md +8 -9
- package/domains/development/locales/en/agents/reviewer.md +12 -0
- package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
- package/domains/development/locales/en/agents/tester.md +10 -16
- package/domains/development/persona/persona-base.md +94 -0
- package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
- package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
- package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
- package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
- package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
- package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/AGENTS.md +5 -0
- package/domains/product/AGENTS.yaml +1 -0
- package/domains/product/agents/auditor.md +76 -0
- package/domains/product/agents/conductor.md +11 -0
- package/domains/product/agents/data_analyst.md +11 -0
- package/domains/product/agents/designer.md +11 -0
- package/domains/product/agents/discovery.md +11 -0
- package/domains/product/agents/layouter.md +11 -0
- package/domains/product/agents/mediator.md +11 -0
- package/domains/product/agents/pm.md +11 -0
- package/domains/product/agents/product_strategist.md +11 -0
- package/domains/product/agents/tech_lead.md +11 -0
- package/domains/product/agents/ux_designer.md +11 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
- package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
- package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
- package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
- package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
- package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/locales/en/AGENTS.md +5 -0
- package/domains/product/locales/en/agents/auditor.md +76 -0
- package/domains/product/locales/en/agents/conductor.md +11 -0
- package/domains/product/locales/en/agents/data_analyst.md +11 -0
- package/domains/product/locales/en/agents/designer.md +11 -0
- package/domains/product/locales/en/agents/discovery.md +11 -0
- package/domains/product/locales/en/agents/layouter.md +11 -0
- package/domains/product/locales/en/agents/mediator.md +11 -0
- package/domains/product/locales/en/agents/pm.md +11 -0
- package/domains/product/locales/en/agents/product_strategist.md +11 -0
- package/domains/product/locales/en/agents/tech_lead.md +11 -0
- package/domains/product/locales/en/agents/ux_designer.md +11 -0
- package/domains/product/persona/persona-base.md +94 -0
- package/domains/product/pipeline.yaml +115 -0
- package/package.json +72 -70
|
@@ -1,392 +1,407 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: moscow-prioritization
|
|
3
|
-
description: Prioritization by Must / Should / Could / Won't — for coarse scope cuts
|
|
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
|
-
- Must
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
If
|
|
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
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
|
354
|
-
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
|
358
|
-
|
|
359
|
-
|
|
|
360
|
-
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
|
367
|
-
|
|
368
|
-
|
|
|
369
|
-
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
- Cut-Camp
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
1
|
+
---
|
|
2
|
+
name: moscow-prioritization
|
|
3
|
+
description: Prioritization by Must / Should / Could / Won't — for coarse scope cuts
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- pm
|
|
8
|
+
gates:
|
|
9
|
+
- PM
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- moscow-prioritization
|
|
14
|
+
- MoSCoW
|
|
15
|
+
- must should could
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 407
|
|
18
|
+
schema_version: 1
|
|
19
|
+
---
|
|
20
|
+
# MoSCoW Prioritization
|
|
21
|
+
|
|
22
|
+
> **Category:** Prioritization · **Slug:** `moscow-prioritization`
|
|
23
|
+
|
|
24
|
+
## When to Use
|
|
25
|
+
|
|
26
|
+
- When release scoping — what is the minimum viable set?
|
|
27
|
+
- In Cut-Camp (`/shape-prioritize`) — as the primary tool.
|
|
28
|
+
- For stakeholder communication — simple language about scope.
|
|
29
|
+
- In time-boxed projects (hard deadline) — what to cut first.
|
|
30
|
+
|
|
31
|
+
## Input
|
|
32
|
+
|
|
33
|
+
| Field | Required | Description |
|
|
34
|
+
|-------|:--------:|-------------|
|
|
35
|
+
| Feature list / requirements | ✅ | What is in consideration |
|
|
36
|
+
| Release goal | ✅ | What counts as «successful release» |
|
|
37
|
+
| Time box | ✅ | Deadline / sprint count |
|
|
38
|
+
| Capacity estimate | ✅ | Team bandwidth |
|
|
39
|
+
| Camp (Full B) | ⬚ | alpha (Build) / beta (Cut) |
|
|
40
|
+
|
|
41
|
+
## Data Sources
|
|
42
|
+
|
|
43
|
+
1. `$rice-scoring` — quantitative base, MoSCoW on top.
|
|
44
|
+
2. `$kano-model` — must-haves automatically go to Must.
|
|
45
|
+
3. Customer commitments / SLA — contractual musts.
|
|
46
|
+
4. Compliance / security — non-negotiable musts.
|
|
47
|
+
|
|
48
|
+
### Related Skills
|
|
49
|
+
|
|
50
|
+
| Skill | What we take | When to invoke |
|
|
51
|
+
|-------|-------------|----------------|
|
|
52
|
+
| `rice-scoring` | Quantitative ranking | Before MoSCoW |
|
|
53
|
+
| `kano-model` | Must-haves | For Must bucket |
|
|
54
|
+
| `prd-template` | Out-of-scope section | After MoSCoW |
|
|
55
|
+
| `epic-breakdown` | Stories per bucket | After assignment |
|
|
56
|
+
|
|
57
|
+
## Four Buckets
|
|
58
|
+
|
|
59
|
+
| Bucket | Meaning | Rule |
|
|
60
|
+
|--------|---------|------|
|
|
61
|
+
| **Must have** | Release blocker. Without this — release failed. | Only ~60% capacity. Strict. |
|
|
62
|
+
| **Should have** | Important, but not a blocker. Cutting doesn't kill release. | ~20% capacity |
|
|
63
|
+
| **Could have** | Nice to have. If remaining time — do it. | ~20% capacity |
|
|
64
|
+
| **Won't have (this time)** | Out of scope, explicit. Possibly in next release. | Unlimited list |
|
|
65
|
+
|
|
66
|
+
## Protocol
|
|
67
|
+
|
|
68
|
+
### Step 0 — Camp Framing (Full B)
|
|
69
|
+
|
|
70
|
+
**Build-Camp:** presume most items as Must. Bar for moving to Should — high.
|
|
71
|
+
|
|
72
|
+
**Cut-Camp:** presume most items as Could / Won't. Bar for Must — very high («without this release will fail»).
|
|
73
|
+
|
|
74
|
+
Without adversarial — balanced.
|
|
75
|
+
|
|
76
|
+
### Step 1 — Raw List
|
|
77
|
+
|
|
78
|
+
Gather all features / requirements. Usually 15-40.
|
|
79
|
+
|
|
80
|
+
### Step 2 — Classification Rules
|
|
81
|
+
|
|
82
|
+
**Must have** criteria:
|
|
83
|
+
- Absence = release failure
|
|
84
|
+
- Legal / compliance / security requirement
|
|
85
|
+
- SLA or customer contract commitment
|
|
86
|
+
- Core user flow (without which product is unusable)
|
|
87
|
+
- Must-have from Kano analysis
|
|
88
|
+
|
|
89
|
+
**Should have** criteria:
|
|
90
|
+
- High value, but workaround exists
|
|
91
|
+
- Delays cause pain, but not failure
|
|
92
|
+
- «Day 2» features after core release
|
|
93
|
+
|
|
94
|
+
**Could have** criteria:
|
|
95
|
+
- Nice enhancements
|
|
96
|
+
- Small effort, low complexity
|
|
97
|
+
- Easy to defer
|
|
98
|
+
|
|
99
|
+
**Won't have (this time)** criteria:
|
|
100
|
+
- Explicit out-of-scope
|
|
101
|
+
- Requires prerequisite not done
|
|
102
|
+
- Low value vs effort
|
|
103
|
+
- Belongs in future release
|
|
104
|
+
|
|
105
|
+
### Step 3 — Capacity Allocation
|
|
106
|
+
|
|
107
|
+
Healthy distribution:
|
|
108
|
+
- Must: ~60% capacity
|
|
109
|
+
- Should: ~20%
|
|
110
|
+
- Could: ~20%
|
|
111
|
+
- Won't: unlimited
|
|
112
|
+
|
|
113
|
+
If Musts > 60% — too ambitious, move some to Should or negotiate timeline.
|
|
114
|
+
|
|
115
|
+
### Step 4 — Individual Assessment
|
|
116
|
+
|
|
117
|
+
For each feature:
|
|
118
|
+
|
|
119
|
+
| # | Feature | Bucket | Rationale | Dependent on? |
|
|
120
|
+
|---|---------|:------:|-----------|---------------|
|
|
121
|
+
| 1 | SSO via SAML | Must | Enterprise contract requirement | — |
|
|
122
|
+
| 2 | User profile avatar | Could | Nice, low impact | Profile feature |
|
|
123
|
+
|
|
124
|
+
### Step 5 — Must Challenge
|
|
125
|
+
|
|
126
|
+
Challenge session: team asks about each Must in pairs: **«Could we release without this?»**
|
|
127
|
+
|
|
128
|
+
If the answer is «annoying but yes» → move to Should.
|
|
129
|
+
|
|
130
|
+
Real Musts survive the challenge: «No, release would fail because X».
|
|
131
|
+
|
|
132
|
+
### Step 6 — Won't Documentation
|
|
133
|
+
|
|
134
|
+
«Won't have» — **explicit**, not implicit. Record:
|
|
135
|
+
- Why excluded now
|
|
136
|
+
- When might be considered
|
|
137
|
+
- Dependency / prerequisite
|
|
138
|
+
|
|
139
|
+
This prevents re-debates later.
|
|
140
|
+
|
|
141
|
+
### Step 7 — Stakeholder Review
|
|
142
|
+
|
|
143
|
+
Communicate:
|
|
144
|
+
- Musts → «will ship»
|
|
145
|
+
- Shoulds → «plan to ship, may slip»
|
|
146
|
+
- Coulds → «if time permits»
|
|
147
|
+
- Won'ts → «not this release, here's why»
|
|
148
|
+
|
|
149
|
+
## Validation (Quality Gate)
|
|
150
|
+
|
|
151
|
+
- [ ] All features assigned to one of 4 buckets
|
|
152
|
+
- [ ] Must capacity ≤ 60%
|
|
153
|
+
- [ ] Each Must passes «could we ship without?» challenge
|
|
154
|
+
- [ ] Should/Could have rationale
|
|
155
|
+
- [ ] Won't features documented with reason
|
|
156
|
+
- [ ] Capacity check: total estimated ≤ available
|
|
157
|
+
- [ ] Dependencies mapped
|
|
158
|
+
|
|
159
|
+
## Handoff
|
|
160
|
+
|
|
161
|
+
The output is the input for:
|
|
162
|
+
- **`prd-template`** → Must/Should in scope, Won't in out-of-scope
|
|
163
|
+
- **`epic-breakdown`** → stories per bucket
|
|
164
|
+
- **Tech Lead** → effort validation
|
|
165
|
+
- **Mediator** (Full B) — Cut camp evidence
|
|
166
|
+
|
|
167
|
+
Format: MoSCoW table with rationale. Via `$handoff`.
|
|
168
|
+
|
|
169
|
+
## Anti-patterns
|
|
170
|
+
|
|
171
|
+
| Error | Why it's bad | How to do it right |
|
|
172
|
+
|-------|-------------|---------------------|
|
|
173
|
+
| Everything is Must | Lost prioritization | Max 60% capacity Must |
|
|
174
|
+
| No Won't | Scope uncontrolled | Explicit Won't list |
|
|
175
|
+
| No rationale | Debates repeat | Every item has justification |
|
|
176
|
+
| MoSCoW once, never updated | Stale | Review at sprint boundaries |
|
|
177
|
+
| «Negotiating» up at Should | Scope creep | Challenge process |
|
|
178
|
+
| Vague buckets | Unclear scope | Strict definitions |
|
|
179
|
+
|
|
180
|
+
## Template
|
|
181
|
+
|
|
182
|
+
```markdown
|
|
183
|
+
# MoSCoW — [Release Name] / [Quarter]
|
|
184
|
+
|
|
185
|
+
## Release Goal
|
|
186
|
+
[What makes this release successful]
|
|
187
|
+
|
|
188
|
+
## Must Have (~60% capacity)
|
|
189
|
+
| # | Feature | Rationale | Effort |
|
|
190
|
+
| 1 | ... | Contract requirement | 2pm |
|
|
191
|
+
|
|
192
|
+
## Should Have (~20%)
|
|
193
|
+
...
|
|
194
|
+
|
|
195
|
+
## Could Have (~20%)
|
|
196
|
+
...
|
|
197
|
+
|
|
198
|
+
## Won't Have (This Release)
|
|
199
|
+
| # | Feature | Why not now | When considered |
|
|
200
|
+
| 1 | Mobile app | Web-first strategy | Q4 2026 |
|
|
201
|
+
|
|
202
|
+
## Capacity Summary
|
|
203
|
+
- Available: N person-weeks
|
|
204
|
+
- Must: X (Y%)
|
|
205
|
+
- Should: X (Y%)
|
|
206
|
+
- Could: X (Y%)
|
|
207
|
+
- Buffer: Z
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
## Worked Example — TeamFlow `/shape-prioritize` Build-Camp vs Cut-Camp
|
|
211
|
+
|
|
212
|
+
**Context:** TeamFlow. Strategy and vision approved (Mediator synthesis). Team uses Full Pipeline B for **AI Summarization MVP scope debate** — Build-Camp (α) vs Cut-Camp (β) adversarial scope battle. Output — Mediator synthesis.
|
|
213
|
+
|
|
214
|
+
### Build-Camp MoSCoW (PM-01α)
|
|
215
|
+
|
|
216
|
+
**Position:** Every idea is justified. Burden of proof — show it can be deferred. Result: inclusive tendency.
|
|
217
|
+
|
|
218
|
+
```markdown
|
|
219
|
+
# Build-Camp MoSCoW — AI Summarization MVP Q2 2026
|
|
220
|
+
|
|
221
|
+
## Release Goal
|
|
222
|
+
Ship «best-in-category» AI summarization MVP that managers can't live without.
|
|
223
|
+
|
|
224
|
+
## Must Have (~80% capacity)
|
|
225
|
+
| # | Feature | Rationale | Effort (pm) |
|
|
226
|
+
|---|---------|-----------|:-----------:|
|
|
227
|
+
| 1 | AI Summary (core transcribe + summarize) | Core promise of initiative | 3 |
|
|
228
|
+
| 2 | Auto action items extraction | JTBD F3 — action items dropped without this | 1.5 |
|
|
229
|
+
| 3 | Inline summary edit | Must-have per Kano, all segments | 0.5 |
|
|
230
|
+
| 4 | Per-meeting AI toggle | Privacy Must-have, Kano | 0.5 |
|
|
231
|
+
| 5 | Data retention controls | Compliance Must-have | 1 |
|
|
232
|
+
| 6 | Calendar integration | Must-have per Kano for mid-market+ | 2 |
|
|
233
|
+
| 7 | Action items reminders (rule-based) | Highest RICE, quick win | 0.5 |
|
|
234
|
+
| 8 | Real-time transcription | Enables AI summary + delighter SMB | 4 |
|
|
235
|
+
| 9 | Pre-1:1 prep card | Leverages summary data, high-value workflow | 2 |
|
|
236
|
+
| 10 | Manager dashboard (per-manager 1:1 health) | Visual reinforcement of usage | 2 |
|
|
237
|
+
| 11 | SSO SAML (enterprise unblocker) | 2 enterprise deals waiting | 1 |
|
|
238
|
+
| 12 | Audit log enhancements | SOC 2 compliance — blocking | 1.5 |
|
|
239
|
+
|
|
240
|
+
**Must total: 19.5 pm** (of 24 person-months capacity)
|
|
241
|
+
|
|
242
|
+
## Should Have (~15%)
|
|
243
|
+
| # | Feature | Rationale | Effort (pm) |
|
|
244
|
+
|---|---------|-----------|:-----------:|
|
|
245
|
+
| 13 | Slack notifications | SMB Delighter, low effort | 0.5 |
|
|
246
|
+
| 14 | Quarterly exec report generator | VP HR Must per Kano | 2 |
|
|
247
|
+
|
|
248
|
+
**Should total: 2.5 pm**
|
|
249
|
+
|
|
250
|
+
## Could Have (~5%)
|
|
251
|
+
| # | Feature | Rationale | Effort (pm) |
|
|
252
|
+
|---|---------|-----------|:-----------:|
|
|
253
|
+
| 15 | AI discussion prompts | SMB Delighter | 1 |
|
|
254
|
+
| 16 | Meeting templates | SMB Delighter | 1 |
|
|
255
|
+
|
|
256
|
+
**Could total: 2 pm**
|
|
257
|
+
|
|
258
|
+
## Won't Have (This Release)
|
|
259
|
+
| # | Feature | Why not now | When considered |
|
|
260
|
+
|---|---------|-------------|:---------------:|
|
|
261
|
+
| 1 | Zoom/Meet recording import | Integration risk, Q2 tight | Q3 2026 |
|
|
262
|
+
| 2 | Sentiment tracking | Kano Reverse in SMB | Not on roadmap |
|
|
263
|
+
| 3 | Mobile-only experience | Web-first, mobile responsive OK | Q4 2026 |
|
|
264
|
+
|
|
265
|
+
## Capacity Summary
|
|
266
|
+
- Available: 24 person-months (8 eng × 13 weeks ÷ 52 = technical capacity)
|
|
267
|
+
- Must: 19.5 (81%) ⚠️ over target, but «everything is justified»
|
|
268
|
+
- Should: 2.5 (10%)
|
|
269
|
+
- Could: 2 (8%)
|
|
270
|
+
- Buffer: 0 (basically none)
|
|
271
|
+
|
|
272
|
+
**Build-Camp Argument:** «Managers who adopt this feature halfway will churn. We need full MVP — prep card + dashboard alongside core — to make it sticky. Cutting scope = ships mediocre feature in a category where Lattice has a 6 month lead. Must go big.»
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
### Cut-Camp MoSCoW (PM-02β)
|
|
276
|
+
|
|
277
|
+
**Position:** Every idea is unnecessary until proven otherwise. Burden of proof — show why it is **required now**. Result: minimalist tendency.
|
|
278
|
+
|
|
279
|
+
```markdown
|
|
280
|
+
# Cut-Camp MoSCoW — AI Summarization MVP Q2 2026
|
|
281
|
+
|
|
282
|
+
## Release Goal
|
|
283
|
+
Ship **minimal viable** AI summarization — validate market want, protect quality,
|
|
284
|
+
leave room for post-launch iteration.
|
|
285
|
+
|
|
286
|
+
## Must Have (~40% capacity)
|
|
287
|
+
| # | Feature | Rationale | Effort (pm) |
|
|
288
|
+
|---|---------|-----------|:-----------:|
|
|
289
|
+
| 1 | AI Summary (core only — transcribe + summarize) | THE feature. Without it there's nothing. | 3 |
|
|
290
|
+
| 2 | Inline summary edit | Trust rule — must let managers correct | 0.5 |
|
|
291
|
+
| 3 | Per-meeting AI toggle | Privacy — cannot ship without | 0.5 |
|
|
292
|
+
| 4 | Data retention controls (basic) | Compliance baseline | 1 |
|
|
293
|
+
| 5 | Calendar integration (basic pull only) | Without this managers can't find 1:1s in AI UI | 1 |
|
|
294
|
+
| 6 | SSO SAML | Enterprise contract blocker, 2 deals waiting | 1 |
|
|
295
|
+
|
|
296
|
+
**Must total: 7 pm** (of 24 person-months capacity)
|
|
297
|
+
|
|
298
|
+
## Should Have (~30%)
|
|
299
|
+
| # | Feature | Rationale | Effort (pm) |
|
|
300
|
+
|---|---------|-----------|:-----------:|
|
|
301
|
+
| 7 | Auto action items extraction | High value, but depends on AI summary quality, can wait 1 iteration | 1.5 |
|
|
302
|
+
| 8 | Action items reminders (rule-based) | Quick win, doesn't depend on AI | 0.5 |
|
|
303
|
+
| 9 | Audit log enhancements | Needed for SOC 2 Type II, but 4 weeks leeway before audit | 1.5 |
|
|
304
|
+
|
|
305
|
+
**Should total: 3.5 pm**
|
|
306
|
+
|
|
307
|
+
## Could Have (~10%)
|
|
308
|
+
| # | Feature | Rationale | Effort (pm) |
|
|
309
|
+
|---|---------|-----------|:-----------:|
|
|
310
|
+
| 10 | Slack notifications | Delighter, trivial effort | 0.5 |
|
|
311
|
+
| 11 | Quarterly exec report generator | Useful but not blocking adoption | 2 |
|
|
312
|
+
|
|
313
|
+
**Could total: 2.5 pm**
|
|
314
|
+
|
|
315
|
+
## Won't Have (This Release)
|
|
316
|
+
| # | Feature | Why not now | When considered |
|
|
317
|
+
|---|---------|-------------|:---------------:|
|
|
318
|
+
| 1 | **Real-time transcription** | HIGH RISK: 4pm effort, can delay launch. Ship post-meeting summary first, live later. | Q3 2026 after MVP learnings |
|
|
319
|
+
| 2 | **Pre-1:1 prep card** | Depends on multi-meeting data — won't have enough until post-MVP | Q3 2026 |
|
|
320
|
+
| 3 | **Per-manager dashboard** | Duplicates aggregate dashboard (Theme 2) — scope collision | Post-MVP |
|
|
321
|
+
| 4 | **AI discussion prompts** | Delighter, defer to post-validation | Q4 2026 |
|
|
322
|
+
| 5 | **Meeting templates** | Adjacent feature, different team scope | Post-MVP |
|
|
323
|
+
| 6 | Zoom/Meet import | Integration complexity | Q4 2026 |
|
|
324
|
+
| 7 | Sentiment tracking | Kano Reverse | ❌ Never |
|
|
325
|
+
|
|
326
|
+
## Capacity Summary
|
|
327
|
+
- Available: 24 person-months
|
|
328
|
+
- Must: 7 (29%)
|
|
329
|
+
- Should: 3.5 (15%)
|
|
330
|
+
- Could: 2.5 (10%)
|
|
331
|
+
- **Buffer: 11 pm (46%)** — allows quality investment, bug bash, beta iteration
|
|
332
|
+
|
|
333
|
+
**Cut-Camp Argument:** «Real-time transcription adds 4 pm effort and 50% delivery risk. Ship post-meeting summary first (still solves JTBD F1 + F2), validate with customers, then add real-time in Q3. Pre-1:1 prep card needs multi-meeting data — MVP doesn't have enough context. Per-manager dashboard duplicates Theme 2 aggregate dashboard — scope collision not resolved. 11pm buffer = 46% — even Build-Camp acknowledges quality needs headroom, we build it into the plan.»
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
### Mediator Synthesis (MED-01)
|
|
337
|
+
|
|
338
|
+
**Evidence audit:**
|
|
339
|
+
- Build-Camp evidence: 3/5. Strong on user value, weak on delivery confidence (81% Must capacity = over-commitment)
|
|
340
|
+
- Cut-Camp evidence: 4/5. Strong on risk argument, but Should items 7, 8 look bordering-Must for launch success
|
|
341
|
+
|
|
342
|
+
**Synthesis decision — Hybrid:**
|
|
343
|
+
|
|
344
|
+
```markdown
|
|
345
|
+
# Unified Scope Decision — AI Summarization MVP Q2 2026
|
|
346
|
+
|
|
347
|
+
## Adopted (from Cut-Camp baseline + select Build-Camp adds)
|
|
348
|
+
|
|
349
|
+
### Must Have (~60% capacity)
|
|
350
|
+
| # | Feature | Effort | Source camp |
|
|
351
|
+
|---|---------|:------:|:-----------:|
|
|
352
|
+
| 1 | AI Summary (core) | 3 | Both |
|
|
353
|
+
| 2 | Inline summary edit | 0.5 | Both |
|
|
354
|
+
| 3 | Per-meeting AI toggle | 0.5 | Both |
|
|
355
|
+
| 4 | Data retention controls | 1 | Both |
|
|
356
|
+
| 5 | Calendar integration | 2 | Build (upgrade from Cut's basic) |
|
|
357
|
+
| 6 | SSO SAML | 1 | Both |
|
|
358
|
+
| 7 | Auto action items extraction | 1.5 | Build (promoted from Cut's Should) |
|
|
359
|
+
| 8 | Action items reminders | 0.5 | Both |
|
|
360
|
+
| 9 | Audit log enhancements | 1.5 | Cut (Should → promoted to Must per compliance deadline) |
|
|
361
|
+
| 10 | Manager inline edit | 0.5 | Both |
|
|
362
|
+
|
|
363
|
+
**Must total: 12 pm (50% — within healthy target)**
|
|
364
|
+
|
|
365
|
+
### Should Have
|
|
366
|
+
| Feature | Rationale |
|
|
367
|
+
|---------|-----------|
|
|
368
|
+
| Slack notifications | SMB delighter quick win |
|
|
369
|
+
| Quarterly exec report generator | VP HR value (Theme 2 anchor) |
|
|
370
|
+
|
|
371
|
+
### Could Have
|
|
372
|
+
| Feature | Rationale |
|
|
373
|
+
|---------|-----------|
|
|
374
|
+
| AI discussion prompts | SMB delighter if time |
|
|
375
|
+
| Meeting templates | SMB delighter if time |
|
|
376
|
+
|
|
377
|
+
### Won't Have
|
|
378
|
+
| Feature | Why |
|
|
379
|
+
|---------|-----|
|
|
380
|
+
| **Real-time transcription** | **Cut-Camp wins this battle** — ship post-meeting MVP first, prove adoption, add real-time in Q3. Evidence: 4 pm effort + 50% risk of launch delay. |
|
|
381
|
+
| **Pre-1:1 prep card** | Cut-Camp wins — needs multi-meeting data not available in MVP. Q3 addition. |
|
|
382
|
+
| **Per-manager dashboard** | Scope collision with Theme 2 — consolidate post-MVP. |
|
|
383
|
+
| Zoom/Meet import | Q3-Q4 as Kano Delighter |
|
|
384
|
+
| Sentiment tracking | ❌ Kano Reverse |
|
|
385
|
+
|
|
386
|
+
## Capacity Summary
|
|
387
|
+
- Available: 24 pm
|
|
388
|
+
- Must: 12 (50%) ✅
|
|
389
|
+
- Should: 2.5 (10%)
|
|
390
|
+
- Could: 2 (8%)
|
|
391
|
+
- **Buffer: 7.5 pm (32%)** — room for quality + emergent work
|
|
392
|
+
|
|
393
|
+
## Rationale for Hybrid
|
|
394
|
+
- Cut-Camp correctly identified **real-time transcription as highest-risk Must** — demote to Q3 saves ship-risk
|
|
395
|
+
- Cut-Camp correctly identified **per-manager dashboard scope collision** — Theme 2 handles this
|
|
396
|
+
- Build-Camp correctly identified **action items extraction is near-Must** — demoting creates «why have AI summary without action items?» confusion
|
|
397
|
+
- Build-Camp correctly identified **calendar integration must go beyond basic** — mid-market expectations
|
|
398
|
+
- **Buffer 32%** respects Cut-Camp's quality concern while shipping meaningful MVP
|
|
399
|
+
|
|
400
|
+
## Open risks
|
|
401
|
+
- Action items extraction depends on AI summary quality reaching threshold — spike in Week 2 to validate before commit
|
|
402
|
+
- Q3 addition of real-time transcription must be planned now (infra)
|
|
403
|
+
|
|
404
|
+
## Sign-off required from: CTO (capacity), CPO (feature scope), VP Sales (enterprise readiness)
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
> **MoSCoW adversarial lesson:** Build-Camp's Must = 81% capacity = **delivery risk**. Cut-Camp's Must = 29% = **feature anemia**. Mediator landed at 50% — **goldilocks zone**. Neither camp's argument was «wrong» — each was optimizing for a different failure mode. Structured debate forced explicit trade-offs instead of team compromising in private channels. Final Must list can be traced per-feature to which camp owned the decision, preserving accountability.
|