bmad-method 6.0.0-alpha.12 → 6.0.0-alpha.14
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/.github/ISSUE_TEMPLATE/idea_submission.md +1 -1
- package/.github/scripts/discord-helpers.sh +15 -0
- package/.github/workflows/bundle-latest.yaml +79 -27
- package/.github/workflows/discord.yaml +278 -8
- package/.github/workflows/quality.yaml +19 -0
- package/.markdownlint-cli2.yaml +42 -0
- package/.prettierignore +3 -0
- package/CHANGELOG.md +254 -1
- package/CODE_OF_CONDUCT.md +128 -0
- package/README.md +3 -1
- package/bmad-method-6.0.0-alpha.14.tgz +0 -0
- package/docs/agent-customization-guide.md +2 -2
- package/docs/custom-agent-installation.md +58 -90
- package/docs/document-sharding-guide.md +1 -1
- package/docs/ide-info/rovo-dev.md +388 -0
- package/docs/index.md +6 -81
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +1 -1
- package/eslint.config.mjs +14 -0
- package/example-custom-content/README.md +4 -0
- package/example-custom-content/agents/commit-poet/commit-poet.agent.yaml +129 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/instructions.md +70 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +111 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +70 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +114 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +134 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +161 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +103 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/memories.md +17 -0
- package/example-custom-content/agents/toolsmith/toolsmith.agent.yaml +109 -0
- package/example-custom-content/custom.yaml +3 -0
- package/example-custom-content/workflows/quiz-master/steps/step-01-init.md +168 -0
- package/example-custom-content/workflows/quiz-master/steps/step-02-q1.md +155 -0
- package/example-custom-content/workflows/quiz-master/steps/step-03-q2.md +89 -0
- package/example-custom-content/workflows/quiz-master/steps/step-04-q3.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-05-q4.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-06-q5.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-07-q6.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-08-q7.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-09-q8.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-10-q9.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-11-q10.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-12-results.md +150 -0
- package/example-custom-content/workflows/quiz-master/templates/csv-headers.template +1 -0
- package/example-custom-content/workflows/quiz-master/workflow-plan-quiz-master.md +269 -0
- package/example-custom-content/workflows/quiz-master/workflow.md +54 -0
- package/example-custom-content/workflows/wassup/workflow.md +26 -0
- package/example-custom-module/mwm/README.md +4 -0
- package/example-custom-module/mwm/_module-installer/install-config.yaml +27 -0
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/cognitive-distortions.md +47 -0
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/thought-records.md +17 -0
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach.agent.yaml +150 -0
- package/example-custom-module/mwm/agents/crisis-navigator.agent.yaml +137 -0
- package/example-custom-module/mwm/agents/meditation-guide.agent.yaml +137 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/insights.md +13 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/instructions.md +30 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/memories.md +13 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/patterns.md +17 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion.agent.yaml +124 -0
- package/example-custom-module/mwm/workflows/cbt-thought-record/README.md +31 -0
- package/example-custom-module/mwm/workflows/cbt-thought-record/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/crisis-support/README.md +31 -0
- package/example-custom-module/mwm/workflows/crisis-support/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/daily-checkin/README.md +32 -0
- package/example-custom-module/mwm/workflows/daily-checkin/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/guided-meditation/README.md +31 -0
- package/example-custom-module/mwm/workflows/guided-meditation/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/wellness-journal/README.md +31 -0
- package/example-custom-module/mwm/workflows/wellness-journal/workflow.md +45 -0
- package/package.json +9 -4
- package/src/core/_module-installer/install-config.yaml +5 -1
- package/src/core/agents/bmad-master.agent.yaml +1 -1
- package/src/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/src/core/resources/excalidraw/library-loader.md +2 -2
- package/src/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/src/core/tasks/advanced-elicitation.xml +18 -8
- package/src/core/tasks/workflow.xml +36 -71
- package/src/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/src/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/src/core/workflows/brainstorming/template.md +13 -104
- package/src/core/workflows/brainstorming/workflow.md +51 -0
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
- package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +203 -0
- package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +158 -0
- package/src/core/workflows/party-mode/workflow.md +206 -0
- package/src/modules/bmb/README.md +153 -86
- package/src/modules/bmb/_module-installer/install-config.yaml +4 -9
- package/src/modules/bmb/_module-installer/installer.js +76 -0
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +75 -38
- package/src/modules/bmb/docs/{agent-menu-patterns.md → agents/agent-menu-patterns.md} +6 -6
- package/src/modules/bmb/docs/{expert-agent-architecture.md → agents/expert-agent-architecture.md} +20 -20
- package/src/modules/bmb/docs/agents/kb.csv +0 -0
- package/src/modules/bmb/docs/{module-agent-architecture.md → agents/module-agent-architecture.md} +46 -46
- package/src/modules/bmb/docs/{simple-agent-architecture.md → agents/simple-agent-architecture.md} +7 -3
- package/src/modules/bmb/docs/workflows/architecture.md +220 -0
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +19 -0
- package/src/modules/bmb/docs/workflows/csv-data-file-standards.md +206 -0
- package/src/modules/bmb/docs/workflows/index.md +45 -0
- package/src/modules/bmb/docs/workflows/intent-vs-prescriptive-spectrum.md +220 -0
- package/src/modules/bmb/docs/workflows/kb.csv +0 -0
- package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +241 -0
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +223 -0
- package/src/modules/bmb/docs/workflows/templates/step-file.md +139 -0
- package/src/modules/bmb/docs/workflows/templates/step-template.md +290 -0
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +104 -0
- package/src/modules/bmb/docs/workflows/templates/workflow.md +58 -0
- package/src/modules/bmb/docs/workflows/terms.md +97 -0
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/README.md +4 -4
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +8 -8
- package/src/modules/bmb/reference/agents/module-examples/README.md +1 -1
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +7 -7
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +7 -7
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +176 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +120 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +153 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +29 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/README.md +3 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +242 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +24 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +108 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +46 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +39 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +50 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +53 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +57 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +223 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/commit-poet.agent.yaml +126 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +305 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +145 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +210 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +260 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +237 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +231 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +224 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +234 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +179 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +197 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +180 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-11-celebrate.md +222 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_commands.md +21 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_persona.md +25 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_purpose_and_type.md +23 -0
- package/src/modules/bmb/workflows/create-agent/workflow.md +91 -0
- package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +155 -0
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +169 -0
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +217 -0
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +267 -0
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +228 -0
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +233 -0
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +296 -0
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +228 -0
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +186 -0
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +308 -0
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +336 -0
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +335 -0
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +317 -0
- package/src/modules/bmb/workflows/create-module/templates/install-config.template.yaml +53 -0
- package/src/modules/bmb/workflows/create-module/templates/installer.template.js +47 -0
- package/src/modules/bmb/workflows/create-module/templates/module-plan.template.md +5 -0
- package/src/modules/bmb/workflows/create-module/templates/workflow-plan-template.md +23 -0
- package/src/modules/bmb/workflows/create-module/validation.md +126 -0
- package/src/modules/bmb/workflows/create-module/workflow.md +55 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +157 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +211 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +250 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +216 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +289 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +271 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +308 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +284 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +187 -0
- package/src/modules/bmb/workflows/create-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +134 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +202 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +157 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +217 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +253 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +217 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +193 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +245 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/completion-summary.md +75 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-goals.md +68 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-log.md +40 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/validation-results.md +51 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/workflow-analysis.md +56 -0
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +152 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +243 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +274 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +295 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +264 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +360 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +258 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +301 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/templates/compliance-report.md +140 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +58 -0
- package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/checklist.md +0 -1
- package/src/modules/bmgd/agents/game-architect.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-designer.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +8 -8
- package/src/modules/bmm/_module-installer/install-config.yaml +10 -16
- package/src/modules/bmm/agents/analyst.agent.yaml +25 -22
- package/src/modules/bmm/agents/architect.agent.yaml +12 -14
- package/src/modules/bmm/agents/dev.agent.yaml +20 -16
- package/src/modules/bmm/agents/pm.agent.yaml +14 -32
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +36 -0
- package/src/modules/bmm/agents/sm.agent.yaml +13 -31
- package/src/modules/bmm/agents/tea.agent.yaml +10 -7
- package/src/modules/bmm/agents/tech-writer.agent.yaml +7 -20
- package/src/modules/bmm/agents/ux-designer.agent.yaml +12 -10
- package/src/modules/bmm/data/README.md +29 -0
- package/src/modules/bmm/data/project-context-template.md +40 -0
- package/src/modules/bmm/docs/README.md +44 -10
- package/src/modules/bmm/docs/agents-guide.md +80 -53
- package/src/modules/bmm/docs/bmad-quick-flow.md +528 -0
- package/src/modules/bmm/docs/brownfield-guide.md +25 -39
- package/src/modules/bmm/docs/enterprise-agentic-development.md +3 -3
- package/src/modules/bmm/docs/faq.md +6 -39
- package/src/modules/bmm/docs/glossary.md +12 -25
- package/src/modules/bmm/docs/images/README.md +37 -0
- package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +960 -1845
- package/src/modules/bmm/docs/images/workflow-method-greenfield.svg +4 -2
- package/src/modules/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/src/modules/bmm/docs/quick-spec-flow.md +5 -5
- package/src/modules/bmm/docs/quick-start.md +9 -25
- package/src/modules/bmm/docs/scale-adaptive-system.md +5 -5
- package/src/modules/bmm/docs/test-architecture.md +90 -24
- package/src/modules/bmm/docs/troubleshooting.md +680 -0
- package/src/modules/bmm/docs/workflow-document-project-reference.md +1 -1
- package/src/modules/bmm/docs/workflows-analysis.md +36 -140
- package/src/modules/bmm/docs/workflows-implementation.md +175 -160
- package/src/modules/bmm/docs/workflows-planning.md +51 -212
- package/src/modules/bmm/docs/workflows-solutioning.md +26 -71
- package/src/modules/bmm/tasks/daily-standup.xml +85 -0
- package/src/modules/bmm/teams/default-party.csv +15 -14
- package/src/modules/bmm/teams/team-fullstack.yaml +0 -1
- package/src/modules/bmm/testarch/knowledge/api-request.md +303 -0
- package/src/modules/bmm/testarch/knowledge/auth-session.md +356 -0
- package/src/modules/bmm/testarch/knowledge/burn-in.md +273 -0
- package/src/modules/bmm/testarch/knowledge/ci-burn-in.md +1 -1
- package/src/modules/bmm/testarch/knowledge/file-utils.md +260 -0
- package/src/modules/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/src/modules/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/src/modules/bmm/testarch/knowledge/log.md +294 -0
- package/src/modules/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/src/modules/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/src/modules/bmm/testarch/knowledge/overview.md +284 -0
- package/src/modules/bmm/testarch/knowledge/recurse.md +296 -0
- package/src/modules/bmm/testarch/tea-index.csv +11 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +442 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +181 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +236 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +199 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +248 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +258 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +176 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +474 -0
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +15 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +238 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +247 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +201 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +238 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +485 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +204 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +59 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +12 -200
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +243 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +165 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +420 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +289 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +290 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +270 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +261 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +257 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +298 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +269 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +293 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.md +49 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/checklist.md +2 -1
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +224 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +354 -0
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +11 -10
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +26 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +202 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +33 -0
- package/src/modules/bmm/workflows/document-project/instructions.md +1 -1
- package/src/modules/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/src/modules/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/src/modules/bmm/workflows/testarch/ci/checklist.md +1 -1
- package/src/modules/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
- package/src/modules/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +20 -3
- package/src/modules/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +29 -9
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/src/modules/bmm/workflows/workflow-status/instructions.md +11 -4
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +4 -8
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +4 -8
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +4 -8
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +4 -9
- package/src/modules/cis/agents/README.md +1 -1
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +3 -2
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -1
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -1
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -1
- package/src/modules/cis/agents/presentation-master.agent.yaml +3 -2
- package/src/modules/cis/agents/storyteller.agent.yaml +2 -1
- package/src/modules/cis/teams/default-party.csv +6 -5
- package/src/utility/models/agent-activation-ide.xml +4 -4
- package/src/utility/models/agent-activation-web.xml +1 -11
- package/src/utility/models/fragments/activation-rules.xml +5 -6
- package/src/utility/models/fragments/handler-exec.xml +6 -5
- package/src/utility/models/fragments/handler-multi.xml +14 -0
- package/test/README.md +1 -1
- package/test/fixtures/agent-schema/valid/menu-commands/all-command-types.agent.yaml +1 -3
- package/tools/cli/README.md +4 -3
- package/tools/cli/bundlers/web-bundler.js +3 -14
- package/tools/cli/commands/build.js +9 -184
- package/tools/cli/commands/install.js +42 -2
- package/tools/cli/installers/lib/core/config-collector.js +94 -10
- package/tools/cli/installers/lib/core/installer.js +389 -55
- package/tools/cli/installers/lib/core/manifest-generator.js +91 -30
- package/tools/cli/installers/lib/core/post-install-sidecar-replacement.js +79 -0
- package/tools/cli/installers/lib/custom/handler.js +266 -0
- package/tools/cli/installers/lib/ide/_base-ide.js +10 -0
- package/tools/cli/installers/lib/ide/antigravity.js +51 -7
- package/tools/cli/installers/lib/ide/auggie.js +72 -7
- package/tools/cli/installers/lib/ide/claude-code.js +1 -6
- package/tools/cli/installers/lib/ide/cline.js +49 -0
- package/tools/cli/installers/lib/ide/codex.js +2 -2
- package/tools/cli/installers/lib/ide/crush.js +66 -6
- package/tools/cli/installers/lib/ide/cursor.js +29 -13
- package/tools/cli/installers/lib/ide/gemini.js +96 -1
- package/tools/cli/installers/lib/ide/github-copilot.js +59 -48
- package/tools/cli/installers/lib/ide/iflow.js +67 -1
- package/tools/cli/installers/lib/ide/kilo.js +74 -0
- package/tools/cli/installers/lib/ide/kiro-cli.js +327 -0
- package/tools/cli/installers/lib/ide/opencode.js +3 -3
- package/tools/cli/installers/lib/ide/qwen.js +54 -0
- package/tools/cli/installers/lib/ide/roo.js +145 -138
- package/tools/cli/installers/lib/ide/rovo-dev.js +290 -0
- package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +8 -2
- package/tools/cli/installers/lib/ide/shared/bmad-artifacts.js +34 -19
- package/tools/cli/installers/lib/ide/shared/workflow-command-generator.js +18 -14
- package/tools/cli/installers/lib/ide/templates/agent-command-template.md +1 -1
- package/tools/cli/installers/lib/ide/templates/workflow-commander.md +5 -0
- package/tools/cli/installers/lib/ide/trae.js +47 -0
- package/tools/cli/installers/lib/modules/manager.js +486 -53
- package/tools/cli/lib/agent/compiler.js +210 -27
- package/tools/cli/lib/agent/installer.js +140 -30
- package/tools/cli/lib/agent-analyzer.js +46 -18
- package/tools/cli/lib/config.js +2 -1
- package/tools/cli/lib/ui.js +269 -13
- package/tools/cli/lib/yaml-xml-builder.js +123 -39
- package/tools/platform-codes.yaml +12 -0
- package/tools/schema/agent.js +229 -20
- package/tools/validate-svg-changes.sh +356 -0
- package/src/core/tasks/adv-elicit-methods.csv +0 -39
- package/src/core/workflows/brainstorming/README.md +0 -261
- package/src/core/workflows/brainstorming/instructions.md +0 -315
- package/src/core/workflows/brainstorming/workflow.yaml +0 -38
- package/src/core/workflows/party-mode/instructions.md +0 -183
- package/src/core/workflows/party-mode/workflow.yaml +0 -28
- package/src/modules/bmb/workflows/audit-workflow/checklist.md +0 -142
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +0 -341
- package/src/modules/bmb/workflows/audit-workflow/template.md +0 -118
- package/src/modules/bmb/workflows/audit-workflow/workflow.yaml +0 -25
- package/src/modules/bmb/workflows/convert-legacy/README.md +0 -262
- package/src/modules/bmb/workflows/convert-legacy/checklist.md +0 -205
- package/src/modules/bmb/workflows/convert-legacy/instructions.md +0 -377
- package/src/modules/bmb/workflows/convert-legacy/workflow.yaml +0 -30
- package/src/modules/bmb/workflows/create-agent/instructions.md +0 -519
- package/src/modules/bmb/workflows/create-agent/workflow.yaml +0 -55
- package/src/modules/bmb/workflows/create-module/README.md +0 -229
- package/src/modules/bmb/workflows/create-module/brainstorm-context.md +0 -137
- package/src/modules/bmb/workflows/create-module/checklist.md +0 -235
- package/src/modules/bmb/workflows/create-module/installer-templates/install-config.yaml +0 -92
- package/src/modules/bmb/workflows/create-module/installer-templates/installer.js +0 -231
- package/src/modules/bmb/workflows/create-module/instructions.md +0 -577
- package/src/modules/bmb/workflows/create-module/module-structure.md +0 -400
- package/src/modules/bmb/workflows/create-module/workflow.yaml +0 -52
- package/src/modules/bmb/workflows/create-workflow/README.md +0 -277
- package/src/modules/bmb/workflows/create-workflow/brainstorm-context.md +0 -197
- package/src/modules/bmb/workflows/create-workflow/checklist.md +0 -94
- package/src/modules/bmb/workflows/create-workflow/instructions.md +0 -725
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -1327
- package/src/modules/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -24
- package/src/modules/bmb/workflows/create-workflow/workflow-template/instructions.md +0 -15
- package/src/modules/bmb/workflows/create-workflow/workflow-template/template.md +0 -9
- package/src/modules/bmb/workflows/create-workflow/workflow-template/workflow.yaml +0 -61
- package/src/modules/bmb/workflows/create-workflow/workflow.yaml +0 -41
- package/src/modules/bmb/workflows/edit-agent/README.md +0 -239
- package/src/modules/bmb/workflows/edit-agent/instructions.md +0 -654
- package/src/modules/bmb/workflows/edit-agent/workflow.yaml +0 -49
- package/src/modules/bmb/workflows/edit-workflow/README.md +0 -119
- package/src/modules/bmb/workflows/edit-workflow/checklist.md +0 -70
- package/src/modules/bmb/workflows/edit-workflow/instructions.md +0 -342
- package/src/modules/bmb/workflows/edit-workflow/workflow.yaml +0 -27
- package/src/modules/bmgd/workflows/4-production/code-review/checklist.md +0 -22
- package/src/modules/bmm/_module-installer/assets/bmm-kb.md +0 -1
- package/src/modules/bmm/_module-installer/assets/technical-decisions.md +0 -30
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -39
- package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
- package/src/modules/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -56
- package/src/modules/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/src/modules/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -61
- package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/src/modules/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- package/src/modules/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/src/modules/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/src/modules/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +0 -62
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -93
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -78
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -60
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/src/modules/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/src/modules/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/src/modules/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -100
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/epics-template.md +0 -80
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/instructions.md +0 -616
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.yaml +0 -63
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -64
- package/src/modules/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -58
- package/src/modules/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/src/modules/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
- package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -63
- package/src/modules/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -28
- package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -25
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- package/tools/cli/commands/agent-install.js +0 -409
- /package/src/modules/bmb/docs/{agent-compilation.md → agents/agent-compilation.md} +0 -0
- /package/src/modules/bmb/docs/{index.md → agents/index.md} +0 -0
- /package/src/modules/bmb/docs/{understanding-agent-types.md → agents/understanding-agent-types.md} +0 -0
- /package/src/modules/bmb/reference/{readme.md → README.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{agent-validation-checklist.md → data/agent-validation-checklist.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{brainstorm-context.md → data/brainstorm-context.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{communication-presets.csv → data/communication-presets.csv} +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/template.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/workflow.yaml +0 -0
- /package/src/modules/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
# Sprint Status - Multi-Mode Service
|
|
2
|
+
|
|
3
|
+
<critical>The workflow execution engine is governed by: {project-root}/{bmad_folder}/core/tasks/workflow.xml</critical>
|
|
4
|
+
<critical>You MUST have already loaded and processed: {project-root}/{bmad_folder}/bmm/workflows/4-implementation/sprint-status/workflow.yaml</critical>
|
|
5
|
+
<critical>Modes: interactive (default), validate, data</critical>
|
|
6
|
+
<critical>⚠️ ABSOLUTELY NO TIME ESTIMATES. Do NOT mention hours, days, weeks, or timelines.</critical>
|
|
7
|
+
|
|
8
|
+
<workflow>
|
|
9
|
+
|
|
10
|
+
<step n="0" goal="Determine execution mode">
|
|
11
|
+
<action>Set mode = {{mode}} if provided by caller; otherwise mode = "interactive"</action>
|
|
12
|
+
|
|
13
|
+
<check if="mode == data">
|
|
14
|
+
<action>Jump to Step 20</action>
|
|
15
|
+
</check>
|
|
16
|
+
|
|
17
|
+
<check if="mode == validate">
|
|
18
|
+
<action>Jump to Step 30</action>
|
|
19
|
+
</check>
|
|
20
|
+
|
|
21
|
+
<check if="mode == interactive">
|
|
22
|
+
<action>Continue to Step 1</action>
|
|
23
|
+
</check>
|
|
24
|
+
</step>
|
|
25
|
+
|
|
26
|
+
<step n="1" goal="Locate sprint status file">
|
|
27
|
+
<action>Try {sprint_status_file}</action>
|
|
28
|
+
<check if="file not found">
|
|
29
|
+
<output>❌ sprint-status.yaml not found.
|
|
30
|
+
Run `/bmad:bmm:workflows:sprint-planning` to generate it, then rerun sprint-status.</output>
|
|
31
|
+
<action>Exit workflow</action>
|
|
32
|
+
</check>
|
|
33
|
+
<action>Continue to Step 2</action>
|
|
34
|
+
</step>
|
|
35
|
+
|
|
36
|
+
<step n="2" goal="Read and parse sprint-status.yaml">
|
|
37
|
+
<action>Read the FULL file: {sprint_status_file}</action>
|
|
38
|
+
<action>Parse fields: generated, project, project_key, tracking_system, story_location</action>
|
|
39
|
+
<action>Parse development_status map. Classify keys:</action>
|
|
40
|
+
- Epics: keys starting with "epic-" (and not ending with "-retrospective")
|
|
41
|
+
- Retrospectives: keys ending with "-retrospective"
|
|
42
|
+
- Stories: everything else (e.g., 1-2-login-form)
|
|
43
|
+
<action>Count story statuses: backlog, drafted, ready-for-dev, in-progress, review, done</action>
|
|
44
|
+
<action>Count epic statuses: backlog, contexted</action>
|
|
45
|
+
<action>Detect risks:</action>
|
|
46
|
+
- Stories in review but no reviewer assigned context → suggest `/bmad:bmm:workflows:code-review`
|
|
47
|
+
- Stories in in-progress with no ready-for-dev items behind them → keep focus on the active story
|
|
48
|
+
- All epics backlog/contexted but no stories drafted → prompt to run `/bmad:bmm:workflows:create-story`
|
|
49
|
+
</step>
|
|
50
|
+
|
|
51
|
+
<step n="3" goal="Select next action recommendation">
|
|
52
|
+
<action>Pick the next recommended workflow using priority:</action>
|
|
53
|
+
1. If any story status == in-progress → recommend `dev-story` for the first in-progress story
|
|
54
|
+
2. Else if any story status == review → recommend `code-review` for the first review story
|
|
55
|
+
3. Else if any story status == ready-for-dev → recommend `dev-story`
|
|
56
|
+
4. Else if any story status == drafted → recommend `story-ready`
|
|
57
|
+
5. Else if any story status == backlog → recommend `create-story`
|
|
58
|
+
6. Else if any epic status == backlog → recommend `epic-tech-context`
|
|
59
|
+
7. Else if retrospectives are optional → recommend `retrospective`
|
|
60
|
+
8. Else → All implementation items done; suggest `workflow-status` to plan next phase
|
|
61
|
+
<action>Store selected recommendation as: next_story_id, next_workflow_id, next_agent (SM/DEV as appropriate)</action>
|
|
62
|
+
</step>
|
|
63
|
+
|
|
64
|
+
<step n="4" goal="Display summary">
|
|
65
|
+
<output>
|
|
66
|
+
## 📊 Sprint Status
|
|
67
|
+
|
|
68
|
+
- Project: {{project}} ({{project_key}})
|
|
69
|
+
- Tracking: {{tracking_system}}
|
|
70
|
+
- Status file: {sprint_status_file}
|
|
71
|
+
|
|
72
|
+
**Stories:** backlog {{count_backlog}}, drafted {{count_drafted}}, ready-for-dev {{count_ready}}, in-progress {{count_in_progress}}, review {{count_review}}, done {{count_done}}
|
|
73
|
+
|
|
74
|
+
**Epics:** backlog {{epic_backlog}}, contexted {{epic_contexted}}
|
|
75
|
+
|
|
76
|
+
**Next Recommendation:** /bmad:bmm:workflows:{{next_workflow_id}} ({{next_story_id}})
|
|
77
|
+
|
|
78
|
+
{{#if risks}}
|
|
79
|
+
**Risks:**
|
|
80
|
+
{{#each risks}}
|
|
81
|
+
|
|
82
|
+
- {{this}}
|
|
83
|
+
{{/each}}
|
|
84
|
+
{{/if}}
|
|
85
|
+
|
|
86
|
+
{{#if by_epic}}
|
|
87
|
+
**Per Epic:**
|
|
88
|
+
{{#each by_epic}}
|
|
89
|
+
|
|
90
|
+
- {{epic_id}}: context={{context_status}}, stories → backlog {{backlog}}, drafted {{drafted}}, ready {{ready_for_dev}}, in-progress {{in_progress}}, review {{review}}, done {{done}}
|
|
91
|
+
{{/each}}
|
|
92
|
+
{{/if}}
|
|
93
|
+
</output>
|
|
94
|
+
</step>
|
|
95
|
+
|
|
96
|
+
<step n="5" goal="Offer actions">
|
|
97
|
+
<ask>Pick an option:
|
|
98
|
+
1) Run recommended workflow now
|
|
99
|
+
2) Show all stories grouped by status
|
|
100
|
+
3) Show raw sprint-status.yaml
|
|
101
|
+
4) Exit
|
|
102
|
+
Choice:</ask>
|
|
103
|
+
|
|
104
|
+
<check if="choice == 1">
|
|
105
|
+
<output>Run `/bmad:bmm:workflows:{{next_workflow_id}}`.
|
|
106
|
+
If the command targets a story, set `story_key={{next_story_id}}` when prompted.</output>
|
|
107
|
+
</check>
|
|
108
|
+
|
|
109
|
+
<check if="choice == 2">
|
|
110
|
+
<output>
|
|
111
|
+
### Stories by Status
|
|
112
|
+
- In Progress: {{stories_in_progress}}
|
|
113
|
+
- Review: {{stories_in_review}}
|
|
114
|
+
- Ready for Dev: {{stories_ready_for_dev}}
|
|
115
|
+
- Drafted: {{stories_drafted}}
|
|
116
|
+
- Backlog: {{stories_backlog}}
|
|
117
|
+
- Done: {{stories_done}}
|
|
118
|
+
</output>
|
|
119
|
+
</check>
|
|
120
|
+
|
|
121
|
+
<check if="choice == 3">
|
|
122
|
+
<action>Display the full contents of {sprint_status_file}</action>
|
|
123
|
+
</check>
|
|
124
|
+
|
|
125
|
+
<check if="choice == 4">
|
|
126
|
+
<action>Exit workflow</action>
|
|
127
|
+
</check>
|
|
128
|
+
</step>
|
|
129
|
+
|
|
130
|
+
<!-- ========================= -->
|
|
131
|
+
<!-- Data mode for other flows -->
|
|
132
|
+
<!-- ========================= -->
|
|
133
|
+
|
|
134
|
+
<step n="20" goal="Data mode output">
|
|
135
|
+
<action>Load and parse {sprint_status_file} same as Step 2</action>
|
|
136
|
+
<action>Compute recommendation same as Step 3</action>
|
|
137
|
+
<template-output>next_workflow_id = {{next_workflow_id}}</template-output>
|
|
138
|
+
<template-output>next_story_id = {{next_story_id}}</template-output>
|
|
139
|
+
<template-output>count_backlog = {{count_backlog}}</template-output>
|
|
140
|
+
<template-output>count_drafted = {{count_drafted}}</template-output>
|
|
141
|
+
<template-output>count_ready = {{count_ready}}</template-output>
|
|
142
|
+
<template-output>count_in_progress = {{count_in_progress}}</template-output>
|
|
143
|
+
<template-output>count_review = {{count_review}}</template-output>
|
|
144
|
+
<template-output>count_done = {{count_done}}</template-output>
|
|
145
|
+
<template-output>epic_backlog = {{epic_backlog}}</template-output>
|
|
146
|
+
<template-output>epic_contexted = {{epic_contexted}}</template-output>
|
|
147
|
+
<template-output>warnings = {{risks}}</template-output>
|
|
148
|
+
<action>Return to caller</action>
|
|
149
|
+
</step>
|
|
150
|
+
|
|
151
|
+
<!-- ========================= -->
|
|
152
|
+
<!-- Validate mode -->
|
|
153
|
+
<!-- ========================= -->
|
|
154
|
+
|
|
155
|
+
<step n="30" goal="Validate sprint-status file">
|
|
156
|
+
<action>Check that {sprint_status_file} exists</action>
|
|
157
|
+
<check if="missing">
|
|
158
|
+
<template-output>is_valid = false</template-output>
|
|
159
|
+
<template-output>error = "sprint-status.yaml missing"</template-output>
|
|
160
|
+
<template-output>suggestion = "Run sprint-planning to create it"</template-output>
|
|
161
|
+
<action>Return</action>
|
|
162
|
+
</check>
|
|
163
|
+
<action>Read file and verify it has a development_status section with at least one entry</action>
|
|
164
|
+
<check if="validation fails">
|
|
165
|
+
<template-output>is_valid = false</template-output>
|
|
166
|
+
<template-output>error = "development_status missing or empty"</template-output>
|
|
167
|
+
<template-output>suggestion = "Re-run sprint-planning or repair the file manually"</template-output>
|
|
168
|
+
<action>Return</action>
|
|
169
|
+
</check>
|
|
170
|
+
<template-output>is_valid = true</template-output>
|
|
171
|
+
<template-output>message = "sprint-status.yaml present and parsable"</template-output>
|
|
172
|
+
</step>
|
|
173
|
+
|
|
174
|
+
</workflow>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Sprint Status - Implementation Tracker
|
|
2
|
+
name: sprint-status
|
|
3
|
+
description: "Summarize sprint-status.yaml, surface risks, and route to the right implementation workflow."
|
|
4
|
+
author: "BMad"
|
|
5
|
+
|
|
6
|
+
# Critical variables from config
|
|
7
|
+
config_source: "{project-root}/{bmad_folder}/bmm/config.yaml"
|
|
8
|
+
output_folder: "{config_source}:output_folder"
|
|
9
|
+
user_name: "{config_source}:user_name"
|
|
10
|
+
communication_language: "{config_source}:communication_language"
|
|
11
|
+
document_output_language: "{config_source}:document_output_language"
|
|
12
|
+
date: system-generated
|
|
13
|
+
sprint_artifacts: "{config_source}:sprint_artifacts"
|
|
14
|
+
|
|
15
|
+
# Workflow components
|
|
16
|
+
installed_path: "{project-root}/{bmad_folder}/bmm/workflows/4-implementation/sprint-status"
|
|
17
|
+
instructions: "{installed_path}/instructions.md"
|
|
18
|
+
|
|
19
|
+
# Inputs
|
|
20
|
+
variables:
|
|
21
|
+
sprint_status_file: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
|
|
22
|
+
tracking_system: "file-system"
|
|
23
|
+
|
|
24
|
+
# Smart input file references
|
|
25
|
+
input_file_patterns:
|
|
26
|
+
sprint_status:
|
|
27
|
+
description: "Sprint status file generated by sprint-planning"
|
|
28
|
+
whole: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
|
|
29
|
+
load_strategy: "FULL_LOAD"
|
|
30
|
+
|
|
31
|
+
# Standalone so IDE commands get generated
|
|
32
|
+
standalone: true
|
|
33
|
+
|
|
34
|
+
# No web bundle needed
|
|
35
|
+
web_bundle: false
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# Create Tech-Spec - Spec Engineering for AI Development
|
|
2
|
+
|
|
3
|
+
<workflow>
|
|
4
|
+
|
|
5
|
+
<critical>Communicate in {communication_language}, tailored to {user_skill_level}</critical>
|
|
6
|
+
<critical>Generate documents in {document_output_language}</critical>
|
|
7
|
+
<critical>Conversational spec engineering - ask questions, investigate code, produce complete spec</critical>
|
|
8
|
+
<critical>Spec must contain ALL context a fresh dev agent needs to implement it</critical>
|
|
9
|
+
|
|
10
|
+
<checkpoint-handlers>
|
|
11
|
+
<on-select key="a">Load and execute {advanced_elicitation}, then return to current step</on-select>
|
|
12
|
+
<on-select key="p">Load and execute {party_mode_workflow}, then return to current step</on-select>
|
|
13
|
+
<on-select key="b">Load and execute {quick_dev_workflow} with the tech-spec file</on-select>
|
|
14
|
+
</checkpoint-handlers>
|
|
15
|
+
|
|
16
|
+
<step n="1" goal="Understand what the user wants to build">
|
|
17
|
+
|
|
18
|
+
<action>Greet {user_name} and ask them to describe what they want to build or change.</action>
|
|
19
|
+
|
|
20
|
+
<action>Ask clarifying questions: problem, who's affected, scope, constraints, existing code?</action>
|
|
21
|
+
|
|
22
|
+
<action>Check for existing context in {output_folder} and {sprint_artifacts}</action>
|
|
23
|
+
|
|
24
|
+
<checkpoint title="Problem Understanding">
|
|
25
|
+
[a] Advanced Elicitation [c] Continue [p] Party Mode
|
|
26
|
+
</checkpoint>
|
|
27
|
+
|
|
28
|
+
</step>
|
|
29
|
+
|
|
30
|
+
<step n="2" goal="Investigate existing code (if applicable)">
|
|
31
|
+
|
|
32
|
+
<action>If brownfield: get file paths, read code, identify patterns/conventions/dependencies</action>
|
|
33
|
+
|
|
34
|
+
<action>Document: tech stack, code patterns, files to modify, test patterns</action>
|
|
35
|
+
|
|
36
|
+
<checkpoint title="Context Gathered">
|
|
37
|
+
[a] Advanced Elicitation [c] Continue [p] Party Mode
|
|
38
|
+
</checkpoint>
|
|
39
|
+
|
|
40
|
+
</step>
|
|
41
|
+
|
|
42
|
+
<step n="3" goal="Generate the technical specification">
|
|
43
|
+
|
|
44
|
+
<action>Create tech-spec using this structure:
|
|
45
|
+
|
|
46
|
+
```markdown
|
|
47
|
+
# Tech-Spec: {title}
|
|
48
|
+
|
|
49
|
+
**Created:** {date}
|
|
50
|
+
**Status:** Ready for Development
|
|
51
|
+
|
|
52
|
+
## Overview
|
|
53
|
+
|
|
54
|
+
### Problem Statement
|
|
55
|
+
|
|
56
|
+
### Solution
|
|
57
|
+
|
|
58
|
+
### Scope (In/Out)
|
|
59
|
+
|
|
60
|
+
## Context for Development
|
|
61
|
+
|
|
62
|
+
### Codebase Patterns
|
|
63
|
+
|
|
64
|
+
### Files to Reference
|
|
65
|
+
|
|
66
|
+
### Technical Decisions
|
|
67
|
+
|
|
68
|
+
## Implementation Plan
|
|
69
|
+
|
|
70
|
+
### Tasks
|
|
71
|
+
|
|
72
|
+
- [ ] Task 1: Description
|
|
73
|
+
- [ ] Task 2: Description
|
|
74
|
+
|
|
75
|
+
### Acceptance Criteria
|
|
76
|
+
|
|
77
|
+
- [ ] AC 1: Given/When/Then
|
|
78
|
+
- [ ] AC 2: ...
|
|
79
|
+
|
|
80
|
+
## Additional Context
|
|
81
|
+
|
|
82
|
+
### Dependencies
|
|
83
|
+
|
|
84
|
+
### Testing Strategy
|
|
85
|
+
|
|
86
|
+
### Notes
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
</action>
|
|
90
|
+
|
|
91
|
+
<action>Save to {sprint_artifacts}/tech-spec-{slug}.md</action>
|
|
92
|
+
|
|
93
|
+
</step>
|
|
94
|
+
|
|
95
|
+
<step n="4" goal="Review and finalize">
|
|
96
|
+
|
|
97
|
+
<action>Present spec to {user_name}, ask if it captures intent, make changes as needed</action>
|
|
98
|
+
|
|
99
|
+
<output>**Tech-Spec Complete!**
|
|
100
|
+
|
|
101
|
+
Saved to: {sprint_artifacts}/tech-spec-{slug}.md
|
|
102
|
+
|
|
103
|
+
[a] Advanced Elicitation - refine further
|
|
104
|
+
[b] Begin Development (not recommended - fresh context better)
|
|
105
|
+
[d] Done - exit
|
|
106
|
+
[p] Party Mode - get feedback
|
|
107
|
+
|
|
108
|
+
**Recommended:** Run `dev-spec {sprint_artifacts}/tech-spec-{slug}.md` in fresh context.
|
|
109
|
+
</output>
|
|
110
|
+
|
|
111
|
+
<ask>Choice (a/b/d/p):</ask>
|
|
112
|
+
|
|
113
|
+
</step>
|
|
114
|
+
|
|
115
|
+
</workflow>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Quick-Flow: Create Tech-Spec
|
|
2
|
+
name: create-tech-spec
|
|
3
|
+
description: "Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec."
|
|
4
|
+
author: "BMad"
|
|
5
|
+
|
|
6
|
+
# Config
|
|
7
|
+
config_source: "{project-root}/{bmad_folder}/bmm/config.yaml"
|
|
8
|
+
output_folder: "{config_source}:output_folder"
|
|
9
|
+
sprint_artifacts: "{config_source}:sprint_artifacts"
|
|
10
|
+
user_name: "{config_source}:user_name"
|
|
11
|
+
communication_language: "{config_source}:communication_language"
|
|
12
|
+
document_output_language: "{config_source}:document_output_language"
|
|
13
|
+
user_skill_level: "{config_source}:user_skill_level"
|
|
14
|
+
date: system-generated
|
|
15
|
+
|
|
16
|
+
# Workflow components
|
|
17
|
+
installed_path: "{project-root}/{bmad_folder}/bmm/workflows/bmad-quick-flow/create-tech-spec"
|
|
18
|
+
instructions: "{installed_path}/instructions.md"
|
|
19
|
+
|
|
20
|
+
# Related workflows
|
|
21
|
+
quick_dev_workflow: "{project-root}/{bmad_folder}/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml"
|
|
22
|
+
party_mode_exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
|
|
23
|
+
advanced_elicitation: "{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml"
|
|
24
|
+
|
|
25
|
+
standalone: true
|
|
26
|
+
web_bundle: false
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Quick-Dev Checklist
|
|
2
|
+
|
|
3
|
+
## Before Implementation
|
|
4
|
+
|
|
5
|
+
- [ ] Context loaded (tech-spec or user guidance)
|
|
6
|
+
- [ ] Files to modify identified
|
|
7
|
+
- [ ] Patterns understood
|
|
8
|
+
|
|
9
|
+
## Implementation
|
|
10
|
+
|
|
11
|
+
- [ ] All tasks completed
|
|
12
|
+
- [ ] Code follows existing patterns
|
|
13
|
+
- [ ] Error handling appropriate
|
|
14
|
+
|
|
15
|
+
## Testing
|
|
16
|
+
|
|
17
|
+
- [ ] Tests written (where appropriate)
|
|
18
|
+
- [ ] All tests passing
|
|
19
|
+
- [ ] No regressions
|
|
20
|
+
|
|
21
|
+
## Completion
|
|
22
|
+
|
|
23
|
+
- [ ] Acceptance criteria satisfied
|
|
24
|
+
- [ ] Tech-spec updated (if applicable)
|
|
25
|
+
- [ ] Summary provided to user
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
# Quick-Dev - Flexible Development Workflow
|
|
2
|
+
|
|
3
|
+
<workflow>
|
|
4
|
+
|
|
5
|
+
<critical>Communicate in {communication_language}, tailored to {user_skill_level}</critical>
|
|
6
|
+
<critical>Execute continuously until COMPLETE - do not stop for milestones</critical>
|
|
7
|
+
<critical>Flexible - handles tech-specs OR direct instructions</critical>
|
|
8
|
+
<critical>ALWAYS respect {project_context} if it exists - it defines project standards</critical>
|
|
9
|
+
|
|
10
|
+
<checkpoint-handlers>
|
|
11
|
+
<on-select key="a">Load and execute {advanced_elicitation}, then return</on-select>
|
|
12
|
+
<on-select key="p">Load and execute {party_mode_workflow}, then return</on-select>
|
|
13
|
+
<on-select key="t">Load and execute {create_tech_spec_workflow}</on-select>
|
|
14
|
+
</checkpoint-handlers>
|
|
15
|
+
|
|
16
|
+
<step n="1" goal="Load project context and determine execution mode">
|
|
17
|
+
|
|
18
|
+
<action>Check if {project_context} exists. If yes, load it - this is your foundational reference for ALL implementation decisions (patterns, conventions, architecture).</action>
|
|
19
|
+
|
|
20
|
+
<action>Parse user input:
|
|
21
|
+
|
|
22
|
+
**Mode A: Tech-Spec** - e.g., `quick-dev tech-spec-auth.md`
|
|
23
|
+
→ Load spec, extract tasks/context/AC, goto step 3
|
|
24
|
+
|
|
25
|
+
**Mode B: Direct Instructions** - e.g., `refactor src/foo.ts...`
|
|
26
|
+
→ Offer planning choice
|
|
27
|
+
</action>
|
|
28
|
+
|
|
29
|
+
<check if="Mode A">
|
|
30
|
+
<action>Load tech-spec, extract tasks/context/AC</action>
|
|
31
|
+
<goto>step_3</goto>
|
|
32
|
+
</check>
|
|
33
|
+
|
|
34
|
+
<check if="Mode B">
|
|
35
|
+
|
|
36
|
+
<!-- Escalation Threshold: Lightweight check - should we invoke scale-adaptive? -->
|
|
37
|
+
|
|
38
|
+
<action>Evaluate escalation threshold against user input (minimal tokens, no file loading):
|
|
39
|
+
|
|
40
|
+
**Triggers escalation** (if 2+ signals present):
|
|
41
|
+
|
|
42
|
+
- Multiple components mentioned (e.g., dashboard + api + database)
|
|
43
|
+
- System-level language (e.g., platform, integration, architecture)
|
|
44
|
+
- Uncertainty about approach (e.g., "how should I", "best way to")
|
|
45
|
+
- Multi-layer scope (e.g., UI + backend + data together)
|
|
46
|
+
- Extended timeframe (e.g., "this week", "over the next few days")
|
|
47
|
+
|
|
48
|
+
**Reduces signal:**
|
|
49
|
+
|
|
50
|
+
- Simplicity markers (e.g., "just", "quickly", "fix", "bug", "typo", "simple", "basic", "minor")
|
|
51
|
+
- Single file/component focus
|
|
52
|
+
- Confident, specific request
|
|
53
|
+
|
|
54
|
+
Use holistic judgment, not mechanical keyword matching.</action>
|
|
55
|
+
|
|
56
|
+
<!-- No Escalation: Simple request, offer existing choice -->
|
|
57
|
+
<check if="escalation threshold NOT triggered">
|
|
58
|
+
<ask>**[t] Plan first** - Create tech-spec then implement
|
|
59
|
+
**[e] Execute directly** - Start now</ask>
|
|
60
|
+
|
|
61
|
+
<check if="t">
|
|
62
|
+
<action>Load and execute {create_tech_spec_workflow}</action>
|
|
63
|
+
<action>Continue to implementation after spec complete</action>
|
|
64
|
+
</check>
|
|
65
|
+
|
|
66
|
+
<check if="e">
|
|
67
|
+
<ask>Any additional guidance before I begin? (patterns, files, constraints) Or "go" to start.</ask>
|
|
68
|
+
<goto>step_2</goto>
|
|
69
|
+
</check>
|
|
70
|
+
|
|
71
|
+
</check>
|
|
72
|
+
|
|
73
|
+
<!-- Escalation Triggered: Load scale-adaptive and evaluate level -->
|
|
74
|
+
<check if="escalation threshold triggered">
|
|
75
|
+
<action>Load {project_levels} and evaluate user input against detection_hints.keywords</action>
|
|
76
|
+
<action>Determine level (0-4) using scale-adaptive definitions</action>
|
|
77
|
+
|
|
78
|
+
<!-- Level 0: Scale-adaptive confirms simple, fall back to standard choice -->
|
|
79
|
+
<check if="level 0">
|
|
80
|
+
<ask>**[t] Plan first** - Create tech-spec then implement
|
|
81
|
+
|
|
82
|
+
**[e] Execute directly** - Start now</ask>
|
|
83
|
+
|
|
84
|
+
<check if="t">
|
|
85
|
+
<action>Load and execute {create_tech_spec_workflow}</action>
|
|
86
|
+
<action>Continue to implementation after spec complete</action>
|
|
87
|
+
</check>
|
|
88
|
+
|
|
89
|
+
<check if="e">
|
|
90
|
+
<ask>Any additional guidance before I begin? (patterns, files, constraints) Or "go" to start.</ask>
|
|
91
|
+
<goto>step_2</goto>
|
|
92
|
+
</check>
|
|
93
|
+
</check>
|
|
94
|
+
|
|
95
|
+
<check if="level 1 or 2 or couldn't determine level">
|
|
96
|
+
<ask>This looks like a focused feature with multiple components.
|
|
97
|
+
|
|
98
|
+
**[t] Create tech-spec first** (recommended)
|
|
99
|
+
**[w] Seems bigger than quick-dev** — see what BMad Method recommends (workflow-init)
|
|
100
|
+
**[e] Execute directly**</ask>
|
|
101
|
+
|
|
102
|
+
<check if="t">
|
|
103
|
+
<action>Load and execute {create_tech_spec_workflow}</action>
|
|
104
|
+
<action>Continue to implementation after spec complete</action>
|
|
105
|
+
</check>
|
|
106
|
+
|
|
107
|
+
<check if="w">
|
|
108
|
+
<action>Load and execute {workflow_init}</action>
|
|
109
|
+
<action>EXIT quick-dev - user has been routed to BMad Method</action>
|
|
110
|
+
</check>
|
|
111
|
+
|
|
112
|
+
<check if="e">
|
|
113
|
+
<ask>Any additional guidance before I begin? (patterns, files, constraints) Or "go" to start.</ask>
|
|
114
|
+
<goto>step_2</goto>
|
|
115
|
+
</check>
|
|
116
|
+
</check>
|
|
117
|
+
|
|
118
|
+
<!-- Level 3+: BMad Method territory, recommend workflow-init -->
|
|
119
|
+
<check if="level 3 or higher">
|
|
120
|
+
<ask>This sounds like platform/system work.
|
|
121
|
+
|
|
122
|
+
**[w] Start BMad Method** (recommended) (workflow-init)
|
|
123
|
+
**[t] Create tech-spec** (lighter planning)
|
|
124
|
+
**[e] Execute directly** - feeling lucky</ask>
|
|
125
|
+
|
|
126
|
+
<check if="w">
|
|
127
|
+
<action>Load and execute {workflow_init}</action>
|
|
128
|
+
<action>EXIT quick-dev - user has been routed to BMad Method</action>
|
|
129
|
+
</check>
|
|
130
|
+
|
|
131
|
+
<check if="t">
|
|
132
|
+
<action>Load and execute {create_tech_spec_workflow}</action>
|
|
133
|
+
<action>Continue to implementation after spec complete</action>
|
|
134
|
+
</check>
|
|
135
|
+
|
|
136
|
+
<check if="e">
|
|
137
|
+
<ask>Any additional guidance before I begin? (patterns, files, constraints) Or "go" to start.</ask>
|
|
138
|
+
<goto>step_2</goto>
|
|
139
|
+
</check>
|
|
140
|
+
</check>
|
|
141
|
+
|
|
142
|
+
</check>
|
|
143
|
+
|
|
144
|
+
</check>
|
|
145
|
+
|
|
146
|
+
</step>
|
|
147
|
+
|
|
148
|
+
<step n="2" goal="Quick context gathering (direct mode)">
|
|
149
|
+
|
|
150
|
+
<action>Identify files to modify, find relevant patterns, note dependencies</action>
|
|
151
|
+
|
|
152
|
+
<action>Create mental plan: tasks, acceptance criteria, files to touch</action>
|
|
153
|
+
|
|
154
|
+
</step>
|
|
155
|
+
|
|
156
|
+
<step n="3" goal="Execute implementation" id="step_3">
|
|
157
|
+
|
|
158
|
+
<action>For each task:
|
|
159
|
+
|
|
160
|
+
1. **Load Context** - read files from spec or relevant to change
|
|
161
|
+
2. **Implement** - follow patterns, handle errors, follow conventions
|
|
162
|
+
3. **Test** - write tests, run existing tests, verify AC
|
|
163
|
+
4. **Mark Complete** - check off task [x], continue
|
|
164
|
+
</action>
|
|
165
|
+
|
|
166
|
+
<action if="3 failures">HALT and request guidance</action>
|
|
167
|
+
<action if="tests fail">Fix before continuing</action>
|
|
168
|
+
|
|
169
|
+
<critical>Continue through ALL tasks without stopping</critical>
|
|
170
|
+
|
|
171
|
+
</step>
|
|
172
|
+
|
|
173
|
+
<step n="4" goal="Verify and complete">
|
|
174
|
+
|
|
175
|
+
<action>Verify: all tasks [x], tests passing, AC satisfied, patterns followed</action>
|
|
176
|
+
|
|
177
|
+
<check if="using tech-spec">
|
|
178
|
+
<action>Update tech-spec status to "Completed", mark all tasks [x]</action>
|
|
179
|
+
</check>
|
|
180
|
+
|
|
181
|
+
<output>**Implementation Complete!**
|
|
182
|
+
|
|
183
|
+
**Summary:** {{implementation_summary}}
|
|
184
|
+
**Files Modified:** {{files_list}}
|
|
185
|
+
**Tests:** {{test_summary}}
|
|
186
|
+
**AC Status:** {{ac_status}}
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
**Before committing (Recommended): Copy this code review prompt to a different LLM**
|
|
191
|
+
|
|
192
|
+
```
|
|
193
|
+
You are a cynical, jaded code reviewer with zero patience for sloppy work. These uncommitted changes were submitted by a clueless weasel and you expect to find problems. Find at least five issues to fix or improve in it. Number them. Be skeptical of everything.
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
</output>
|
|
197
|
+
|
|
198
|
+
<action>You must explain what was implemented based on {user_skill_level}</action>
|
|
199
|
+
|
|
200
|
+
</step>
|
|
201
|
+
|
|
202
|
+
</workflow>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Quick-Flow: Quick-Dev
|
|
2
|
+
name: quick-dev
|
|
3
|
+
description: "Flexible development - execute tech-specs OR direct instructions with optional planning."
|
|
4
|
+
author: "BMad"
|
|
5
|
+
|
|
6
|
+
# Config
|
|
7
|
+
config_source: "{project-root}/{bmad_folder}/bmm/config.yaml"
|
|
8
|
+
output_folder: "{config_source}:output_folder"
|
|
9
|
+
sprint_artifacts: "{config_source}:sprint_artifacts"
|
|
10
|
+
user_name: "{config_source}:user_name"
|
|
11
|
+
communication_language: "{config_source}:communication_language"
|
|
12
|
+
user_skill_level: "{config_source}:user_skill_level"
|
|
13
|
+
date: system-generated
|
|
14
|
+
|
|
15
|
+
# Project context
|
|
16
|
+
project_context: "**/project-context.md"
|
|
17
|
+
|
|
18
|
+
# Workflow components
|
|
19
|
+
installed_path: "{project-root}/{bmad_folder}/bmm/workflows/bmad-quick-flow/quick-dev"
|
|
20
|
+
instructions: "{installed_path}/instructions.md"
|
|
21
|
+
checklist: "{installed_path}/checklist.md"
|
|
22
|
+
|
|
23
|
+
# Related workflows
|
|
24
|
+
create_tech_spec_workflow: "{project-root}/{bmad_folder}/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml"
|
|
25
|
+
party_mode_exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
|
|
26
|
+
advanced_elicitation: "{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml"
|
|
27
|
+
|
|
28
|
+
# Routing resources (lazy-loaded)
|
|
29
|
+
project_levels: "{project-root}/{bmad_folder}/bmm/workflows/workflow-status/project-levels.yaml"
|
|
30
|
+
workflow_init: "{project-root}/{bmad_folder}/bmm/workflows/workflow-status/init/workflow.yaml"
|
|
31
|
+
|
|
32
|
+
standalone: true
|
|
33
|
+
web_bundle: false
|
|
@@ -196,7 +196,7 @@ Your choice [1/2/3]:
|
|
|
196
196
|
|
|
197
197
|
- Mode: {{workflow_mode}}
|
|
198
198
|
- Scan Level: {{scan_level}}
|
|
199
|
-
- Output: {output_folder}/
|
|
199
|
+
- Output: {output_folder}/index.md and related files
|
|
200
200
|
|
|
201
201
|
{{#if status_file_found}}
|
|
202
202
|
**Status Updated:**
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
{{#if has_api_routes}}
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
## API Routes ({{api_route_count}} endpoints found)
|
|
24
24
|
|
|
25
25
|
{{#each api_route_groups}}
|
|
26
26
|
{{group_index}}. {{group_name}} - {{endpoint_count}} endpoints in `{{path}}`
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
{{#if has_feature_modules}}
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
## Feature Modules ({{feature_count}} features)
|
|
33
33
|
|
|
34
34
|
{{#each feature_modules}}
|
|
35
35
|
{{module_index}}. {{module_name}} - {{file_count}} files in `{{path}}`
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
project_name: '{{project_name}}'
|
|
3
|
+
user_name: '{{user_name}}'
|
|
4
|
+
date: '{{date}}'
|
|
5
|
+
sections_completed: []
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Project Context for AI Agents
|
|
9
|
+
|
|
10
|
+
_This file contains critical rules and patterns that AI agents must follow when implementing code in this project. Focus on unobvious details that agents might otherwise miss._
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## Technology Stack & Versions
|
|
15
|
+
|
|
16
|
+
_Documented after discovery phase_
|
|
17
|
+
|
|
18
|
+
## Critical Implementation Rules
|
|
19
|
+
|
|
20
|
+
_Documented after discovery phase_
|