bmalph 2.7.7 → 2.8.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/bmad/bmm/agents/analyst.agent.yaml +6 -6
- package/bmad/bmm/agents/architect.agent.yaml +2 -2
- package/bmad/bmm/agents/bmad-skill-manifest.yaml +39 -0
- package/bmad/bmm/agents/dev.agent.yaml +2 -2
- package/bmad/bmm/agents/pm.agent.yaml +6 -6
- package/bmad/bmm/agents/qa.agent.yaml +1 -1
- package/bmad/bmm/agents/quick-flow-solo-dev.agent.yaml +7 -3
- package/bmad/bmm/agents/sm.agent.yaml +4 -4
- package/bmad/bmm/agents/tech-writer/bmad-skill-manifest.yaml +3 -0
- package/bmad/bmm/agents/tech-writer/tech-writer.agent.yaml +1 -1
- package/bmad/bmm/agents/ux-designer.agent.yaml +1 -1
- package/bmad/bmm/module-help.csv +26 -25
- package/bmad/bmm/workflows/1-analysis/bmad-create-product-brief/SKILL.md +6 -0
- package/bmad/bmm/workflows/1-analysis/bmad-create-product-brief/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/product-brief.template.md +2 -2
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-01-init.md +4 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-01b-continue.md +0 -3
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-02-vision.md +5 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-03-users.md +5 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-04-metrics.md +5 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-05-scope.md +5 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-06-complete.md +1 -4
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/workflow.md +4 -6
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md +88 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/artifact-analyzer.md +60 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/opportunity-reviewer.md +44 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/skeptic-reviewer.md +44 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/web-researcher.md +49 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-manifest.json +17 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md +57 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md +86 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md +75 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md +70 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/resources/brief-template.md +60 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/SKILL.md +6 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-06-research-synthesis.md +2 -1
- package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/research.template.md +29 -0
- package/bmad/bmm/workflows/1-analysis/research/{workflow-domain-research.md → bmad-domain-research/workflow.md} +0 -5
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/SKILL.md +6 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/research.template.md +29 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-01-init.md +184 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md +478 -0
- package/bmad/bmm/workflows/1-analysis/research/{workflow-market-research.md → bmad-market-research/workflow.md} +1 -6
- package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/SKILL.md +6 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/research.template.md +29 -0
- package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-06-research-synthesis.md +2 -1
- package/bmad/bmm/workflows/1-analysis/research/{workflow-technical-research.md → bmad-technical-research/workflow.md} +0 -4
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +2 -2
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +2 -2
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +2 -2
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +2 -2
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +2 -1
- package/bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/SKILL.md +6 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-01-init.md +2 -2
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-01b-continue.md +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-02-discovery.md +2 -2
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-03-core-experience.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-04-emotional-response.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-05-inspiration.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-06-design-system.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-07-defining-experience.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-08-visual-foundation.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-09-design-directions.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-10-user-journeys.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-11-component-strategy.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-12-ux-patterns.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-13-responsive-accessibility.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-14-complete.md +3 -3
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/workflow.md +2 -8
- package/bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/SKILL.md +6 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01-discovery.md +3 -8
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01b-legacy-conversion.md +1 -5
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-02-review.md +5 -9
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-03-edit.md +3 -6
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-04-complete.md +2 -5
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd/workflow-edit-prd.md → bmad-edit-prd/workflow.md} +2 -4
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/SKILL.md +6 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv +15 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md +197 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/project-types.csv +11 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/workflow.md +62 -0
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +2 -4
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +3 -3
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +3 -2
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +3 -1
- package/bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/SKILL.md +6 -0
- package/bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-01-document-discovery.md +3 -8
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-02-prd-analysis.md +1 -5
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-03-epic-coverage-validation.md +1 -5
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-04-ux-alignment.md +1 -5
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-05-epic-quality-review.md +2 -6
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-06-final-assessment.md +1 -4
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/workflow.md +1 -6
- package/bmad/bmm/workflows/3-solutioning/bmad-create-architecture/SKILL.md +6 -0
- package/bmad/bmm/workflows/3-solutioning/bmad-create-architecture/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01-init.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01b-continue.md +11 -2
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-02-context.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-03-starter.md +5 -7
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-04-decisions.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-05-patterns.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-06-structure.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-07-validation.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-08-complete.md +1 -1
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/workflow.md +1 -12
- package/bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/SKILL.md +6 -0
- package/bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-01-validate-prerequisites.md +37 -41
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-02-design-epics.md +7 -28
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-03-create-stories.md +13 -30
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-04-final-validation.md +3 -21
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/templates/epics-template.md +4 -0
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/workflow.md +1 -6
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-01-gather-context.md +61 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-02-review.md +41 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-03-triage.md +50 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-04-present.md +38 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/workflow.md +54 -0
- package/bmad/bmm/workflows/4-implementation/bmad-correct-course/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-correct-course/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/checklist.md +1 -1
- package/bmad/bmm/workflows/4-implementation/{correct-course/instructions.md → bmad-correct-course/workflow.md} +74 -14
- package/bmad/bmm/workflows/4-implementation/bmad-create-story/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-create-story/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{create-story → bmad-create-story}/checklist.md +9 -10
- package/bmad/bmm/workflows/4-implementation/bmad-create-story/discover-inputs.md +88 -0
- package/bmad/bmm/workflows/4-implementation/bmad-create-story/workflow.md +380 -0
- package/bmad/bmm/workflows/4-implementation/bmad-dev-story/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-dev-story/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{dev-story/instructions.xml → bmad-dev-story/workflow.md} +42 -2
- package/bmad/bmm/workflows/4-implementation/bmad-retrospective/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-retrospective/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{retrospective/instructions.md → bmad-retrospective/workflow.md} +58 -23
- package/bmad/bmm/workflows/4-implementation/bmad-sprint-planning/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-sprint-planning/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/sprint-status-template.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{sprint-planning/instructions.md → bmad-sprint-planning/workflow.md} +47 -10
- package/bmad/bmm/workflows/4-implementation/bmad-sprint-status/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-sprint-status/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{sprint-status/instructions.md → bmad-sprint-status/workflow.md} +39 -8
- package/bmad/bmm/workflows/bmad-document-project/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-document-project/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/{document-project → bmad-document-project}/instructions.md +6 -8
- package/bmad/bmm/workflows/bmad-document-project/workflow.md +27 -0
- package/bmad/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-instructions.md +3 -2
- package/bmad/bmm/workflows/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
- package/bmad/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-instructions.md +5 -4
- package/bmad/bmm/workflows/bmad-document-project/workflows/full-scan-workflow.md +34 -0
- package/bmad/bmm/workflows/bmad-generate-project-context/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-generate-project-context/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-01-discover.md +3 -1
- package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-02-generate.md +7 -4
- package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/workflow.md +2 -8
- package/bmad/bmm/workflows/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-qa-generate-e2e-tests/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/{qa/automate/instructions.md → bmad-qa-generate-e2e-tests/workflow.md} +33 -7
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-01-mode-detection.md +9 -14
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-02-context-gathering.md +1 -5
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-03-execute.md +1 -5
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-04-self-check.md +1 -5
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-05-adversarial-review.md +8 -18
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-06-resolve-findings.md +0 -2
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/workflow.md +1 -13
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-01-clarify-and-route.md +51 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-02-plan.md +35 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-03-implement.md +33 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-04-review.md +50 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-05-present.md +17 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/tech-spec-template.md +90 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md +79 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-01-understand.md +7 -13
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-02-investigate.md +3 -7
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-03-generate.md +1 -5
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-04-review.md +9 -14
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/workflow.md +1 -7
- package/bmad/core/module-help.csv +10 -8
- package/bmad/core/module.yaml +1 -1
- package/bmad/core/skills/bmad-advanced-elicitation/SKILL.md +6 -0
- package/bmad/core/skills/bmad-advanced-elicitation/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-advanced-elicitation/workflow.md +135 -0
- package/bmad/core/skills/bmad-brainstorming/SKILL.md +6 -0
- package/bmad/core/skills/bmad-brainstorming/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-01-session-setup.md +35 -18
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-01b-continue.md +4 -2
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02a-user-selected.md +5 -1
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02b-ai-recommended.md +3 -1
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02c-random-selection.md +3 -1
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02d-progressive-flow.md +3 -1
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-03-technique-execution.md +6 -4
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-04-idea-organization.md +4 -2
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/workflow.md +4 -9
- package/bmad/core/skills/bmad-distillator/SKILL.md +178 -0
- package/bmad/core/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
- package/bmad/core/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
- package/bmad/core/skills/bmad-distillator/bmad-skill-manifest.yaml +15 -0
- package/bmad/core/skills/bmad-distillator/resources/compression-rules.md +51 -0
- package/bmad/core/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
- package/bmad/core/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
- package/bmad/core/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
- package/bmad/core/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
- package/bmad/core/skills/bmad-editorial-review-prose/SKILL.md +6 -0
- package/bmad/core/skills/bmad-editorial-review-prose/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-editorial-review-prose/workflow.md +81 -0
- package/bmad/core/skills/bmad-editorial-review-structure/SKILL.md +6 -0
- package/bmad/core/skills/bmad-editorial-review-structure/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-editorial-review-structure/workflow.md +174 -0
- package/bmad/core/skills/bmad-help/SKILL.md +6 -0
- package/bmad/core/skills/bmad-help/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/{tasks/help.md → skills/bmad-help/workflow.md} +11 -8
- package/bmad/core/skills/bmad-index-docs/SKILL.md +6 -0
- package/bmad/core/skills/bmad-index-docs/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-index-docs/workflow.md +61 -0
- package/bmad/core/skills/bmad-party-mode/SKILL.md +6 -0
- package/bmad/core/skills/bmad-party-mode/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-03-graceful-exit.md +0 -1
- package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/workflow.md +0 -4
- package/bmad/core/skills/bmad-review-adversarial-general/SKILL.md +6 -0
- package/bmad/core/skills/bmad-review-adversarial-general/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-review-adversarial-general/workflow.md +32 -0
- package/bmad/core/skills/bmad-review-edge-case-hunter/SKILL.md +6 -0
- package/bmad/core/skills/bmad-review-edge-case-hunter/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-review-edge-case-hunter/workflow.md +62 -0
- package/bmad/core/skills/bmad-shard-doc/SKILL.md +6 -0
- package/bmad/core/skills/bmad-shard-doc/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-shard-doc/workflow.md +100 -0
- package/bmad/core/tasks/bmad-create-prd/SKILL.md +6 -0
- package/bmad/core/tasks/bmad-create-prd/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/tasks/bmad-create-prd/data/domain-complexity.csv +15 -0
- package/bmad/core/tasks/bmad-create-prd/data/prd-purpose.md +197 -0
- package/bmad/core/tasks/bmad-create-prd/data/project-types.csv +11 -0
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01-init.md +7 -20
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01b-continue.md +29 -21
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02-discovery.md +7 -23
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02b-vision.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02c-executive-summary.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-03-success.md +4 -16
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-04-journeys.md +4 -16
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-05-domain.md +7 -20
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-06-innovation.md +8 -23
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-07-project-type.md +6 -21
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-08-scoping.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-09-functional.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-10-nonfunctional.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-11-polish.md +22 -18
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-12-complete.md +4 -13
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md → core/tasks/bmad-create-prd/workflow.md} +3 -4
- package/bundled-versions.json +1 -1
- package/dist/commands/doctor-checks.js +14 -5
- package/dist/commands/doctor-checks.js.map +1 -1
- package/dist/commands/doctor.js +13 -4
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/init.js +12 -2
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/status.js +3 -2
- package/dist/commands/status.js.map +1 -1
- package/dist/installer/commands.js +33 -15
- package/dist/installer/commands.js.map +1 -1
- package/dist/installer/install.js +1 -1
- package/dist/installer/install.js.map +1 -1
- package/dist/installer/project-files.js +4 -4
- package/dist/installer/project-files.js.map +1 -1
- package/dist/installer/template-files.js +64 -17
- package/dist/installer/template-files.js.map +1 -1
- package/dist/platform/codex.js +6 -1
- package/dist/platform/codex.js.map +1 -1
- package/dist/platform/detect.js +7 -3
- package/dist/platform/detect.js.map +1 -1
- package/dist/platform/doctor-checks.js +2 -2
- package/dist/platform/doctor-checks.js.map +1 -1
- package/dist/platform/guidance.js +66 -0
- package/dist/platform/guidance.js.map +1 -0
- package/dist/platform/instructions-snippet.js +15 -0
- package/dist/platform/instructions-snippet.js.map +1 -1
- package/dist/platform/opencode.js +20 -0
- package/dist/platform/opencode.js.map +1 -0
- package/dist/platform/registry.js +2 -0
- package/dist/platform/registry.js.map +1 -1
- package/dist/platform/types.js +1 -0
- package/dist/platform/types.js.map +1 -1
- package/dist/reset.js +3 -3
- package/dist/reset.js.map +1 -1
- package/dist/run/ralph-process.js +51 -7
- package/dist/run/ralph-process.js.map +1 -1
- package/dist/run/run-dashboard.js +5 -6
- package/dist/run/run-dashboard.js.map +1 -1
- package/dist/transition/artifact-scan.js +14 -5
- package/dist/transition/artifact-scan.js.map +1 -1
- package/dist/utils/constants.js +4 -2
- package/dist/utils/constants.js.map +1 -1
- package/dist/watch/dashboard.js +16 -5
- package/dist/watch/dashboard.js.map +1 -1
- package/dist/watch/renderer.js +8 -6
- package/dist/watch/renderer.js.map +1 -1
- package/package.json +1 -1
- package/ralph/drivers/opencode.sh +147 -0
- package/ralph/lib/response_analyzer.sh +227 -78
- package/ralph/lib/wizard_utils.sh +4 -4
- package/ralph/ralph_loop.sh +340 -4
- package/ralph/templates/ralphrc.template +28 -2
- package/slash-commands/advanced-elicitation.md +1 -1
- package/slash-commands/adversarial-review.md +1 -1
- package/slash-commands/bmad-help.md +1 -1
- package/slash-commands/bmalph.md +1 -1
- package/slash-commands/brainstorm-project.md +1 -1
- package/slash-commands/brainstorming.md +1 -1
- package/slash-commands/correct-course.md +1 -1
- package/slash-commands/create-architecture.md +1 -1
- package/slash-commands/create-brief.md +1 -1
- package/slash-commands/create-epics-stories.md +1 -1
- package/slash-commands/create-prd.md +1 -1
- package/slash-commands/create-story.md +1 -1
- package/slash-commands/create-ux.md +1 -1
- package/slash-commands/distillator.md +1 -0
- package/slash-commands/document-project.md +1 -1
- package/slash-commands/domain-research.md +1 -1
- package/slash-commands/edge-case-hunter.md +1 -0
- package/slash-commands/edit-prd.md +1 -0
- package/slash-commands/editorial-prose.md +1 -1
- package/slash-commands/editorial-structure.md +1 -1
- package/slash-commands/generate-project-context.md +1 -1
- package/slash-commands/implementation-readiness.md +1 -1
- package/slash-commands/index-docs.md +1 -1
- package/slash-commands/market-research.md +1 -1
- package/slash-commands/party-mode.md +1 -1
- package/slash-commands/qa-automate.md +1 -1
- package/slash-commands/quick-dev-new.md +1 -0
- package/slash-commands/quick-dev.md +1 -1
- package/slash-commands/retrospective.md +1 -1
- package/slash-commands/shard-doc.md +1 -1
- package/slash-commands/sprint-planning.md +1 -1
- package/slash-commands/sprint-status.md +1 -1
- package/slash-commands/tech-spec.md +1 -1
- package/slash-commands/technical-research.md +1 -1
- package/slash-commands/validate-architecture.md +1 -1
- package/slash-commands/validate-brief.md +1 -1
- package/slash-commands/validate-epics-stories.md +1 -1
- package/slash-commands/validate-prd.md +1 -1
- package/slash-commands/validate-story.md +1 -1
- package/slash-commands/validate-ux.md +1 -1
- package/bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
- package/bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
- package/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -44
- package/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -54
- package/bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -346
- package/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -53
- package/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -21
- package/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -53
- package/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -47
- package/bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -25
- package/bmad/bmm/workflows/document-project/workflow.yaml +0 -22
- package/bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
- package/bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
- package/bmad/bmm/workflows/qa/automate/workflow.yaml +0 -44
- package/bmad/core/agents/bmad-master.agent.yaml +0 -30
- package/bmad/core/tasks/editorial-review-prose.xml +0 -102
- package/bmad/core/tasks/editorial-review-structure.xml +0 -209
- package/bmad/core/tasks/index-docs.xml +0 -65
- package/bmad/core/tasks/review-adversarial-general.xml +0 -48
- package/bmad/core/tasks/shard-doc.xml +0 -108
- package/bmad/core/tasks/workflow.xml +0 -235
- package/bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
- package/slash-commands/execute-workflow.md +0 -1
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-01-init.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-02-domain-analysis.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-03-competitive-landscape.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-04-regulatory-focus.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-05-technical-trends.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-01-init.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-02-technical-overview.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-03-integration-patterns.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-04-architectural-patterns.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-05-implementation-research.md +0 -0
- /package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/ux-design-template.md +0 -0
- /package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/templates/readiness-report-template.md +0 -0
- /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/architecture-decision-template.md +0 -0
- /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/domain-complexity.csv +0 -0
- /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/project-types.csv +0 -0
- /package/bmad/bmm/workflows/4-implementation/{create-story → bmad-create-story}/template.md +0 -0
- /package/bmad/bmm/workflows/4-implementation/{dev-story → bmad-dev-story}/checklist.md +0 -0
- /package/bmad/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/checklist.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/checklist.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/documentation-requirements.csv +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/deep-dive-template.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/index-template.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/project-overview-template.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/project-scan-report-schema.json +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/source-tree-template.md +0 -0
- /package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/project-context-template.md +0 -0
- /package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-03-complete.md +0 -0
- /package/bmad/bmm/workflows/{qa/automate → bmad-qa-generate-e2e-tests}/checklist.md +0 -0
- /package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/tech-spec-template.md +0 -0
- /package/bmad/core/{workflows/advanced-elicitation → skills/bmad-advanced-elicitation}/methods.csv +0 -0
- /package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/brain-methods.csv +0 -0
- /package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/template.md +0 -0
- /package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-01-agent-loading.md +0 -0
- /package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-02-discussion-orchestration.md +0 -0
- /package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/templates/prd-template.md +0 -0
|
@@ -58,7 +58,7 @@ Discover and load context documents using smart discovery. Documents can be in t
|
|
|
58
58
|
- {planning_artifacts}/**
|
|
59
59
|
- {output_folder}/**
|
|
60
60
|
- {product_knowledge}/**
|
|
61
|
-
- docs/**
|
|
61
|
+
- {project-root}/docs/**
|
|
62
62
|
|
|
63
63
|
Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
|
|
64
64
|
|
|
@@ -80,7 +80,7 @@ Try to discover the following:
|
|
|
80
80
|
|
|
81
81
|
#### B. Create Initial Document
|
|
82
82
|
|
|
83
|
-
Copy the template from
|
|
83
|
+
Copy the template from `../ux-design-template.md` to `{planning_artifacts}/ux-design-specification.md`
|
|
84
84
|
Initialize frontmatter in the template.
|
|
85
85
|
|
|
86
86
|
#### C. Complete Initialization and Report
|
|
@@ -108,7 +108,7 @@ After presenting current progress, ask:
|
|
|
108
108
|
If `lastStep` indicates the final step is completed:
|
|
109
109
|
"Great news! It looks like we've already completed the UX design workflow for {{project_name}}.
|
|
110
110
|
|
|
111
|
-
The final UX design specification is ready at {
|
|
111
|
+
The final UX design specification is ready at {planning_artifacts}/ux-design-specification.md with all sections completed through step {finalStepNumber}.
|
|
112
112
|
|
|
113
113
|
The complete UX design includes visual foundations, user flows, and design specifications ready for implementation.
|
|
114
114
|
|
|
@@ -30,8 +30,8 @@ This step will generate content and present choices:
|
|
|
30
30
|
|
|
31
31
|
## PROTOCOL INTEGRATION:
|
|
32
32
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
33
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
34
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
35
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
36
|
- User accepts/rejects protocol changes before proceeding
|
|
37
37
|
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on defining the core user experience and platform
|
|
12
12
|
- 🎯 COLLABORATIVE discovery, not assumption-based design
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -161,7 +162,7 @@ Show the generated core experience content and present choices:
|
|
|
161
162
|
|
|
162
163
|
#### If 'A' (Advanced Elicitation):
|
|
163
164
|
|
|
164
|
-
-
|
|
165
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current core experience content
|
|
165
166
|
- Process the enhanced experience insights that come back
|
|
166
167
|
- Ask user: "Accept these improvements to the core experience definition? (y/n)"
|
|
167
168
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -169,7 +170,7 @@ Show the generated core experience content and present choices:
|
|
|
169
170
|
|
|
170
171
|
#### If 'P' (Party Mode):
|
|
171
172
|
|
|
172
|
-
-
|
|
173
|
+
- Invoke the `bmad-party-mode` skill with the current core experience definition
|
|
173
174
|
- Process the collaborative experience improvements that come back
|
|
174
175
|
- Ask user: "Accept these changes to the core experience definition? (y/n)"
|
|
175
176
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on defining desired emotional responses and user feelings
|
|
12
12
|
- 🎯 COLLABORATIVE discovery, not assumption-based design
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -164,7 +165,7 @@ Show the generated emotional response content and present choices:
|
|
|
164
165
|
|
|
165
166
|
#### If 'A' (Advanced Elicitation):
|
|
166
167
|
|
|
167
|
-
-
|
|
168
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current emotional response content
|
|
168
169
|
- Process the enhanced emotional insights that come back
|
|
169
170
|
- Ask user: "Accept these improvements to the emotional response definition? (y/n)"
|
|
170
171
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -172,7 +173,7 @@ Show the generated emotional response content and present choices:
|
|
|
172
173
|
|
|
173
174
|
#### If 'P' (Party Mode):
|
|
174
175
|
|
|
175
|
-
-
|
|
176
|
+
- Invoke the `bmad-party-mode` skill with the current emotional response definition
|
|
176
177
|
- Process the collaborative emotional insights that come back
|
|
177
178
|
- Ask user: "Accept these changes to the emotional response definition? (y/n)"
|
|
178
179
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on analyzing existing UX patterns and extracting inspiration
|
|
12
12
|
- 🎯 COLLABORATIVE discovery, not assumption-based design
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -179,7 +180,7 @@ Show the generated inspiration analysis content and present choices:
|
|
|
179
180
|
|
|
180
181
|
#### If 'A' (Advanced Elicitation):
|
|
181
182
|
|
|
182
|
-
-
|
|
183
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current inspiration analysis content
|
|
183
184
|
- Process the enhanced pattern insights that come back
|
|
184
185
|
- Ask user: "Accept these improvements to the inspiration analysis? (y/n)"
|
|
185
186
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -187,7 +188,7 @@ Show the generated inspiration analysis content and present choices:
|
|
|
187
188
|
|
|
188
189
|
#### If 'P' (Party Mode):
|
|
189
190
|
|
|
190
|
-
-
|
|
191
|
+
- Invoke the `bmad-party-mode` skill with the current inspiration analysis
|
|
191
192
|
- Process the collaborative pattern insights that come back
|
|
192
193
|
- Ask user: "Accept these changes to the inspiration analysis? (y/n)"
|
|
193
194
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on choosing appropriate design system approach
|
|
12
12
|
- 🎯 COLLABORATIVE decision-making, not recommendation-only
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -197,7 +198,7 @@ Show the generated design system content and present choices:
|
|
|
197
198
|
|
|
198
199
|
#### If 'A' (Advanced Elicitation):
|
|
199
200
|
|
|
200
|
-
-
|
|
201
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current design system content
|
|
201
202
|
- Process the enhanced design system insights that come back
|
|
202
203
|
- Ask user: "Accept these improvements to the design system decision? (y/n)"
|
|
203
204
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -205,7 +206,7 @@ Show the generated design system content and present choices:
|
|
|
205
206
|
|
|
206
207
|
#### If 'P' (Party Mode):
|
|
207
208
|
|
|
208
|
-
-
|
|
209
|
+
- Invoke the `bmad-party-mode` skill with the current design system choice
|
|
209
210
|
- Process the collaborative design system insights that come back
|
|
210
211
|
- Ask user: "Accept these changes to the design system decision? (y/n)"
|
|
211
212
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on defining the core interaction that defines the product
|
|
12
12
|
- 🎯 COLLABORATIVE discovery, not assumption-based design
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -199,7 +200,7 @@ Show the generated defining experience content and present choices:
|
|
|
199
200
|
|
|
200
201
|
#### If 'A' (Advanced Elicitation):
|
|
201
202
|
|
|
202
|
-
-
|
|
203
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current defining experience content
|
|
203
204
|
- Process the enhanced experience insights that come back
|
|
204
205
|
- Ask user: "Accept these improvements to the defining experience? (y/n)"
|
|
205
206
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -207,7 +208,7 @@ Show the generated defining experience content and present choices:
|
|
|
207
208
|
|
|
208
209
|
#### If 'P' (Party Mode):
|
|
209
210
|
|
|
210
|
-
-
|
|
211
|
+
- Invoke the `bmad-party-mode` skill with the current defining experience
|
|
211
212
|
- Process the collaborative experience insights that come back
|
|
212
213
|
- Ask user: "Accept these changes to the defining experience? (y/n)"
|
|
213
214
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on establishing visual design foundation (colors, typography, spacing)
|
|
12
12
|
- 🎯 COLLABORATIVE discovery, not assumption-based design
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -169,7 +170,7 @@ Show the generated visual foundation content and present choices:
|
|
|
169
170
|
|
|
170
171
|
#### If 'A' (Advanced Elicitation):
|
|
171
172
|
|
|
172
|
-
-
|
|
173
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current visual foundation content
|
|
173
174
|
- Process the enhanced visual insights that come back
|
|
174
175
|
- Ask user: "Accept these improvements to the visual foundation? (y/n)"
|
|
175
176
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -177,7 +178,7 @@ Show the generated visual foundation content and present choices:
|
|
|
177
178
|
|
|
178
179
|
#### If 'P' (Party Mode):
|
|
179
180
|
|
|
180
|
-
-
|
|
181
|
+
- Invoke the `bmad-party-mode` skill with the current visual foundation
|
|
181
182
|
- Process the collaborative visual insights that come back
|
|
182
183
|
- Ask user: "Accept these changes to the visual foundation? (y/n)"
|
|
183
184
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on generating and evaluating design direction variations
|
|
12
12
|
- 🎯 COLLABORATIVE exploration, not assumption-based design
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -169,7 +170,7 @@ Show the generated design direction content and present choices:
|
|
|
169
170
|
|
|
170
171
|
#### If 'A' (Advanced Elicitation):
|
|
171
172
|
|
|
172
|
-
-
|
|
173
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current design direction content
|
|
173
174
|
- Process the enhanced design insights that come back
|
|
174
175
|
- Ask user: "Accept these improvements to the design direction? (y/n)"
|
|
175
176
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -177,7 +178,7 @@ Show the generated design direction content and present choices:
|
|
|
177
178
|
|
|
178
179
|
#### If 'P' (Party Mode):
|
|
179
180
|
|
|
180
|
-
-
|
|
181
|
+
- Invoke the `bmad-party-mode` skill with the current design direction
|
|
181
182
|
- Process the collaborative design insights that come back
|
|
182
183
|
- Ask user: "Accept these changes to the design direction? (y/n)"
|
|
183
184
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on designing user flows and journey interactions
|
|
12
12
|
- 🎯 COLLABORATIVE flow design, not assumption-based layouts
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -187,7 +188,7 @@ Show the generated user journey content and present choices:
|
|
|
187
188
|
|
|
188
189
|
#### If 'A' (Advanced Elicitation):
|
|
189
190
|
|
|
190
|
-
-
|
|
191
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current user journey content
|
|
191
192
|
- Process the enhanced journey insights that come back
|
|
192
193
|
- Ask user: "Accept these improvements to the user journeys? (y/n)"
|
|
193
194
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -195,7 +196,7 @@ Show the generated user journey content and present choices:
|
|
|
195
196
|
|
|
196
197
|
#### If 'P' (Party Mode):
|
|
197
198
|
|
|
198
|
-
-
|
|
199
|
+
- Invoke the `bmad-party-mode` skill with the current user journeys
|
|
199
200
|
- Process the collaborative journey insights that come back
|
|
200
201
|
- Ask user: "Accept these changes to the user journeys? (y/n)"
|
|
201
202
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on defining component library strategy and custom components
|
|
12
12
|
- 🎯 COLLABORATIVE component planning, not assumption-based design
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -193,7 +194,7 @@ Show the generated component strategy content and present choices:
|
|
|
193
194
|
|
|
194
195
|
#### If 'A' (Advanced Elicitation):
|
|
195
196
|
|
|
196
|
-
-
|
|
197
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current component strategy content
|
|
197
198
|
- Process the enhanced component insights that come back
|
|
198
199
|
- Ask user: "Accept these improvements to the component strategy? (y/n)"
|
|
199
200
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -201,7 +202,7 @@ Show the generated component strategy content and present choices:
|
|
|
201
202
|
|
|
202
203
|
#### If 'P' (Party Mode):
|
|
203
204
|
|
|
204
|
-
-
|
|
205
|
+
- Invoke the `bmad-party-mode` skill with the current component strategy
|
|
205
206
|
- Process the collaborative component insights that come back
|
|
206
207
|
- Ask user: "Accept these changes to the component strategy? (y/n)"
|
|
207
208
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on establishing consistency patterns for common UX situations
|
|
12
12
|
- 🎯 COLLABORATIVE pattern definition, not assumption-based design
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -182,7 +183,7 @@ Show the generated UX patterns content and present choices:
|
|
|
182
183
|
|
|
183
184
|
#### If 'A' (Advanced Elicitation):
|
|
184
185
|
|
|
185
|
-
-
|
|
186
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current UX patterns content
|
|
186
187
|
- Process the enhanced pattern insights that come back
|
|
187
188
|
- Ask user: "Accept these improvements to the UX patterns? (y/n)"
|
|
188
189
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -190,7 +191,7 @@ Show the generated UX patterns content and present choices:
|
|
|
190
191
|
|
|
191
192
|
#### If 'P' (Party Mode):
|
|
192
193
|
|
|
193
|
-
-
|
|
194
|
+
- Invoke the `bmad-party-mode` skill with the current UX patterns
|
|
194
195
|
- Process the collaborative pattern insights that come back
|
|
195
196
|
- Ask user: "Accept these changes to the UX patterns? (y/n)"
|
|
196
197
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on responsive design strategy and accessibility compliance
|
|
12
12
|
- 🎯 COLLABORATIVE strategy definition, not assumption-based design
|
|
13
13
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,8 +31,8 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected:
|
|
34
|
-
- When 'P' selected:
|
|
34
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
35
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
35
36
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
37
38
|
|
|
@@ -209,7 +210,7 @@ Show the generated responsive and accessibility content and present choices:
|
|
|
209
210
|
|
|
210
211
|
#### If 'A' (Advanced Elicitation):
|
|
211
212
|
|
|
212
|
-
-
|
|
213
|
+
- Invoke the `bmad-advanced-elicitation` skill with the current responsive/accessibility content
|
|
213
214
|
- Process the enhanced insights that come back
|
|
214
215
|
- Ask user: "Accept these improvements to the responsive/accessibility strategy? (y/n)"
|
|
215
216
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -217,7 +218,7 @@ Show the generated responsive and accessibility content and present choices:
|
|
|
217
218
|
|
|
218
219
|
#### If 'P' (Party Mode):
|
|
219
220
|
|
|
220
|
-
-
|
|
221
|
+
- Invoke the `bmad-party-mode` skill with the current responsive/accessibility strategy
|
|
221
222
|
- Process the collaborative insights that come back
|
|
222
223
|
- Ask user: "Accept these changes to the responsive/accessibility strategy? (y/n)"
|
|
223
224
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -75,14 +75,14 @@ This specification is now ready to guide visual design, implementation, and deve
|
|
|
75
75
|
|
|
76
76
|
Update the main workflow status file:
|
|
77
77
|
|
|
78
|
-
- Load
|
|
79
|
-
- Update workflow_status["create-ux-design"] =
|
|
78
|
+
- Load the project's workflow status file (if one exists)
|
|
79
|
+
- Update workflow_status["create-ux-design"] = `{planning_artifacts}/ux-design-specification.md`
|
|
80
80
|
- Save file, preserving all comments and structure
|
|
81
81
|
- Mark current timestamp as completion time
|
|
82
82
|
|
|
83
83
|
### 3. Suggest Next Steps
|
|
84
84
|
|
|
85
|
-
UX Design complete.
|
|
85
|
+
UX Design complete. Invoke the `bmad-help` skill.
|
|
86
86
|
|
|
87
87
|
### 5. Final Completion Confirmation
|
|
88
88
|
|
package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/workflow.md
RENAMED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: create-ux-design
|
|
3
|
-
description: Work with a peer UX Design expert to plan your applications UX patterns, look and feel.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Create UX Design Workflow
|
|
7
2
|
|
|
8
3
|
**Goal:** Create comprehensive UX design specifications through collaborative visual exploration and informed decision-making where you act as a UX facilitator working with a product stakeholder.
|
|
@@ -32,11 +27,10 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
32
27
|
|
|
33
28
|
### Paths
|
|
34
29
|
|
|
35
|
-
- `installed_path` = `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design`
|
|
36
|
-
- `template_path` = `{installed_path}/ux-design-template.md`
|
|
37
30
|
- `default_output_file` = `{planning_artifacts}/ux-design-specification.md`
|
|
38
31
|
|
|
39
32
|
## EXECUTION
|
|
40
33
|
|
|
41
34
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
42
|
-
-
|
|
35
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
36
|
+
- Read fully and follow: `./steps/step-01-init.md` to begin the UX design workflow.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-e-01-discovery'
|
|
3
|
-
description: 'Discovery & Understanding - Understand what user wants to edit and detect PRD format'
|
|
4
|
-
|
|
5
2
|
# File references (ONLY variables used in this step)
|
|
6
|
-
altStepFile: './step-e-01b-legacy-conversion.md'
|
|
7
3
|
prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
|
|
8
|
-
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
9
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
10
4
|
---
|
|
11
5
|
|
|
12
6
|
# Step E-1: Discovery & Understanding
|
|
@@ -24,6 +18,7 @@ Understand what the user wants to edit in the PRD, detect PRD format/type, check
|
|
|
24
18
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
25
19
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
26
20
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
21
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
27
22
|
|
|
28
23
|
### Role Reinforcement:
|
|
29
24
|
|
|
@@ -189,7 +184,7 @@ Display: "**Edit Requirements Understood**
|
|
|
189
184
|
|
|
190
185
|
**Proceeding to deep review and analysis...**"
|
|
191
186
|
|
|
192
|
-
Read fully and follow:
|
|
187
|
+
Read fully and follow: `./step-e-02-review.md`
|
|
193
188
|
|
|
194
189
|
**IF PRD is Legacy (Non-Standard) AND no validation report:**
|
|
195
190
|
|
|
@@ -216,7 +211,7 @@ Present MENU OPTIONS below for user selection
|
|
|
216
211
|
|
|
217
212
|
#### Menu Handling Logic:
|
|
218
213
|
|
|
219
|
-
- IF C (Convert): Read fully and follow:
|
|
214
|
+
- IF C (Convert): Read fully and follow: `./step-e-01b-legacy-conversion.md`
|
|
220
215
|
- IF E (Edit As-Is): Display "Proceeding with edits..." then load next step
|
|
221
216
|
- IF X (Exit): Display summary and exit
|
|
222
217
|
- IF Any other: help user, then redisplay menu
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-e-01b-legacy-conversion'
|
|
3
|
-
description: 'Legacy PRD Conversion Assessment - Analyze legacy PRD and propose conversion strategy'
|
|
4
|
-
|
|
5
2
|
# File references (ONLY variables used in this step)
|
|
6
|
-
nextStepFile: './step-e-02-review.md'
|
|
7
3
|
prdFile: '{prd_file_path}'
|
|
8
4
|
prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
|
|
9
5
|
---
|
|
@@ -182,7 +178,7 @@ Edit goals: {summary}
|
|
|
182
178
|
|
|
183
179
|
**Proceeding to deep review...**"
|
|
184
180
|
|
|
185
|
-
Read fully and follow:
|
|
181
|
+
Read fully and follow: `./step-e-02-review.md`
|
|
186
182
|
|
|
187
183
|
---
|
|
188
184
|
|
package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-02-review.md
RENAMED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-e-02-review'
|
|
3
|
-
description: 'Deep Review & Analysis - Thoroughly review existing PRD and prepare detailed change plan'
|
|
4
|
-
|
|
5
2
|
# File references (ONLY variables used in this step)
|
|
6
|
-
nextStepFile: './step-e-03-edit.md'
|
|
7
3
|
prdFile: '{prd_file_path}'
|
|
8
4
|
validationReport: '{validation_report_path}' # If provided
|
|
9
5
|
prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
|
|
10
|
-
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
11
6
|
---
|
|
12
7
|
|
|
13
8
|
# Step E-2: Deep Review & Analysis
|
|
@@ -25,6 +20,7 @@ Thoroughly review the existing PRD, analyze validation report findings (if provi
|
|
|
25
20
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
26
21
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
27
22
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
23
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
28
24
|
|
|
29
25
|
### Role Reinforcement:
|
|
30
26
|
|
|
@@ -204,7 +200,7 @@ Display: "**Change Plan Approved**
|
|
|
204
200
|
|
|
205
201
|
**Proceeding to edit step...**"
|
|
206
202
|
|
|
207
|
-
Read fully and follow:
|
|
203
|
+
Read fully and follow: `./step-e-03-edit.md`
|
|
208
204
|
|
|
209
205
|
### 7. Present MENU OPTIONS (If User Wants Discussion)
|
|
210
206
|
|
|
@@ -219,9 +215,9 @@ Read fully and follow: {nextStepFile} (step-e-03-edit.md)
|
|
|
219
215
|
|
|
220
216
|
#### Menu Handling Logic:
|
|
221
217
|
|
|
222
|
-
- IF A:
|
|
223
|
-
- IF P:
|
|
224
|
-
- IF C: Document approval, then load
|
|
218
|
+
- IF A: Invoke the `bmad-advanced-elicitation` skill, then return to discussion
|
|
219
|
+
- IF P: Invoke the `bmad-party-mode` skill, then return to discussion
|
|
220
|
+
- IF C: Document approval, then load step-e-03-edit.md
|
|
225
221
|
- IF Any other: discuss, then redisplay menu
|
|
226
222
|
|
|
227
223
|
---
|