bmad-method 6.2.3-next.2 → 6.2.3-next.21

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.
Files changed (106) hide show
  1. package/.claude-plugin/marketplace.json +0 -4
  2. package/README.md +1 -1
  3. package/README_CN.md +1 -1
  4. package/README_VN.md +110 -0
  5. package/package.json +2 -1
  6. package/src/bmm-skills/1-analysis/bmad-agent-analyst/SKILL.md +7 -4
  7. package/src/bmm-skills/1-analysis/bmad-agent-tech-writer/SKILL.md +6 -4
  8. package/src/bmm-skills/1-analysis/bmad-document-project/workflow.md +8 -10
  9. package/src/bmm-skills/1-analysis/bmad-prfaq/SKILL.md +96 -0
  10. package/src/bmm-skills/1-analysis/bmad-prfaq/agents/artifact-analyzer.md +60 -0
  11. package/src/bmm-skills/1-analysis/bmad-prfaq/agents/web-researcher.md +49 -0
  12. package/src/bmm-skills/1-analysis/bmad-prfaq/assets/prfaq-template.md +62 -0
  13. package/src/bmm-skills/1-analysis/bmad-prfaq/bmad-manifest.json +16 -0
  14. package/src/bmm-skills/1-analysis/bmad-prfaq/references/customer-faq.md +55 -0
  15. package/src/bmm-skills/1-analysis/bmad-prfaq/references/internal-faq.md +51 -0
  16. package/src/bmm-skills/1-analysis/bmad-prfaq/references/press-release.md +60 -0
  17. package/src/bmm-skills/1-analysis/bmad-prfaq/references/verdict.md +79 -0
  18. package/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md +1 -6
  19. package/src/bmm-skills/1-analysis/bmad-product-brief/bmad-manifest.json +1 -1
  20. package/src/bmm-skills/1-analysis/research/bmad-domain-research/workflow.md +8 -6
  21. package/src/bmm-skills/1-analysis/research/bmad-market-research/workflow.md +8 -6
  22. package/src/bmm-skills/1-analysis/research/bmad-technical-research/workflow.md +8 -6
  23. package/src/bmm-skills/2-plan-workflows/bmad-agent-pm/SKILL.md +6 -4
  24. package/src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer/SKILL.md +6 -4
  25. package/src/bmm-skills/2-plan-workflows/bmad-create-prd/workflow.md +8 -9
  26. package/src/bmm-skills/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +1 -1
  27. package/src/bmm-skills/2-plan-workflows/bmad-create-ux-design/workflow.md +8 -9
  28. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md +1 -1
  29. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +1 -1
  30. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md +1 -1
  31. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md +1 -1
  32. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md +1 -1
  33. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/workflow.md +8 -9
  34. package/src/bmm-skills/2-plan-workflows/bmad-validate-prd/workflow.md +8 -9
  35. package/src/bmm-skills/3-solutioning/bmad-agent-architect/SKILL.md +6 -4
  36. package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
  37. package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
  38. package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
  39. package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/workflow.md +9 -11
  40. package/src/bmm-skills/3-solutioning/bmad-create-architecture/workflow.md +8 -14
  41. package/src/bmm-skills/3-solutioning/bmad-create-epics-and-stories/workflow.md +10 -12
  42. package/src/bmm-skills/3-solutioning/bmad-generate-project-context/workflow.md +8 -12
  43. package/src/bmm-skills/4-implementation/bmad-agent-dev/SKILL.md +11 -4
  44. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md +29 -0
  45. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/generate-trail.md +38 -0
  46. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md +105 -0
  47. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-02-walkthrough.md +89 -0
  48. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-03-detail-pass.md +106 -0
  49. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-04-testing.md +74 -0
  50. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-05-wrapup.md +24 -0
  51. package/src/bmm-skills/4-implementation/bmad-code-review/steps/step-01-gather-context.md +38 -15
  52. package/src/bmm-skills/4-implementation/bmad-correct-course/checklist.md +2 -2
  53. package/src/bmm-skills/4-implementation/bmad-correct-course/workflow.md +8 -8
  54. package/src/bmm-skills/4-implementation/bmad-qa-generate-e2e-tests/checklist.md +1 -1
  55. package/src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md +1 -1
  56. package/src/bmm-skills/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md +11 -2
  57. package/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md +2 -0
  58. package/src/bmm-skills/4-implementation/bmad-quick-dev/step-oneshot.md +17 -4
  59. package/src/bmm-skills/4-implementation/bmad-retrospective/workflow.md +134 -134
  60. package/src/bmm-skills/4-implementation/bmad-sprint-planning/sprint-status-template.yaml +1 -1
  61. package/src/bmm-skills/4-implementation/bmad-sprint-planning/workflow.md +3 -3
  62. package/src/bmm-skills/4-implementation/bmad-sprint-status/workflow.md +2 -2
  63. package/src/bmm-skills/module-help.csv +3 -1
  64. package/src/core-skills/bmad-advanced-elicitation/SKILL.md +1 -2
  65. package/src/core-skills/bmad-distillator/SKILL.md +0 -1
  66. package/src/core-skills/bmad-distillator/resources/distillate-format-reference.md +9 -9
  67. package/src/core-skills/bmad-party-mode/SKILL.md +121 -2
  68. package/tools/installer/core/installer.js +6 -53
  69. package/tools/installer/core/manifest-generator.js +9 -0
  70. package/tools/installer/external-official-modules.yaml +1 -1
  71. package/tools/installer/ide/platform-codes.yaml +6 -4
  72. package/tools/installer/modules/custom-modules.js +105 -0
  73. package/tools/installer/modules/external-manager.js +34 -3
  74. package/tools/platform-codes.yaml +6 -0
  75. package/src/bmm-skills/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -15
  76. package/src/bmm-skills/2-plan-workflows/create-prd/data/prd-purpose.md +0 -197
  77. package/src/bmm-skills/2-plan-workflows/create-prd/data/project-types.csv +0 -11
  78. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -224
  79. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -191
  80. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -209
  81. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -174
  82. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
  83. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -228
  84. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -217
  85. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
  86. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
  87. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -263
  88. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -209
  89. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
  90. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -242
  91. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -232
  92. package/src/bmm-skills/2-plan-workflows/create-prd/workflow-validate-prd.md +0 -65
  93. package/src/bmm-skills/4-implementation/bmad-agent-qa/SKILL.md +0 -59
  94. package/src/bmm-skills/4-implementation/bmad-agent-qa/bmad-skill-manifest.yaml +0 -11
  95. package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md +0 -51
  96. package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml +0 -11
  97. package/src/bmm-skills/4-implementation/bmad-agent-sm/SKILL.md +0 -53
  98. package/src/bmm-skills/4-implementation/bmad-agent-sm/bmad-skill-manifest.yaml +0 -11
  99. package/src/core-skills/bmad-init/SKILL.md +0 -100
  100. package/src/core-skills/bmad-init/resources/core-module.yaml +0 -25
  101. package/src/core-skills/bmad-init/scripts/bmad_init.py +0 -624
  102. package/src/core-skills/bmad-init/scripts/tests/test_bmad_init.py +0 -393
  103. package/src/core-skills/bmad-party-mode/steps/step-01-agent-loading.md +0 -138
  104. package/src/core-skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +0 -187
  105. package/src/core-skills/bmad-party-mode/steps/step-03-graceful-exit.md +0 -167
  106. package/src/core-skills/bmad-party-mode/workflow.md +0 -190
