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,420 +1,435 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: epic-breakdown
|
|
3
|
-
description: Epic decomposition into stories with dependencies, size estimates (S/M/L/XL), critical path
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
|
36
|
-
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
-
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
-
|
|
189
|
-
-
|
|
190
|
-
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
-
|
|
252
|
-
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
**
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
|
276
|
-
|
|
|
277
|
-
|
|
|
278
|
-
|
|
|
279
|
-
|
|
|
280
|
-
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
|
290
|
-
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
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
|
-
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
-
|
|
392
|
-
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
-
|
|
400
|
-
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
1
|
+
---
|
|
2
|
+
name: epic-breakdown
|
|
3
|
+
description: Epic decomposition into stories with dependencies, size estimates (S/M/L/XL), critical path
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- pm
|
|
8
|
+
gates:
|
|
9
|
+
- PM
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- epic-breakdown
|
|
14
|
+
- epic breakdown
|
|
15
|
+
- декомпозиция эпика
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 435
|
|
18
|
+
schema_version: 1
|
|
19
|
+
---
|
|
20
|
+
# Epic Breakdown
|
|
21
|
+
|
|
22
|
+
> **Category:** Specification · **Slug:** `epic-breakdown`
|
|
23
|
+
|
|
24
|
+
## When to Use
|
|
25
|
+
|
|
26
|
+
- After epic approval (via RICE / WSJF) — before sprint planning.
|
|
27
|
+
- When estimating capacity for roadmap planning.
|
|
28
|
+
- For identifying critical path and parallelizable work.
|
|
29
|
+
- Pre-kickoff: the team needs to know the decomposition.
|
|
30
|
+
|
|
31
|
+
## Input
|
|
32
|
+
|
|
33
|
+
| Field | Required | Description |
|
|
34
|
+
|-------|:--------:|-------------|
|
|
35
|
+
| Epic spec (from PRD) | ✅ | Scope + success criteria |
|
|
36
|
+
| Existing architecture | ✅ | What already exists |
|
|
37
|
+
| Team composition | ✅ | Senior/mid/junior, roles |
|
|
38
|
+
| Dependencies / integrations | ⬚ | External systems |
|
|
39
|
+
| Constraints | ⬚ | Deadlines, compliance |
|
|
40
|
+
|
|
41
|
+
## Data Sources
|
|
42
|
+
|
|
43
|
+
1. PRD via `$prd-template`.
|
|
44
|
+
2. Tech review from Tech Lead.
|
|
45
|
+
3. Existing codebase / architecture docs.
|
|
46
|
+
4. Historical velocity data.
|
|
47
|
+
|
|
48
|
+
### Related Skills
|
|
49
|
+
|
|
50
|
+
| Skill | What we take | When to call |
|
|
51
|
+
|-------|-------------|--------------|
|
|
52
|
+
| `prd-template` | Epic scope | Parent |
|
|
53
|
+
| `user-story` | Story-level granularity | After breakdown |
|
|
54
|
+
| `acceptance-criteria` | Done criteria | Per story |
|
|
55
|
+
| `wsjf-scoring` | Epic-level priority | Before breakdown |
|
|
56
|
+
|
|
57
|
+
## Structure
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
Epic (1-2 quarters scale)
|
|
61
|
+
├── Story 1 (1-8 points, in-sprint)
|
|
62
|
+
├── Story 2
|
|
63
|
+
├── Story 3
|
|
64
|
+
└── Story N
|
|
65
|
+
↓
|
|
66
|
+
+ Technical Tasks (non-user-facing, e.g. infra)
|
|
67
|
+
+ Spikes (research / POC)
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Sizing:
|
|
71
|
+
- **Epic:** weeks to months (>13 points equivalent)
|
|
72
|
+
- **Story:** 1-8 points (fits in sprint)
|
|
73
|
+
- **Task:** < 1 day
|
|
74
|
+
- **Spike:** time-boxed research (usually 1-3 days)
|
|
75
|
+
|
|
76
|
+
## Protocol
|
|
77
|
+
|
|
78
|
+
### Step 0 — Epic Clarity
|
|
79
|
+
|
|
80
|
+
- [ ] Epic outcome defined (what does "done" look like)?
|
|
81
|
+
- [ ] Success metrics attached?
|
|
82
|
+
- [ ] Scope explicit (in + out)?
|
|
83
|
+
|
|
84
|
+
If not — return to PRD.
|
|
85
|
+
|
|
86
|
+
### Step 1 — Vertical Slicing
|
|
87
|
+
|
|
88
|
+
**Vertical slices** (user-facing, deliver value incrementally) **>** horizontal (layers: DB → backend → frontend → UI).
|
|
89
|
+
|
|
90
|
+
Each story — a thin vertical slice, from UI to storage.
|
|
91
|
+
|
|
92
|
+
Example for "Team Role Templates" epic:
|
|
93
|
+
- ❌ Horizontal: Story 1 "DB schema", Story 2 "Backend API", Story 3 "Frontend" (nothing ships until all done)
|
|
94
|
+
- ✅ Vertical: Story 1 "Create template (basic fields)", Story 2 "Edit template", Story 3 "Delete template", Story 4 "Assign template to new member"
|
|
95
|
+
|
|
96
|
+
### Step 2 — Splitting Techniques
|
|
97
|
+
|
|
98
|
+
If a story is too big:
|
|
99
|
+
- **Workflow steps:** multi-step flow → story per step
|
|
100
|
+
- **Data variations:** user type / region / locale
|
|
101
|
+
- **Alternate paths:** happy path story + error cases story
|
|
102
|
+
- **Acceptance criteria:** pull one AC out as a separate story
|
|
103
|
+
- **Roles:** end-user story + admin story (separate)
|
|
104
|
+
- **Simple/Complex:** basic version + advanced options
|
|
105
|
+
|
|
106
|
+
### Step 3 — Add Technical Tasks
|
|
107
|
+
|
|
108
|
+
**Pure technical work** without user-visible value:
|
|
109
|
+
- Infrastructure setup
|
|
110
|
+
- DB migrations (if no user-facing story covers it)
|
|
111
|
+
- Observability instrumentation
|
|
112
|
+
- Tests / fixtures
|
|
113
|
+
|
|
114
|
+
Keep separate from stories — do not inflate user stories.
|
|
115
|
+
|
|
116
|
+
### Step 4 — Identify Spikes
|
|
117
|
+
|
|
118
|
+
If high uncertainty — spike (time-boxed research):
|
|
119
|
+
- Architecture decision (new tech evaluation)
|
|
120
|
+
- Performance problem exploration
|
|
121
|
+
- Integration feasibility check
|
|
122
|
+
|
|
123
|
+
Output: ADR (architecture decision record) or POC code, not a shipping feature.
|
|
124
|
+
|
|
125
|
+
### Step 5 — Dependency Mapping
|
|
126
|
+
|
|
127
|
+
For each story — **depends on** / **enables**:
|
|
128
|
+
|
|
129
|
+
| Story | Depends On | Enables | Can parallelize with |
|
|
130
|
+
|-------|------------|---------|----------------------|
|
|
131
|
+
| S1: Template CRUD | — | S2, S4 | S5 (auth) |
|
|
132
|
+
| S2: Permissions config | S1 | S3 | S5 |
|
|
133
|
+
| S3: Assign to members | S1, S2 | — | — |
|
|
134
|
+
|
|
135
|
+
### Step 6 — Critical Path
|
|
136
|
+
|
|
137
|
+
Identify critical path — longest sequence of dependent stories.
|
|
138
|
+
|
|
139
|
+
```
|
|
140
|
+
S1 → S2 → S3 = critical path
|
|
141
|
+
S5 (auth) parallel
|
|
142
|
+
S4 (migration) parallel
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
Length of critical path = minimum elapsed time for epic.
|
|
146
|
+
|
|
147
|
+
### Step 7 — Sizing per Story
|
|
148
|
+
|
|
149
|
+
T-shirt / Story Points:
|
|
150
|
+
- **XS/1:** < 1 day
|
|
151
|
+
- **S/2:** 1-2 days
|
|
152
|
+
- **M/3:** 2-4 days
|
|
153
|
+
- **L/5-8:** 1+ week
|
|
154
|
+
- **XL/13+:** SPLIT (too big for sprint)
|
|
155
|
+
|
|
156
|
+
Ensure no XL remains after breakdown.
|
|
157
|
+
|
|
158
|
+
### Step 8 — Team Role Assignment
|
|
159
|
+
|
|
160
|
+
Per story — who's involved?
|
|
161
|
+
- Frontend + Backend + DB (full-stack slice)
|
|
162
|
+
- Design needed?
|
|
163
|
+
- Data / analytics involvement?
|
|
164
|
+
- Security review needed?
|
|
165
|
+
- QA time?
|
|
166
|
+
|
|
167
|
+
### Step 9 — Sprint Planning Input
|
|
168
|
+
|
|
169
|
+
Output: epic breakdown doc:
|
|
170
|
+
- Epic summary + success criteria
|
|
171
|
+
- Stories list with size + dependencies
|
|
172
|
+
- Critical path visualization
|
|
173
|
+
- Technical tasks
|
|
174
|
+
- Spikes
|
|
175
|
+
- Estimated total effort
|
|
176
|
+
- Timeline estimate
|
|
177
|
+
|
|
178
|
+
### Step 10 — Validation Checkpoint
|
|
179
|
+
|
|
180
|
+
Team review (PM + Eng Lead + Design):
|
|
181
|
+
- Missing stories?
|
|
182
|
+
- Mis-sized?
|
|
183
|
+
- Dependencies correct?
|
|
184
|
+
- Parallelizable work maximized?
|
|
185
|
+
|
|
186
|
+
## Validation (Quality Gate)
|
|
187
|
+
|
|
188
|
+
- [ ] Epic outcome + success metrics explicit
|
|
189
|
+
- [ ] Stories vertical slices (each delivers value)
|
|
190
|
+
- [ ] No XL stories (all split to ≤ 8 pts)
|
|
191
|
+
- [ ] Technical tasks separated from stories
|
|
192
|
+
- [ ] Spikes time-boxed
|
|
193
|
+
- [ ] Dependencies mapped
|
|
194
|
+
- [ ] Critical path identified
|
|
195
|
+
- [ ] Parallelizable work explicit
|
|
196
|
+
- [ ] Team capacity check (total effort vs capacity)
|
|
197
|
+
- [ ] Stakeholder review passed
|
|
198
|
+
|
|
199
|
+
## Handoff
|
|
200
|
+
|
|
201
|
+
The result is the input for:
|
|
202
|
+
- **Sprint Planning** — stories → sprints
|
|
203
|
+
- **`user-story`** + **`acceptance-criteria`** for each story
|
|
204
|
+
- **Tech Lead** → technical tasks ownership
|
|
205
|
+
- **PM** → roadmap timeline refinement
|
|
206
|
+
|
|
207
|
+
Format: epic breakdown doc (markdown + dependency graph). Via `$handoff`.
|
|
208
|
+
|
|
209
|
+
## Anti-patterns
|
|
210
|
+
|
|
211
|
+
| Error | Why it's bad | How to do it right |
|
|
212
|
+
|-------|-------------|-------------------|
|
|
213
|
+
| Horizontal slicing | Nothing ships until layers done | Vertical thin slices |
|
|
214
|
+
| XL stories | Does not fit in sprint | Split using techniques |
|
|
215
|
+
| No spike for unknowns | Mis-estimated stories | Time-boxed spike |
|
|
216
|
+
| Technical tasks inflate stories | Mis-sized | Separate track |
|
|
217
|
+
| Ignore dependencies | Parallel work blocked | Explicit DAG |
|
|
218
|
+
| Skip validation review | Missing stories discovered mid-sprint | Team review pre-kickoff |
|
|
219
|
+
|
|
220
|
+
## Template
|
|
221
|
+
|
|
222
|
+
```markdown
|
|
223
|
+
# Epic Breakdown: [Epic Name]
|
|
224
|
+
|
|
225
|
+
## Epic Summary
|
|
226
|
+
- Outcome: [what done looks like]
|
|
227
|
+
- Success metric: [X from baseline to target]
|
|
228
|
+
- Scope: [in scope]
|
|
229
|
+
- Out of scope: [explicit]
|
|
230
|
+
|
|
231
|
+
## Stories (vertical slices)
|
|
232
|
+
|
|
233
|
+
| # | Story | Size | Depends on | Enables | Roles |
|
|
234
|
+
|---|-------|:----:|------------|---------|-------|
|
|
235
|
+
| S1 | [...] | M | — | S2, S3 | FE+BE+Design |
|
|
236
|
+
| S2 | [...] | S | S1 | S3 | BE |
|
|
237
|
+
|
|
238
|
+
## Technical Tasks
|
|
239
|
+
- T1: DB migration for [X] — 1 day
|
|
240
|
+
- T2: Observability instrumentation — 0.5 day
|
|
241
|
+
|
|
242
|
+
## Spikes
|
|
243
|
+
- SP1: Evaluate Redis vs Memcached caching — 2 days time-box
|
|
244
|
+
|
|
245
|
+
## Critical Path
|
|
246
|
+
S1 → S2 → S3 (total: ~2 weeks)
|
|
247
|
+
Parallel: T1 (DB migration), S5 (auth integration)
|
|
248
|
+
|
|
249
|
+
## Capacity Summary
|
|
250
|
+
- Total estimate: N person-weeks
|
|
251
|
+
- Team: M people × Y weeks = Available
|
|
252
|
+
- Buffer: ~20%
|
|
253
|
+
|
|
254
|
+
## Open Questions
|
|
255
|
+
- [Q, owner]
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
## Worked Example — TeamFlow Epic Breakdown: AI Summarization
|
|
259
|
+
|
|
260
|
+
**Context:** After WSJF the team decided to decompose Epic 3 "AI Summarization Core" (WSJF 1.77 — low due to job size). The decomposition cycle below turns the monolithic epic into vertical slices + technical tasks + spikes.
|
|
261
|
+
|
|
262
|
+
```markdown
|
|
263
|
+
# Epic Breakdown: AI Summarization Core
|
|
264
|
+
|
|
265
|
+
## Epic Summary
|
|
266
|
+
- **Outcome:** Managers using TeamFlow AI summarization weekly — Sticky Manager Ratio ≥20% by Day 90 post-launch
|
|
267
|
+
- **Success metric:** 65% adoption in AI-tier accounts, action items completion 60→75%
|
|
268
|
+
- **Scope:** Post-meeting AI summarization MVP (NOT real-time, NOT prep card — those are Q3)
|
|
269
|
+
- **Out of scope:** Real-time transcription, multi-meeting intelligence, external meeting integration
|
|
270
|
+
|
|
271
|
+
## Stories (vertical slices — each delivers value end-to-end)
|
|
272
|
+
|
|
273
|
+
| # | Story | Size | Depends on | Enables | Roles |
|
|
274
|
+
|---|-------|:----:|------------|---------|-------|
|
|
275
|
+
| S1 | Enable AI Summarization toggle per-meeting | S (2) | T1 (feature flag) | S2 | FE + BE |
|
|
276
|
+
| S2 | Generate AI summary from meeting recording | L (8) | S1, T2 (LLM API), T3 (audio pipeline) | S3, S4 | BE + AI + Data |
|
|
277
|
+
| S3 | Review and edit summary inline | M (5) | S2 | S6 (audit) | FE + Design + BE |
|
|
278
|
+
| S4 | Extract action items with confidence scoring | M (5) | S2 | S5 | AI + BE |
|
|
279
|
+
| S5 | Surface action items reminders before next 1:1 | S (3) | S4, T4 (notif infra) | — | BE + FE |
|
|
280
|
+
| S6 | Admin org-wide AI policy | S (3) | S1 | — | FE + BE |
|
|
281
|
+
| S7 | Export AI operations audit log | S (3) | S1, S2, S3, S6 | — | BE |
|
|
282
|
+
|
|
283
|
+
**Total story points:** 29. Velocity estimate: 4-5 points/week for AI team (4 eng). Duration: ~6-7 weeks.
|
|
284
|
+
|
|
285
|
+
## Technical Tasks (do not deliver user value alone, but are necessary)
|
|
286
|
+
|
|
287
|
+
| # | Task | Effort | Owner | Dependency |
|
|
288
|
+
|---|------|:------:|-------|-----------|
|
|
289
|
+
| T1 | Feature flag infrastructure (LaunchDarkly setup + wrapper) | 0.5 week | Platform | — (foundation) |
|
|
290
|
+
| T2 | LLM API abstraction layer (OpenAI + Anthropic failover) | 1.5 weeks | AI team | SP1 result |
|
|
291
|
+
| T3 | Audio ingestion pipeline (browser recording → storage) | 1 week | Platform | — |
|
|
292
|
+
| T4 | Notification scheduling service | 0.5 week | Platform | — (can reuse) |
|
|
293
|
+
| T5 | Summary data model + schema migration | 0.5 week | Backend | — |
|
|
294
|
+
| T6 | Observability instrumentation (OTEL events, dashboards) | 0.5 week | SRE + AI | T2 |
|
|
295
|
+
| T7 | SOC 2 Type II audit controls documentation | 1 week | Security + Legal | Parallel track |
|
|
296
|
+
|
|
297
|
+
**Technical task total:** ~5.5 weeks of parallel work.
|
|
298
|
+
|
|
299
|
+
## Spikes (time-boxed research)
|
|
300
|
+
|
|
301
|
+
| # | Spike | Time Box | Owner | Decision Needed |
|
|
302
|
+
|---|-------|:--------:|-------|-----------------|
|
|
303
|
+
| SP1 | LLM provider benchmark: OpenAI GPT-4 vs Anthropic Claude for HR conversation quality | 1 week | AI Lead | Which primary, which fallback |
|
|
304
|
+
| SP2 | Audio pipeline: browser MediaRecorder vs WebRTC vs third-party (Recall.ai) | 1 week | Platform Lead | Build vs buy decision |
|
|
305
|
+
| SP3 | Summary data storage: Postgres JSONB vs dedicated document store (for future ML) | 3 days | Data Lead | Schema approach |
|
|
306
|
+
|
|
307
|
+
**Spike total:** ~2.5 weeks (parallel with early dev work).
|
|
308
|
+
|
|
309
|
+
## Dependency Graph (DAG)
|
|
310
|
+
|
|
311
|
+
```
|
|
312
|
+
Spikes (Week 1):
|
|
313
|
+
SP1 (LLM bench) → informs T2
|
|
314
|
+
SP2 (Audio) → informs T3
|
|
315
|
+
SP3 (Storage) → informs T5
|
|
316
|
+
|
|
317
|
+
Technical foundation (Week 1-2, parallel):
|
|
318
|
+
T1 (feature flag) ─┐
|
|
319
|
+
T3 (audio pipeline) ┼─→ S1 (enable toggle)
|
|
320
|
+
T5 (schema) │
|
|
321
|
+
T7 (SOC 2 docs — parallel, Weeks 1-8)
|
|
322
|
+
T2 (LLM API) ──────────┐
|
|
323
|
+
▼
|
|
324
|
+
S1 → S2 (generate summary) ─┬─→ S3 (edit inline)
|
|
325
|
+
│ └─→ S6 (audit export, needs edit events)
|
|
326
|
+
└─→ S4 (action items)
|
|
327
|
+
└─→ S5 (reminders, needs T4)
|
|
328
|
+
|
|
329
|
+
S6 (admin policy) requires S1
|
|
330
|
+
|
|
331
|
+
T6 (observability) parallel, picks up as S2 ships
|
|
332
|
+
|
|
333
|
+
Critical path: SP1 → T2 → S2 = 3.5 weeks sequential
|
|
334
|
+
(S2 blocks S3, S4, ultimately S5, S6, S7)
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
## Critical Path Analysis
|
|
338
|
+
|
|
339
|
+
**Critical path:**
|
|
340
|
+
```
|
|
341
|
+
Week 1: Spikes (SP1 LLM bench) + T1 (feature flag) + T3 (audio pipeline) + T5 (schema) + SOC 2 parallel
|
|
342
|
+
Week 2-3: T2 (LLM API abstraction) — blocked by SP1
|
|
343
|
+
Week 3: S1 (enable toggle) — unblocked after T1
|
|
344
|
+
Week 3-6: S2 (generate summary) — the big one, 8 points at 2 points/week AI team
|
|
345
|
+
Week 6-7: S3 (edit inline) + S4 (action items) parallel — both depend on S2
|
|
346
|
+
Week 7-8: S5 (reminders), S6 (admin policy), S7 (audit export) — all S-sized
|
|
347
|
+
Week 8-10: Integration testing, beta, iteration
|
|
348
|
+
Week 11-13: Limited GA → Full GA
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
**Compressed timeline:** 13 weeks for MVP (matches Q2 target).
|
|
352
|
+
|
|
353
|
+
## Parallelizable Work
|
|
354
|
+
|
|
355
|
+
- Platform tasks (T1, T3, T4, T5) — independent, start simultaneously in Week 1
|
|
356
|
+
- SOC 2 audit (T7) — parallel track entire quarter
|
|
357
|
+
- Design work for S3 inline editor — parallel with S2 development
|
|
358
|
+
- Data instrumentation (T6) — parallel with S2
|
|
359
|
+
|
|
360
|
+
## Team Role Assignment
|
|
361
|
+
|
|
362
|
+
| Workstream | Team | Week 1-3 | Week 4-6 | Week 7-10 | Week 11-13 |
|
|
363
|
+
|------------|------|----------|----------|-----------|------------|
|
|
364
|
+
| AI/Backend | AI team (2 eng) | SP1, T2 | S2 core | S4, iterate | Beta fixes |
|
|
365
|
+
| Backend | Platform (2 eng) | T1, T3, T4, T5, SP2 | S1 + support S2 | S5, S6, S7 | GA rollout |
|
|
366
|
+
| Frontend | FE team (2 eng) | Designs review | S1 UI | S3, S5 UI | Iteration |
|
|
367
|
+
| Design | Design (1) | Flow + wireframes | Hi-fi mocks for S3 | Edge cases | Polish |
|
|
368
|
+
| Data | Data Lead | SP3 | Event schema | T6 instrumentation | Dashboards |
|
|
369
|
+
| Security | Security Lead | T7 docs | T7 audit prep | T7 audit | Attestation |
|
|
370
|
+
| PM/Design | PM + Design | Kickoff + AC | Beta prep | Beta running | GA planning |
|
|
371
|
+
|
|
372
|
+
## Sprint Plan (2-week sprints)
|
|
373
|
+
|
|
374
|
+
**Sprint 1 (Weeks 1-2): Foundation**
|
|
375
|
+
- Complete: SP1, SP2, SP3, T1, T3, T5
|
|
376
|
+
- In progress: T2, T7
|
|
377
|
+
|
|
378
|
+
**Sprint 2 (Weeks 3-4): First Feature**
|
|
379
|
+
- Complete: T2, S1
|
|
380
|
+
- In progress: S2
|
|
381
|
+
|
|
382
|
+
**Sprint 3 (Weeks 5-6): Core AI**
|
|
383
|
+
- Complete: S2
|
|
384
|
+
- In progress: S3, S4
|
|
385
|
+
|
|
386
|
+
**Sprint 4 (Weeks 7-8): Expand + Polish**
|
|
387
|
+
- Complete: S3, S4, S5, S6
|
|
388
|
+
- In progress: S7, T6, beta prep
|
|
389
|
+
|
|
390
|
+
**Sprint 5 (Weeks 9-10): Beta + Iteration**
|
|
391
|
+
- Beta live with 10 design partners
|
|
392
|
+
- Iteration based on feedback
|
|
393
|
+
|
|
394
|
+
**Sprint 6 (Weeks 11-12): Limited GA**
|
|
395
|
+
- 25% of AI-tier customers
|
|
396
|
+
- Monitor guardrails
|
|
397
|
+
|
|
398
|
+
**Sprint 7 (Week 13): Full GA**
|
|
399
|
+
- 100% AI-tier
|
|
400
|
+
- Launch marketing
|
|
401
|
+
|
|
402
|
+
## Capacity Summary
|
|
403
|
+
|
|
404
|
+
- **Team:** 8 engineers (AI team 2, Platform 2, FE 2, plus Design 1, Data 1) + 3 PM + Security
|
|
405
|
+
- **Total person-weeks:** ~14 people × 13 weeks = 182 weeks
|
|
406
|
+
- **Epic 3 allocation:** ~70 person-weeks (AI team fully, others partially) = 38% of team capacity
|
|
407
|
+
- **Other Q2 epics in parallel:** Epic 1 (SSO), Epic 4 (Dashboard), T7 (SOC 2) — share remaining 60%
|
|
408
|
+
- **Buffer:** ~20% of each engineer's time for incidents, oncall, emergent
|
|
409
|
+
|
|
410
|
+
## Validation Checkpoint (Week 6 — Pre-beta)
|
|
411
|
+
|
|
412
|
+
**Before beta launch, team review:**
|
|
413
|
+
- [ ] S2 quality threshold met (≥70% summary acceptance via internal dogfood)
|
|
414
|
+
- [ ] P95 latency <60s for test meetings
|
|
415
|
+
- [ ] Privacy audit passed (internal counsel review)
|
|
416
|
+
- [ ] T2 failover tested (forced OpenAI outage → Anthropic switches in <10s)
|
|
417
|
+
- [ ] 5 dogfood cases include edge scenarios (short meeting, long meeting, sensitive content)
|
|
418
|
+
|
|
419
|
+
If any item fails → extend Sprint 3-4 before beta (do not launch broken).
|
|
420
|
+
|
|
421
|
+
## Open Questions
|
|
422
|
+
|
|
423
|
+
1. SP1 benchmark — which LLM primary? (Owner: AI Lead, by Week 2)
|
|
424
|
+
2. SP2 audio pipeline — browser-native sufficient or need Recall.ai? (Owner: Platform Lead, by Week 2)
|
|
425
|
+
3. BYOK encryption for Enterprise — design? (Owner: Security Lead, by Week 4)
|
|
426
|
+
4. Beta customer selection finalized? (Owner: CS Lead, by Week 6)
|
|
427
|
+
5. Pricing for AI Tier confirmed +$8/seat? (Owner: VP Sales, by Week 3 — blocks tier launch)
|
|
428
|
+
```
|
|
429
|
+
|
|
430
|
+
> **Epic-breakdown lesson:** Original Epic 3 was **WSJF 1.77 (near-reject)** because job size was 13. After decomposition:
|
|
431
|
+
> - S2 (generate summary) alone = WSJF 4+ (high UBV, medium size)
|
|
432
|
+
> - S5 reminders = WSJF 5+ (quick-win quality)
|
|
433
|
+
> - T7 SOC 2 = WSJF 3+ (blocking compliance)
|
|
434
|
+
>
|
|
435
|
+
> Decomposed epic **fits budget** (70 pm in 182-pm quarter) with parallel workstreams. Without breakdown, monolithic 13-point WSJF would have suggested defer — missed opportunity. **Breakdown is a prioritization tool, not just a planning tool.**
|