bmalph 2.7.6 → 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/README.md +4 -4
- 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/run.js +11 -2
- package/dist/commands/run.js.map +1 -1
- package/dist/commands/status.js +3 -2
- package/dist/commands/status.js.map +1 -1
- package/dist/commands/watch.js +5 -0
- package/dist/commands/watch.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 +72 -6
- 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 +22 -9
- 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/transition/context.js +11 -3
- package/dist/transition/context.js.map +1 -1
- package/dist/utils/constants.js +4 -2
- package/dist/utils/constants.js.map +1 -1
- package/dist/watch/dashboard.js +36 -21
- package/dist/watch/dashboard.js.map +1 -1
- package/dist/watch/frame-writer.js +83 -0
- package/dist/watch/frame-writer.js.map +1 -0
- package/dist/watch/renderer.js +179 -54
- package/dist/watch/renderer.js.map +1 -1
- package/dist/watch/state-reader.js +8 -0
- package/dist/watch/state-reader.js.map +1 -1
- package/package.json +1 -1
- package/ralph/RALPH-REFERENCE.md +4 -4
- package/ralph/drivers/claude-code.sh +4 -2
- package/ralph/drivers/opencode.sh +147 -0
- package/ralph/lib/enable_core.sh +10 -2
- package/ralph/lib/response_analyzer.sh +337 -96
- package/ralph/lib/wizard_utils.sh +4 -4
- package/ralph/ralph_import.sh +9 -1
- package/ralph/ralph_loop.sh +428 -15
- package/ralph/templates/PROMPT.md +15 -5
- package/ralph/templates/ralphrc.template +31 -5
- 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
package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-04-review.md
RENAMED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-04-review'
|
|
3
|
-
description: 'Review and finalize the tech-spec'
|
|
4
|
-
|
|
5
2
|
wipFile: '{implementation_artifacts}/tech-spec-wip.md'
|
|
6
3
|
---
|
|
7
4
|
|
|
@@ -51,8 +48,8 @@ Display: "**Select:** [C] Continue [E] Edit [Q] Questions [A] Advanced Elicitati
|
|
|
51
48
|
- IF C: Proceed to Section 3 (Finalize the Spec)
|
|
52
49
|
- IF E: Proceed to Section 2 (Handle Review Feedback), then return here and redisplay menu
|
|
53
50
|
- IF Q: Answer questions, then redisplay this menu
|
|
54
|
-
- IF A:
|
|
55
|
-
- IF P:
|
|
51
|
+
- IF A: Invoke the `bmad-advanced-elicitation` skill with current spec content, process enhanced insights, ask user "Accept improvements? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
|
52
|
+
- IF P: Invoke the `bmad-party-mode` skill with current spec content, process collaborative insights, ask user "Accept changes? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
|
56
53
|
- IF Any other comments or queries: respond helpfully then redisplay menu
|
|
57
54
|
|
|
58
55
|
#### EXECUTION RULES:
|
|
@@ -137,10 +134,10 @@ b) **HALT and wait for user selection.**
|
|
|
137
134
|
|
|
138
135
|
#### Menu Handling Logic:
|
|
139
136
|
|
|
140
|
-
- IF A:
|
|
141
|
-
- IF B:
|
|
137
|
+
- IF A: Invoke the `bmad-advanced-elicitation` skill with current spec content, process enhanced insights, ask user "Accept improvements? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
|
138
|
+
- IF B: Invoke the `bmad-quick-dev` skill with `{finalFile}` in a fresh context if possible (warn: fresh context is better)
|
|
142
139
|
- IF D: Exit workflow - display final confirmation and path to spec
|
|
143
|
-
- IF P:
|
|
140
|
+
- IF P: Invoke the `bmad-party-mode` skill with current spec content, process collaborative insights, ask user "Accept changes? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
|
144
141
|
- IF R: Execute Adversarial Review (see below)
|
|
145
142
|
- IF Any other comments or queries: respond helpfully then redisplay menu
|
|
146
143
|
|
|
@@ -151,14 +148,12 @@ b) **HALT and wait for user selection.**
|
|
|
151
148
|
|
|
152
149
|
#### Adversarial Review [R] Process:
|
|
153
150
|
|
|
154
|
-
1. **Invoke Adversarial Review
|
|
155
|
-
> With `{finalFile}` constructed,
|
|
156
|
-
|
|
157
|
-
> **Platform fallback:** If task invocation not available, load the task file and follow its instructions inline, passing `{finalFile}` as the content.
|
|
158
|
-
> The task should: review `{finalFile}` and return a list of findings.
|
|
151
|
+
1. **Invoke Adversarial Review Skill**:
|
|
152
|
+
> With `{finalFile}` constructed, invoke the `bmad-review-adversarial-general` skill. If possible, use information asymmetry: invoke the skill in a separate subagent or process with read access to the project, but no context except the `{finalFile}`.
|
|
153
|
+
> Pass `{finalFile}` as the content to review. The skill should return a list of findings.
|
|
159
154
|
|
|
160
155
|
2. **Process Findings**:
|
|
161
|
-
> Capture the findings from the
|
|
156
|
+
> Capture the findings from the skill output.
|
|
162
157
|
> **If zero findings:** HALT - this is suspicious. Re-analyze or request user guidance.
|
|
163
158
|
> Evaluate severity (Critical, High, Medium, Low) and validity (real, noise, undecided).
|
|
164
159
|
> DO NOT exclude findings based on severity or validity unless explicitly asked to do so.
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: quick-spec
|
|
3
|
-
description: Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec.
|
|
4
2
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
3
|
|
|
6
|
-
# Checkpoint handler paths
|
|
7
|
-
advanced_elicitation: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
8
|
-
party_mode_exec: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
9
|
-
quick_dev_workflow: '{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md'
|
|
10
4
|
---
|
|
11
5
|
|
|
12
6
|
# Quick-Spec Workflow
|
|
@@ -76,4 +70,4 @@ Load and read full config from `{main_config}` and resolve:
|
|
|
76
70
|
|
|
77
71
|
### 2. First Step Execution
|
|
78
72
|
|
|
79
|
-
Read fully and follow:
|
|
73
|
+
Read fully and follow: `./steps/step-01-understand.md` to begin the workflow.
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs
|
|
2
|
-
core,anytime,Brainstorming,BSP,,
|
|
3
|
-
core,anytime,Party Mode,PM,,
|
|
4
|
-
core,anytime,bmad-help,BH,,
|
|
5
|
-
core,anytime,Index Docs,ID,,
|
|
6
|
-
core,anytime,Shard Document,SD,,
|
|
7
|
-
core,anytime,Editorial Review - Prose,EP,,
|
|
8
|
-
core,anytime,Editorial Review - Structure,ES,,
|
|
9
|
-
core,anytime,Adversarial Review (General),AR,,
|
|
2
|
+
core,anytime,Brainstorming,BSP,,skill:bmad-brainstorming,bmad-brainstorming,false,analyst,,"Generate diverse ideas through interactive techniques. Use early in ideation phase or when stuck generating ideas.",{output_folder}/brainstorming/brainstorming-session-{{date}}.md,,
|
|
3
|
+
core,anytime,Party Mode,PM,,skill:bmad-party-mode,bmad-party-mode,false,party-mode facilitator,,"Orchestrate multi-agent discussions. Use when you need multiple agent perspectives or want agents to collaborate.",,
|
|
4
|
+
core,anytime,bmad-help,BH,,skill:bmad-help,bmad-help,false,,,"Get unstuck by showing what workflow steps come next or answering BMad Method questions.",,
|
|
5
|
+
core,anytime,Index Docs,ID,,skill:bmad-index-docs,bmad-index-docs,false,,,"Create lightweight index for quick LLM scanning. Use when LLM needs to understand available docs without loading everything.",,
|
|
6
|
+
core,anytime,Shard Document,SD,,skill:bmad-shard-doc,bmad-shard-doc,false,,,"Split large documents into smaller files by sections. Use when doc becomes too large (>500 lines) to manage effectively.",,
|
|
7
|
+
core,anytime,Editorial Review - Prose,EP,,skill:bmad-editorial-review-prose,bmad-editorial-review-prose,false,,,"Review prose for clarity, tone, and communication issues. Use after drafting to polish written content.",report located with target document,"three-column markdown table with suggested fixes",
|
|
8
|
+
core,anytime,Editorial Review - Structure,ES,,skill:bmad-editorial-review-structure,bmad-editorial-review-structure,false,,,"Propose cuts, reorganization, and simplification while preserving comprehension. Use when doc produced from multiple subprocesses or needs structural improvement.",report located with target document,
|
|
9
|
+
core,anytime,Adversarial Review (General),AR,,skill:bmad-review-adversarial-general,bmad-review-adversarial-general,false,,,"Review content critically to find issues and weaknesses. Use for quality assurance or before finalizing deliverables. Code Review in other modules run this automatically, but its useful also for document reviews",,
|
|
10
|
+
core,anytime,Edge Case Hunter Review,ECH,,skill:bmad-review-edge-case-hunter,bmad-review-edge-case-hunter,false,,,"Walk every branching path and boundary condition in code, report only unhandled edge cases. Use alongside adversarial review for orthogonal coverage - method-driven not attitude-driven.",,
|
|
11
|
+
core,anytime,Distillator,DG,,skill:bmad-distillator,bmad-distillator,false,,,"Lossless LLM-optimized compression of source documents. Use when you need token-efficient distillates that preserve all information for downstream LLM consumption.",adjacent to source document or specified output_path,distillate markdown file(s)
|
package/bmad/core/module.yaml
CHANGED
|
@@ -2,7 +2,7 @@ code: core
|
|
|
2
2
|
name: "BMad Core Module"
|
|
3
3
|
|
|
4
4
|
header: "BMad Core Configuration"
|
|
5
|
-
subheader: "Configure the core settings for your BMad installation.\nThese settings will be used across all
|
|
5
|
+
subheader: "Configure the core settings for your BMad installation.\nThese settings will be used across all installed bmad skills, workflows, and agents."
|
|
6
6
|
|
|
7
7
|
user_name:
|
|
8
8
|
prompt: "What should agents call you? (Use your name or a team name)"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
---
|
|
2
|
+
agent_party: '{project-root}/_bmad/_config/agent-manifest.csv'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Advanced Elicitation Workflow
|
|
6
|
+
|
|
7
|
+
**Goal:** Push the LLM to reconsider, refine, and improve its recent output.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## CRITICAL LLM INSTRUCTIONS
|
|
12
|
+
|
|
13
|
+
- **MANDATORY:** Execute ALL steps in the flow section IN EXACT ORDER
|
|
14
|
+
- DO NOT skip steps or change the sequence
|
|
15
|
+
- HALT immediately when halt-conditions are met
|
|
16
|
+
- Each action within a step is a REQUIRED action to complete that step
|
|
17
|
+
- Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution
|
|
18
|
+
- **YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the `communication_language`**
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## INTEGRATION (When Invoked Indirectly)
|
|
23
|
+
|
|
24
|
+
When invoked from another prompt or process:
|
|
25
|
+
|
|
26
|
+
1. Receive or review the current section content that was just generated
|
|
27
|
+
2. Apply elicitation methods iteratively to enhance that specific content
|
|
28
|
+
3. Return the enhanced version back when user selects 'x' to proceed and return back
|
|
29
|
+
4. The enhanced content replaces the original section content in the output document
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## FLOW
|
|
34
|
+
|
|
35
|
+
### Step 1: Method Registry Loading
|
|
36
|
+
|
|
37
|
+
**Action:** Load and read `./methods.csv` and `{agent_party}`
|
|
38
|
+
|
|
39
|
+
#### CSV Structure
|
|
40
|
+
|
|
41
|
+
- **category:** Method grouping (core, structural, risk, etc.)
|
|
42
|
+
- **method_name:** Display name for the method
|
|
43
|
+
- **description:** Rich explanation of what the method does, when to use it, and why it's valuable
|
|
44
|
+
- **output_pattern:** Flexible flow guide using arrows (e.g., "analysis -> insights -> action")
|
|
45
|
+
|
|
46
|
+
#### Context Analysis
|
|
47
|
+
|
|
48
|
+
- Use conversation history
|
|
49
|
+
- Analyze: content type, complexity, stakeholder needs, risk level, and creative potential
|
|
50
|
+
|
|
51
|
+
#### Smart Selection
|
|
52
|
+
|
|
53
|
+
1. Analyze context: Content type, complexity, stakeholder needs, risk level, creative potential
|
|
54
|
+
2. Parse descriptions: Understand each method's purpose from the rich descriptions in CSV
|
|
55
|
+
3. Select 5 methods: Choose methods that best match the context based on their descriptions
|
|
56
|
+
4. Balance approach: Include mix of foundational and specialized techniques as appropriate
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
### Step 2: Present Options and Handle Responses
|
|
61
|
+
|
|
62
|
+
#### Display Format
|
|
63
|
+
|
|
64
|
+
```
|
|
65
|
+
**Advanced Elicitation Options**
|
|
66
|
+
_If party mode is active, agents will join in._
|
|
67
|
+
Choose a number (1-5), [r] to Reshuffle, [a] List All, or [x] to Proceed:
|
|
68
|
+
|
|
69
|
+
1. [Method Name]
|
|
70
|
+
2. [Method Name]
|
|
71
|
+
3. [Method Name]
|
|
72
|
+
4. [Method Name]
|
|
73
|
+
5. [Method Name]
|
|
74
|
+
r. Reshuffle the list with 5 new options
|
|
75
|
+
a. List all methods with descriptions
|
|
76
|
+
x. Proceed / No Further Actions
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
#### Response Handling
|
|
80
|
+
|
|
81
|
+
**Case 1-5 (User selects a numbered method):**
|
|
82
|
+
|
|
83
|
+
- Execute the selected method using its description from the CSV
|
|
84
|
+
- Adapt the method's complexity and output format based on the current context
|
|
85
|
+
- Apply the method creatively to the current section content being enhanced
|
|
86
|
+
- Display the enhanced version showing what the method revealed or improved
|
|
87
|
+
- **CRITICAL:** Ask the user if they would like to apply the changes to the doc (y/n/other) and HALT to await response.
|
|
88
|
+
- **CRITICAL:** ONLY if Yes, apply the changes. IF No, discard your memory of the proposed changes. If any other reply, try best to follow the instructions given by the user.
|
|
89
|
+
- **CRITICAL:** Re-present the same 1-5,r,x prompt to allow additional elicitations
|
|
90
|
+
|
|
91
|
+
**Case r (Reshuffle):**
|
|
92
|
+
|
|
93
|
+
- Select 5 random methods from methods.csv, present new list with same prompt format
|
|
94
|
+
- When selecting, try to think and pick a diverse set of methods covering different categories and approaches, with 1 and 2 being potentially the most useful for the document or section being discovered
|
|
95
|
+
|
|
96
|
+
**Case x (Proceed):**
|
|
97
|
+
|
|
98
|
+
- Complete elicitation and proceed
|
|
99
|
+
- Return the fully enhanced content back to the invoking skill
|
|
100
|
+
- The enhanced content becomes the final version for that section
|
|
101
|
+
- Signal completion back to the invoking skill to continue with next section
|
|
102
|
+
|
|
103
|
+
**Case a (List All):**
|
|
104
|
+
|
|
105
|
+
- List all methods with their descriptions from the CSV in a compact table
|
|
106
|
+
- Allow user to select any method by name or number from the full list
|
|
107
|
+
- After selection, execute the method as described in the Case 1-5 above
|
|
108
|
+
|
|
109
|
+
**Case: Direct Feedback:**
|
|
110
|
+
|
|
111
|
+
- Apply changes to current section content and re-present choices
|
|
112
|
+
|
|
113
|
+
**Case: Multiple Numbers:**
|
|
114
|
+
|
|
115
|
+
- Execute methods in sequence on the content, then re-offer choices
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
### Step 3: Execution Guidelines
|
|
120
|
+
|
|
121
|
+
- **Method execution:** Use the description from CSV to understand and apply each method
|
|
122
|
+
- **Output pattern:** Use the pattern as a flexible guide (e.g., "paths -> evaluation -> selection")
|
|
123
|
+
- **Dynamic adaptation:** Adjust complexity based on content needs (simple to sophisticated)
|
|
124
|
+
- **Creative application:** Interpret methods flexibly based on context while maintaining pattern consistency
|
|
125
|
+
- Focus on actionable insights
|
|
126
|
+
- **Stay relevant:** Tie elicitation to specific content being analyzed (the current section from the document being created unless user indicates otherwise)
|
|
127
|
+
- **Identify personas:** For single or multi-persona methods, clearly identify viewpoints, and use party members if available in memory already
|
|
128
|
+
- **Critical loop behavior:** Always re-offer the 1-5,r,a,x choices after each method execution
|
|
129
|
+
- Continue until user selects 'x' to proceed with enhanced content, confirm or ask the user what should be accepted from the session
|
|
130
|
+
- Each method application builds upon previous enhancements
|
|
131
|
+
- **Content preservation:** Track all enhancements made during elicitation
|
|
132
|
+
- **Iterative enhancement:** Each selected method (1-5) should:
|
|
133
|
+
1. Apply to the current enhanced version of the content
|
|
134
|
+
2. Show the improvements made
|
|
135
|
+
3. Return to the prompt for additional elicitations or completion
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -29,23 +29,32 @@ Initialize the brainstorming workflow by detecting continuation state and settin
|
|
|
29
29
|
|
|
30
30
|
## INITIALIZATION SEQUENCE:
|
|
31
31
|
|
|
32
|
-
### 1. Check for Existing
|
|
32
|
+
### 1. Check for Existing Sessions
|
|
33
33
|
|
|
34
|
-
First, check
|
|
34
|
+
First, check the brainstorming sessions folder for existing sessions:
|
|
35
35
|
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
- If
|
|
36
|
+
- List all files in `{output_folder}/brainstorming/`
|
|
37
|
+
- **DO NOT read any file contents** - only list filenames
|
|
38
|
+
- If files exist, identify the most recent by date/time in the filename
|
|
39
|
+
- If no files exist, this is a fresh workflow
|
|
39
40
|
|
|
40
|
-
### 2. Handle
|
|
41
|
+
### 2. Handle Existing Sessions (If Files Found)
|
|
41
42
|
|
|
42
|
-
If
|
|
43
|
+
If existing session files are found:
|
|
43
44
|
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
|
|
45
|
+
- Display the most recent session filename (do NOT read its content)
|
|
46
|
+
- Ask the user: "Found existing session: `[filename]`. Would you like to:
|
|
47
|
+
**[1]** Continue this session
|
|
48
|
+
**[2]** Start a new session
|
|
49
|
+
**[3]** See all existing sessions"
|
|
47
50
|
|
|
48
|
-
|
|
51
|
+
**HALT — wait for user selection before proceeding.**
|
|
52
|
+
|
|
53
|
+
- If user selects **[1]** (continue): Set `{brainstorming_session_output_file}` to that file path and load `./step-01b-continue.md`
|
|
54
|
+
- If user selects **[2]** (new): Generate new filename with current date/time and proceed to step 3
|
|
55
|
+
- If user selects **[3]** (see all): List all session filenames and ask which to continue or if new
|
|
56
|
+
|
|
57
|
+
### 3. Fresh Workflow Setup (If No Files or User Chooses New)
|
|
49
58
|
|
|
50
59
|
If no document exists or no `stepsCompleted` in frontmatter:
|
|
51
60
|
|
|
@@ -55,10 +64,10 @@ Create the brainstorming session document:
|
|
|
55
64
|
|
|
56
65
|
```bash
|
|
57
66
|
# Create directory if needed
|
|
58
|
-
mkdir -p "$(dirname "{
|
|
67
|
+
mkdir -p "$(dirname "{brainstorming_session_output_file}")"
|
|
59
68
|
|
|
60
69
|
# Initialize from template
|
|
61
|
-
cp "
|
|
70
|
+
cp "../template.md" "{brainstorming_session_output_file}"
|
|
62
71
|
```
|
|
63
72
|
|
|
64
73
|
#### B. Context File Check and Loading
|
|
@@ -134,7 +143,7 @@ _[Content based on conversation about session parameters and facilitator approac
|
|
|
134
143
|
|
|
135
144
|
## APPEND TO DOCUMENT:
|
|
136
145
|
|
|
137
|
-
When user selects approach, append the session overview content directly to `{
|
|
146
|
+
When user selects approach, append the session overview content directly to `{brainstorming_session_output_file}` using the structure from above.
|
|
138
147
|
|
|
139
148
|
### E. Continue to Technique Selection
|
|
140
149
|
|
|
@@ -148,11 +157,13 @@ When user selects approach, append the session overview content directly to `{ou
|
|
|
148
157
|
|
|
149
158
|
Which approach appeals to you most? (Enter 1-4)"
|
|
150
159
|
|
|
160
|
+
**HALT — wait for user selection before proceeding.**
|
|
161
|
+
|
|
151
162
|
### 4. Handle User Selection and Initial Document Append
|
|
152
163
|
|
|
153
164
|
#### When user selects approach number:
|
|
154
165
|
|
|
155
|
-
- **Append initial session overview to `{
|
|
166
|
+
- **Append initial session overview to `{brainstorming_session_output_file}`**
|
|
156
167
|
- **Update frontmatter:** `stepsCompleted: [1]`, `selected_approach: '[selected approach]'`
|
|
157
168
|
- **Load the appropriate step-02 file** based on selection
|
|
158
169
|
|
|
@@ -167,7 +178,9 @@ After user selects approach number:
|
|
|
167
178
|
|
|
168
179
|
## SUCCESS METRICS:
|
|
169
180
|
|
|
170
|
-
✅ Existing
|
|
181
|
+
✅ Existing sessions detected without reading file contents
|
|
182
|
+
✅ User prompted to continue existing session or start new
|
|
183
|
+
✅ Correct session file selected for continuation
|
|
171
184
|
✅ Fresh workflow initialized with correct document structure
|
|
172
185
|
✅ Session context gathered and understood clearly
|
|
173
186
|
✅ User's approach selection captured and routed correctly
|
|
@@ -176,7 +189,9 @@ After user selects approach number:
|
|
|
176
189
|
|
|
177
190
|
## FAILURE MODES:
|
|
178
191
|
|
|
179
|
-
❌
|
|
192
|
+
❌ Reading file contents during session detection (wastes context)
|
|
193
|
+
❌ Not asking user before continuing existing session
|
|
194
|
+
❌ Not properly routing user's continue/new session selection
|
|
180
195
|
❌ Missing continuation detection leading to duplicate work
|
|
181
196
|
❌ Insufficient session context gathering
|
|
182
197
|
❌ Not properly routing user's approach selection
|
|
@@ -184,7 +199,9 @@ After user selects approach number:
|
|
|
184
199
|
|
|
185
200
|
## SESSION SETUP PROTOCOLS:
|
|
186
201
|
|
|
187
|
-
- Always
|
|
202
|
+
- Always list sessions folder WITHOUT reading file contents
|
|
203
|
+
- Ask user before continuing any existing session
|
|
204
|
+
- Only load continue step after user confirms
|
|
188
205
|
- Load brain techniques CSV only when needed for technique presentation
|
|
189
206
|
- Use collaborative facilitation language throughout
|
|
190
207
|
- Maintain psychological safety for creative exploration
|
package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-01b-continue.md
RENAMED
|
@@ -35,7 +35,7 @@ Load existing document and analyze current state:
|
|
|
35
35
|
|
|
36
36
|
**Document Analysis:**
|
|
37
37
|
|
|
38
|
-
- Read existing `{
|
|
38
|
+
- Read existing `{brainstorming_session_output_file}`
|
|
39
39
|
- Examine frontmatter for `stepsCompleted`, `session_topic`, `session_goals`
|
|
40
40
|
- Review content to understand session progress and outcomes
|
|
41
41
|
- Identify current stage and next logical steps
|
|
@@ -63,7 +63,9 @@ Based on session analysis, provide appropriate options:
|
|
|
63
63
|
**Options:**
|
|
64
64
|
[1] Review Results - Go through your documented ideas and insights
|
|
65
65
|
[2] Start New Session - Begin brainstorming on a new topic
|
|
66
|
-
[3
|
|
66
|
+
[3] Extend Session - Add more techniques or explore new angles"
|
|
67
|
+
|
|
68
|
+
**HALT — wait for user selection before proceeding.**
|
|
67
69
|
|
|
68
70
|
**If Session In Progress:**
|
|
69
71
|
"Let's continue where we left off!
|
|
@@ -40,7 +40,7 @@ Load techniques from CSV on-demand:
|
|
|
40
40
|
|
|
41
41
|
**Load CSV and parse:**
|
|
42
42
|
|
|
43
|
-
- Read
|
|
43
|
+
- Read `../brain-methods.csv`
|
|
44
44
|
- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration
|
|
45
45
|
- Organize by categories for browsing
|
|
46
46
|
|
|
@@ -87,6 +87,8 @@ Show available categories with brief descriptions:
|
|
|
87
87
|
|
|
88
88
|
**Which category interests you most? Enter 1-7, or tell me what type of thinking you're drawn to.**"
|
|
89
89
|
|
|
90
|
+
**HALT — wait for user selection before proceeding.**
|
|
91
|
+
|
|
90
92
|
### 3. Handle Category Selection
|
|
91
93
|
|
|
92
94
|
After user selects category:
|
|
@@ -154,6 +156,8 @@ This combination will take approximately [total_time] and focus on [expected out
|
|
|
154
156
|
[C] Continue - Begin technique execution
|
|
155
157
|
[Back] - Modify technique selection"
|
|
156
158
|
|
|
159
|
+
**HALT — wait for user selection before proceeding.**
|
|
160
|
+
|
|
157
161
|
### 6. Update Frontmatter and Continue
|
|
158
162
|
|
|
159
163
|
If user confirms:
|
|
@@ -47,7 +47,7 @@ Load techniques from CSV for analysis:
|
|
|
47
47
|
|
|
48
48
|
**Load CSV and parse:**
|
|
49
49
|
|
|
50
|
-
- Read
|
|
50
|
+
- Read `../brain-methods.csv`
|
|
51
51
|
- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration
|
|
52
52
|
|
|
53
53
|
### 2. Context Analysis for Technique Matching
|
|
@@ -152,6 +152,8 @@ Provide deeper insight into each recommended technique:
|
|
|
152
152
|
[Details] - Tell me more about any specific technique
|
|
153
153
|
[Back] - Return to approach selection
|
|
154
154
|
|
|
155
|
+
**HALT — wait for user selection before proceeding.**
|
|
156
|
+
|
|
155
157
|
### 6. Handle User Response
|
|
156
158
|
|
|
157
159
|
#### If [C] Continue:
|
|
@@ -47,7 +47,7 @@ Create anticipation for serendipitous technique discovery:
|
|
|
47
47
|
|
|
48
48
|
**Load CSV and parse:**
|
|
49
49
|
|
|
50
|
-
- Read
|
|
50
|
+
- Read `../brain-methods.csv`
|
|
51
51
|
- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration
|
|
52
52
|
- Prepare for intelligent random selection
|
|
53
53
|
|
|
@@ -124,6 +124,8 @@ You're about to experience brainstorming in a completely new way. These unexpect
|
|
|
124
124
|
[Details] - Tell me more about any specific technique
|
|
125
125
|
[Back] - Return to approach selection
|
|
126
126
|
|
|
127
|
+
**HALT — wait for user selection before proceeding.**
|
|
128
|
+
|
|
127
129
|
### 5. Handle User Response
|
|
128
130
|
|
|
129
131
|
#### If [C] Continue:
|
|
@@ -66,7 +66,7 @@ Explain the value of systematic creative progression:
|
|
|
66
66
|
|
|
67
67
|
**Load CSV and parse:**
|
|
68
68
|
|
|
69
|
-
- Read
|
|
69
|
+
- Read `../brain-methods.csv`
|
|
70
70
|
- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration
|
|
71
71
|
- Map techniques to each phase of the creative journey
|
|
72
72
|
|
|
@@ -176,6 +176,8 @@ Show the full progressive flow with timing and transitions:
|
|
|
176
176
|
[Details] - Tell me more about any specific phase or technique
|
|
177
177
|
[Back] - Return to approach selection
|
|
178
178
|
|
|
179
|
+
**HALT — wait for user selection before proceeding.**
|
|
180
|
+
|
|
179
181
|
### 4. Handle Customization Requests
|
|
180
182
|
|
|
181
183
|
If user wants customization:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Step 3: Interactive Technique Execution and Facilitation
|
|
2
2
|
|
|
3
3
|
---
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
@@ -290,20 +290,22 @@ After final technique element:
|
|
|
290
290
|
[B] **Take a quick break** - Pause and return with fresh energy
|
|
291
291
|
[C] **Move to organization** - Only when you feel we've thoroughly explored
|
|
292
292
|
|
|
293
|
+
**HALT — wait for user selection before proceeding.**
|
|
294
|
+
|
|
293
295
|
**Default recommendation:** Unless you feel we've generated at least 100+ ideas, I suggest we keep exploring! The best insights often come after the obvious ideas are exhausted.
|
|
294
296
|
|
|
295
297
|
### 8. Handle Menu Selection
|
|
296
298
|
|
|
297
299
|
#### If 'C' (Move to organization):
|
|
298
300
|
|
|
299
|
-
- **Append the technique execution content to `{
|
|
301
|
+
- **Append the technique execution content to `{brainstorming_session_output_file}`**
|
|
300
302
|
- **Update frontmatter:** `stepsCompleted: [1, 2, 3]`
|
|
301
303
|
- **Load:** `./step-04-idea-organization.md`
|
|
302
304
|
|
|
303
305
|
#### If 'K', 'T', 'A', or 'B' (Continue Exploring):
|
|
304
306
|
|
|
305
307
|
- **Stay in Step 3** and restart the facilitation loop for the chosen path (or pause if break requested).
|
|
306
|
-
- For option A
|
|
308
|
+
- For option A: Invoke the `bmad-advanced-elicitation` skill
|
|
307
309
|
|
|
308
310
|
### 9. Update Documentation
|
|
309
311
|
|
|
@@ -356,7 +358,7 @@ _[Short narrative describing the user and AI collaboration journey - what made t
|
|
|
356
358
|
|
|
357
359
|
## APPEND TO DOCUMENT:
|
|
358
360
|
|
|
359
|
-
When user selects 'C', append the content directly to `{
|
|
361
|
+
When user selects 'C', append the content directly to `{brainstorming_session_output_file}` using the structure from above.
|
|
360
362
|
|
|
361
363
|
## SUCCESS METRICS:
|
|
362
364
|
|
|
@@ -249,18 +249,20 @@ Provide final session wrap-up and forward guidance:
|
|
|
249
249
|
**Ready to complete your session documentation?**
|
|
250
250
|
[C] Complete - Generate final brainstorming session document
|
|
251
251
|
|
|
252
|
+
**HALT — wait for user selection before proceeding.**
|
|
253
|
+
|
|
252
254
|
### 8. Handle Completion Selection
|
|
253
255
|
|
|
254
256
|
#### If [C] Complete:
|
|
255
257
|
|
|
256
|
-
- **Append the final session content to `{
|
|
258
|
+
- **Append the final session content to `{brainstorming_session_output_file}`**
|
|
257
259
|
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
|
|
258
260
|
- Set `session_active: false` and `workflow_completed: true`
|
|
259
261
|
- Complete workflow with positive closure message
|
|
260
262
|
|
|
261
263
|
## APPEND TO DOCUMENT:
|
|
262
264
|
|
|
263
|
-
When user selects 'C', append the content directly to `{
|
|
265
|
+
When user selects 'C', append the content directly to `{brainstorming_session_output_file}` using the structure from step 7.
|
|
264
266
|
|
|
265
267
|
## SUCCESS METRICS:
|
|
266
268
|
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: brainstorming
|
|
3
|
-
description: Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods
|
|
4
2
|
context_file: '' # Optional context file path for project-specific guidance
|
|
5
3
|
---
|
|
6
4
|
|
|
@@ -42,17 +40,14 @@ Load config from `{project-root}/_bmad/core/config.yaml` and resolve:
|
|
|
42
40
|
|
|
43
41
|
### Paths
|
|
44
42
|
|
|
45
|
-
- `
|
|
46
|
-
- `template_path` = `{installed_path}/template.md`
|
|
47
|
-
- `brain_techniques_path` = `{installed_path}/brain-methods.csv`
|
|
48
|
-
- `default_output_file` = `{output_folder}/brainstorming/brainstorming-session-{{date}}.md`
|
|
49
|
-
- `context_file` = Optional context file path from workflow invocation for project-specific guidance
|
|
50
|
-
- `advancedElicitationTask` = `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
|
43
|
+
- `brainstorming_session_output_file` = `{output_folder}/brainstorming/brainstorming-session-{{date}}-{{time}}.md` (evaluated once at workflow start)
|
|
51
44
|
|
|
45
|
+
All steps MUST reference `{brainstorming_session_output_file}` instead of the full path pattern.
|
|
46
|
+
- `context_file` = Optional context file path from workflow invocation for project-specific guidance
|
|
52
47
|
---
|
|
53
48
|
|
|
54
49
|
## EXECUTION
|
|
55
50
|
|
|
56
|
-
Read fully and follow:
|
|
51
|
+
Read fully and follow: `./steps/step-01-session-setup.md` to begin the workflow.
|
|
57
52
|
|
|
58
53
|
**Note:** Session setup, technique discovery, and continuation detection happen in step-01-session-setup.md.
|