@@ -1,53 +0,0 @@
1
- ---
2
- name: bmad-agent-sm
3
- description: Scrum master for sprint planning and story preparation. Use when the user asks to talk to Bob or requests the scrum master.
4
- ---
5
-
6
- # Bob
7
-
8
- ## Overview
9
-
10
- This skill provides a Technical Scrum Master who manages sprint planning, story preparation, and agile ceremonies. Act as Bob — crisp, checklist-driven, with zero tolerance for ambiguity. A servant leader who helps with any task while keeping the team focused and stories crystal clear.
11
-
12
- ## Identity
13
-
14
- Certified Scrum Master with deep technical background. Expert in agile ceremonies, story preparation, and creating clear actionable user stories.
15
-
16
- ## Communication Style
17
-
18
- Crisp and checklist-driven. Every word has a purpose, every requirement crystal clear. Zero tolerance for ambiguity.
19
-
20
- ## Principles
21
-
22
- - I strive to be a servant leader and conduct myself accordingly, helping with any task and offering suggestions.
23
- - I love to talk about Agile process and theory whenever anyone wants to talk about it.
24
-
25
- You must fully embody this persona so the user gets the best experience and help they need, therefore its important to remember you must not break character until the users dismisses this persona.
26
-
27
- When you are in this persona and the user calls a skill, this persona must carry through and remain active.
28
-
29
- ## Capabilities
30
-
31
- | Code | Description | Skill |
32
- |------|-------------|-------|
33
- | SP | Generate or update the sprint plan that sequences tasks for the dev agent to follow | bmad-sprint-planning |
34
- | CS | Prepare a story with all required context for implementation by the developer agent | bmad-create-story |
35
- | ER | Party mode review of all work completed across an epic | bmad-retrospective |
36
- | CC | Determine how to proceed if major need for change is discovered mid implementation | bmad-correct-course |
37
-
38
- ## On Activation
39
-
40
- 1. **Load config via bmad-init skill** — Store all returned vars for use:
41
- - Use `{user_name}` from config for greeting
42
- - Use `{communication_language}` from config for all communications
43
- - Store any other config variables as `{var-name}` and use appropriately
44
-
45
- 2. **Continue with steps below:**
46
- - **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
47
- - **Greet and present capabilities** — Greet `{user_name}` warmly by name, always speaking in `{communication_language}` and applying your persona throughout the session.
48
-
49
- 3. Remind the user they can invoke the `bmad-help` skill at any time for advice and then present the capabilities table from the Capabilities section above.
50
-
51
- **STOP and WAIT for user input** — Do NOT execute menu items automatically. Accept number, menu code, or fuzzy command match.
52
-
53
- **CRITICAL Handling:** When user responds with a code, line number or skill, invoke the corresponding skill by its exact registered name from the Capabilities table. DO NOT invent capabilities on the fly.
@@ -1,11 +0,0 @@
1
- type: agent
2
- name: bmad-agent-sm
3
- displayName: Bob
4
- title: Scrum Master
5
- icon: "🏃"
6
- capabilities: "sprint planning, story preparation, agile ceremonies, backlog management"
7
- role: Technical Scrum Master + Story Preparation Specialist
8
- identity: "Certified Scrum Master with deep technical background. Expert in agile ceremonies, story preparation, and creating clear actionable user stories."
9
- communicationStyle: "Crisp and checklist-driven. Every word has a purpose, every requirement crystal clear. Zero tolerance for ambiguity."
10
- principles: "I strive to be a servant leader and conduct myself accordingly, helping with any task and offering suggestions. I love to talk about Agile process and theory whenever anyone wants to talk about it."
11
- module: bmm
@@ -1,100 +0,0 @@
1
- ---
2
- name: bmad-init
3
- description: "Initialize BMad project configuration and load config variables. Use when any skill needs module-specific configuration values, or when setting up a new BMad project."
4
- argument-hint: "[--module=module_code] [--vars=var1:default1,var2] [--skill-path=/path/to/calling/skill]"
5
- ---
6
-
7
- ## Overview
8
-
9
- This skill is the configuration entry point for all BMad skills. It has two modes:
10
-
11
- - **Fast path**: Config exists for the requested module — returns vars as JSON. Done.
12
- - **Init path**: Config is missing — walks the user through configuration, writes config files, then returns vars.
13
-
14
- Every BMad skill should call this on activation to get its config vars. The caller never needs to know whether init happened — they just get their config back.
15
-
16
- The script `bmad_init.py` is located in this skill's `scripts/` directory. Locate and run it using python for all commands below.
17
-
18
- ## On Activation — Fast Path
19
-
20
- Run the `bmad_init.py` script with the `load` subcommand. Pass `--project-root` set to the project root directory.
21
-
22
- - If a module code was provided by the calling skill, include `--module {module_code}`
23
- - To load all vars, include `--all`
24
- - To request specific variables with defaults, use `--vars var1:default1,var2`
25
- - If no module was specified, omit `--module` to get core vars only
26
-
27
- **If the script returns JSON vars** — store them as `{var-name}` and return to the calling skill. Done.
28
-
29
- **If the script returns an error or `init_required`** — proceed to the Init Path below.
30
-
31
- ## Init Path — First-Time Setup
32
-
33
- When the fast path fails (config missing for a module), run this init flow.
34
-
35
- ### Step 1: Check what needs setup
36
-
37
- Run `bmad_init.py` with the `check` subcommand, passing `--module {module_code}`, `--skill-path {calling_skill_path}`, and `--project-root`.
38
-
39
- The response tells you what's needed:
40
-
41
- - `"status": "ready"` — Config is fine. Re-run load.
42
- - `"status": "no_project"` — Can't find project root. Ask user to confirm the project path.
43
- - `"status": "core_missing"` — Core config doesn't exist. Must ask core questions first.
44
- - `"status": "module_missing"` — Core exists but module config doesn't. Ask module questions.
45
-
46
- The response includes:
47
- - `core_module` — Core module.yaml questions (when core setup needed)
48
- - `target_module` — Target module.yaml questions (when module setup needed, discovered from `--skill-path` or `_bmad/{module}/`)
49
- - `core_vars` — Existing core config values (when core exists but module doesn't)
50
-
51
- ### Step 2: Ask core questions (if `core_missing`)
52
-
53
- The check response includes `core_module` with header, subheader, and variable definitions.
54
-
55
- 1. Show the `header` and `subheader` to the user
56
- 2. For each variable, present the `prompt` and `default`
57
- 3. For variables with `single-select`, show the options as a numbered list
58
- 4. For variables with multi-line `prompt` (array), show all lines
59
- 5. Let the user accept defaults or provide values
60
-
61
- ### Step 3: Ask module questions (if module was requested)
62
-
63
- The check response includes `target_module` with the module's questions. Variables may reference core answers in their defaults (e.g., `{output_folder}`).
64
-
65
- 1. Resolve defaults by running `bmad_init.py` with the `resolve-defaults` subcommand, passing `--module {module_code}`, `--core-answers '{core_answers_json}'`, and `--project-root`
66
- 2. Show the module's `header` and `subheader`
67
- 3. For each variable, present the prompt with resolved default
68
- 4. For `single-select` variables, show options as a numbered list
69
-
70
- ### Step 4: Write config
71
-
72
- Collect all answers and run `bmad_init.py` with the `write` subcommand, passing `--answers '{all_answers_json}'` and `--project-root`.
73
-
74
- The `--answers` JSON format:
75
-
76
- ```json
77
- {
78
- "core": {
79
- "user_name": "BMad",
80
- "communication_language": "English",
81
- "document_output_language": "English",
82
- "output_folder": "_bmad-output"
83
- },
84
- "bmb": {
85
- "bmad_builder_output_folder": "_bmad-output/skills",
86
- "bmad_builder_reports": "_bmad-output/reports"
87
- }
88
- }
89
- ```
90
-
91
- Note: Pass the **raw user answers** (before result template expansion). The script applies result templates and `{project-root}` expansion when writing.
92
-
93
- The script:
94
- - Creates `_bmad/core/config.yaml` with core values (if core answers provided)
95
- - Creates `_bmad/{module}/config.yaml` with core values + module values (result-expanded)
96
- - Creates any directories listed in the module.yaml `directories` array
97
-
98
- ### Step 5: Return vars
99
-
100
- After writing, re-run `bmad_init.py` with the `load` subcommand (same as the fast path) to return resolved vars. Store returned vars as `{var-name}` and return them to the calling skill.
@@ -1,25 +0,0 @@
1
- code: core
2
- name: "BMad Core Module"
3
-
4
- header: "BMad Core Configuration"
5
- subheader: "Configure the core settings for your BMad installation.\nThese settings will be used across all installed bmad skills, workflows, and agents."
6
-
7
- user_name:
8
- prompt: "What should agents call you? (Use your name or a team name)"
9
- default: "BMad"
10
- result: "{value}"
11
-
12
- communication_language:
13
- prompt: "What language should agents use when chatting with you?"
14
- default: "English"
15
- result: "{value}"
16
-
17
- document_output_language:
18
- prompt: "Preferred document output language?"
19
- default: "English"
20
- result: "{value}"
21
-
22
- output_folder:
23
- prompt: "Where should output files be saved?"
24
- default: "_bmad-output"
25
- result: "{project-root}/{value}"