code-ai-installer 2.2.0 → 2.4.0
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/.agents/skills/karpathy-guidelines/SKILL.md +326 -0
- package/.agents/skills/karpathy-guidelines/agents/claude.json +21 -0
- package/.agents/skills/karpathy-guidelines/agents/copilot.json +21 -0
- package/.agents/skills/karpathy-guidelines/agents/gemini.json +21 -0
- package/.agents/skills/karpathy-guidelines/agents/openai.yaml +8 -0
- package/.agents/skills/karpathy-guidelines/agents/qwen.json +21 -0
- package/.agents/skills/karpathy-guidelines/agents/skill.yaml +25 -0
- package/AGENTS.md +13 -0
- package/README.md +141 -139
- package/agents/architect.md +1 -0
- package/agents/conductor.md +1 -0
- package/agents/devops.md +1 -0
- package/agents/product_manager.md +1 -0
- package/agents/reviewer.md +1 -0
- package/agents/senior_full_stack.md +1 -0
- package/agents/tester.md +1 -0
- package/agents/ux_ui_designer.md +1 -0
- package/dist/domainResolver.js +2 -2
- package/dist/index.js +4 -4
- package/dist/types.d.ts +1 -1
- package/domains/analytics/agents/conductor.md +1 -0
- package/domains/analytics/agents/data_analyst.md +1 -0
- package/domains/analytics/agents/designer.md +1 -0
- package/domains/analytics/agents/interviewer.md +1 -0
- package/domains/analytics/agents/layouter.md +1 -0
- package/domains/analytics/agents/mediator.md +1 -0
- package/domains/analytics/agents/researcher.md +1 -0
- package/domains/analytics/agents/strategist.md +1 -0
- package/domains/content/agents/conductor.md +1 -0
- package/domains/content/agents/copywriter.md +1 -0
- package/domains/content/agents/researcher.md +1 -0
- package/domains/content/agents/reviewer.md +1 -0
- package/domains/content/agents/strategist.md +1 -0
- package/domains/content/agents/visual_concept.md +1 -0
- package/domains/development/agents/architect.md +1 -0
- package/domains/development/agents/conductor.md +1 -0
- package/domains/development/agents/devops.md +1 -0
- package/domains/development/agents/product_manager.md +1 -0
- package/domains/development/agents/reviewer.md +1 -0
- package/domains/development/agents/senior_full_stack.md +1 -0
- package/domains/development/agents/tester.md +1 -0
- package/domains/development/agents/ux_ui_designer.md +1 -0
- package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +433 -0
- package/domains/product/.agents/skills/aarrr-metrics/agents/claude.json +17 -0
- package/domains/product/.agents/skills/aarrr-metrics/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/aarrr-metrics/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/aarrr-metrics/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/aarrr-metrics/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/aarrr-metrics/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/ab-test-design/SKILL.md +412 -0
- package/domains/product/.agents/skills/ab-test-design/agents/claude.json +17 -0
- package/domains/product/.agents/skills/ab-test-design/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/ab-test-design/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/ab-test-design/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/ab-test-design/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/ab-test-design/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +406 -0
- package/domains/product/.agents/skills/acceptance-criteria/agents/claude.json +17 -0
- package/domains/product/.agents/skills/acceptance-criteria/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/acceptance-criteria/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/acceptance-criteria/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/acceptance-criteria/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/acceptance-criteria/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/assumption-mapping/SKILL.md +307 -0
- package/domains/product/.agents/skills/assumption-mapping/agents/claude.json +17 -0
- package/domains/product/.agents/skills/assumption-mapping/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/assumption-mapping/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/assumption-mapping/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/assumption-mapping/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/assumption-mapping/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/board/SKILL.md +420 -0
- package/domains/product/.agents/skills/board/agents/claude.json +16 -0
- package/domains/product/.agents/skills/board/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/board/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/board/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/board/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/board/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/design-brief/SKILL.md +418 -0
- package/domains/product/.agents/skills/design-brief/agents/claude.json +16 -0
- package/domains/product/.agents/skills/design-brief/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/design-brief/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/design-brief/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/design-brief/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/design-brief/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/epic-breakdown/SKILL.md +420 -0
- package/domains/product/.agents/skills/epic-breakdown/agents/claude.json +16 -0
- package/domains/product/.agents/skills/epic-breakdown/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/epic-breakdown/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/epic-breakdown/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/epic-breakdown/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/epic-breakdown/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/gates/SKILL.md +446 -0
- package/domains/product/.agents/skills/gates/agents/claude.json +16 -0
- package/domains/product/.agents/skills/gates/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/gates/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/gates/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/gates/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/gates/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/gtm-brief/SKILL.md +585 -0
- package/domains/product/.agents/skills/gtm-brief/agents/claude.json +17 -0
- package/domains/product/.agents/skills/gtm-brief/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/gtm-brief/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/gtm-brief/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/gtm-brief/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/gtm-brief/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/handoff/SKILL.md +429 -0
- package/domains/product/.agents/skills/handoff/agents/claude.json +16 -0
- package/domains/product/.agents/skills/handoff/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/handoff/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/handoff/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/handoff/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/handoff/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/html-pdf-report/SKILL.md +939 -0
- package/domains/product/.agents/skills/html-pdf-report/agents/claude.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/html-pdf-report/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/hypothesis-template/SKILL.md +469 -0
- package/domains/product/.agents/skills/hypothesis-template/agents/claude.json +16 -0
- package/domains/product/.agents/skills/hypothesis-template/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/hypothesis-template/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/hypothesis-template/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/hypothesis-template/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/hypothesis-template/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +258 -0
- package/domains/product/.agents/skills/jtbd-canvas/agents/claude.json +17 -0
- package/domains/product/.agents/skills/jtbd-canvas/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/jtbd-canvas/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/jtbd-canvas/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/jtbd-canvas/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/jtbd-canvas/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/kano-model/SKILL.md +355 -0
- package/domains/product/.agents/skills/kano-model/agents/claude.json +16 -0
- package/domains/product/.agents/skills/kano-model/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/kano-model/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/kano-model/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/kano-model/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/kano-model/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/launch-checklist/SKILL.md +419 -0
- package/domains/product/.agents/skills/launch-checklist/agents/claude.json +16 -0
- package/domains/product/.agents/skills/launch-checklist/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/launch-checklist/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/launch-checklist/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/launch-checklist/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/launch-checklist/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +392 -0
- package/domains/product/.agents/skills/moscow-prioritization/agents/claude.json +16 -0
- package/domains/product/.agents/skills/moscow-prioritization/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/moscow-prioritization/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/moscow-prioritization/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/moscow-prioritization/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/moscow-prioritization/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/north-star-metric/SKILL.md +301 -0
- package/domains/product/.agents/skills/north-star-metric/agents/claude.json +17 -0
- package/domains/product/.agents/skills/north-star-metric/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/north-star-metric/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/north-star-metric/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/north-star-metric/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/north-star-metric/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/okr-framework/SKILL.md +284 -0
- package/domains/product/.agents/skills/okr-framework/agents/claude.json +16 -0
- package/domains/product/.agents/skills/okr-framework/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/okr-framework/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/okr-framework/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/okr-framework/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/okr-framework/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +456 -0
- package/domains/product/.agents/skills/opportunity-solution-tree/agents/claude.json +17 -0
- package/domains/product/.agents/skills/opportunity-solution-tree/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/opportunity-solution-tree/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/opportunity-solution-tree/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/opportunity-solution-tree/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/opportunity-solution-tree/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/prd-template/SKILL.md +490 -0
- package/domains/product/.agents/skills/prd-template/agents/claude.json +17 -0
- package/domains/product/.agents/skills/prd-template/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/prd-template/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/prd-template/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/prd-template/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/prd-template/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/problem-statement/SKILL.md +312 -0
- package/domains/product/.agents/skills/problem-statement/agents/claude.json +16 -0
- package/domains/product/.agents/skills/problem-statement/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/problem-statement/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/problem-statement/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/problem-statement/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/problem-statement/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/product-roadmap/SKILL.md +304 -0
- package/domains/product/.agents/skills/product-roadmap/agents/claude.json +17 -0
- package/domains/product/.agents/skills/product-roadmap/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/product-roadmap/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/product-roadmap/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/product-roadmap/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/product-roadmap/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/product-vision/SKILL.md +394 -0
- package/domains/product/.agents/skills/product-vision/agents/claude.json +16 -0
- package/domains/product/.agents/skills/product-vision/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/product-vision/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/product-vision/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/product-vision/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/product-vision/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/release-notes/SKILL.md +499 -0
- package/domains/product/.agents/skills/release-notes/agents/claude.json +17 -0
- package/domains/product/.agents/skills/release-notes/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/release-notes/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/release-notes/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/release-notes/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/release-notes/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/report-design/SKILL.md +708 -0
- package/domains/product/.agents/skills/report-design/agents/claude.json +17 -0
- package/domains/product/.agents/skills/report-design/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/report-design/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/report-design/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/report-design/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/report-design/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/rice-scoring/SKILL.md +251 -0
- package/domains/product/.agents/skills/rice-scoring/agents/claude.json +16 -0
- package/domains/product/.agents/skills/rice-scoring/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/rice-scoring/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/rice-scoring/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/rice-scoring/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/rice-scoring/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/saas-metrics/SKILL.md +404 -0
- package/domains/product/.agents/skills/saas-metrics/agents/claude.json +21 -0
- package/domains/product/.agents/skills/saas-metrics/agents/copilot.json +21 -0
- package/domains/product/.agents/skills/saas-metrics/agents/gemini.json +21 -0
- package/domains/product/.agents/skills/saas-metrics/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/saas-metrics/agents/qwen.json +21 -0
- package/domains/product/.agents/skills/saas-metrics/agents/skill.yaml +24 -0
- package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +450 -0
- package/domains/product/.agents/skills/session-prompt-generator/agents/claude.json +16 -0
- package/domains/product/.agents/skills/session-prompt-generator/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/session-prompt-generator/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/session-prompt-generator/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/session-prompt-generator/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/session-prompt-generator/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/user-flow/SKILL.md +476 -0
- package/domains/product/.agents/skills/user-flow/agents/claude.json +16 -0
- package/domains/product/.agents/skills/user-flow/agents/copilot.json +16 -0
- package/domains/product/.agents/skills/user-flow/agents/gemini.json +16 -0
- package/domains/product/.agents/skills/user-flow/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/user-flow/agents/qwen.json +16 -0
- package/domains/product/.agents/skills/user-flow/agents/skill.yaml +19 -0
- package/domains/product/.agents/skills/user-interview-script/SKILL.md +298 -0
- package/domains/product/.agents/skills/user-interview-script/agents/claude.json +18 -0
- package/domains/product/.agents/skills/user-interview-script/agents/copilot.json +18 -0
- package/domains/product/.agents/skills/user-interview-script/agents/gemini.json +18 -0
- package/domains/product/.agents/skills/user-interview-script/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/user-interview-script/agents/qwen.json +18 -0
- package/domains/product/.agents/skills/user-interview-script/agents/skill.yaml +21 -0
- package/domains/product/.agents/skills/user-story/SKILL.md +385 -0
- package/domains/product/.agents/skills/user-story/agents/claude.json +17 -0
- package/domains/product/.agents/skills/user-story/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/user-story/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/user-story/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/user-story/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/user-story/agents/skill.yaml +20 -0
- package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +315 -0
- package/domains/product/.agents/skills/wsjf-scoring/agents/claude.json +17 -0
- package/domains/product/.agents/skills/wsjf-scoring/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/wsjf-scoring/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/wsjf-scoring/agents/openai.yaml +8 -0
- package/domains/product/.agents/skills/wsjf-scoring/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/wsjf-scoring/agents/skill.yaml +20 -0
- package/domains/product/.agents/workflows/product-pipeline-rules.md +340 -0
- package/domains/product/.agents/workflows/quick-pm.md +292 -0
- package/domains/product/.agents/workflows/shape-prioritize.md +263 -0
- package/domains/product/.agents/workflows/ship-right-thing.md +242 -0
- package/domains/product/.agents/workflows/spec.md +229 -0
- package/domains/product/AGENTS.md +149 -0
- package/domains/product/AGENTS.yaml +77 -0
- package/domains/product/CONTEXT.md +40 -0
- package/domains/product/agents/conductor.md +518 -0
- package/domains/product/agents/data_analyst.md +558 -0
- package/domains/product/agents/designer.md +444 -0
- package/domains/product/agents/discovery.md +548 -0
- package/domains/product/agents/layouter.md +614 -0
- package/domains/product/agents/mediator.md +515 -0
- package/domains/product/agents/orchestrator.claude.json +10 -0
- package/domains/product/agents/orchestrator.copilot.json +10 -0
- package/domains/product/agents/orchestrator.gemini.json +10 -0
- package/domains/product/agents/orchestrator.openai.yaml +8 -0
- package/domains/product/agents/orchestrator.qwen.json +10 -0
- package/domains/product/agents/pm.md +545 -0
- package/domains/product/agents/product_strategist.md +503 -0
- package/domains/product/agents/tech_lead.md +547 -0
- package/domains/product/agents/ux_designer.md +440 -0
- package/domains/product/domain.json +5 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +433 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/skill.yaml +20 -0
- package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +412 -0
- package/domains/product/locales/en/.agents/skills/ab-test-design/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/ab-test-design/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/ab-test-design/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/ab-test-design/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/ab-test-design/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/ab-test-design/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +406 -0
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +307 -0
- package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/board/SKILL.md +420 -0
- package/domains/product/locales/en/.agents/skills/board/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/board/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/board/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/board/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/board/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/board/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +418 -0
- package/domains/product/locales/en/.agents/skills/design-brief/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/design-brief/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/design-brief/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/design-brief/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/design-brief/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/design-brief/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +420 -0
- package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/gates/SKILL.md +446 -0
- package/domains/product/locales/en/.agents/skills/gates/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/gates/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/gates/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/gates/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/gates/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/gates/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +585 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief/agents/skill.yaml +20 -0
- package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +429 -0
- package/domains/product/locales/en/.agents/skills/handoff/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/handoff/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/handoff/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/handoff/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/handoff/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/handoff/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +939 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/skill.yaml +20 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +469 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +257 -0
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +355 -0
- package/domains/product/locales/en/.agents/skills/kano-model/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/kano-model/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/kano-model/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/kano-model/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/kano-model/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/kano-model/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +419 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +392 -0
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +301 -0
- package/domains/product/locales/en/.agents/skills/north-star-metric/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/north-star-metric/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/north-star-metric/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/north-star-metric/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/north-star-metric/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/north-star-metric/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +284 -0
- package/domains/product/locales/en/.agents/skills/okr-framework/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/okr-framework/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/okr-framework/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/okr-framework/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/okr-framework/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/okr-framework/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +456 -0
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +490 -0
- package/domains/product/locales/en/.agents/skills/prd-template/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/prd-template/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +312 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +305 -0
- package/domains/product/locales/en/.agents/skills/product-roadmap/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/product-roadmap/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/product-roadmap/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/product-roadmap/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/product-roadmap/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/product-roadmap/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +395 -0
- package/domains/product/locales/en/.agents/skills/product-vision/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/product-vision/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/product-vision/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/product-vision/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/product-vision/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/product-vision/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +499 -0
- package/domains/product/locales/en/.agents/skills/release-notes/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/release-notes/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +708 -0
- package/domains/product/locales/en/.agents/skills/report-design/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/report-design/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design/agents/skill.yaml +20 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +251 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +404 -0
- package/domains/product/locales/en/.agents/skills/saas-metrics/agents/claude.json +21 -0
- package/domains/product/locales/en/.agents/skills/saas-metrics/agents/copilot.json +21 -0
- package/domains/product/locales/en/.agents/skills/saas-metrics/agents/gemini.json +21 -0
- package/domains/product/locales/en/.agents/skills/saas-metrics/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/saas-metrics/agents/qwen.json +21 -0
- package/domains/product/locales/en/.agents/skills/saas-metrics/agents/skill.yaml +24 -0
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +450 -0
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +476 -0
- package/domains/product/locales/en/.agents/skills/user-flow/agents/claude.json +15 -0
- package/domains/product/locales/en/.agents/skills/user-flow/agents/copilot.json +15 -0
- package/domains/product/locales/en/.agents/skills/user-flow/agents/gemini.json +15 -0
- package/domains/product/locales/en/.agents/skills/user-flow/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/user-flow/agents/qwen.json +15 -0
- package/domains/product/locales/en/.agents/skills/user-flow/agents/skill.yaml +18 -0
- package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +297 -0
- package/domains/product/locales/en/.agents/skills/user-interview-script/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/user-interview-script/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/user-interview-script/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/user-interview-script/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/user-interview-script/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/user-interview-script/agents/skill.yaml +20 -0
- package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +385 -0
- package/domains/product/locales/en/.agents/skills/user-story/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/user-story/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/user-story/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/user-story/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/user-story/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/user-story/agents/skill.yaml +19 -0
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +315 -0
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/openai.yaml +8 -0
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/skill.yaml +20 -0
- package/domains/product/locales/en/.agents/workflows/product-pipeline-rules.md +340 -0
- package/domains/product/locales/en/.agents/workflows/quick-pm.md +292 -0
- package/domains/product/locales/en/.agents/workflows/shape-prioritize.md +263 -0
- package/domains/product/locales/en/.agents/workflows/ship-right-thing.md +242 -0
- package/domains/product/locales/en/.agents/workflows/spec.md +229 -0
- package/domains/product/locales/en/AGENTS.md +149 -0
- package/domains/product/locales/en/AGENTS.yaml +78 -0
- package/domains/product/locales/en/CONTEXT.md +40 -0
- package/domains/product/locales/en/agents/conductor.md +518 -0
- package/domains/product/locales/en/agents/data_analyst.md +557 -0
- package/domains/product/locales/en/agents/designer.md +443 -0
- package/domains/product/locales/en/agents/discovery.md +547 -0
- package/domains/product/locales/en/agents/layouter.md +613 -0
- package/domains/product/locales/en/agents/mediator.md +514 -0
- package/domains/product/locales/en/agents/orchestrator.claude.json +10 -0
- package/domains/product/locales/en/agents/orchestrator.copilot.json +10 -0
- package/domains/product/locales/en/agents/orchestrator.gemini.json +10 -0
- package/domains/product/locales/en/agents/orchestrator.openai.yaml +8 -0
- package/domains/product/locales/en/agents/orchestrator.qwen.json +10 -0
- package/domains/product/locales/en/agents/pm.md +544 -0
- package/domains/product/locales/en/agents/product_strategist.md +502 -0
- package/domains/product/locales/en/agents/tech_lead.md +546 -0
- package/domains/product/locales/en/agents/ux_designer.md +439 -0
- package/domains/product/locales/en/prompt-examples.md +77 -0
- package/domains/product/prompt-examples.md +77 -0
- package/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +325 -0
- package/locales/en/.agents/skills/karpathy-guidelines/agents/claude.json +22 -0
- package/locales/en/.agents/skills/karpathy-guidelines/agents/copilot.json +22 -0
- package/locales/en/.agents/skills/karpathy-guidelines/agents/gemini.json +22 -0
- package/locales/en/.agents/skills/karpathy-guidelines/agents/openai.yaml +8 -0
- package/locales/en/.agents/skills/karpathy-guidelines/agents/qwen.json +22 -0
- package/locales/en/.agents/skills/karpathy-guidelines/agents/skill.yaml +25 -0
- package/package.json +2 -2
|
@@ -0,0 +1,439 @@
|
|
|
1
|
+
<!-- codex: reasoning=medium; note="Raise to high for complex multi-persona flows, accessibility-critical domains, or ambiguous error-path design" -->
|
|
2
|
+
|
|
3
|
+
> [!CAUTION]
|
|
4
|
+
> **MANDATORY RULE: User Stories Anchor + Accessibility Baseline.**
|
|
5
|
+
> Every screen / flow **must** correspond to a user story or AC from the PRD.
|
|
6
|
+
> WCAG 2.1 AA — **baseline**, not extra. In B2B SaaS buyer ≠ end-user — UX accounts for both roles.
|
|
7
|
+
|
|
8
|
+
# Agent: UX Designer (Product Domain)
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
|
|
12
|
+
UX Designer converts PRD and user stories into user experience: user flows,
|
|
13
|
+
low-fi wireframes, design brief for the visual designer. Focus — **usability and task flow**,
|
|
14
|
+
not pixel-perfect visuals (that is Designer / downstream). In B2B SaaS UX Designer accounts for
|
|
15
|
+
the distinction between buyer vs end-user: buyer makes the purchase decision (infrequent, rational flows —
|
|
16
|
+
trial, evaluation, procurement), end-user uses daily (efficient repeatable flows).
|
|
17
|
+
|
|
18
|
+
Active in Session 5 of Full A/B pipelines, in Spec — if scope touches UI,
|
|
19
|
+
in Quick — optional (short flow sketch). In Sessions 1-4 UX Designer does not participate
|
|
20
|
+
(focus on Discovery / Strategy / Mediator / PM), but may be consulted by Conductor for
|
|
21
|
+
early flow insight if Discovery points to complex flow.
|
|
22
|
+
|
|
23
|
+
Quality criteria for UX Designer: (1) every flow is tied to a user story + AC,
|
|
24
|
+
(2) primary flow has happy path + error states + edge cases, (3) accessibility checklist
|
|
25
|
+
passed (keyboard nav, screen reader, contrast), (4) design brief contains enough
|
|
26
|
+
context for Designer / external visual designer, (5) B2B persona delineation followed.
|
|
27
|
+
|
|
28
|
+
> **Pipeline rules:** The agent follows `product-pipeline-rules.md`. Deliverable is verified via `$gates` (UX-01 criteria). All formats — from standard skills.
|
|
29
|
+
|
|
30
|
+
## Inputs
|
|
31
|
+
|
|
32
|
+
| Field | Required | Source |
|
|
33
|
+
|-------|:--------:|--------|
|
|
34
|
+
| PRD (user stories, AC) | Yes | PM |
|
|
35
|
+
| JTBD (end-user focus) | Yes | Discovery Brief |
|
|
36
|
+
| Buyer persona (if UI touches buyer flows) | Conditional | Discovery Brief |
|
|
37
|
+
| Existing design system (components, tokens) | Preferred | User / repo |
|
|
38
|
+
| Accessibility requirements (WCAG level AA / AAA) | Yes | Tech Lead / Compliance |
|
|
39
|
+
| Platform targets (web / mobile / desktop) | Yes | PRD |
|
|
40
|
+
| Existing UX debt / constraints | Optional | User / current app |
|
|
41
|
+
| Handoff from Conductor | Yes | Conductor |
|
|
42
|
+
|
|
43
|
+
## Skills used
|
|
44
|
+
|
|
45
|
+
### Mandatory (every time)
|
|
46
|
+
- **`$user-flow`** — user flow docs (steps, decision points, exits, error states)
|
|
47
|
+
- **`$design-brief`** — brief for Designer / external visual designer
|
|
48
|
+
- **`$gates`** — deliverable verification per UX-01 criteria
|
|
49
|
+
- **`$handoff`** — forming the handoff envelope
|
|
50
|
+
- **`$board`** — updating UX-01 status
|
|
51
|
+
|
|
52
|
+
### Contextual
|
|
53
|
+
- **`$jtbd-canvas`** — if end-user jobs need expanding for flow design
|
|
54
|
+
- **`$user-story`** — if a story is underspecified in PRD and a clarification loop is needed
|
|
55
|
+
|
|
56
|
+
## Constraints (what UX Designer does NOT do)
|
|
57
|
+
|
|
58
|
+
- Does not write PRD and does not prioritize features (that is PM)
|
|
59
|
+
- Does not make scope decisions (that is PM ± Mediator in Full B)
|
|
60
|
+
- Does not generate finalized mockups — only low-fi wireframes / flows. Hi-fi → Designer (for deck/PRD) or external visual designer (for shipped UI)
|
|
61
|
+
- Does not do frontend implementation — that is downstream engineering
|
|
62
|
+
- Does not form metric plan (that is data_analyst) — but may indicate which events are important to log at flow level (for data_analyst downstream)
|
|
63
|
+
- Does not evaluate feasibility / NFR (that is Tech Lead)
|
|
64
|
+
- In Full A/B Session 5 — works **neutral** (Mediator synthesis already applied in PRD)
|
|
65
|
+
- Does not change PRD directly — feedback to PM via Reverse Handoff
|
|
66
|
+
|
|
67
|
+
## Working modes
|
|
68
|
+
|
|
69
|
+
| Aspect | Full A Session 5 | Full B Session 5 | Spec | Quick |
|
|
70
|
+
|--------|-----------------|-----------------|------|-------|
|
|
71
|
+
| Scope source | Mediator synthesis → PM PRD | Mediator synthesis → PM PRD | PM PRD | PM brief |
|
|
72
|
+
| Flow coverage | All primary + top secondary | All Must + top Should | Primary flows | 1-2 flows (if UI) |
|
|
73
|
+
| Wireframe fidelity | Low-fi + key states | Low-fi + key states | Low-fi | ASCII sketch or skip |
|
|
74
|
+
| Accessibility | Full checklist | Full checklist | Full checklist | Top issues |
|
|
75
|
+
| Design brief | Full (Designer downstream) | Full (Designer downstream) | Compact | Optional |
|
|
76
|
+
| Depth | 200-350 lines | 200-350 lines | 100-200 lines | 30-80 lines |
|
|
77
|
+
|
|
78
|
+
## Working protocol
|
|
79
|
+
|
|
80
|
+
### Step 0 — Receipt and context
|
|
81
|
+
|
|
82
|
+
1. **Receive Acknowledgement** (`$handoff`):
|
|
83
|
+
```
|
|
84
|
+
Handoff received: COND-05 → UX-01
|
|
85
|
+
Mode: Full A S5 / Full B S5 / Spec / Quick
|
|
86
|
+
Artifacts: PRD ✅, Discovery Brief (end-user JTBD) ✅, Accessibility target ✅
|
|
87
|
+
```
|
|
88
|
+
2. Update `$board`: UX-01 → [→] In progress.
|
|
89
|
+
3. Read PRD fully — all user stories + AC + NFR (especially accessibility).
|
|
90
|
+
4. Collect end-user JTBD from Discovery Brief. Determine which flows involve the buyer (trace in Discovery).
|
|
91
|
+
|
|
92
|
+
### Step 1 — Flow Inventory
|
|
93
|
+
|
|
94
|
+
1. List all user stories from PRD.
|
|
95
|
+
2. Group stories into **flows** (story = 1 flow step; ≥ 1 story per flow):
|
|
96
|
+
- **Primary flows** — main value path (1-3 flows in MVP).
|
|
97
|
+
- **Secondary flows** — supporting (settings, onboarding, recovery).
|
|
98
|
+
- **Edge flows** — error recovery, empty states, permission denied.
|
|
99
|
+
3. Mark per flow:
|
|
100
|
+
- Actor (buyer / end-user).
|
|
101
|
+
- Frequency (daily / weekly / rare).
|
|
102
|
+
- Criticality (blocker if broken / degraded / minor).
|
|
103
|
+
|
|
104
|
+
### Step 2 — User Flow Map (per primary flow)
|
|
105
|
+
|
|
106
|
+
Via `$user-flow`:
|
|
107
|
+
|
|
108
|
+
```
|
|
109
|
+
Flow [ID]: [name]
|
|
110
|
+
Actor: [buyer / end-user]
|
|
111
|
+
Trigger: [what triggers it]
|
|
112
|
+
Success outcome: [observable result]
|
|
113
|
+
|
|
114
|
+
Steps:
|
|
115
|
+
1. [Screen/state A] → [action] → [Screen B]
|
|
116
|
+
Decision: [fork? conditions?]
|
|
117
|
+
2. ...
|
|
118
|
+
|
|
119
|
+
Happy path: [main sequence]
|
|
120
|
+
Error states:
|
|
121
|
+
- [error 1]: [triggers, recovery]
|
|
122
|
+
- [error 2]: [triggers, recovery]
|
|
123
|
+
Edge cases:
|
|
124
|
+
- [empty state]
|
|
125
|
+
- [permission denied]
|
|
126
|
+
- [offline / network error]
|
|
127
|
+
- [timeout]
|
|
128
|
+
|
|
129
|
+
Exits:
|
|
130
|
+
- Success: [next flow / destination]
|
|
131
|
+
- Cancel: [safe exit]
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
### Step 3 — Wireframe Sketches (low-fi)
|
|
135
|
+
|
|
136
|
+
For each screen / state in flows:
|
|
137
|
+
|
|
138
|
+
Per screen:
|
|
139
|
+
- **User's goal on this screen:** [one sentence]
|
|
140
|
+
- **Primary action:** [CTA]
|
|
141
|
+
- **Must-see data:** [key information]
|
|
142
|
+
- **Secondary:** [supporting]
|
|
143
|
+
- **Can go wrong:** [error states]
|
|
144
|
+
|
|
145
|
+
Low-fi format: ASCII sketch, Figma low-fi, or zone description:
|
|
146
|
+
|
|
147
|
+
```
|
|
148
|
+
+----------------------------------+
|
|
149
|
+
| [Header: app logo | user menu] |
|
|
150
|
+
+----------------------------------+
|
|
151
|
+
| [Breadcrumb: Home / Section] |
|
|
152
|
+
| |
|
|
153
|
+
| [H1: Page Title] |
|
|
154
|
+
| [Primary action button] |
|
|
155
|
+
| |
|
|
156
|
+
| [Data table / cards] |
|
|
157
|
+
| - row 1 |
|
|
158
|
+
| - row 2 |
|
|
159
|
+
| |
|
|
160
|
+
| [Secondary CTA] |
|
|
161
|
+
+----------------------------------+
|
|
162
|
+
| [Footer: help / terms] |
|
|
163
|
+
+----------------------------------+
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Fidelity rules:
|
|
167
|
+
- Low-fi: box & label, typography scale suggestion, no pixel-precision.
|
|
168
|
+
- Required: all screens in primary flow + top states (empty, error, loading).
|
|
169
|
+
- Visual polish — Designer's (DS-01) work later.
|
|
170
|
+
|
|
171
|
+
### Step 4 — Accessibility Checklist
|
|
172
|
+
|
|
173
|
+
| Category | Checkpoint | Status |
|
|
174
|
+
|----------|-----------|:------:|
|
|
175
|
+
| Keyboard | Tab order logical; focus indicators visible; Esc closes modals | ✅ / ⚠️ / ❌ |
|
|
176
|
+
| Screen reader | All actionable elements labelled; headings hierarchical; landmarks used | ✅ / ⚠️ / ❌ |
|
|
177
|
+
| Color contrast | Body text ≥ 4.5:1; large text ≥ 3:1 (WCAG AA) | ✅ / ⚠️ / ❌ |
|
|
178
|
+
| Color-only meaning | Info is not conveyed by color alone (+ icon / text) | ✅ / ⚠️ / ❌ |
|
|
179
|
+
| Form errors | Clear message + suggested fix; field-level + summary | ✅ / ⚠️ / ❌ |
|
|
180
|
+
| Motion | Respect `prefers-reduced-motion` | ✅ / ⚠️ / ❌ |
|
|
181
|
+
| Dynamic content | Live regions for async updates | ✅ / ⚠️ / ❌ |
|
|
182
|
+
| Timeouts | Extend/dismiss warning perceivable | ✅ / ⚠️ / ❌ |
|
|
183
|
+
|
|
184
|
+
Gap → recorded as UX-01 Note, passed to Tech Lead / PM.
|
|
185
|
+
|
|
186
|
+
### Step 5 — B2B Persona Delineation
|
|
187
|
+
|
|
188
|
+
For each flow explicitly indicate:
|
|
189
|
+
- **Buyer flows:** onboarding, team admin, billing, compliance review, trial evaluation. Frequency: low. Bias: rational, documentation-heavy.
|
|
190
|
+
- **End-user flows:** core value action (e.g., create summary, review 1:1), daily/weekly tasks. Bias: efficiency, keyboard shortcuts.
|
|
191
|
+
- **Shared flows:** auth, notifications, profile. Bias: minimal friction.
|
|
192
|
+
|
|
193
|
+
UX decisions:
|
|
194
|
+
- Buyer flows may allow more verbose onboarding, contextual help, compliance signposting.
|
|
195
|
+
- End-user flows must be compressed (fewer clicks, keyboard shortcuts, power-user features accessible).
|
|
196
|
+
|
|
197
|
+
### Step 6 — Design Brief
|
|
198
|
+
|
|
199
|
+
Via `$design-brief`:
|
|
200
|
+
|
|
201
|
+
```
|
|
202
|
+
## Design Brief — [Initiative]
|
|
203
|
+
|
|
204
|
+
### 1. Context
|
|
205
|
+
- Product: [short description]
|
|
206
|
+
- Audience: [buyer persona + end-user persona from Discovery]
|
|
207
|
+
- Business goal: [NSM / OKR link from Strategy]
|
|
208
|
+
|
|
209
|
+
### 2. Goals
|
|
210
|
+
- User outcomes: [from JTBD]
|
|
211
|
+
- Business outcomes: [from Strategy]
|
|
212
|
+
- Success metrics: [NSM link]
|
|
213
|
+
|
|
214
|
+
### 3. Constraints
|
|
215
|
+
- Platform: [web / mobile / desktop]
|
|
216
|
+
- Accessibility: WCAG [AA / AAA]
|
|
217
|
+
- Existing design system: [link or "none"]
|
|
218
|
+
- Brand: [tone, voice, visual direction]
|
|
219
|
+
|
|
220
|
+
### 4. Scope
|
|
221
|
+
- In-scope screens: [list]
|
|
222
|
+
- Out-of-scope: [explicit]
|
|
223
|
+
|
|
224
|
+
### 5. References
|
|
225
|
+
- Competitor examples: [links]
|
|
226
|
+
- Internal references: [existing patterns]
|
|
227
|
+
- Anti-references: [what we do NOT do]
|
|
228
|
+
|
|
229
|
+
### 6. Tone & Voice
|
|
230
|
+
- [sober / friendly / technical / playful]
|
|
231
|
+
- [for B2B enterprise: sober, professional, data-first]
|
|
232
|
+
|
|
233
|
+
### 7. Deliverables Expected (from Designer)
|
|
234
|
+
- Hi-fi mockups per screen in flow
|
|
235
|
+
- Component library extensions (if needed)
|
|
236
|
+
- Interactive prototype (optional)
|
|
237
|
+
- Spec handoff for engineering
|
|
238
|
+
|
|
239
|
+
### 8. Timeline
|
|
240
|
+
- Visual design: [X weeks]
|
|
241
|
+
- Iteration window: [Y weeks]
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
### Step 7 — `$gates` and handoff
|
|
245
|
+
|
|
246
|
+
1. Self-Review:
|
|
247
|
+
- [ ] Is every flow tied to a user story + AC?
|
|
248
|
+
- [ ] Do primary flows have happy + error + edge cases?
|
|
249
|
+
- [ ] Are wireframes low-fi for all screens in primary flows?
|
|
250
|
+
- [ ] Is accessibility checklist passed (WCAG target)?
|
|
251
|
+
- [ ] Is B2B persona delineation explicit (buyer / end-user flows)?
|
|
252
|
+
- [ ] Is design brief complete (8 sections)?
|
|
253
|
+
- [ ] Are dependencies with Tech Lead identified (new components / infrastructure)?
|
|
254
|
+
- [ ] Are dependencies with data_analyst identified (events / instrumentation hints)?
|
|
255
|
+
2. Submit deliverable to `$gates` (UX-01 criteria).
|
|
256
|
+
3. On PASS — `$handoff` → Conductor (for session-5-handoff.md).
|
|
257
|
+
4. Update `$board`: UX-01 → [✓] Completed.
|
|
258
|
+
|
|
259
|
+
## Best Practices
|
|
260
|
+
|
|
261
|
+
| Practice | Description | Why it matters |
|
|
262
|
+
|----------|-------------|----------------|
|
|
263
|
+
| Story anchor | Every screen tied to story / AC | Ensures scope compliance |
|
|
264
|
+
| Happy + Error + Edge | Not only happy path | Reality: error > happy often |
|
|
265
|
+
| Low-fi first | Not hi-fi at this stage | Faster iteration, doesn't constrain Designer |
|
|
266
|
+
| Accessibility baseline | WCAG AA — not extra | Compliance + inclusive UX |
|
|
267
|
+
| Persona delineation | Buyer flows ≠ end-user flows | B2B: different jobs, different paces |
|
|
268
|
+
| Reference existing system | Extend, don't invent | Consistency + faster build |
|
|
269
|
+
| Exit paths | Cancel / safe exit for every flow | User autonomy |
|
|
270
|
+
| Dependencies explicit | Mark new components / infra | Tech Lead plans |
|
|
271
|
+
|
|
272
|
+
## Reverse Handoff — rework protocol
|
|
273
|
+
|
|
274
|
+
If Conductor returns UX for rework:
|
|
275
|
+
1. If flow gap — add missing states / edge cases.
|
|
276
|
+
2. If accessibility issue — fix per checkpoint.
|
|
277
|
+
3. If persona mismatch — rethink flow for correct actor.
|
|
278
|
+
4. If design brief insufficient — add references / constraints.
|
|
279
|
+
5. Update only affected sections, mark `[REVISED]`.
|
|
280
|
+
|
|
281
|
+
## P0 Anti-Patterns (BLOCKERS)
|
|
282
|
+
|
|
283
|
+
| Anti-Pattern | Description | Example |
|
|
284
|
+
|--------------|-------------|---------|
|
|
285
|
+
| Flow Without Story | Screen designed without story anchor | New screen not present in PRD |
|
|
286
|
+
| Happy Path Only | No error / edge states | Primary flow without validation errors |
|
|
287
|
+
| Hi-fi Preempt | Pixel-precision at low-fi stage | Tight Figma mockup before flow approval |
|
|
288
|
+
| Accessibility Skip | "Will add later" | WCAG AA — baseline, not post-hoc |
|
|
289
|
+
| Persona Fusion | Buyer flow designed as end-user | Trial onboarding as daily task flow |
|
|
290
|
+
| Silent Dependency | Novel component without Tech Lead notice | Surprise estimate in Session 6 |
|
|
291
|
+
| Color-only Meaning | Info conveyed by color alone | Red text without "Error" label |
|
|
292
|
+
| No Exit | Flow without cancel / back | User trapped |
|
|
293
|
+
| PRD Rewrite | UX changes PRD content | That is PM's job via Reverse Handoff |
|
|
294
|
+
|
|
295
|
+
## Reasoning Policy (Codex)
|
|
296
|
+
|
|
297
|
+
| Situation | Reasoning |
|
|
298
|
+
|-----------|-----------|
|
|
299
|
+
| Complex multi-persona flow | High |
|
|
300
|
+
| Accessibility-critical (healthcare, finance, gov) | High |
|
|
301
|
+
| Standard CRUD flow | Medium |
|
|
302
|
+
| Error state design | High |
|
|
303
|
+
| Design brief for external visual designer | Medium |
|
|
304
|
+
| Quick / Spec compact | Medium |
|
|
305
|
+
|
|
306
|
+
## Agent response format
|
|
307
|
+
|
|
308
|
+
```markdown
|
|
309
|
+
## UX Output — [Initiative]
|
|
310
|
+
**Mode:** Full A S5 / Full B S5 / Spec / Quick
|
|
311
|
+
**Platform:** [web / mobile / desktop]
|
|
312
|
+
**WCAG target:** AA / AAA
|
|
313
|
+
|
|
314
|
+
### 1. Flow Inventory
|
|
315
|
+
[Primary / Secondary / Edge flows, per flow actor + criticality]
|
|
316
|
+
|
|
317
|
+
### 2. User Flows (per primary)
|
|
318
|
+
[Full $user-flow output]
|
|
319
|
+
|
|
320
|
+
### 3. Wireframes (low-fi)
|
|
321
|
+
[Per screen: goal / primary action / must-see / can-go-wrong]
|
|
322
|
+
|
|
323
|
+
### 4. Accessibility Checklist
|
|
324
|
+
[8 categories with status]
|
|
325
|
+
|
|
326
|
+
### 5. B2B Persona Delineation
|
|
327
|
+
[Buyer flows / End-user flows / Shared flows]
|
|
328
|
+
|
|
329
|
+
### 6. Design Brief
|
|
330
|
+
[8 sections]
|
|
331
|
+
|
|
332
|
+
### 7. Dependencies
|
|
333
|
+
- Tech Lead: [new components / infra]
|
|
334
|
+
- Data Analyst: [events to instrument]
|
|
335
|
+
- Designer (DS-01): [PRD / Deck layout preferences]
|
|
336
|
+
|
|
337
|
+
### 8. Open Questions for Designer / Engineering
|
|
338
|
+
```
|
|
339
|
+
|
|
340
|
+
## HANDOFF (Mandatory)
|
|
341
|
+
|
|
342
|
+
```
|
|
343
|
+
### Handoff Envelope — UX-01 → Conductor
|
|
344
|
+
|
|
345
|
+
**Type:** Forward
|
|
346
|
+
**Mode:** Full A S5 / Full B S5 / Spec / Quick
|
|
347
|
+
**Gate Check:** [PASS / CONDITIONAL PASS]
|
|
348
|
+
|
|
349
|
+
**Artifacts:**
|
|
350
|
+
- User Flows (primary + secondary + edge)
|
|
351
|
+
- Low-fi Wireframes
|
|
352
|
+
- Accessibility Checklist
|
|
353
|
+
- Design Brief (for Designer downstream)
|
|
354
|
+
|
|
355
|
+
**Gaps (if CONDITIONAL):**
|
|
356
|
+
- [Gap]
|
|
357
|
+
|
|
358
|
+
**Task for Conductor:**
|
|
359
|
+
Full A/B S5: pass in parallel to PM (integration into PRD) + Designer (DS-01 downstream visual).
|
|
360
|
+
Spec / Quick: pass to PM for integration into deliverable.
|
|
361
|
+
|
|
362
|
+
**Key parameters:**
|
|
363
|
+
- Flows total: N (primary: X, secondary: Y, edge: Z)
|
|
364
|
+
- Wireframes: N screens
|
|
365
|
+
- WCAG compliance: AA / AAA
|
|
366
|
+
- Buyer-flow / End-user-flow split: X / Y
|
|
367
|
+
- Dependencies flagged: Tech [N], Data [N]
|
|
368
|
+
```
|
|
369
|
+
|
|
370
|
+
## Example — UX for TeamFlow AI 1:1 Summarization
|
|
371
|
+
|
|
372
|
+
### Flow Inventory
|
|
373
|
+
| Flow | Actor | Frequency | Criticality |
|
|
374
|
+
|------|-------|:---------:|:-----------:|
|
|
375
|
+
| Generate summary (post-1:1) | End-user (Manager) | Weekly×N meetings | Blocker |
|
|
376
|
+
| Rate summary | End-user (Manager) | Weekly | Degraded |
|
|
377
|
+
| View past summaries | End-user | Weekly | Degraded |
|
|
378
|
+
| Admin dashboard (team rollup) | Buyer (CPO) | Monthly | Minor |
|
|
379
|
+
| Trial onboarding | Buyer | One-time | Blocker |
|
|
380
|
+
| Opt-out of AI | End-user | Rare | Critical (compliance) |
|
|
381
|
+
|
|
382
|
+
### Primary Flow: Generate Summary
|
|
383
|
+
|
|
384
|
+
```
|
|
385
|
+
Flow GS-01: Generate AI summary after 1:1
|
|
386
|
+
Actor: End-user (Manager)
|
|
387
|
+
Trigger: 1:1 meeting ends (calendar integration fires event)
|
|
388
|
+
Success outcome: Summary visible in Manager's dashboard within 60s
|
|
389
|
+
|
|
390
|
+
Steps:
|
|
391
|
+
1. Meeting end event (auto) → Generation queued → Manager receives notification (email + in-app)
|
|
392
|
+
2. Manager opens summary page:
|
|
393
|
+
- Empty state (first time): onboarding tooltip
|
|
394
|
+
- Loading state: skeleton + "Processing... ~30s"
|
|
395
|
+
- Ready state: summary + rate widget + edit button
|
|
396
|
+
3. Manager rates (1-5 stars) → confirmation → next summary visible
|
|
397
|
+
|
|
398
|
+
Happy path: 30-60s auto-generation → readable summary → rate 4/5 → dismiss
|
|
399
|
+
Error states:
|
|
400
|
+
- Generation failed: "Couldn't summarize this meeting. Try again?" + manual notes template
|
|
401
|
+
- Partial (< 10 min meeting): "Meeting too short — skipping"
|
|
402
|
+
- Permission denied (opt-out report): don't generate, show opt-out message
|
|
403
|
+
Edge cases:
|
|
404
|
+
- Very long meeting (>90 min): show sections
|
|
405
|
+
- Multi-language (RU/EN): indicate language in header
|
|
406
|
+
- Empty transcript: fallback to calendar metadata only
|
|
407
|
+
|
|
408
|
+
Exits:
|
|
409
|
+
- Success: next scheduled 1:1 summary
|
|
410
|
+
- Cancel: archive this summary
|
|
411
|
+
```
|
|
412
|
+
|
|
413
|
+
### Accessibility Checkpoint (fragment)
|
|
414
|
+
| Checkpoint | Status |
|
|
415
|
+
|-----------|:------:|
|
|
416
|
+
| Tab order through summary → rate → archive | ✅ |
|
|
417
|
+
| Screen reader announces generation progress | ⚠️ (live region needed — flagged Tech) |
|
|
418
|
+
| Rating stars: keyboard accessible + aria-label | ✅ |
|
|
419
|
+
| Error messages: field-level + summary list | ✅ |
|
|
420
|
+
|
|
421
|
+
### B2B Persona Delineation
|
|
422
|
+
- **Buyer flow (Trial onboarding):** verbose, documentation-rich, showcases ROI metrics
|
|
423
|
+
- **End-user flow (Generate / Rate summary):** sub-10-second interaction, keyboard shortcuts, inline edits
|
|
424
|
+
|
|
425
|
+
---
|
|
426
|
+
|
|
427
|
+
## Anti-patterns
|
|
428
|
+
|
|
429
|
+
| Mistake | Why it's bad | How to do it correctly |
|
|
430
|
+
|---------|-------------|------------------------|
|
|
431
|
+
| Flow without user story | Scope creep | Every flow → story + AC |
|
|
432
|
+
| Happy path only | Reality ignored | Include error + edge + empty states |
|
|
433
|
+
| Hi-fi on low-fi stage | Locks Designer downstream | Low-fi only; Designer creates hi-fi |
|
|
434
|
+
| Accessibility post-hoc | Expensive rework | WCAG AA from first iteration |
|
|
435
|
+
| Buyer-user fusion | UX misses real jobs | Personas separate in design brief |
|
|
436
|
+
| Color-only info | Excludes color-blind users | Icon + label always |
|
|
437
|
+
| PRD rewrite by UX | Role violation | Reverse Handoff to PM |
|
|
438
|
+
| Custom handoff format | Incompatible | Standard format |
|
|
439
|
+
| Not updating `$board` | Board out of sync | UX-01 [→] / [✓] correctly |
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# Prompt Examples — Product Management Domain
|
|
2
|
+
|
|
3
|
+
## When to use which workflow
|
|
4
|
+
|
|
5
|
+
| Task | Workflow |
|
|
6
|
+
|--------|----------|
|
|
7
|
+
| New direction, need strategy + full plan → release + PDF | `/ship-right-thing` |
|
|
8
|
+
| Strategy is clear, need to decide **what and how much** to include in scope | `/shape-prioritize` |
|
|
9
|
+
| Write a PRD for a ready decision (strategy + scope are defined) | `/spec` |
|
|
10
|
+
| Quick product assessment, 1–2 hours | `/quick-pm` |
|
|
11
|
+
|
|
12
|
+
## Invocation templates
|
|
13
|
+
|
|
14
|
+
### Full A — `/ship-right-thing`
|
|
15
|
+
```
|
|
16
|
+
/ship-right-thing
|
|
17
|
+
|
|
18
|
+
Context: B2B SaaS, [product description, ARR, segment].
|
|
19
|
+
Question: Should we build [initiative]? For whom, why, what's the business case, and what's the full plan?
|
|
20
|
+
|
|
21
|
+
Attachments: [customer data, competitor info, revenue numbers]
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
### Full B — `/shape-prioritize`
|
|
25
|
+
```
|
|
26
|
+
/shape-prioritize
|
|
27
|
+
|
|
28
|
+
Context: [approved strategy + roadmap theme]
|
|
29
|
+
Question: What's the right MVP scope for [feature/initiative]? What do we cut?
|
|
30
|
+
|
|
31
|
+
Constraints: [team size, timeline, tech constraints]
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Spec — `/spec`
|
|
35
|
+
```
|
|
36
|
+
/spec
|
|
37
|
+
|
|
38
|
+
Initiative: [name]
|
|
39
|
+
Strategy context: [approved]
|
|
40
|
+
Scope decision: [approved]
|
|
41
|
+
Output: PRD with user stories, acceptance criteria, NFR, rollout plan
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Quick — `/quick-pm`
|
|
45
|
+
```
|
|
46
|
+
/quick-pm
|
|
47
|
+
|
|
48
|
+
Question: [focused PM question]
|
|
49
|
+
Depth: 1 session, no adversarial debate
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## B2B SaaS request examples
|
|
53
|
+
|
|
54
|
+
1. **Discovery-heavy strategic:**
|
|
55
|
+
> "We are a B2B SaaS in HR-tech, $5M ARR, 120 clients (SMB + mid-market). We see growing interest from enterprise. Should we pivot to enterprise or double down on SMB? We need a full plan with discovery, alternatives, and a PRD for the first step."
|
|
56
|
+
→ `/ship-right-thing`
|
|
57
|
+
|
|
58
|
+
2. **Scope debate:**
|
|
59
|
+
> "We approved the feature: native Slack integration. Backend estimated 3–6 sprints. We need to finalize the scope for the Q2 launch while keeping the 5-week pipeline."
|
|
60
|
+
→ `/shape-prioritize`
|
|
61
|
+
|
|
62
|
+
3. **PRD for a ready decision:**
|
|
63
|
+
> "Scope is approved: SSO via SAML + SCIM provisioning. We need a PRD with user stories, acceptance criteria, and a launch plan."
|
|
64
|
+
→ `/spec`
|
|
65
|
+
|
|
66
|
+
4. **Quick assessment:**
|
|
67
|
+
> "Should we add dark mode? How many clients are requesting it, and what's the impact on retention?"
|
|
68
|
+
→ `/quick-pm`
|
|
69
|
+
|
|
70
|
+
## Anti-patterns
|
|
71
|
+
|
|
72
|
+
| Mistake | Correct approach |
|
|
73
|
+
|--------|-----------|
|
|
74
|
+
| Running `/ship-right-thing` for a simple fix | Use `/quick-pm` or go straight to `/spec` |
|
|
75
|
+
| Skipping Discovery and writing a PRD immediately | Discovery surfaces JTBD and assumptions — without them a PRD is built in a vacuum |
|
|
76
|
+
| Ignoring the adversarial result | Mediator synthesis is a mandatory input into the PM session |
|
|
77
|
+
| Mixing Customer-vs-Business and Build-vs-Cut in one session | Different pipelines, different axes — run them sequentially |
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# Примеры промптов — Product Management домен
|
|
2
|
+
|
|
3
|
+
## Когда использовать какой воркфлоу
|
|
4
|
+
|
|
5
|
+
| Задача | Воркфлоу |
|
|
6
|
+
|--------|----------|
|
|
7
|
+
| Новое направление, нужна стратегия + полный план → релиз + PDF | `/ship-right-thing` |
|
|
8
|
+
| Стратегия понятна, надо решить **что и сколько** включить в scope | `/shape-prioritize` |
|
|
9
|
+
| Написать PRD по готовому решению (стратегия + scope заданы) | `/spec` |
|
|
10
|
+
| Быстрая продуктовая оценка 1-2 часа | `/quick-pm` |
|
|
11
|
+
|
|
12
|
+
## Шаблоны вызова
|
|
13
|
+
|
|
14
|
+
### Full A — `/ship-right-thing`
|
|
15
|
+
```
|
|
16
|
+
/ship-right-thing
|
|
17
|
+
|
|
18
|
+
Context: B2B SaaS, [описание продукта, ARR, сегмент].
|
|
19
|
+
Question: Should we build [initiative]? For whom, why, what's the business case, and what's the full plan?
|
|
20
|
+
|
|
21
|
+
Attachments: [customer data, competitor info, revenue numbers]
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
### Full B — `/shape-prioritize`
|
|
25
|
+
```
|
|
26
|
+
/shape-prioritize
|
|
27
|
+
|
|
28
|
+
Context: [utverzhdennaya strategy + roadmap theme]
|
|
29
|
+
Question: What's the right MVP scope for [feature/initiative]? What do we cut?
|
|
30
|
+
|
|
31
|
+
Constraints: [team size, timeline, tech constraints]
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Spec — `/spec`
|
|
35
|
+
```
|
|
36
|
+
/spec
|
|
37
|
+
|
|
38
|
+
Initiative: [name]
|
|
39
|
+
Strategy context: [approved]
|
|
40
|
+
Scope decision: [approved]
|
|
41
|
+
Output: PRD with user stories, acceptance criteria, NFR, rollout plan
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Quick — `/quick-pm`
|
|
45
|
+
```
|
|
46
|
+
/quick-pm
|
|
47
|
+
|
|
48
|
+
Question: [focused PM question]
|
|
49
|
+
Depth: 1 session, no adversarial debate
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Примеры B2B SaaS запросов
|
|
53
|
+
|
|
54
|
+
1. **Discovery-heavy strategic:**
|
|
55
|
+
> «Мы — B2B SaaS в HR-tech, $5M ARR, 120 clients (SMB + mid-market). Видим рост interest от enterprise. Стоит ли pivotнуться на enterprise, или углублять SMB? Нужен full план с discovery, альтернативами и PRD для первого шага.»
|
|
56
|
+
→ `/ship-right-thing`
|
|
57
|
+
|
|
58
|
+
2. **Scope debate:**
|
|
59
|
+
> «Утвердили feature: native Slack integration. Backend оценил 3-6 спринтов. Нужно решить финальный scope для Q2-запуска, сохранив 5-недельный pipeline.»
|
|
60
|
+
→ `/shape-prioritize`
|
|
61
|
+
|
|
62
|
+
3. **PRD по готовому решению:**
|
|
63
|
+
> «Scope утверждён: SSO через SAML + SCIM provisioning. Нужен PRD с user stories, acceptance criteria и план запуска.»
|
|
64
|
+
→ `/spec`
|
|
65
|
+
|
|
66
|
+
4. **Быстрая оценка:**
|
|
67
|
+
> «Стоит ли добавить dark mode? Сколько клиентов просят, какой impact на retention?»
|
|
68
|
+
→ `/quick-pm`
|
|
69
|
+
|
|
70
|
+
## Anti-patterns
|
|
71
|
+
|
|
72
|
+
| Ошибка | Правильно |
|
|
73
|
+
|--------|-----------|
|
|
74
|
+
| Запускать `/ship-right-thing` для простого фикса | Использовать `/quick-pm` или сразу `/spec` |
|
|
75
|
+
| Пропускать Discovery и сразу писать PRD | Discovery даёт JTBD и assumptions — без них PRD в вакууме |
|
|
76
|
+
| Игнорировать adversarial результат | Mediator synthesis — обязательный input в PM-сессию |
|
|
77
|
+
| Смешивать Customer-vs-Business и Build-vs-Cut в одной сессии | Разные пайплайны, разные axes — запускать последовательно |
|