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,418 +1,433 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: design-brief
|
|
3
|
-
description: Brief for UX/UI designer — context, goals, users, constraints, references, tone
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
|
36
|
-
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
### Step
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
-
|
|
134
|
-
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
- **
|
|
158
|
-
- **
|
|
159
|
-
- **
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
-
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
-
|
|
189
|
-
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
##
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
##
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
##
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
##
|
|
245
|
-
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
##
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
##
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
- **
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
- **
|
|
294
|
-
- **
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
- **
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
- **
|
|
310
|
-
- **
|
|
311
|
-
|
|
312
|
-
###
|
|
313
|
-
- **
|
|
314
|
-
- **
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
-
|
|
322
|
-
-
|
|
323
|
-
-
|
|
324
|
-
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
- **
|
|
330
|
-
- **
|
|
331
|
-
- **
|
|
332
|
-
- **
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
-
|
|
338
|
-
-
|
|
339
|
-
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
-
|
|
345
|
-
-
|
|
346
|
-
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
- **
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
- Color
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
- **
|
|
365
|
-
-
|
|
366
|
-
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
- **
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
|
406
|
-
|
|
407
|
-
|
|
|
408
|
-
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
1
|
+
---
|
|
2
|
+
name: design-brief
|
|
3
|
+
description: Brief for UX/UI designer — context, goals, users, constraints, references, tone
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- ux_designer
|
|
8
|
+
gates:
|
|
9
|
+
- UX_DESIGNER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "design-brief"
|
|
14
|
+
- "design brief"
|
|
15
|
+
- "бриф дизайнера"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 433
|
|
18
|
+
schema_version: 1
|
|
19
|
+
---
|
|
20
|
+
# Design Brief
|
|
21
|
+
|
|
22
|
+
> **Category:** UX · **Slug:** `design-brief`
|
|
23
|
+
|
|
24
|
+
## When to Use
|
|
25
|
+
|
|
26
|
+
- When UX Designer hands off an initiative downstream (downstream visual designer or external).
|
|
27
|
+
- Before a large design cycle, to align on goals + constraints.
|
|
28
|
+
- When working with outsourced design — brief as a contract.
|
|
29
|
+
- When transitioning from low-fi wireframes to hi-fi visual design.
|
|
30
|
+
|
|
31
|
+
## Input
|
|
32
|
+
|
|
33
|
+
| Field | Required | Description |
|
|
34
|
+
|-------|:--------:|-------------|
|
|
35
|
+
| User story / PRD | ✅ | What we are solving |
|
|
36
|
+
| User research findings | ✅ | JTBD, preferences, pain points |
|
|
37
|
+
| Brand guidelines | ⬚ | If they exist |
|
|
38
|
+
| Technical constraints | ⬚ | Stack, platform limits |
|
|
39
|
+
| References (competitors, inspirations) | ⬚ | Visual / interaction references |
|
|
40
|
+
|
|
41
|
+
## Data Sources
|
|
42
|
+
|
|
43
|
+
1. `$prd-template` — scope + goals.
|
|
44
|
+
2. `$jtbd-canvas` — emotional/social jobs → tone.
|
|
45
|
+
3. `$user-flow` — interactions → screens needed.
|
|
46
|
+
4. Existing brand guidelines / design system.
|
|
47
|
+
|
|
48
|
+
### Related Skills
|
|
49
|
+
|
|
50
|
+
| Skill | What we take | When to call |
|
|
51
|
+
|-------|-------------|--------------|
|
|
52
|
+
| `user-flow` | Flow steps → screens | Before brief |
|
|
53
|
+
| `jtbd-canvas` | Emotional jobs → tone | For tone definition |
|
|
54
|
+
| `prd-template` | Goals + NFR | For brief goals section |
|
|
55
|
+
| `report-design` | Layout patterns (for PRD/deck, not UI) | Separate contexts |
|
|
56
|
+
|
|
57
|
+
## Design Brief Structure
|
|
58
|
+
|
|
59
|
+
1. **Overview** — 1 paragraph of what we're doing
|
|
60
|
+
2. **Goals** — what design must achieve
|
|
61
|
+
3. **Users** — primary + secondary personas
|
|
62
|
+
4. **Jobs & Emotions** — from JTBD
|
|
63
|
+
5. **Scope** — screens / surfaces involved
|
|
64
|
+
6. **Non-goals** — explicit out-of-scope
|
|
65
|
+
7. **Constraints** — technical, brand, timeline
|
|
66
|
+
8. **References** — competitors, inspirations, style
|
|
67
|
+
9. **Tone** — brand voice, formality
|
|
68
|
+
10. **Deliverables** — wireframes? hi-fi? prototypes?
|
|
69
|
+
11. **Timeline + Checkpoints**
|
|
70
|
+
|
|
71
|
+
## Protocol
|
|
72
|
+
|
|
73
|
+
### Step 1 — Overview
|
|
74
|
+
|
|
75
|
+
1-2 paragraphs:
|
|
76
|
+
- What initiative is this (feature name)
|
|
77
|
+
- Who will use it
|
|
78
|
+
- Why it matters (business + user)
|
|
79
|
+
|
|
80
|
+
### Step 2 — Goals (design-specific)
|
|
81
|
+
|
|
82
|
+
Differentiate from PRD goals:
|
|
83
|
+
- **PRD goal:** "Increase activation by 15%"
|
|
84
|
+
- **Design goal:** "Onboarding flow feels effortless — user completes without guide"
|
|
85
|
+
|
|
86
|
+
Design goals in terms of user perception + behavior.
|
|
87
|
+
|
|
88
|
+
Examples:
|
|
89
|
+
- Reduce time-to-first-value from X to Y
|
|
90
|
+
- Make admin settings approachable for non-technical users
|
|
91
|
+
- Feel trustworthy for enterprise buyers
|
|
92
|
+
|
|
93
|
+
### Step 3 — Users
|
|
94
|
+
|
|
95
|
+
**Primary user(s):**
|
|
96
|
+
- Segment + role
|
|
97
|
+
- Daily context (device, time pressure, collaboration)
|
|
98
|
+
- Technical sophistication
|
|
99
|
+
|
|
100
|
+
**Secondary users** (if applicable):
|
|
101
|
+
- Who else touches the flow
|
|
102
|
+
- Different needs/behaviors
|
|
103
|
+
|
|
104
|
+
### Step 4 — Jobs & Emotions
|
|
105
|
+
|
|
106
|
+
From JTBD canvas:
|
|
107
|
+
- **Functional:** what they're trying to accomplish
|
|
108
|
+
- **Emotional:** how they want to feel (confident, in control, productive)
|
|
109
|
+
- **Social:** how they want to be perceived
|
|
110
|
+
|
|
111
|
+
Design must serve emotional/social jobs, not only functional.
|
|
112
|
+
|
|
113
|
+
### Step 5 — Scope
|
|
114
|
+
|
|
115
|
+
Explicit list:
|
|
116
|
+
- **In scope:** screens, states, interactions
|
|
117
|
+
- **Coverage:** desktop / mobile / both
|
|
118
|
+
- **Empty states, error states, loading states** (explicit mention)
|
|
119
|
+
- **Accessibility targets** (WCAG AA or AAA)
|
|
120
|
+
|
|
121
|
+
### Step 6 — Non-goals
|
|
122
|
+
|
|
123
|
+
What we are **NOT** doing in this brief:
|
|
124
|
+
- "Not refreshing entire design system"
|
|
125
|
+
- "Not supporting mobile in this release"
|
|
126
|
+
- "Not optimizing for screen readers beyond WCAG AA"
|
|
127
|
+
|
|
128
|
+
### Step 7 — Constraints
|
|
129
|
+
|
|
130
|
+
**Technical:**
|
|
131
|
+
- Component library (shadcn / Material / custom?)
|
|
132
|
+
- Platform (web / mobile / desktop)
|
|
133
|
+
- Browser / OS targets
|
|
134
|
+
- Performance budgets
|
|
135
|
+
|
|
136
|
+
**Brand:**
|
|
137
|
+
- Color system (primary, neutrals)
|
|
138
|
+
- Typography (fonts, scale)
|
|
139
|
+
- Voice / personality
|
|
140
|
+
|
|
141
|
+
**Timeline:**
|
|
142
|
+
- Desired completion
|
|
143
|
+
- Review cycles available
|
|
144
|
+
|
|
145
|
+
### Step 8 — References
|
|
146
|
+
|
|
147
|
+
Visual + interaction inspirations (3-5):
|
|
148
|
+
- Screenshots / links to competitor experiences
|
|
149
|
+
- What works (specific elements to emulate)
|
|
150
|
+
- What to avoid
|
|
151
|
+
|
|
152
|
+
NOT copying — showing understanding of category expectations.
|
|
153
|
+
|
|
154
|
+
### Step 9 — Tone
|
|
155
|
+
|
|
156
|
+
B2B SaaS tone axes:
|
|
157
|
+
- **Formal ↔ Casual** (enterprise = more formal)
|
|
158
|
+
- **Playful ↔ Serious** (dev tools can be playful; compliance — serious)
|
|
159
|
+
- **Bold ↔ Neutral**
|
|
160
|
+
|
|
161
|
+
Pick position with rationale.
|
|
162
|
+
|
|
163
|
+
Examples:
|
|
164
|
+
- "Professional but approachable" — mid-market B2B
|
|
165
|
+
- "Seriously efficient" — enterprise DevOps tool
|
|
166
|
+
- "Confident expertise" — security / compliance tool
|
|
167
|
+
|
|
168
|
+
### Step 10 — Deliverables
|
|
169
|
+
|
|
170
|
+
Specify what designer will produce:
|
|
171
|
+
- **Low-fi wireframes:** [N screens]
|
|
172
|
+
- **Hi-fi mockups:** [N screens]
|
|
173
|
+
- **Interactive prototype:** [yes / no]
|
|
174
|
+
- **Design specs for eng:** [Figma handoff? Zeplin?]
|
|
175
|
+
- **Component updates:** [new components needed?]
|
|
176
|
+
|
|
177
|
+
### Step 11 — Timeline
|
|
178
|
+
|
|
179
|
+
| Checkpoint | Date | Participants |
|
|
180
|
+
|-----------|------|--------------|
|
|
181
|
+
| Brief signoff | YYYY-MM-DD | PM, Design Lead |
|
|
182
|
+
| Wireframe review | YYYY-MM-DD | PM, Eng Lead, Design |
|
|
183
|
+
| Hi-fi review | YYYY-MM-DD | Full team + Stakeholder |
|
|
184
|
+
| Final handoff | YYYY-MM-DD | Eng |
|
|
185
|
+
|
|
186
|
+
## Validation (Quality Gate)
|
|
187
|
+
|
|
188
|
+
- [ ] All 11 sections filled
|
|
189
|
+
- [ ] Goals user-outcome framed, not feature-framed
|
|
190
|
+
- [ ] Primary + secondary users defined
|
|
191
|
+
- [ ] Emotional/social jobs included (not only functional)
|
|
192
|
+
- [ ] Non-goals explicit
|
|
193
|
+
- [ ] Technical constraints realistic
|
|
194
|
+
- [ ] 3-5 references
|
|
195
|
+
- [ ] Tone position with rationale
|
|
196
|
+
- [ ] Deliverables specified
|
|
197
|
+
- [ ] Timeline with checkpoints
|
|
198
|
+
|
|
199
|
+
## Handoff
|
|
200
|
+
|
|
201
|
+
The result is the input for:
|
|
202
|
+
- **Downstream Designer** (visual designer / external)
|
|
203
|
+
- **Tech Lead** → technical feasibility cross-check
|
|
204
|
+
- **PM** → design review sessions
|
|
205
|
+
|
|
206
|
+
Format: design brief doc (markdown or linked Figma file). Via `$handoff`.
|
|
207
|
+
|
|
208
|
+
## Anti-patterns
|
|
209
|
+
|
|
210
|
+
| Error | Why it's bad | How to do it right |
|
|
211
|
+
|-------|-------------|-------------------|
|
|
212
|
+
| No jobs/emotions | Design feels generic | Explicit emotional/social jobs |
|
|
213
|
+
| Vague goals ("make it better") | Not actionable | Specific user outcomes |
|
|
214
|
+
| No non-goals | Scope creep | Explicit exclusions |
|
|
215
|
+
| "Make it beautiful" tone | Not directional | Tone axes with rationale |
|
|
216
|
+
| No references | Designer guesses | 3-5 concrete references |
|
|
217
|
+
| No deliverables | Ambiguous handoff | Explicit list |
|
|
218
|
+
| No checkpoints | Late feedback | Milestones |
|
|
219
|
+
|
|
220
|
+
## Template
|
|
221
|
+
|
|
222
|
+
```markdown
|
|
223
|
+
# Design Brief: [Initiative Name]
|
|
224
|
+
|
|
225
|
+
## Overview
|
|
226
|
+
...
|
|
227
|
+
|
|
228
|
+
## Goals
|
|
229
|
+
1. ...
|
|
230
|
+
|
|
231
|
+
## Users
|
|
232
|
+
**Primary:** [segment + role + context]
|
|
233
|
+
**Secondary:** [...]
|
|
234
|
+
|
|
235
|
+
## Jobs & Emotions
|
|
236
|
+
- Functional: ...
|
|
237
|
+
- Emotional: feel [X]
|
|
238
|
+
- Social: be seen as [Y]
|
|
239
|
+
|
|
240
|
+
## Scope
|
|
241
|
+
- [screens in scope]
|
|
242
|
+
- Empty / error / loading states: ✅
|
|
243
|
+
|
|
244
|
+
## Non-goals
|
|
245
|
+
- ...
|
|
246
|
+
|
|
247
|
+
## Constraints
|
|
248
|
+
- Technical: [stack]
|
|
249
|
+
- Brand: [colors, fonts]
|
|
250
|
+
- Timeline: [deadline]
|
|
251
|
+
|
|
252
|
+
## References
|
|
253
|
+
1. [competitor] — [what works]
|
|
254
|
+
|
|
255
|
+
## Tone
|
|
256
|
+
Formal ↔ Casual: [position]
|
|
257
|
+
Serious ↔ Playful: [position]
|
|
258
|
+
|
|
259
|
+
## Deliverables
|
|
260
|
+
- Low-fi: N screens
|
|
261
|
+
- Hi-fi: N screens
|
|
262
|
+
- Prototype: yes/no
|
|
263
|
+
- Handoff: Figma
|
|
264
|
+
|
|
265
|
+
## Timeline
|
|
266
|
+
| Checkpoint | Date |
|
|
267
|
+
| Brief signoff | YYYY-MM-DD |
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
## Worked Example — TeamFlow Design Brief: AI Summary Review Interface
|
|
271
|
+
|
|
272
|
+
```markdown
|
|
273
|
+
# Design Brief: AI Summary Review UI (Story S3)
|
|
274
|
+
|
|
275
|
+
## Overview
|
|
276
|
+
Design the **manager-facing interface** for reviewing, editing, and approving AI-generated 1:1 summaries within TeamFlow. This UI is the daily touchpoint where managers interact with AI output — it defines whether they trust, use, or abandon the feature.
|
|
277
|
+
|
|
278
|
+
The review UI appears after AI summary generation completes (per Story S2). Manager spends 2-5 minutes here per 1:1 reviewing, potentially editing, then approving. This experience is **the make-or-break moment** for adoption — if managers don't trust the UI, they won't trust the AI.
|
|
279
|
+
|
|
280
|
+
## Goals (design-specific, not PRD goals)
|
|
281
|
+
|
|
282
|
+
1. **Manager feels the UI is FOR them, not AUDITING them.** Every interaction reinforces "this is your document, you're in charge".
|
|
283
|
+
2. **Editing friction < 30 seconds** for typical corrections (fix name, add missing action item).
|
|
284
|
+
3. **Approval requires one explicit click** — does not slip by accidentally, does not feel like forced ceremony.
|
|
285
|
+
4. **Confidence signals clear:** low-confidence extracted action items visually distinct so manager knows what needs closer review.
|
|
286
|
+
5. **Preserves conversational tone** of summary — feels written by thoughtful human, not "enterprise bot".
|
|
287
|
+
|
|
288
|
+
## Users
|
|
289
|
+
|
|
290
|
+
### Primary: Overwhelmed People Manager
|
|
291
|
+
- **Segment:** B2B SaaS companies 100-1000 employees (mid-market)
|
|
292
|
+
- **Role:** Engineering / Sales / Ops manager, 5-15 direct reports
|
|
293
|
+
- **Context:** Reviews summary within 0-60 min of meeting end, often between other meetings. Desktop primary, mobile secondary (rare).
|
|
294
|
+
- **Technical sophistication:** Comfortable with rich text editors (Notion / Google Docs daily users). Not deep technical.
|
|
295
|
+
|
|
296
|
+
### Secondary: HR Business Partner (Admin)
|
|
297
|
+
- **Same UI mostly not used** — their admin experience is different (Story S6).
|
|
298
|
+
- But edge case: they sometimes help new managers review summaries → UI must be approachable to non-daily users.
|
|
299
|
+
|
|
300
|
+
## Jobs & Emotions
|
|
301
|
+
|
|
302
|
+
### Functional Jobs (from JTBD canvas)
|
|
303
|
+
- **F1:** Review summary for accuracy in 2 minutes (manager has 6 min between meetings)
|
|
304
|
+
- **F2:** Edit specific elements (wrong attribution, missing item) without rewriting everything
|
|
305
|
+
- **F3:** Mark approved explicitly so action items flow to tracking
|
|
306
|
+
|
|
307
|
+
### Emotional Jobs
|
|
308
|
+
- **E1:** Feel **confident** that I understand what AI captured (not confused by opaque output)
|
|
309
|
+
- **E2:** Feel **in control** — AI serves me, I'm not serving AI's weird format
|
|
310
|
+
- **E3:** Feel **not-monitored** — this is my draft, I approve what persists
|
|
311
|
+
|
|
312
|
+
### Social Jobs
|
|
313
|
+
- **S1:** Be seen by report (who may get summary shared) as thoughtful note-taker
|
|
314
|
+
- **S2:** Not be seen by skip-level as carelessly approving nonsense
|
|
315
|
+
|
|
316
|
+
## Scope
|
|
317
|
+
|
|
318
|
+
### In scope for this brief:
|
|
319
|
+
- **Main review screen** (desktop + responsive mobile)
|
|
320
|
+
- Summary body (editable rich text)
|
|
321
|
+
- Action items list (editable, confidence indicators)
|
|
322
|
+
- Topics list (editable)
|
|
323
|
+
- Approval CTA
|
|
324
|
+
- **States:** loading (streaming summary), loaded-draft, in-edit, approved
|
|
325
|
+
- **Empty / error states:** low-quality summary warning, AI unavailable fallback, very-short-meeting skipped summary
|
|
326
|
+
|
|
327
|
+
### Out of scope (separate briefs or future phases):
|
|
328
|
+
- **Admin UI for org policy** (Story S6 — separate brief)
|
|
329
|
+
- **Aggregate dashboard** (Theme 2 — separate PRD)
|
|
330
|
+
- **Email notifications** (uses existing TeamFlow email templates)
|
|
331
|
+
- **Audit log viewer** (admin-only, already existing UI pattern)
|
|
332
|
+
- **Mobile-native app** (web responsive only for MVP)
|
|
333
|
+
|
|
334
|
+
## Non-goals (explicit exclusions)
|
|
335
|
+
|
|
336
|
+
- Not "beautiful" in a decorative sense — **utilitarian elegance** (think Linear, not Dropbox Paper)
|
|
337
|
+
- Not re-inventing text editor — **use our existing ProseMirror-based editor**
|
|
338
|
+
- Not gamification (streaks / badges) — managers hate cutesy HR tech
|
|
339
|
+
- Not "like" / "react" — summaries are **workflow**, not social
|
|
340
|
+
|
|
341
|
+
## Constraints
|
|
342
|
+
|
|
343
|
+
### Technical
|
|
344
|
+
- **Component library:** TeamFlow DS (internal, Radix-based)
|
|
345
|
+
- **Editor:** Existing ProseMirror wrapper (reuse, not replace)
|
|
346
|
+
- **Stack:** React / Next.js / TypeScript
|
|
347
|
+
- **Browser targets:** Chrome/Edge/Safari/Firefox last 2 versions; IE not supported
|
|
348
|
+
- **Performance:** First meaningful paint <500ms; editor interactive <1s
|
|
349
|
+
- **Responsive:** Desktop-first (1200px+), tablet supported (768px), mobile functional but not optimized
|
|
350
|
+
|
|
351
|
+
### Brand
|
|
352
|
+
- **Color system:** TeamFlow primary (deep blue #0A2540), accent (amber #F2A900), neutrals
|
|
353
|
+
- **Typography:** Inter for body (reuse existing); Source Serif Pro for summary body itself (subtle distinction — "AI output" visually typed)
|
|
354
|
+
- **Voice:** Professional, confident, not chatty. "Review your summary" not "Hey! Check out your summary ✨"
|
|
355
|
+
|
|
356
|
+
### Timeline
|
|
357
|
+
- Brief signoff: Week 3, April 17, 2026
|
|
358
|
+
- Low-fi review: Week 5, May 1
|
|
359
|
+
- Hi-fi review: Week 7, May 15
|
|
360
|
+
- Final handoff: Week 8, May 22
|
|
361
|
+
- Implementation: Weeks 7-10 parallel with design
|
|
362
|
+
|
|
363
|
+
### Accessibility
|
|
364
|
+
- **WCAG 2.1 AA compliance required** (mid-market+ enterprise customer requirement)
|
|
365
|
+
- Keyboard navigation entire flow
|
|
366
|
+
- Screen reader labels for confidence indicators
|
|
367
|
+
- Color contrast 4.5:1 minimum for text
|
|
368
|
+
|
|
369
|
+
## References
|
|
370
|
+
|
|
371
|
+
1. **Notion AI summary UI** — great inline editing, subtle confidence treatment. Emulate: clean editor state, edit/approve state transition.
|
|
372
|
+
2. **Linear issue details** — utilitarian, dense, no fluff. Emulate: information density without overwhelm.
|
|
373
|
+
3. **Gmail's smart compose** — good confidence visual (light grey = suggestion). Emulate: confidence treatment.
|
|
374
|
+
4. **What to avoid — Otter.ai's review UI:** too much decoration, hard to scan, feels consumer-first.
|
|
375
|
+
5. **Lattice's current UI** — what customers are used to. Maintain consistency where possible (button placement, action item list format).
|
|
376
|
+
|
|
377
|
+
## Tone
|
|
378
|
+
|
|
379
|
+
- **Formal ↔ Casual:** Position = **60% formal** (professional, not chatty; "Approve summary" not "All good!")
|
|
380
|
+
- **Serious ↔ Playful:** Position = **80% serious** (HR conversations carry weight; no confetti, no emojis in UI chrome)
|
|
381
|
+
- **Bold ↔ Neutral:** Position = **55% bold** (confident use of primary color for key actions, but not overly design-heavy)
|
|
382
|
+
|
|
383
|
+
Rationale: Discovery revealed managers trust "quiet confidence" tone. Playful tone risks feeling "toy-like" for enterprise + compliance-sensitive buyers.
|
|
384
|
+
|
|
385
|
+
## Deliverables
|
|
386
|
+
|
|
387
|
+
- **Low-fi wireframes:** 8 screens (desktop + mobile responsive)
|
|
388
|
+
- Loading / streaming summary
|
|
389
|
+
- Summary review — default state
|
|
390
|
+
- Summary review — editing mode
|
|
391
|
+
- Action items — confidence variants (high / low)
|
|
392
|
+
- Approved state (read-only)
|
|
393
|
+
- Empty state (meeting too short)
|
|
394
|
+
- Error state (AI unavailable)
|
|
395
|
+
- Mobile review (responsive desktop adapted)
|
|
396
|
+
- **Hi-fi mockups:** Same 8 screens in Figma with final typography, colors, spacing
|
|
397
|
+
- **Interactive prototype:** Clickable flow via Figma for usability testing on beta customers
|
|
398
|
+
- **Design specs for eng:** Figma handoff mode (measurements, assets, CSS tokens)
|
|
399
|
+
- **Component additions:** 2 new components contributed to DS:
|
|
400
|
+
- `<ConfidenceIndicator />` — light-grey dashed border for AI content below 70% confidence
|
|
401
|
+
- `<SummaryApprovalActionBar />` — fixed-bottom approval CTA with unsaved-changes protection
|
|
402
|
+
|
|
403
|
+
## Timeline
|
|
404
|
+
|
|
405
|
+
| Checkpoint | Date | Participants |
|
|
406
|
+
|-----------|------|--------------|
|
|
407
|
+
| Brief signoff | 2026-04-17 | PM Alex, Design Lead Jordan, Eng Lead Priya |
|
|
408
|
+
| Information architecture review | 2026-04-24 | PM + Eng + Design |
|
|
409
|
+
| Low-fi wireframe review | 2026-05-01 | Full team + VP Product |
|
|
410
|
+
| Usability testing (5 customers) | 2026-05-08 | Design + PM + 5 external testers |
|
|
411
|
+
| Hi-fi mockup review | 2026-05-15 | Full team |
|
|
412
|
+
| Accessibility audit | 2026-05-19 | External a11y consultant |
|
|
413
|
+
| Final design handoff | 2026-05-22 | To Eng team |
|
|
414
|
+
| Implementation review (Week 2) | 2026-06-05 | Design pair with eng weekly |
|
|
415
|
+
|
|
416
|
+
## Risk & Mitigation
|
|
417
|
+
|
|
418
|
+
| Risk | Mitigation |
|
|
419
|
+
|------|-----------|
|
|
420
|
+
| Confidence indicator design too subtle → managers miss low-quality AI items | Usability test Week 5 — validate confidence noticed |
|
|
421
|
+
| Approval CTA too prominent feels "forced" / "coercive" | A/B test two placements; keep softer variant ready |
|
|
422
|
+
| Edit mode friction too high → managers accept AI blindly | Iteration plan: if edit rate <10% in beta, revisit friction |
|
|
423
|
+
| Mobile responsive inadequate, enterprise complains | Scoped to web-only for MVP; mobile-native Q4 plan communicated |
|
|
424
|
+
|
|
425
|
+
## Success Measurement (post-launch)
|
|
426
|
+
|
|
427
|
+
- **Edit rate:** 30-50% of summaries edited (not 0% = blind approval; not 100% = AI unusable)
|
|
428
|
+
- **Time-to-approve:** median ≤ 2 minutes
|
|
429
|
+
- **Approval rate:** 95%+ of generated summaries eventually approved (not abandoned)
|
|
430
|
+
- **Usability score:** SUS >70 in beta survey
|
|
431
|
+
```
|
|
432
|
+
|
|
433
|
+
> **Design-brief lesson:** Separation of **goals (design-specific)** from PRD goals is crucial — PRD goals are "40 tier upgrades", design goals are "approval feels non-coercive". Without this separation design becomes feature implementation. **Non-goals** section prevents scope bloat ("not gamification", "not replace editor"). Tone axes with rationale forces team alignment instead of arguing "feels wrong" in hi-fi review. Brief should be so complete that an external designer (outsourced agency) can execute from it.
|