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,6 +1,23 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: prd-template
|
|
3
3
|
description: Product Requirements Document template for B2B SaaS — problem, solution, stories, AC, NFR, metrics, risks, rollout
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- pm
|
|
8
|
+
gates:
|
|
9
|
+
- PM
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "prd-template"
|
|
14
|
+
- "PRD"
|
|
15
|
+
- "product requirements document"
|
|
16
|
+
- "спецификация продукта"
|
|
17
|
+
related:
|
|
18
|
+
- prd-template-reference
|
|
19
|
+
budget_lines: 250
|
|
20
|
+
schema_version: 1
|
|
4
21
|
---
|
|
5
22
|
# PRD Template (B2B SaaS)
|
|
6
23
|
|
|
@@ -230,261 +247,4 @@ Format: PRD markdown (can be converted to PDF). Via `$handoff`.
|
|
|
230
247
|
|
|
231
248
|
## Template
|
|
232
249
|
|
|
233
|
-
|
|
234
|
-
# PRD: [Initiative Name]
|
|
235
|
-
|
|
236
|
-
**Owner:** [PM] · **Status:** Draft · **Target:** Q2 2026
|
|
237
|
-
|
|
238
|
-
## TL;DR
|
|
239
|
-
[3-5 sentences]
|
|
240
|
-
|
|
241
|
-
## Problem
|
|
242
|
-
[via $problem-statement]
|
|
243
|
-
|
|
244
|
-
## Goals
|
|
245
|
-
1. ...
|
|
246
|
-
|
|
247
|
-
## Non-Goals (out of scope)
|
|
248
|
-
- ...
|
|
249
|
-
|
|
250
|
-
## Strategy Fit
|
|
251
|
-
- OKR: [link]
|
|
252
|
-
- NSM impact: [expected]
|
|
253
|
-
|
|
254
|
-
## Solution
|
|
255
|
-
[High-level approach]
|
|
256
|
-
|
|
257
|
-
## User Stories
|
|
258
|
-
### Story 1: [title]
|
|
259
|
-
[via $user-story]
|
|
260
|
-
|
|
261
|
-
**Acceptance Criteria:** [via $acceptance-criteria]
|
|
262
|
-
|
|
263
|
-
## Non-Functional Requirements
|
|
264
|
-
- Performance: p95 < 200ms
|
|
265
|
-
- Availability: 99.9%
|
|
266
|
-
- Security: SSO, audit logs
|
|
267
|
-
- Compliance: SOC 2 Type II
|
|
268
|
-
...
|
|
269
|
-
|
|
270
|
-
## Success Criteria
|
|
271
|
-
| Metric | Baseline | 30d | 90d | 6mo |
|
|
272
|
-
| Primary | | | | |
|
|
273
|
-
|
|
274
|
-
## Risks
|
|
275
|
-
...
|
|
276
|
-
|
|
277
|
-
## Rollout
|
|
278
|
-
1. Dogfood week N
|
|
279
|
-
2. Beta N customers week N+1
|
|
280
|
-
3. GA week N+2
|
|
281
|
-
4. Rollback: feature flag
|
|
282
|
-
|
|
283
|
-
## Dependencies
|
|
284
|
-
- Platform: [what needed]
|
|
285
|
-
- Security: [review timeline]
|
|
286
|
-
|
|
287
|
-
## Open Questions
|
|
288
|
-
- [Q, owner, by when]
|
|
289
|
-
```
|
|
290
|
-
|
|
291
|
-
## Worked Example — TeamFlow PRD: AI 1:1 Summarization MVP (excerpt)
|
|
292
|
-
|
|
293
|
-
```markdown
|
|
294
|
-
# PRD: AI 1:1 Summarization (Team Tier MVP)
|
|
295
|
-
|
|
296
|
-
**Owner:** Alex K., PM · **Status:** Approved (post-Mediator synthesis) · **Target Release:** Q2 2026 (GA target June 30)
|
|
297
|
-
**Contributors:** Eng Lead (Priya S.), Design Lead (Jordan M.), Data Lead (Sam P.), Legal (Mia R.)
|
|
298
|
-
**Links:** [OKR Q2 Product doc] · [Figma designs] · [Discovery Brief session-1-handoff.md] · [Mediator synthesis session-4-handoff.md]
|
|
299
|
-
|
|
300
|
-
## TL;DR
|
|
301
|
-
AI Summarization turns 1:1s from a 3-hour/week admin burden into a 30-minute confident workflow. Managers speak, TeamFlow captures, summarizes, extracts action items, reminds. Launched under the Team Tier (+$8/seat). Success: 40 account upgrades + 65% manager adoption in AI-tier accounts within the first 90 days.
|
|
302
|
-
|
|
303
|
-
## Problem
|
|
304
|
-
People managers (5-15 direct reports) at mid-market B2B SaaS companies (100-1000 employees) experience 45-60 min/week per report on 1:1 prep + note-taking + follow-up (3-4 hrs/week for a manager with 8 reports), because TeamFlow provides structured templates but no capture or synthesis capability.
|
|
305
|
-
|
|
306
|
-
**Evidence:** 6 of 8 customer interviews + 120 support tickets Q1 2026 + internal analytics. Impact: ~3,000 affected managers across 200-customer base. Business: $3-5M ARR expansion opportunity + 10pp NRR lift potential through Team Tier upgrade path.
|
|
307
|
-
|
|
308
|
-
*Full analysis: [problem-statement #1 in Discovery Brief]*
|
|
309
|
-
|
|
310
|
-
## Goals
|
|
311
|
-
1. **Adoption:** 65% of managers in AI-tier accounts use summarization weekly by Day 90
|
|
312
|
-
2. **Tier conversion:** 40 accounts upgrade from Core to Team tier (+$8/seat) by Q2 end
|
|
313
|
-
3. **Action items lift:** 60% → 75% completion rate in AI-tier accounts
|
|
314
|
-
4. **Quality:** Summary acceptance rate (not edited >50%) ≥ 70%
|
|
315
|
-
|
|
316
|
-
## Non-Goals (explicitly out of scope)
|
|
317
|
-
- Real-time transcription during 1:1 (Q3 target — per Mediator scope decision)
|
|
318
|
-
- Pre-1:1 prep card generation (Q3 — requires multi-meeting data)
|
|
319
|
-
- Group meeting / team meeting summarization (future, scope creep control)
|
|
320
|
-
- Non-English language support (English-first, EU languages Q4)
|
|
321
|
-
- Mobile-native experience (web responsive only for MVP)
|
|
322
|
-
- Integration with external meeting tools (Zoom/Meet) — Q3-Q4
|
|
323
|
-
|
|
324
|
-
## Strategy Fit
|
|
325
|
-
- **OKR:** Drives O1.1 (40 tier upgrades), O1.2 (65% manager adoption), O1.3 (NPS ≥50), O1.4 (action items 60→75%)
|
|
326
|
-
- **NSM:** Primary driver of «Sticky Manager Ratio» — target 20% by Day 90
|
|
327
|
-
- **Roadmap:** Theme 1 «AI-Assisted 1:1 Workflow» — Now bucket item
|
|
328
|
-
|
|
329
|
-
## Solution (High-Level)
|
|
330
|
-
|
|
331
|
-
Manager workflow:
|
|
332
|
-
1. Before 1:1: Toggle «AI assist» on (or default-on for AI tier accounts)
|
|
333
|
-
2. During 1:1: Normal conversation in TeamFlow 1:1 interface. No typing required (audio optional via browser recording with user consent).
|
|
334
|
-
3. After 1:1: AI generates summary + extracts action items. Manager reviews, edits (inline), or approves.
|
|
335
|
-
4. Before next 1:1: Action items from previous summary surface prominently.
|
|
336
|
-
|
|
337
|
-
Architecture: summaries generated via OpenAI GPT-4 API (regional endpoints: US, EU) on opt-in basis. No data retention in LLM provider (zero-retention API tier). Summaries stored in TeamFlow DB with customer-owned encryption keys.
|
|
338
|
-
|
|
339
|
-
**Alternatives considered:**
|
|
340
|
-
- Fine-tuned on-premise LLM: rejected (quality gap, infra complexity, Q2 timeline)
|
|
341
|
-
- Anthropic Claude via Bedrock: **accepted as fallback** (contract in place for redundancy)
|
|
342
|
-
- Third-party (Otter.ai embed): rejected (privacy architecture not sufficient for HR data)
|
|
343
|
-
|
|
344
|
-
## User Stories (top 5 from PRD backlog; full list: 14 stories)
|
|
345
|
-
|
|
346
|
-
### Story S1: Enable AI Summarization for New 1:1
|
|
347
|
-
**As a** People manager with 5+ reports at mid-market B2B SaaS company (Team Tier account)
|
|
348
|
-
**I want to** enable AI summarization for upcoming 1:1 with one click
|
|
349
|
-
**So that** I can focus fully on conversation without worrying about note-taking
|
|
350
|
-
|
|
351
|
-
**AC:** [via `$acceptance-criteria` — 4 scenarios: happy path, already-enabled, admin-disabled-at-org-level, AI provider unavailable fallback]
|
|
352
|
-
|
|
353
|
-
**Size:** S (2 points) · **Depends on:** T1 (feature flag infra)
|
|
354
|
-
|
|
355
|
-
### Story S2: Generate Summary After 1:1 Ends
|
|
356
|
-
**As a** manager who just finished an AI-enabled 1:1
|
|
357
|
-
**I want to** receive summary + action items within 60 seconds of meeting end
|
|
358
|
-
**So that** I can review and approve before moving to my next task
|
|
359
|
-
|
|
360
|
-
**AC:** [4 scenarios incl. streaming delivery UX]
|
|
361
|
-
**Size:** L (8 points) — THE core AI work · **Depends on:** S1
|
|
362
|
-
|
|
363
|
-
### Story S3: Review and Edit Summary Inline
|
|
364
|
-
**As a** manager reviewing AI-generated summary
|
|
365
|
-
**I want to** edit content inline and mark it approved
|
|
366
|
-
**So that** corrections become the authoritative record and AI learns preferences over time
|
|
367
|
-
|
|
368
|
-
**AC:** [3 scenarios]
|
|
369
|
-
**Size:** M (5 points)
|
|
370
|
-
|
|
371
|
-
### Story S4: Auto-Extract and Track Action Items
|
|
372
|
-
**As a** manager with approved AI summary
|
|
373
|
-
**I want** action items automatically extracted and tracked in my 1:1 follow-up queue
|
|
374
|
-
**So that** I don't lose commitments between meetings
|
|
375
|
-
|
|
376
|
-
**AC:** [4 scenarios incl. detection confidence threshold]
|
|
377
|
-
**Size:** M (5 points) · **Depends on:** S2
|
|
378
|
-
|
|
379
|
-
### Story S5: Receive Action Items Reminder Before Next 1:1
|
|
380
|
-
**As a** manager with open action items from previous 1:1
|
|
381
|
-
**I want** them surfaced 30 min before next 1:1
|
|
382
|
-
**So that** follow-through is top-of-mind
|
|
383
|
-
|
|
384
|
-
**AC:** [3 scenarios]
|
|
385
|
-
**Size:** S (3 points) — rule-based, not AI · **Depends on:** S4
|
|
386
|
-
|
|
387
|
-
## Non-Functional Requirements
|
|
388
|
-
|
|
389
|
-
- **Performance:**
|
|
390
|
-
- Summary generation: p95 ≤ 60s from meeting end
|
|
391
|
-
- Summary load time: ≤ 500ms
|
|
392
|
-
- **Availability:** 99.9% (excluding 3rd-party LLM outages, for which a documented fallback to secondary provider exists)
|
|
393
|
-
- **Security:**
|
|
394
|
-
- All transcript data encrypted at rest (AES-256) and in transit (TLS 1.3)
|
|
395
|
-
- Per-customer encryption key (BYOK for enterprise)
|
|
396
|
-
- Zero data retention in LLM provider (use OpenAI/Anthropic zero-retention API tiers)
|
|
397
|
-
- Audit log of every AI operation (summary generated, edited, approved)
|
|
398
|
-
- **Compliance:**
|
|
399
|
-
- SOC 2 Type II attestation extended to cover AI features (audit Q2)
|
|
400
|
-
- GDPR compliant — EU customer data stays in EU region (Azure West Europe)
|
|
401
|
-
- No training on customer data (contractual with providers)
|
|
402
|
-
- **Scalability:** Support 5,000 summaries/day Q2, scale to 50,000/day by Q4
|
|
403
|
-
- **Observability:** Full instrumentation — generation latency, quality rating, edit rate, action items extraction accuracy
|
|
404
|
-
- **Privacy UX:**
|
|
405
|
-
- Opt-in per meeting (manager control)
|
|
406
|
-
- Org-level disable toggle (admin can turn off company-wide)
|
|
407
|
-
- Retention controls (30 / 90 / 365 / 730 days, customer choice)
|
|
408
|
-
|
|
409
|
-
## Success Criteria
|
|
410
|
-
|
|
411
|
-
| Metric | Baseline (pre-launch) | 30d target | 90d target | 6mo target |
|
|
412
|
-
|--------|:--------------------:|:----------:|:----------:|:----------:|
|
|
413
|
-
| **Sticky Manager Ratio (NSM)** | 0% | 10% | 20% | 35% |
|
|
414
|
-
| Team Tier upgrades | 0 accounts | 15 accounts | 40 accounts | 80 accounts |
|
|
415
|
-
| Action items completion (AI-tier) | 60% baseline | 68% | 75% | 80% |
|
|
416
|
-
| AI summary acceptance (no major edits >50%) | N/A | 65% | 70% | 75% |
|
|
417
|
-
| NPS in AI tier | 45 (blended TeamFlow NPS) | 48 | 50 | 55 |
|
|
418
|
-
| **Guardrails:** | | | | |
|
|
419
|
-
| Gross churn (overall) | 8% annual | ≤8% | ≤8% | ≤8% |
|
|
420
|
-
| Support ticket volume / AI issues | N/A | <5% of total | <3% | <2% |
|
|
421
|
-
| p95 latency | N/A | <60s | <45s | <30s |
|
|
422
|
-
|
|
423
|
-
## Risks & Mitigations (Top 5)
|
|
424
|
-
|
|
425
|
-
| # | Risk | Prob | Impact | Mitigation |
|
|
426
|
-
|---|------|:----:|:------:|------------|
|
|
427
|
-
| 1 | LLM quality below 85% acceptable — user trust collapses | M | H | Wizard-of-Oz validated 78% pre-launch; human-review layer feature flag ready; secondary LLM provider contract |
|
|
428
|
-
| 2 | Privacy concern backlash (surveillance perception) | M | H | Opt-in per meeting; transparent data model; communicated early to customer advisory; legal review completed |
|
|
429
|
-
| 3 | SOC 2 Type II audit delays block enterprise deals | M | H | Parallel-track audit started Week 1; conditional deal commitments acceptable; fallback Type II deferred to Q3 |
|
|
430
|
-
| 4 | OpenAI pricing / terms change mid-quarter | L | M | Anthropic contract in place; API abstraction layer allows swap in <1 week |
|
|
431
|
-
| 5 | Action items extraction accuracy low → user distrust | M | M | Confidence threshold surfacing; manager always can edit; iterative prompt tuning |
|
|
432
|
-
|
|
433
|
-
## Rollout Plan
|
|
434
|
-
|
|
435
|
-
**Phase 1 — Internal Dogfood (Week 6-7):**
|
|
436
|
-
- TeamFlow employees use feature internally
|
|
437
|
-
- Top 5 issues identified + resolved pre-beta
|
|
438
|
-
|
|
439
|
-
**Phase 2 — Beta (Week 8-10):**
|
|
440
|
-
- 10 Design Partner customers (curated mix: SMB 4, mid-market 4, enterprise 2)
|
|
441
|
-
- Weekly customer interviews + survey
|
|
442
|
-
- NPS target ≥45 during beta
|
|
443
|
-
|
|
444
|
-
**Phase 3 — Limited GA (Week 11-12):**
|
|
445
|
-
- Feature flag exposed to 25% of AI-tier-upgraded customers
|
|
446
|
-
- Monitor guardrails; gate full rollout on green metrics
|
|
447
|
-
|
|
448
|
-
**Phase 4 — Full GA (Week 13+):**
|
|
449
|
-
- Feature flag to 100% of AI tier
|
|
450
|
-
- Sales and CS enabled; marketing campaign triggered
|
|
451
|
-
- Tier upgrade funnel open for non-AI-tier customers
|
|
452
|
-
|
|
453
|
-
**Rollback triggers:**
|
|
454
|
-
- Error rate >2% for >15 minutes → feature flag disable
|
|
455
|
-
- p95 latency >2 min for >30 minutes → disable
|
|
456
|
-
- Support ticket spike 5× baseline → investigation + possible disable
|
|
457
|
-
- Critical privacy incident → immediate disable + customer notification
|
|
458
|
-
|
|
459
|
-
## Dependencies
|
|
460
|
-
|
|
461
|
-
- **Platform team:** Event instrumentation schema (Week 4 delivery) — blocker for Week 6 dogfood
|
|
462
|
-
- **Security team:** SOC 2 Type II audit sign-off (Week 10) — blocker for Enterprise deals, not for GA
|
|
463
|
-
- **Legal:** DPA updates sent to customers (Week 8)
|
|
464
|
-
- **Sales:** Enablement training session (Week 11)
|
|
465
|
-
- **CS:** Runbook + training (Week 10)
|
|
466
|
-
- **Marketing:** Landing page + email campaign (Week 11)
|
|
467
|
-
|
|
468
|
-
## Open Questions
|
|
469
|
-
|
|
470
|
-
1. Pricing — Team Tier +$8/seat confirmed? (Owner: VP Sales, by Week 3)
|
|
471
|
-
2. Enterprise customers — BYOK encryption delivery path? (Owner: Eng Lead, by Week 5)
|
|
472
|
-
3. Audit log retention — default 365 days, customer override? (Owner: Legal, by Week 4)
|
|
473
|
-
4. Beta customer selection finalized? (Owner: CS Lead, by Week 7)
|
|
474
|
-
|
|
475
|
-
---
|
|
476
|
-
|
|
477
|
-
## Appendix A: Full User Stories List (14 stories)
|
|
478
|
-
[Link to Stories spreadsheet]
|
|
479
|
-
|
|
480
|
-
## Appendix B: Design References
|
|
481
|
-
[Figma link]
|
|
482
|
-
|
|
483
|
-
## Appendix C: Mediator Synthesis Rationale
|
|
484
|
-
[Link to session-4-handoff.md]
|
|
485
|
-
|
|
486
|
-
## Appendix D: Metric Plan Details
|
|
487
|
-
[Link to metric-plan.md by Data Analyst]
|
|
488
|
-
```
|
|
489
|
-
|
|
490
|
-
> **PRD lesson:** every section traces back to Discovery / Strategy / Mediator artifacts — this prevents the "we discussed it somewhere" syndrome. NFR in B2B SaaS is critical — privacy + compliance take up more space than performance. Rollback triggers are numeric — not «if it breaks», but «error rate >2% for >15 min». Non-goals are explicit to prevent scope creep in implementation.
|
|
250
|
+
> 📦 <!--SPLIT-POINTER--> Полный блок — в `$prd-template-reference` (§ Template).
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: prd-template-reference
|
|
3
|
+
description: Product Requirements Document template for B2B SaaS — problem, solution, stories, AC, NFR, metrics, risks, rollout — reference (code & worked-example library)
|
|
4
|
+
type: reference
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- pm
|
|
8
|
+
gates:
|
|
9
|
+
- PM
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "prd-template"
|
|
14
|
+
- "PRD"
|
|
15
|
+
- "product requirements document"
|
|
16
|
+
- "спецификация продукта"
|
|
17
|
+
related:
|
|
18
|
+
- prd-template
|
|
19
|
+
budget_lines: 285
|
|
20
|
+
schema_version: 1
|
|
21
|
+
---
|
|
22
|
+
# prd-template — Reference (code & worked-example library)
|
|
23
|
+
|
|
24
|
+
> Verbatim code blocks and the worked example extracted from `$prd-template` (workflow). Copy-paste library; the procedure lives in the workflow skill.
|
|
25
|
+
|
|
26
|
+
## Template
|
|
27
|
+
|
|
28
|
+
```markdown
|
|
29
|
+
# PRD: [Initiative Name]
|
|
30
|
+
|
|
31
|
+
**Owner:** [PM] · **Status:** Draft · **Target:** Q2 2026
|
|
32
|
+
|
|
33
|
+
## TL;DR
|
|
34
|
+
[3-5 sentences]
|
|
35
|
+
|
|
36
|
+
## Problem
|
|
37
|
+
[via $problem-statement]
|
|
38
|
+
|
|
39
|
+
## Goals
|
|
40
|
+
1. ...
|
|
41
|
+
|
|
42
|
+
## Non-Goals (out of scope)
|
|
43
|
+
- ...
|
|
44
|
+
|
|
45
|
+
## Strategy Fit
|
|
46
|
+
- OKR: [link]
|
|
47
|
+
- NSM impact: [expected]
|
|
48
|
+
|
|
49
|
+
## Solution
|
|
50
|
+
[High-level approach]
|
|
51
|
+
|
|
52
|
+
## User Stories
|
|
53
|
+
### Story 1: [title]
|
|
54
|
+
[via $user-story]
|
|
55
|
+
|
|
56
|
+
**Acceptance Criteria:** [via $acceptance-criteria]
|
|
57
|
+
|
|
58
|
+
## Non-Functional Requirements
|
|
59
|
+
- Performance: p95 < 200ms
|
|
60
|
+
- Availability: 99.9%
|
|
61
|
+
- Security: SSO, audit logs
|
|
62
|
+
- Compliance: SOC 2 Type II
|
|
63
|
+
...
|
|
64
|
+
|
|
65
|
+
## Success Criteria
|
|
66
|
+
| Metric | Baseline | 30d | 90d | 6mo |
|
|
67
|
+
| Primary | | | | |
|
|
68
|
+
|
|
69
|
+
## Risks
|
|
70
|
+
...
|
|
71
|
+
|
|
72
|
+
## Rollout
|
|
73
|
+
1. Dogfood week N
|
|
74
|
+
2. Beta N customers week N+1
|
|
75
|
+
3. GA week N+2
|
|
76
|
+
4. Rollback: feature flag
|
|
77
|
+
|
|
78
|
+
## Dependencies
|
|
79
|
+
- Platform: [what needed]
|
|
80
|
+
- Security: [review timeline]
|
|
81
|
+
|
|
82
|
+
## Open Questions
|
|
83
|
+
- [Q, owner, by when]
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## Worked Example — TeamFlow PRD: AI 1:1 Summarization MVP (excerpt)
|
|
87
|
+
|
|
88
|
+
```markdown
|
|
89
|
+
# PRD: AI 1:1 Summarization (Team Tier MVP)
|
|
90
|
+
|
|
91
|
+
**Owner:** Alex K., PM · **Status:** Approved (post-Mediator synthesis) · **Target Release:** Q2 2026 (GA target June 30)
|
|
92
|
+
**Contributors:** Eng Lead (Priya S.), Design Lead (Jordan M.), Data Lead (Sam P.), Legal (Mia R.)
|
|
93
|
+
**Links:** [OKR Q2 Product doc] · [Figma designs] · [Discovery Brief session-1-handoff.md] · [Mediator synthesis session-4-handoff.md]
|
|
94
|
+
|
|
95
|
+
## TL;DR
|
|
96
|
+
AI Summarization turns 1:1s from a 3-hour/week admin burden into a 30-minute confident workflow. Managers speak, TeamFlow captures, summarizes, extracts action items, reminds. Launched under the Team Tier (+$8/seat). Success: 40 account upgrades + 65% manager adoption in AI-tier accounts within the first 90 days.
|
|
97
|
+
|
|
98
|
+
## Problem
|
|
99
|
+
People managers (5-15 direct reports) at mid-market B2B SaaS companies (100-1000 employees) experience 45-60 min/week per report on 1:1 prep + note-taking + follow-up (3-4 hrs/week for a manager with 8 reports), because TeamFlow provides structured templates but no capture or synthesis capability.
|
|
100
|
+
|
|
101
|
+
**Evidence:** 6 of 8 customer interviews + 120 support tickets Q1 2026 + internal analytics. Impact: ~3,000 affected managers across 200-customer base. Business: $3-5M ARR expansion opportunity + 10pp NRR lift potential through Team Tier upgrade path.
|
|
102
|
+
|
|
103
|
+
*Full analysis: [problem-statement #1 in Discovery Brief]*
|
|
104
|
+
|
|
105
|
+
## Goals
|
|
106
|
+
1. **Adoption:** 65% of managers in AI-tier accounts use summarization weekly by Day 90
|
|
107
|
+
2. **Tier conversion:** 40 accounts upgrade from Core to Team tier (+$8/seat) by Q2 end
|
|
108
|
+
3. **Action items lift:** 60% → 75% completion rate in AI-tier accounts
|
|
109
|
+
4. **Quality:** Summary acceptance rate (not edited >50%) ≥ 70%
|
|
110
|
+
|
|
111
|
+
## Non-Goals (explicitly out of scope)
|
|
112
|
+
- Real-time transcription during 1:1 (Q3 target — per Mediator scope decision)
|
|
113
|
+
- Pre-1:1 prep card generation (Q3 — requires multi-meeting data)
|
|
114
|
+
- Group meeting / team meeting summarization (future, scope creep control)
|
|
115
|
+
- Non-English language support (English-first, EU languages Q4)
|
|
116
|
+
- Mobile-native experience (web responsive only for MVP)
|
|
117
|
+
- Integration with external meeting tools (Zoom/Meet) — Q3-Q4
|
|
118
|
+
|
|
119
|
+
## Strategy Fit
|
|
120
|
+
- **OKR:** Drives O1.1 (40 tier upgrades), O1.2 (65% manager adoption), O1.3 (NPS ≥50), O1.4 (action items 60→75%)
|
|
121
|
+
- **NSM:** Primary driver of «Sticky Manager Ratio» — target 20% by Day 90
|
|
122
|
+
- **Roadmap:** Theme 1 «AI-Assisted 1:1 Workflow» — Now bucket item
|
|
123
|
+
|
|
124
|
+
## Solution (High-Level)
|
|
125
|
+
|
|
126
|
+
Manager workflow:
|
|
127
|
+
1. Before 1:1: Toggle «AI assist» on (or default-on for AI tier accounts)
|
|
128
|
+
2. During 1:1: Normal conversation in TeamFlow 1:1 interface. No typing required (audio optional via browser recording with user consent).
|
|
129
|
+
3. After 1:1: AI generates summary + extracts action items. Manager reviews, edits (inline), or approves.
|
|
130
|
+
4. Before next 1:1: Action items from previous summary surface prominently.
|
|
131
|
+
|
|
132
|
+
Architecture: summaries generated via OpenAI GPT-4 API (regional endpoints: US, EU) on opt-in basis. No data retention in LLM provider (zero-retention API tier). Summaries stored in TeamFlow DB with customer-owned encryption keys.
|
|
133
|
+
|
|
134
|
+
**Alternatives considered:**
|
|
135
|
+
- Fine-tuned on-premise LLM: rejected (quality gap, infra complexity, Q2 timeline)
|
|
136
|
+
- Anthropic Claude via Bedrock: **accepted as fallback** (contract in place for redundancy)
|
|
137
|
+
- Third-party (Otter.ai embed): rejected (privacy architecture not sufficient for HR data)
|
|
138
|
+
|
|
139
|
+
## User Stories (top 5 from PRD backlog; full list: 14 stories)
|
|
140
|
+
|
|
141
|
+
### Story S1: Enable AI Summarization for New 1:1
|
|
142
|
+
**As a** People manager with 5+ reports at mid-market B2B SaaS company (Team Tier account)
|
|
143
|
+
**I want to** enable AI summarization for upcoming 1:1 with one click
|
|
144
|
+
**So that** I can focus fully on conversation without worrying about note-taking
|
|
145
|
+
|
|
146
|
+
**AC:** [via `$acceptance-criteria` — 4 scenarios: happy path, already-enabled, admin-disabled-at-org-level, AI provider unavailable fallback]
|
|
147
|
+
|
|
148
|
+
**Size:** S (2 points) · **Depends on:** T1 (feature flag infra)
|
|
149
|
+
|
|
150
|
+
### Story S2: Generate Summary After 1:1 Ends
|
|
151
|
+
**As a** manager who just finished an AI-enabled 1:1
|
|
152
|
+
**I want to** receive summary + action items within 60 seconds of meeting end
|
|
153
|
+
**So that** I can review and approve before moving to my next task
|
|
154
|
+
|
|
155
|
+
**AC:** [4 scenarios incl. streaming delivery UX]
|
|
156
|
+
**Size:** L (8 points) — THE core AI work · **Depends on:** S1
|
|
157
|
+
|
|
158
|
+
### Story S3: Review and Edit Summary Inline
|
|
159
|
+
**As a** manager reviewing AI-generated summary
|
|
160
|
+
**I want to** edit content inline and mark it approved
|
|
161
|
+
**So that** corrections become the authoritative record and AI learns preferences over time
|
|
162
|
+
|
|
163
|
+
**AC:** [3 scenarios]
|
|
164
|
+
**Size:** M (5 points)
|
|
165
|
+
|
|
166
|
+
### Story S4: Auto-Extract and Track Action Items
|
|
167
|
+
**As a** manager with approved AI summary
|
|
168
|
+
**I want** action items automatically extracted and tracked in my 1:1 follow-up queue
|
|
169
|
+
**So that** I don't lose commitments between meetings
|
|
170
|
+
|
|
171
|
+
**AC:** [4 scenarios incl. detection confidence threshold]
|
|
172
|
+
**Size:** M (5 points) · **Depends on:** S2
|
|
173
|
+
|
|
174
|
+
### Story S5: Receive Action Items Reminder Before Next 1:1
|
|
175
|
+
**As a** manager with open action items from previous 1:1
|
|
176
|
+
**I want** them surfaced 30 min before next 1:1
|
|
177
|
+
**So that** follow-through is top-of-mind
|
|
178
|
+
|
|
179
|
+
**AC:** [3 scenarios]
|
|
180
|
+
**Size:** S (3 points) — rule-based, not AI · **Depends on:** S4
|
|
181
|
+
|
|
182
|
+
## Non-Functional Requirements
|
|
183
|
+
|
|
184
|
+
- **Performance:**
|
|
185
|
+
- Summary generation: p95 ≤ 60s from meeting end
|
|
186
|
+
- Summary load time: ≤ 500ms
|
|
187
|
+
- **Availability:** 99.9% (excluding 3rd-party LLM outages, for which a documented fallback to secondary provider exists)
|
|
188
|
+
- **Security:**
|
|
189
|
+
- All transcript data encrypted at rest (AES-256) and in transit (TLS 1.3)
|
|
190
|
+
- Per-customer encryption key (BYOK for enterprise)
|
|
191
|
+
- Zero data retention in LLM provider (use OpenAI/Anthropic zero-retention API tiers)
|
|
192
|
+
- Audit log of every AI operation (summary generated, edited, approved)
|
|
193
|
+
- **Compliance:**
|
|
194
|
+
- SOC 2 Type II attestation extended to cover AI features (audit Q2)
|
|
195
|
+
- GDPR compliant — EU customer data stays in EU region (Azure West Europe)
|
|
196
|
+
- No training on customer data (contractual with providers)
|
|
197
|
+
- **Scalability:** Support 5,000 summaries/day Q2, scale to 50,000/day by Q4
|
|
198
|
+
- **Observability:** Full instrumentation — generation latency, quality rating, edit rate, action items extraction accuracy
|
|
199
|
+
- **Privacy UX:**
|
|
200
|
+
- Opt-in per meeting (manager control)
|
|
201
|
+
- Org-level disable toggle (admin can turn off company-wide)
|
|
202
|
+
- Retention controls (30 / 90 / 365 / 730 days, customer choice)
|
|
203
|
+
|
|
204
|
+
## Success Criteria
|
|
205
|
+
|
|
206
|
+
| Metric | Baseline (pre-launch) | 30d target | 90d target | 6mo target |
|
|
207
|
+
|--------|:--------------------:|:----------:|:----------:|:----------:|
|
|
208
|
+
| **Sticky Manager Ratio (NSM)** | 0% | 10% | 20% | 35% |
|
|
209
|
+
| Team Tier upgrades | 0 accounts | 15 accounts | 40 accounts | 80 accounts |
|
|
210
|
+
| Action items completion (AI-tier) | 60% baseline | 68% | 75% | 80% |
|
|
211
|
+
| AI summary acceptance (no major edits >50%) | N/A | 65% | 70% | 75% |
|
|
212
|
+
| NPS in AI tier | 45 (blended TeamFlow NPS) | 48 | 50 | 55 |
|
|
213
|
+
| **Guardrails:** | | | | |
|
|
214
|
+
| Gross churn (overall) | 8% annual | ≤8% | ≤8% | ≤8% |
|
|
215
|
+
| Support ticket volume / AI issues | N/A | <5% of total | <3% | <2% |
|
|
216
|
+
| p95 latency | N/A | <60s | <45s | <30s |
|
|
217
|
+
|
|
218
|
+
## Risks & Mitigations (Top 5)
|
|
219
|
+
|
|
220
|
+
| # | Risk | Prob | Impact | Mitigation |
|
|
221
|
+
|---|------|:----:|:------:|------------|
|
|
222
|
+
| 1 | LLM quality below 85% acceptable — user trust collapses | M | H | Wizard-of-Oz validated 78% pre-launch; human-review layer feature flag ready; secondary LLM provider contract |
|
|
223
|
+
| 2 | Privacy concern backlash (surveillance perception) | M | H | Opt-in per meeting; transparent data model; communicated early to customer advisory; legal review completed |
|
|
224
|
+
| 3 | SOC 2 Type II audit delays block enterprise deals | M | H | Parallel-track audit started Week 1; conditional deal commitments acceptable; fallback Type II deferred to Q3 |
|
|
225
|
+
| 4 | OpenAI pricing / terms change mid-quarter | L | M | Anthropic contract in place; API abstraction layer allows swap in <1 week |
|
|
226
|
+
| 5 | Action items extraction accuracy low → user distrust | M | M | Confidence threshold surfacing; manager always can edit; iterative prompt tuning |
|
|
227
|
+
|
|
228
|
+
## Rollout Plan
|
|
229
|
+
|
|
230
|
+
**Phase 1 — Internal Dogfood (Week 6-7):**
|
|
231
|
+
- TeamFlow employees use feature internally
|
|
232
|
+
- Top 5 issues identified + resolved pre-beta
|
|
233
|
+
|
|
234
|
+
**Phase 2 — Beta (Week 8-10):**
|
|
235
|
+
- 10 Design Partner customers (curated mix: SMB 4, mid-market 4, enterprise 2)
|
|
236
|
+
- Weekly customer interviews + survey
|
|
237
|
+
- NPS target ≥45 during beta
|
|
238
|
+
|
|
239
|
+
**Phase 3 — Limited GA (Week 11-12):**
|
|
240
|
+
- Feature flag exposed to 25% of AI-tier-upgraded customers
|
|
241
|
+
- Monitor guardrails; gate full rollout on green metrics
|
|
242
|
+
|
|
243
|
+
**Phase 4 — Full GA (Week 13+):**
|
|
244
|
+
- Feature flag to 100% of AI tier
|
|
245
|
+
- Sales and CS enabled; marketing campaign triggered
|
|
246
|
+
- Tier upgrade funnel open for non-AI-tier customers
|
|
247
|
+
|
|
248
|
+
**Rollback triggers:**
|
|
249
|
+
- Error rate >2% for >15 minutes → feature flag disable
|
|
250
|
+
- p95 latency >2 min for >30 minutes → disable
|
|
251
|
+
- Support ticket spike 5× baseline → investigation + possible disable
|
|
252
|
+
- Critical privacy incident → immediate disable + customer notification
|
|
253
|
+
|
|
254
|
+
## Dependencies
|
|
255
|
+
|
|
256
|
+
- **Platform team:** Event instrumentation schema (Week 4 delivery) — blocker for Week 6 dogfood
|
|
257
|
+
- **Security team:** SOC 2 Type II audit sign-off (Week 10) — blocker for Enterprise deals, not for GA
|
|
258
|
+
- **Legal:** DPA updates sent to customers (Week 8)
|
|
259
|
+
- **Sales:** Enablement training session (Week 11)
|
|
260
|
+
- **CS:** Runbook + training (Week 10)
|
|
261
|
+
- **Marketing:** Landing page + email campaign (Week 11)
|
|
262
|
+
|
|
263
|
+
## Open Questions
|
|
264
|
+
|
|
265
|
+
1. Pricing — Team Tier +$8/seat confirmed? (Owner: VP Sales, by Week 3)
|
|
266
|
+
2. Enterprise customers — BYOK encryption delivery path? (Owner: Eng Lead, by Week 5)
|
|
267
|
+
3. Audit log retention — default 365 days, customer override? (Owner: Legal, by Week 4)
|
|
268
|
+
4. Beta customer selection finalized? (Owner: CS Lead, by Week 7)
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
## Appendix A: Full User Stories List (14 stories)
|
|
273
|
+
[Link to Stories spreadsheet]
|
|
274
|
+
|
|
275
|
+
## Appendix B: Design References
|
|
276
|
+
[Figma link]
|
|
277
|
+
|
|
278
|
+
## Appendix C: Mediator Synthesis Rationale
|
|
279
|
+
[Link to session-4-handoff.md]
|
|
280
|
+
|
|
281
|
+
## Appendix D: Metric Plan Details
|
|
282
|
+
[Link to metric-plan.md by Data Analyst]
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
> **PRD lesson:** every section traces back to Discovery / Strategy / Mediator artifacts — this prevents the "we discussed it somewhere" syndrome. NFR in B2B SaaS is critical — privacy + compliance take up more space than performance. Rollback triggers are numeric — not «if it breaks», but «error rate >2% for >15 min». Non-goals are explicit to prevent scope creep in implementation.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "prd-template-reference",
|
|
3
|
+
"display_name": "PRD Template Reference",
|
|
4
|
+
"description": "Product Requirements Document template for B2B SaaS — problem, solution, stories, AC, NFR, metrics, risks, rollout — reference (code & worked-example library)",
|
|
5
|
+
"default_prompt": "Use $prd-template-reference when the task relates to the skill \"PRD Template Reference\".",
|
|
6
|
+
"triggers": [
|
|
7
|
+
"prd-template",
|
|
8
|
+
"PRD",
|
|
9
|
+
"product requirements document"
|
|
10
|
+
],
|
|
11
|
+
"capabilities": [
|
|
12
|
+
"prd-template-reference"
|
|
13
|
+
],
|
|
14
|
+
"tools": [],
|
|
15
|
+
"implicit_invocation": true
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "prd-template-reference",
|
|
3
|
+
"display_name": "PRD Template Reference",
|
|
4
|
+
"description": "Product Requirements Document template for B2B SaaS — problem, solution, stories, AC, NFR, metrics, risks, rollout — reference (code & worked-example library)",
|
|
5
|
+
"default_prompt": "Use $prd-template-reference when the task relates to the skill \"PRD Template Reference\".",
|
|
6
|
+
"triggers": [
|
|
7
|
+
"prd-template",
|
|
8
|
+
"PRD",
|
|
9
|
+
"product requirements document"
|
|
10
|
+
],
|
|
11
|
+
"capabilities": [
|
|
12
|
+
"prd-template-reference"
|
|
13
|
+
],
|
|
14
|
+
"tools": [],
|
|
15
|
+
"implicit_invocation": true
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "prd-template-reference",
|
|
3
|
+
"display_name": "PRD Template Reference",
|
|
4
|
+
"description": "Product Requirements Document template for B2B SaaS — problem, solution, stories, AC, NFR, metrics, risks, rollout — reference (code & worked-example library)",
|
|
5
|
+
"default_prompt": "Use $prd-template-reference when the task relates to the skill \"PRD Template Reference\".",
|
|
6
|
+
"triggers": [
|
|
7
|
+
"prd-template",
|
|
8
|
+
"PRD",
|
|
9
|
+
"product requirements document"
|
|
10
|
+
],
|
|
11
|
+
"capabilities": [
|
|
12
|
+
"prd-template-reference"
|
|
13
|
+
],
|
|
14
|
+
"tools": [],
|
|
15
|
+
"implicit_invocation": true
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
name: prd-template-reference
|
|
2
|
+
display_name: PRD Template Reference
|
|
3
|
+
description: Product Requirements Document template for B2B SaaS — problem,
|
|
4
|
+
solution, stories, AC, NFR, metrics, risks, rollout — reference (code &
|
|
5
|
+
worked-example library)
|
|
6
|
+
default_prompt: Use $prd-template-reference when the task relates to the skill
|
|
7
|
+
"PRD Template Reference".
|
|
8
|
+
triggers:
|
|
9
|
+
- prd-template
|
|
10
|
+
- PRD
|
|
11
|
+
- product requirements document
|
|
12
|
+
capabilities:
|
|
13
|
+
- prd-template-reference
|
|
14
|
+
tools: []
|
|
15
|
+
implicit_invocation: true
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: PRD Template Reference
|
|
3
|
+
short_description: Product Requirements Document template for B2B SaaS —
|
|
4
|
+
problem, solution, stories, AC, NFR, metrics, risks, rollout
|
|
5
|
+
default_prompt: Use $prd-template-reference when the task relates to the skill
|
|
6
|
+
"PRD Template Reference".
|
|
7
|
+
dependencies:
|
|
8
|
+
tools: []
|
|
9
|
+
policy:
|
|
10
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "prd-template-reference",
|
|
3
|
+
"display_name": "PRD Template Reference",
|
|
4
|
+
"description": "Product Requirements Document template for B2B SaaS — problem, solution, stories, AC, NFR, metrics, risks, rollout — reference (code & worked-example library)",
|
|
5
|
+
"default_prompt": "Use $prd-template-reference when the task relates to the skill \"PRD Template Reference\".",
|
|
6
|
+
"triggers": [
|
|
7
|
+
"prd-template",
|
|
8
|
+
"PRD",
|
|
9
|
+
"product requirements document"
|
|
10
|
+
],
|
|
11
|
+
"capabilities": [
|
|
12
|
+
"prd-template-reference"
|
|
13
|
+
],
|
|
14
|
+
"tools": [],
|
|
15
|
+
"implicit_invocation": true
|
|
16
|
+
}
|