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: release-notes
|
|
3
3
|
description: B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- pm
|
|
8
|
+
gates:
|
|
9
|
+
- PM
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "release-notes"
|
|
14
|
+
- "release notes"
|
|
15
|
+
- "changelog"
|
|
16
|
+
- "что нового"
|
|
17
|
+
related:
|
|
18
|
+
- release-notes-reference
|
|
19
|
+
budget_lines: 259
|
|
20
|
+
schema_version: 1
|
|
4
21
|
---
|
|
5
22
|
# Release Notes (B2B SaaS)
|
|
6
23
|
|
|
@@ -239,261 +256,4 @@ Format: release notes markdown / HTML page. Via `$handoff`.
|
|
|
239
256
|
|
|
240
257
|
## Template
|
|
241
258
|
|
|
242
|
-
|
|
243
|
-
# Release Notes — v[X.Y.Z] ([Month Day, Year])
|
|
244
|
-
|
|
245
|
-
## TL;DR
|
|
246
|
-
- ✨ [Top feature 1]
|
|
247
|
-
- ⚡ [Top improvement]
|
|
248
|
-
- 🔐 [Security/compliance]
|
|
249
|
-
- ⚠️ [Breaking change if applicable]
|
|
250
|
-
|
|
251
|
-
## ✨ New Features
|
|
252
|
-
|
|
253
|
-
### [Feature Name]
|
|
254
|
-
[2-sentence description]
|
|
255
|
-
|
|
256
|
-
**Why it matters:** [Customer benefit]
|
|
257
|
-
**How to use:** [Quick steps + docs link]
|
|
258
|
-
**Available for:** [Plan / segment]
|
|
259
|
-
|
|
260
|
-
---
|
|
261
|
-
|
|
262
|
-
## ⚡ Improvements
|
|
263
|
-
- [One-liner improvement]
|
|
264
|
-
- [One-liner]
|
|
265
|
-
|
|
266
|
-
## ⚠️ Breaking Changes
|
|
267
|
-
### [Change title]
|
|
268
|
-
- **Timeline:** [dates]
|
|
269
|
-
- **Why:** [rationale]
|
|
270
|
-
- **Migration:** [steps + link]
|
|
271
|
-
- **Help:** [contact]
|
|
272
|
-
|
|
273
|
-
## 📉 Deprecations
|
|
274
|
-
- [Feature] — deprecated [date], removal [date]. Use [alternative] instead.
|
|
275
|
-
|
|
276
|
-
## 🐛 Bug Fixes
|
|
277
|
-
- Fixed: [customer-observable description]
|
|
278
|
-
|
|
279
|
-
## ⚠️ Known Issues
|
|
280
|
-
- [Issue]: [workaround if any]. Expected fix: [when]
|
|
281
|
-
|
|
282
|
-
## 📚 Learn More
|
|
283
|
-
- [Documentation]
|
|
284
|
-
- [Video walkthrough]
|
|
285
|
-
- [Blog post]
|
|
286
|
-
```
|
|
287
|
-
|
|
288
|
-
## Worked Example — TeamFlow Release Notes: AI Summarization GA
|
|
289
|
-
|
|
290
|
-
```markdown
|
|
291
|
-
# TeamFlow Release Notes — v3.8.0 "AI Summarization GA" (June 30, 2026)
|
|
292
|
-
|
|
293
|
-
## 🎉 TL;DR
|
|
294
|
-
|
|
295
|
-
- ✨ **NEW: AI-Assisted 1:1 Summarization** — Team Tier (+$8/seat/month premium) launches GA. Managers save 3+ hours per week; action items stop falling through the cracks.
|
|
296
|
-
- 📊 **NEW: Aggregate 1:1 Dashboard** (Enterprise Tier) — VP HR / CPO dashboards for 1:1 cadence and team health at org level.
|
|
297
|
-
- 🔐 **SECURITY: SOC 2 Type II extended** to cover AI features. Privacy architecture documented and publicly attested.
|
|
298
|
-
- ⚠️ **PRICING: New «Team Tier»** introduced at $23/seat/mo (existing Core tier unchanged). Migration tools included.
|
|
299
|
-
- 💼 **NEW: SSO SCIM provisioning** (Enterprise Tier) — fully automated user provisioning from Okta/Azure AD.
|
|
300
|
-
|
|
301
|
-
---
|
|
302
|
-
|
|
303
|
-
## ✨ New Features
|
|
304
|
-
|
|
305
|
-
### AI-Assisted 1:1 Summarization (Team Tier)
|
|
306
|
-
|
|
307
|
-
Run your 1:1 normally. TeamFlow AI captures the conversation (opt-in per meeting), generates a structured summary within 60 seconds of meeting end, and extracts action items with confidence scoring. Review, edit inline, and approve — action items automatically surface before your next 1:1.
|
|
308
|
-
|
|
309
|
-
**Why it matters:** Managers with 5+ direct reports save an average of 3 hours per week on 1:1 admin overhead. Action items completion rate lifts from 60% (manual baseline) to 75%+ in beta customers. Managers report feeling «more present» in conversations.
|
|
310
|
-
|
|
311
|
-
**How to use:** Go to Settings → AI Features → Enable for your team. Toggle «Use AI» on any upcoming 1:1 meeting page. [Full getting started guide]
|
|
312
|
-
|
|
313
|
-
**Available for:** Team Tier accounts ($23/seat/mo, +$8 from Core tier). 30-day free trial available for Core customers.
|
|
314
|
-
|
|
315
|
-
**Privacy-first:**
|
|
316
|
-
- Opt-in per meeting (you control which 1:1s use AI)
|
|
317
|
-
- Zero data retention with LLM providers (OpenAI / Anthropic zero-retention API tiers)
|
|
318
|
-
- Per-customer encryption keys (BYOK for Enterprise)
|
|
319
|
-
- Full audit log of all AI operations
|
|
320
|
-
- Regional endpoints (US / EU data stays in region)
|
|
321
|
-
|
|
322
|
-
---
|
|
323
|
-
|
|
324
|
-
### Aggregate 1:1 Dashboard (Enterprise Tier)
|
|
325
|
-
|
|
326
|
-
New dashboard for VP People / CPO users showing 1:1 cadence, action items velocity, and team health scores at org and team level. Privacy-preserving — aggregate only, no content surfaced.
|
|
327
|
-
|
|
328
|
-
**Why it matters:** First time People leaders have measurable data on manager effectiveness at scale. Tie retention, engagement outcomes back to 1:1 practice patterns — data you can bring to ELT discussions.
|
|
329
|
-
|
|
330
|
-
**How to use:** Contact your CSM for Enterprise tier upgrade. Dashboard becomes available post-upgrade within 48 hours (requires data pipeline provisioning).
|
|
331
|
-
|
|
332
|
-
**Available for:** Enterprise Tier accounts ($50+/seat, negotiated).
|
|
333
|
-
|
|
334
|
-
---
|
|
335
|
-
|
|
336
|
-
### SSO SCIM Provisioning (Enterprise Tier)
|
|
337
|
-
|
|
338
|
-
Fully automated user provisioning, updating, and deprovisioning from your IdP (Okta, Azure AD, Google Workspace). No more manual user additions or orphan accounts after employees leave.
|
|
339
|
-
|
|
340
|
-
**Why it matters:** Eliminates the #1 Enterprise customer complaint — manual user management at scale. Your IT team will love you.
|
|
341
|
-
|
|
342
|
-
**Available for:** Enterprise Tier.
|
|
343
|
-
|
|
344
|
-
---
|
|
345
|
-
|
|
346
|
-
## ⚡ Improvements
|
|
347
|
-
|
|
348
|
-
- **Faster dashboard loads** — OKR dashboard loads 40% faster with new query optimization (p95 dropped from 1.2s to 0.7s).
|
|
349
|
-
- **Search now supports wildcards** — find teams with «eng*» or action items containing «*budget*».
|
|
350
|
-
- **Export to CSV** now includes all filter fields (previously lost advanced filters on export).
|
|
351
|
-
- **Keyboard shortcuts for power users** — press `?` to see the list; `J`/`K` for navigation between 1:1s; `G` + `D` for dashboard.
|
|
352
|
-
- **1:1 history filter by «open action items»** — spot incomplete commitments during review cycles.
|
|
353
|
-
|
|
354
|
-
---
|
|
355
|
-
|
|
356
|
-
## ⚠️ Breaking Changes
|
|
357
|
-
|
|
358
|
-
### API v1 Deprecation — Action Required by December 31, 2026
|
|
359
|
-
|
|
360
|
-
The v1 REST API will be retired on **December 31, 2026**. After this date, v1 endpoints return HTTP 410 Gone.
|
|
361
|
-
|
|
362
|
-
**Why:** v2 API provides:
|
|
363
|
-
- 10× better performance (p95 50ms vs 400ms)
|
|
364
|
-
- Clearer error responses with structured codes
|
|
365
|
-
- Full pagination support (v1 returns max 100 items)
|
|
366
|
-
- AI endpoints (`/v2/ai/*`) available only in v2
|
|
367
|
-
|
|
368
|
-
**Who's affected:** Approximately 250 customers with active v1 API integrations. Audit your usage at Settings → API → Usage Report.
|
|
369
|
-
|
|
370
|
-
**Migration steps:**
|
|
371
|
-
1. Review v1 → v2 migration guide: [link]
|
|
372
|
-
2. Update client SDKs:
|
|
373
|
-
- JavaScript: `npm update @teamflow/sdk@2.x`
|
|
374
|
-
- Python: `pip install --upgrade teamflow-sdk>=2.0`
|
|
375
|
-
- Ruby: `gem update teamflow`
|
|
376
|
-
3. Run migration assistant (new tool): `teamflow-cli migrate-v2 --dry-run`
|
|
377
|
-
4. Test in staging environment using `--env=staging` flag
|
|
378
|
-
5. Deploy to production before December 31
|
|
379
|
-
|
|
380
|
-
**Help available:**
|
|
381
|
-
- Email api-support@teamflow.com for a personalized migration call
|
|
382
|
-
- Office hours Tuesdays 10am PT through Q4 2026 (book: [link])
|
|
383
|
-
- Documentation + worked examples: [migration guide]
|
|
384
|
-
|
|
385
|
-
**Timeline:**
|
|
386
|
-
- June 30, 2026: v2 API GA (today); v1 marked deprecated
|
|
387
|
-
- September 30, 2026: Migration assistant released
|
|
388
|
-
- December 31, 2026: v1 retired
|
|
389
|
-
|
|
390
|
-
---
|
|
391
|
-
|
|
392
|
-
## 📉 Deprecations
|
|
393
|
-
|
|
394
|
-
- **Legacy «Simple» onboarding flow** — deprecated June 30, 2026; removed December 31, 2026. Use new «Guided» onboarding flow (default for new customers since March 2026). Settings migration automatic.
|
|
395
|
-
- **Per-seat «Basic AI» legacy flag** — deprecated June 30, 2026. Superseded by full AI Tier features. Customers on internal «Basic AI» flag (approximately 12 beta customers) auto-migrated to Team Tier with 90-day price protection.
|
|
396
|
-
|
|
397
|
-
---
|
|
398
|
-
|
|
399
|
-
## 🐛 Bug Fixes
|
|
400
|
-
|
|
401
|
-
- **Fixed:** Action items containing special characters («é», «ñ», emoji) now export correctly to CSV (previously garbled).
|
|
402
|
-
- **Fixed:** 1:1 meeting notes no longer lose formatting when scheduled recurring meetings trigger (affected ~3% of users).
|
|
403
|
-
- **Fixed:** OKR dashboard correctly shows «At Risk» status for goals < 50% complete within 2 weeks of due date (previously showed «On Track» incorrectly).
|
|
404
|
-
- **Fixed:** Calendar integration properly handles time zone changes during daylight saving transitions.
|
|
405
|
-
- **Fixed:** Slack notifications respect user's quiet hours (previously fired during set «do not disturb» periods).
|
|
406
|
-
- **Fixed:** Performance review reminders do not send to employees on sabbatical / parental leave (if status is marked).
|
|
407
|
-
|
|
408
|
-
---
|
|
409
|
-
|
|
410
|
-
## ⚠️ Known Issues
|
|
411
|
-
|
|
412
|
-
- **Mobile experience for AI Summary review:** Functional but not optimized. Edits require desktop for best UX. Expected fix: Q4 2026 (native mobile app).
|
|
413
|
-
- **AI summarization for meetings > 2 hours:** Summary quality degrades for ultra-long meetings. Workaround: schedule recap segments shorter. Expected fix: Q3 2026.
|
|
414
|
-
- **Action items extraction for non-English content:** English-only until Q4 2026 release of multi-language support. Non-English content marked with note.
|
|
415
|
-
- **Occasional LLM provider failover delay:** Rarely (<0.1% of meetings), failover from primary to secondary provider adds 30-45 seconds. Resolution: architecture improvement in Q3.
|
|
416
|
-
|
|
417
|
-
---
|
|
418
|
-
|
|
419
|
-
## 📊 What's Changed for Admins / IT
|
|
420
|
-
|
|
421
|
-
### New Admin Settings
|
|
422
|
-
|
|
423
|
-
- **AI Features policy** (Settings → Admin → AI Features):
|
|
424
|
-
- «Disabled org-wide» (no AI access for any user)
|
|
425
|
-
- «Enabled — per-manager opt-in» (default — managers choose per meeting)
|
|
426
|
-
- «Enabled — default on for new managers»
|
|
427
|
-
- **Data retention controls:** Choose 30 / 90 / 365 / 730 days for AI-generated summaries
|
|
428
|
-
- **Regional data preference:** Choose data processing region (US / EU / APAC)
|
|
429
|
-
|
|
430
|
-
### New Compliance Artifacts Available
|
|
431
|
-
|
|
432
|
-
- **SOC 2 Type II attestation (extended to AI features):** Available to Enterprise customers in Trust Center
|
|
433
|
-
- **Data Processing Agreement (updated for AI):** Sent to all Enterprise customers May 30, 2026
|
|
434
|
-
- **Subprocessor list (updated):** Now lists OpenAI and Anthropic as AI providers
|
|
435
|
-
|
|
436
|
-
### Security Notes
|
|
437
|
-
|
|
438
|
-
- Audit logs now include AI operations (generate / edit / approve / delete summaries)
|
|
439
|
-
- BYOK (Bring Your Own Key) encryption available for Enterprise tier (contact CSM to configure)
|
|
440
|
-
- Zero data retention contractual commitments signed with LLM providers
|
|
441
|
-
|
|
442
|
-
---
|
|
443
|
-
|
|
444
|
-
## 💼 For Sales and Customer Success Teams
|
|
445
|
-
|
|
446
|
-
(Internal section — also shared with customers via their CSM)
|
|
447
|
-
|
|
448
|
-
### Messaging Cheatsheet
|
|
449
|
-
|
|
450
|
-
**Core → Team Tier upsell pitch:**
|
|
451
|
-
«The biggest change in performance management in 10 years just shipped. Your managers get 3 hrs/week back, action items stop falling through. Team Tier +$8/seat includes AI Summarization, Action Items Reminders, and auto-Extraction. 30-day trial if you want to test drive.»
|
|
452
|
-
|
|
453
|
-
**Mid-market/Enterprise pitch:**
|
|
454
|
-
«Beyond manager productivity, Enterprise Tier now includes Aggregate 1:1 Dashboard — the first measurable view of manager effectiveness across your org. Show your Board that your People investments drive retention. Combined with our new SSO SCIM, procurement says yes.»
|
|
455
|
-
|
|
456
|
-
### Objection Handling (top 3)
|
|
457
|
-
|
|
458
|
-
| Objection | Response |
|
|
459
|
-
|-----------|----------|
|
|
460
|
-
| «Privacy concerns with AI» | «Zero data retention, SOC 2 Type II attested, BYOK for enterprise. We have public documentation + audit reports.» |
|
|
461
|
-
| «$8/seat premium too expensive» | «ROI is 45× — 3 hrs/week × 200 managers × $150/hr blended cost = your monthly premium pays in first week.» |
|
|
462
|
-
| «What if AI generates wrong summary?» | «Manager reviews and edits before approval — this is assisted, not autonomous. We track edit rate; current beta shows 30% of summaries are edited, meaning the other 70% are accepted as-is.» |
|
|
463
|
-
|
|
464
|
-
---
|
|
465
|
-
|
|
466
|
-
## 📚 Learn More
|
|
467
|
-
|
|
468
|
-
- **Blog post:** [«Introducing TeamFlow AI — The First AI-Native People Ops Platform»](https://blog.teamflow.com/ai-summarization-launch)
|
|
469
|
-
- **Video walkthrough (3 min):** [YouTube link]
|
|
470
|
-
- **Documentation:** [docs.teamflow.com/ai](https://docs.teamflow.com/ai)
|
|
471
|
-
- **Webinar:** «AI in People Operations — What this means for your 2026 strategy», July 15, 2026, 1pm ET — [Register]
|
|
472
|
-
- **Migration guide for v1 → v2 API:** [api-migration link]
|
|
473
|
-
- **Trust Center:** [trust.teamflow.com](https://trust.teamflow.com) — SOC 2 Type II reports + subprocessor list
|
|
474
|
-
|
|
475
|
-
---
|
|
476
|
-
|
|
477
|
-
## 💬 Feedback
|
|
478
|
-
|
|
479
|
-
Your feedback makes TeamFlow better. Share:
|
|
480
|
-
- **Bugs / issues:** support@teamflow.com
|
|
481
|
-
- **Feature requests:** feedback@teamflow.com
|
|
482
|
-
- **Customer advisory participation:** cab@teamflow.com
|
|
483
|
-
|
|
484
|
-
Thank you for 5 years of building TeamFlow together. AI Summarization is the biggest leap we've taken — it wouldn't be possible without your feedback throughout discovery.
|
|
485
|
-
|
|
486
|
-
— The TeamFlow Team
|
|
487
|
-
|
|
488
|
-
---
|
|
489
|
-
|
|
490
|
-
## Release Metadata
|
|
491
|
-
|
|
492
|
-
- **Version:** 3.8.0
|
|
493
|
-
- **Release date:** June 30, 2026
|
|
494
|
-
- **Previous version:** 3.7.2 (May 27, 2026)
|
|
495
|
-
- **Next planned release:** 3.9.0 targeted late July 2026 (AI tier iteration + mobile improvements)
|
|
496
|
-
- **Support policy:** Each major version supported 24 months from release
|
|
497
|
-
```
|
|
498
|
-
|
|
499
|
-
> **Release-notes lesson:** TL;DR first — busy execs only read that. **Breaking changes with a 6-month migration window** + personalized help — prevents surprise churn. **Known issues transparency** — builds trust («they tell us what's broken»). Separate sections for **admins/IT** — they have different concerns. **Objection handling for sales** inside release notes = a double-use document. **Migration tooling** (not just docs) — `teamflow-cli migrate-v2 --dry-run` — reduces customer burden.
|
|
259
|
+
> 📦 <!--SPLIT-POINTER--> Полный блок — в `$release-notes-reference` (§ Template).
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: release-notes-reference
|
|
3
|
+
description: B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — 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
|
+
- "release-notes"
|
|
14
|
+
- "release notes"
|
|
15
|
+
- "changelog"
|
|
16
|
+
- "что нового"
|
|
17
|
+
related:
|
|
18
|
+
- release-notes
|
|
19
|
+
budget_lines: 285
|
|
20
|
+
schema_version: 1
|
|
21
|
+
---
|
|
22
|
+
# release-notes — Reference (code & worked-example library)
|
|
23
|
+
|
|
24
|
+
> Verbatim code blocks and the worked example extracted from `$release-notes` (workflow). Copy-paste library; the procedure lives in the workflow skill.
|
|
25
|
+
|
|
26
|
+
## Template
|
|
27
|
+
|
|
28
|
+
```markdown
|
|
29
|
+
# Release Notes — v[X.Y.Z] ([Month Day, Year])
|
|
30
|
+
|
|
31
|
+
## TL;DR
|
|
32
|
+
- ✨ [Top feature 1]
|
|
33
|
+
- ⚡ [Top improvement]
|
|
34
|
+
- 🔐 [Security/compliance]
|
|
35
|
+
- ⚠️ [Breaking change if applicable]
|
|
36
|
+
|
|
37
|
+
## ✨ New Features
|
|
38
|
+
|
|
39
|
+
### [Feature Name]
|
|
40
|
+
[2-sentence description]
|
|
41
|
+
|
|
42
|
+
**Why it matters:** [Customer benefit]
|
|
43
|
+
**How to use:** [Quick steps + docs link]
|
|
44
|
+
**Available for:** [Plan / segment]
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## ⚡ Improvements
|
|
49
|
+
- [One-liner improvement]
|
|
50
|
+
- [One-liner]
|
|
51
|
+
|
|
52
|
+
## ⚠️ Breaking Changes
|
|
53
|
+
### [Change title]
|
|
54
|
+
- **Timeline:** [dates]
|
|
55
|
+
- **Why:** [rationale]
|
|
56
|
+
- **Migration:** [steps + link]
|
|
57
|
+
- **Help:** [contact]
|
|
58
|
+
|
|
59
|
+
## 📉 Deprecations
|
|
60
|
+
- [Feature] — deprecated [date], removal [date]. Use [alternative] instead.
|
|
61
|
+
|
|
62
|
+
## 🐛 Bug Fixes
|
|
63
|
+
- Fixed: [customer-observable description]
|
|
64
|
+
|
|
65
|
+
## ⚠️ Known Issues
|
|
66
|
+
- [Issue]: [workaround if any]. Expected fix: [when]
|
|
67
|
+
|
|
68
|
+
## 📚 Learn More
|
|
69
|
+
- [Documentation]
|
|
70
|
+
- [Video walkthrough]
|
|
71
|
+
- [Blog post]
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
## Worked Example — TeamFlow Release Notes: AI Summarization GA
|
|
75
|
+
|
|
76
|
+
```markdown
|
|
77
|
+
# TeamFlow Release Notes — v3.8.0 "AI Summarization GA" (June 30, 2026)
|
|
78
|
+
|
|
79
|
+
## 🎉 TL;DR
|
|
80
|
+
|
|
81
|
+
- ✨ **NEW: AI-Assisted 1:1 Summarization** — Team Tier (+$8/seat/month premium) launches GA. Managers save 3+ hours per week; action items stop falling through the cracks.
|
|
82
|
+
- 📊 **NEW: Aggregate 1:1 Dashboard** (Enterprise Tier) — VP HR / CPO dashboards for 1:1 cadence and team health at org level.
|
|
83
|
+
- 🔐 **SECURITY: SOC 2 Type II extended** to cover AI features. Privacy architecture documented and publicly attested.
|
|
84
|
+
- ⚠️ **PRICING: New «Team Tier»** introduced at $23/seat/mo (existing Core tier unchanged). Migration tools included.
|
|
85
|
+
- 💼 **NEW: SSO SCIM provisioning** (Enterprise Tier) — fully automated user provisioning from Okta/Azure AD.
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## ✨ New Features
|
|
90
|
+
|
|
91
|
+
### AI-Assisted 1:1 Summarization (Team Tier)
|
|
92
|
+
|
|
93
|
+
Run your 1:1 normally. TeamFlow AI captures the conversation (opt-in per meeting), generates a structured summary within 60 seconds of meeting end, and extracts action items with confidence scoring. Review, edit inline, and approve — action items automatically surface before your next 1:1.
|
|
94
|
+
|
|
95
|
+
**Why it matters:** Managers with 5+ direct reports save an average of 3 hours per week on 1:1 admin overhead. Action items completion rate lifts from 60% (manual baseline) to 75%+ in beta customers. Managers report feeling «more present» in conversations.
|
|
96
|
+
|
|
97
|
+
**How to use:** Go to Settings → AI Features → Enable for your team. Toggle «Use AI» on any upcoming 1:1 meeting page. [Full getting started guide]
|
|
98
|
+
|
|
99
|
+
**Available for:** Team Tier accounts ($23/seat/mo, +$8 from Core tier). 30-day free trial available for Core customers.
|
|
100
|
+
|
|
101
|
+
**Privacy-first:**
|
|
102
|
+
- Opt-in per meeting (you control which 1:1s use AI)
|
|
103
|
+
- Zero data retention with LLM providers (OpenAI / Anthropic zero-retention API tiers)
|
|
104
|
+
- Per-customer encryption keys (BYOK for Enterprise)
|
|
105
|
+
- Full audit log of all AI operations
|
|
106
|
+
- Regional endpoints (US / EU data stays in region)
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
### Aggregate 1:1 Dashboard (Enterprise Tier)
|
|
111
|
+
|
|
112
|
+
New dashboard for VP People / CPO users showing 1:1 cadence, action items velocity, and team health scores at org and team level. Privacy-preserving — aggregate only, no content surfaced.
|
|
113
|
+
|
|
114
|
+
**Why it matters:** First time People leaders have measurable data on manager effectiveness at scale. Tie retention, engagement outcomes back to 1:1 practice patterns — data you can bring to ELT discussions.
|
|
115
|
+
|
|
116
|
+
**How to use:** Contact your CSM for Enterprise tier upgrade. Dashboard becomes available post-upgrade within 48 hours (requires data pipeline provisioning).
|
|
117
|
+
|
|
118
|
+
**Available for:** Enterprise Tier accounts ($50+/seat, negotiated).
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
### SSO SCIM Provisioning (Enterprise Tier)
|
|
123
|
+
|
|
124
|
+
Fully automated user provisioning, updating, and deprovisioning from your IdP (Okta, Azure AD, Google Workspace). No more manual user additions or orphan accounts after employees leave.
|
|
125
|
+
|
|
126
|
+
**Why it matters:** Eliminates the #1 Enterprise customer complaint — manual user management at scale. Your IT team will love you.
|
|
127
|
+
|
|
128
|
+
**Available for:** Enterprise Tier.
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
## ⚡ Improvements
|
|
133
|
+
|
|
134
|
+
- **Faster dashboard loads** — OKR dashboard loads 40% faster with new query optimization (p95 dropped from 1.2s to 0.7s).
|
|
135
|
+
- **Search now supports wildcards** — find teams with «eng*» or action items containing «*budget*».
|
|
136
|
+
- **Export to CSV** now includes all filter fields (previously lost advanced filters on export).
|
|
137
|
+
- **Keyboard shortcuts for power users** — press `?` to see the list; `J`/`K` for navigation between 1:1s; `G` + `D` for dashboard.
|
|
138
|
+
- **1:1 history filter by «open action items»** — spot incomplete commitments during review cycles.
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
142
|
+
## ⚠️ Breaking Changes
|
|
143
|
+
|
|
144
|
+
### API v1 Deprecation — Action Required by December 31, 2026
|
|
145
|
+
|
|
146
|
+
The v1 REST API will be retired on **December 31, 2026**. After this date, v1 endpoints return HTTP 410 Gone.
|
|
147
|
+
|
|
148
|
+
**Why:** v2 API provides:
|
|
149
|
+
- 10× better performance (p95 50ms vs 400ms)
|
|
150
|
+
- Clearer error responses with structured codes
|
|
151
|
+
- Full pagination support (v1 returns max 100 items)
|
|
152
|
+
- AI endpoints (`/v2/ai/*`) available only in v2
|
|
153
|
+
|
|
154
|
+
**Who's affected:** Approximately 250 customers with active v1 API integrations. Audit your usage at Settings → API → Usage Report.
|
|
155
|
+
|
|
156
|
+
**Migration steps:**
|
|
157
|
+
1. Review v1 → v2 migration guide: [link]
|
|
158
|
+
2. Update client SDKs:
|
|
159
|
+
- JavaScript: `npm update @teamflow/sdk@2.x`
|
|
160
|
+
- Python: `pip install --upgrade teamflow-sdk>=2.0`
|
|
161
|
+
- Ruby: `gem update teamflow`
|
|
162
|
+
3. Run migration assistant (new tool): `teamflow-cli migrate-v2 --dry-run`
|
|
163
|
+
4. Test in staging environment using `--env=staging` flag
|
|
164
|
+
5. Deploy to production before December 31
|
|
165
|
+
|
|
166
|
+
**Help available:**
|
|
167
|
+
- Email api-support@teamflow.com for a personalized migration call
|
|
168
|
+
- Office hours Tuesdays 10am PT through Q4 2026 (book: [link])
|
|
169
|
+
- Documentation + worked examples: [migration guide]
|
|
170
|
+
|
|
171
|
+
**Timeline:**
|
|
172
|
+
- June 30, 2026: v2 API GA (today); v1 marked deprecated
|
|
173
|
+
- September 30, 2026: Migration assistant released
|
|
174
|
+
- December 31, 2026: v1 retired
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
## 📉 Deprecations
|
|
179
|
+
|
|
180
|
+
- **Legacy «Simple» onboarding flow** — deprecated June 30, 2026; removed December 31, 2026. Use new «Guided» onboarding flow (default for new customers since March 2026). Settings migration automatic.
|
|
181
|
+
- **Per-seat «Basic AI» legacy flag** — deprecated June 30, 2026. Superseded by full AI Tier features. Customers on internal «Basic AI» flag (approximately 12 beta customers) auto-migrated to Team Tier with 90-day price protection.
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
## 🐛 Bug Fixes
|
|
186
|
+
|
|
187
|
+
- **Fixed:** Action items containing special characters («é», «ñ», emoji) now export correctly to CSV (previously garbled).
|
|
188
|
+
- **Fixed:** 1:1 meeting notes no longer lose formatting when scheduled recurring meetings trigger (affected ~3% of users).
|
|
189
|
+
- **Fixed:** OKR dashboard correctly shows «At Risk» status for goals < 50% complete within 2 weeks of due date (previously showed «On Track» incorrectly).
|
|
190
|
+
- **Fixed:** Calendar integration properly handles time zone changes during daylight saving transitions.
|
|
191
|
+
- **Fixed:** Slack notifications respect user's quiet hours (previously fired during set «do not disturb» periods).
|
|
192
|
+
- **Fixed:** Performance review reminders do not send to employees on sabbatical / parental leave (if status is marked).
|
|
193
|
+
|
|
194
|
+
---
|
|
195
|
+
|
|
196
|
+
## ⚠️ Known Issues
|
|
197
|
+
|
|
198
|
+
- **Mobile experience for AI Summary review:** Functional but not optimized. Edits require desktop for best UX. Expected fix: Q4 2026 (native mobile app).
|
|
199
|
+
- **AI summarization for meetings > 2 hours:** Summary quality degrades for ultra-long meetings. Workaround: schedule recap segments shorter. Expected fix: Q3 2026.
|
|
200
|
+
- **Action items extraction for non-English content:** English-only until Q4 2026 release of multi-language support. Non-English content marked with note.
|
|
201
|
+
- **Occasional LLM provider failover delay:** Rarely (<0.1% of meetings), failover from primary to secondary provider adds 30-45 seconds. Resolution: architecture improvement in Q3.
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
## 📊 What's Changed for Admins / IT
|
|
206
|
+
|
|
207
|
+
### New Admin Settings
|
|
208
|
+
|
|
209
|
+
- **AI Features policy** (Settings → Admin → AI Features):
|
|
210
|
+
- «Disabled org-wide» (no AI access for any user)
|
|
211
|
+
- «Enabled — per-manager opt-in» (default — managers choose per meeting)
|
|
212
|
+
- «Enabled — default on for new managers»
|
|
213
|
+
- **Data retention controls:** Choose 30 / 90 / 365 / 730 days for AI-generated summaries
|
|
214
|
+
- **Regional data preference:** Choose data processing region (US / EU / APAC)
|
|
215
|
+
|
|
216
|
+
### New Compliance Artifacts Available
|
|
217
|
+
|
|
218
|
+
- **SOC 2 Type II attestation (extended to AI features):** Available to Enterprise customers in Trust Center
|
|
219
|
+
- **Data Processing Agreement (updated for AI):** Sent to all Enterprise customers May 30, 2026
|
|
220
|
+
- **Subprocessor list (updated):** Now lists OpenAI and Anthropic as AI providers
|
|
221
|
+
|
|
222
|
+
### Security Notes
|
|
223
|
+
|
|
224
|
+
- Audit logs now include AI operations (generate / edit / approve / delete summaries)
|
|
225
|
+
- BYOK (Bring Your Own Key) encryption available for Enterprise tier (contact CSM to configure)
|
|
226
|
+
- Zero data retention contractual commitments signed with LLM providers
|
|
227
|
+
|
|
228
|
+
---
|
|
229
|
+
|
|
230
|
+
## 💼 For Sales and Customer Success Teams
|
|
231
|
+
|
|
232
|
+
(Internal section — also shared with customers via their CSM)
|
|
233
|
+
|
|
234
|
+
### Messaging Cheatsheet
|
|
235
|
+
|
|
236
|
+
**Core → Team Tier upsell pitch:**
|
|
237
|
+
«The biggest change in performance management in 10 years just shipped. Your managers get 3 hrs/week back, action items stop falling through. Team Tier +$8/seat includes AI Summarization, Action Items Reminders, and auto-Extraction. 30-day trial if you want to test drive.»
|
|
238
|
+
|
|
239
|
+
**Mid-market/Enterprise pitch:**
|
|
240
|
+
«Beyond manager productivity, Enterprise Tier now includes Aggregate 1:1 Dashboard — the first measurable view of manager effectiveness across your org. Show your Board that your People investments drive retention. Combined with our new SSO SCIM, procurement says yes.»
|
|
241
|
+
|
|
242
|
+
### Objection Handling (top 3)
|
|
243
|
+
|
|
244
|
+
| Objection | Response |
|
|
245
|
+
|-----------|----------|
|
|
246
|
+
| «Privacy concerns with AI» | «Zero data retention, SOC 2 Type II attested, BYOK for enterprise. We have public documentation + audit reports.» |
|
|
247
|
+
| «$8/seat premium too expensive» | «ROI is 45× — 3 hrs/week × 200 managers × $150/hr blended cost = your monthly premium pays in first week.» |
|
|
248
|
+
| «What if AI generates wrong summary?» | «Manager reviews and edits before approval — this is assisted, not autonomous. We track edit rate; current beta shows 30% of summaries are edited, meaning the other 70% are accepted as-is.» |
|
|
249
|
+
|
|
250
|
+
---
|
|
251
|
+
|
|
252
|
+
## 📚 Learn More
|
|
253
|
+
|
|
254
|
+
- **Blog post:** [«Introducing TeamFlow AI — The First AI-Native People Ops Platform»](https://blog.teamflow.com/ai-summarization-launch)
|
|
255
|
+
- **Video walkthrough (3 min):** [YouTube link]
|
|
256
|
+
- **Documentation:** [docs.teamflow.com/ai](https://docs.teamflow.com/ai)
|
|
257
|
+
- **Webinar:** «AI in People Operations — What this means for your 2026 strategy», July 15, 2026, 1pm ET — [Register]
|
|
258
|
+
- **Migration guide for v1 → v2 API:** [api-migration link]
|
|
259
|
+
- **Trust Center:** [trust.teamflow.com](https://trust.teamflow.com) — SOC 2 Type II reports + subprocessor list
|
|
260
|
+
|
|
261
|
+
---
|
|
262
|
+
|
|
263
|
+
## 💬 Feedback
|
|
264
|
+
|
|
265
|
+
Your feedback makes TeamFlow better. Share:
|
|
266
|
+
- **Bugs / issues:** support@teamflow.com
|
|
267
|
+
- **Feature requests:** feedback@teamflow.com
|
|
268
|
+
- **Customer advisory participation:** cab@teamflow.com
|
|
269
|
+
|
|
270
|
+
Thank you for 5 years of building TeamFlow together. AI Summarization is the biggest leap we've taken — it wouldn't be possible without your feedback throughout discovery.
|
|
271
|
+
|
|
272
|
+
— The TeamFlow Team
|
|
273
|
+
|
|
274
|
+
---
|
|
275
|
+
|
|
276
|
+
## Release Metadata
|
|
277
|
+
|
|
278
|
+
- **Version:** 3.8.0
|
|
279
|
+
- **Release date:** June 30, 2026
|
|
280
|
+
- **Previous version:** 3.7.2 (May 27, 2026)
|
|
281
|
+
- **Next planned release:** 3.9.0 targeted late July 2026 (AI tier iteration + mobile improvements)
|
|
282
|
+
- **Support policy:** Each major version supported 24 months from release
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
> **Release-notes lesson:** TL;DR first — busy execs only read that. **Breaking changes with a 6-month migration window** + personalized help — prevents surprise churn. **Known issues transparency** — builds trust («they tell us what's broken»). Separate sections for **admins/IT** — they have different concerns. **Objection handling for sales** inside release notes = a double-use document. **Migration tooling** (not just docs) — `teamflow-cli migrate-v2 --dry-run` — reduces customer burden.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "release-notes-reference",
|
|
3
|
+
"display_name": "Release Notes (B2B) Reference",
|
|
4
|
+
"description": "B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — reference (code & worked-example library)",
|
|
5
|
+
"default_prompt": "Use $release-notes-reference when the task relates to the skill \"Release Notes (B2B) Reference\".",
|
|
6
|
+
"triggers": [
|
|
7
|
+
"release-notes",
|
|
8
|
+
"release notes",
|
|
9
|
+
"changelog"
|
|
10
|
+
],
|
|
11
|
+
"capabilities": [
|
|
12
|
+
"release-notes-reference"
|
|
13
|
+
],
|
|
14
|
+
"tools": [],
|
|
15
|
+
"implicit_invocation": true
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "release-notes-reference",
|
|
3
|
+
"display_name": "Release Notes (B2B) Reference",
|
|
4
|
+
"description": "B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — reference (code & worked-example library)",
|
|
5
|
+
"default_prompt": "Use $release-notes-reference when the task relates to the skill \"Release Notes (B2B) Reference\".",
|
|
6
|
+
"triggers": [
|
|
7
|
+
"release-notes",
|
|
8
|
+
"release notes",
|
|
9
|
+
"changelog"
|
|
10
|
+
],
|
|
11
|
+
"capabilities": [
|
|
12
|
+
"release-notes-reference"
|
|
13
|
+
],
|
|
14
|
+
"tools": [],
|
|
15
|
+
"implicit_invocation": true
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "release-notes-reference",
|
|
3
|
+
"display_name": "Release Notes (B2B) Reference",
|
|
4
|
+
"description": "B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — reference (code & worked-example library)",
|
|
5
|
+
"default_prompt": "Use $release-notes-reference when the task relates to the skill \"Release Notes (B2B) Reference\".",
|
|
6
|
+
"triggers": [
|
|
7
|
+
"release-notes",
|
|
8
|
+
"release notes",
|
|
9
|
+
"changelog"
|
|
10
|
+
],
|
|
11
|
+
"capabilities": [
|
|
12
|
+
"release-notes-reference"
|
|
13
|
+
],
|
|
14
|
+
"tools": [],
|
|
15
|
+
"implicit_invocation": true
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: release-notes-reference
|
|
2
|
+
display_name: Release Notes (B2B) Reference
|
|
3
|
+
description: B2B customer-facing release notes — what's new, why it matters,
|
|
4
|
+
breaking changes, migration steps — reference (code & worked-example library)
|
|
5
|
+
default_prompt: Use $release-notes-reference when the task relates to the skill
|
|
6
|
+
"Release Notes (B2B) Reference".
|
|
7
|
+
triggers:
|
|
8
|
+
- release-notes
|
|
9
|
+
- release notes
|
|
10
|
+
- changelog
|
|
11
|
+
capabilities:
|
|
12
|
+
- release-notes-reference
|
|
13
|
+
tools: []
|
|
14
|
+
implicit_invocation: true
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: Release Notes (B2B) Reference
|
|
3
|
+
short_description: B2B customer-facing release notes — what's new, why it
|
|
4
|
+
matters, breaking changes, migration steps
|
|
5
|
+
default_prompt: Use $release-notes-reference when the task relates to the skill
|
|
6
|
+
"Release Notes (B2B) Reference".
|
|
7
|
+
dependencies:
|
|
8
|
+
tools: []
|
|
9
|
+
policy:
|
|
10
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "release-notes-reference",
|
|
3
|
+
"display_name": "Release Notes (B2B) Reference",
|
|
4
|
+
"description": "B2B customer-facing release notes — what's new, why it matters, breaking changes, migration steps — reference (code & worked-example library)",
|
|
5
|
+
"default_prompt": "Use $release-notes-reference when the task relates to the skill \"Release Notes (B2B) Reference\".",
|
|
6
|
+
"triggers": [
|
|
7
|
+
"release-notes",
|
|
8
|
+
"release notes",
|
|
9
|
+
"changelog"
|
|
10
|
+
],
|
|
11
|
+
"capabilities": [
|
|
12
|
+
"release-notes-reference"
|
|
13
|
+
],
|
|
14
|
+
"tools": [],
|
|
15
|
+
"implicit_invocation": true
|
|
16
|
+
}
|