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
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Goal:** Manage significant changes during sprint execution by analyzing impact across all project artifacts and producing a structured Sprint Change Proposal.
4
4
 
5
- **Your Role:** You are a Scrum Master navigating change management. Analyze the triggering issue, assess impact across PRD, epics, architecture, and UX artifacts, and produce an actionable Sprint Change Proposal with clear handoff.
5
+ **Your Role:** You are a Developer navigating change management. Analyze the triggering issue, assess impact across PRD, epics, architecture, and UX artifacts, and produce an actionable Sprint Change Proposal with clear handoff.
6
6
 
7
7
  ---
8
8
 
@@ -192,8 +192,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
192
192
  <action>Section 5: Implementation Handoff</action>
193
193
 
194
194
  - Categorize change scope:
195
- - Minor: Direct implementation by dev team
196
- - Moderate: Backlog reorganization needed (PO/SM)
195
+ - Minor: Direct implementation by Developer agent
196
+ - Moderate: Backlog reorganization needed (PO/DEV)
197
197
  - Major: Fundamental replan required (PM/Architect)
198
198
  - Specify handoff recipients and their responsibilities
199
199
  - Define success criteria for implementation
@@ -219,8 +219,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
219
219
  <action>Finalize Sprint Change Proposal document</action>
220
220
  <action>Determine change scope classification:</action>
221
221
 
222
- - **Minor**: Can be implemented directly by development team
223
- - **Moderate**: Requires backlog reorganization and PO/SM coordination
222
+ - **Minor**: Can be implemented directly by Developer agent
223
+ - **Moderate**: Requires backlog reorganization and PO/DEV coordination
224
224
  - **Major**: Needs fundamental replan with PM/Architect involvement
225
225
 
226
226
  <action>Provide appropriate handoff based on scope:</action>
@@ -228,12 +228,12 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
228
228
  </check>
229
229
 
230
230
  <check if="Minor scope">
231
- <action>Route to: Development team for direct implementation</action>
231
+ <action>Route to: Developer agent for direct implementation</action>
232
232
  <action>Deliverables: Finalized edit proposals and implementation tasks</action>
233
233
  </check>
234
234
 
235
235
  <check if="Moderate scope">
236
- <action>Route to: Product Owner / Scrum Master agents</action>
236
+ <action>Route to: Product Owner / Developer agents</action>
237
237
  <action>Deliverables: Sprint Change Proposal + backlog reorganization plan</action>
238
238
  </check>
239
239
 
@@ -261,7 +261,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
261
261
  - Implementation handoff plan
262
262
 
263
263
  <action>Report workflow completion to user with personalized message: "Correct Course workflow complete, {user_name}!"</action>
264
- <action>Remind user of success criteria and next steps for implementation team</action>
264
+ <action>Remind user of success criteria and next steps for Developer agent</action>
265
265
  </step>
266
266
 
267
267
  </workflow>
@@ -1,4 +1,4 @@
1
- # Quinn Automate - Validation Checklist
1
+ # QA Automate - Validation Checklist
2
2
 
3
3
  ## Test Generation
4
4
 
@@ -3,7 +3,7 @@ title: '{title}'
3
3
  type: 'feature' # feature | bugfix | refactor | chore
4
4
  created: '{date}'
5
5
  status: 'draft' # draft | ready-for-dev | in-progress | in-review | done
6
- context: [] # optional: max 3 project-wide standards/docs. NO source code files.
6
+ context: [] # optional: `{project-root}/`-prefixed paths to project-wide standards/docs the implementation agent should load. Keep short only what isn't already distilled into the spec body.
7
7
  ---
8
8
 
9
9
  <!-- Target: 900–1300 tokens. Above 1600 = high risk of context rot.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  wipFile: '{implementation_artifacts}/spec-wip.md'
3
3
  deferred_work_file: '{implementation_artifacts}/deferred-work.md'
4
- spec_file: '' # set at runtime for plan-code-review before leaving this step
4
+ spec_file: '' # set at runtime for both routes before leaving this step
5
5
  ---
6
6
 
7
7
  # Step 1: Clarify and Route
@@ -42,6 +42,13 @@ Never ask extra questions if you already understand what the user intends.
42
42
  1. Load context.
43
43
  - List files in `{planning_artifacts}` and `{implementation_artifacts}`.
44
44
  - If you find an unformatted spec or intent file, ingest its contents to form your understanding of the intent.
45
+ - Planning artifacts are the output of BMAD phases 1-3. Typical files include:
46
+ - **PRD** (`*prd*`) — product requirements and success criteria
47
+ - **Architecture** (`*architecture*`) — technical design decisions and constraints
48
+ - **UX/Design** (`*ux*`) — user experience and interaction design
49
+ - **Epics** (`*epic*`) — feature breakdown into implementable stories
50
+ - **Product Brief** (`*brief*`) — project vision and scope
51
+ - Scan the listing for files matching these patterns. If any look relevant to the current intent, load them selectively — you don't need all of them, but you need the right constraints and requirements rather than guessing from code alone.
45
52
  2. Clarify intent. Do not fantasize, do not leave open questions. If you must ask questions, ask them as a numbered list. When the human replies, verify that every single numbered question was answered. If any were ignored, HALT and re-ask only the missing questions before proceeding. Keep looping until intent is clear enough to implement.
46
53
  3. Version control sanity check. Is the working tree clean? Does the current branch make sense for this intent — considering its name and recent history? If the tree is dirty or the branch is an obvious mismatch, HALT and ask the human before proceeding. If version control is unavailable, skip this check.
47
54
  4. Multi-goal check (see SCOPE STANDARD). If the intent fails the single-goal criteria:
@@ -52,11 +59,13 @@ Never ask extra questions if you already understand what the user intends.
52
59
  - On **K**: Proceed as-is.
53
60
  5. Route — choose exactly one:
54
61
 
62
+ Derive a valid kebab-case slug from the clarified intent. If the intent references a tracking identifier (story number, issue number, ticket ID), lead the slug with it (e.g. `3-2-digest-delivery`, `gh-47-fix-auth`). If `{implementation_artifacts}/spec-{slug}.md` already exists, append `-2`, `-3`, etc. Set `spec_file` = `{implementation_artifacts}/spec-{slug}.md`.
63
+
55
64
  **a) One-shot** — zero blast radius: no plausible path by which this change causes unintended consequences elsewhere. Clear intent, no architectural decisions.
65
+
56
66
  **EARLY EXIT** → `./step-oneshot.md`
57
67
 
58
68
  **b) Plan-code-review** — everything else. When uncertain whether blast radius is truly zero, choose this path.
59
- 1. Derive a valid kebab-case slug from the clarified intent. If the intent references a tracking identifier (story number, issue number, ticket ID), lead the slug with it (e.g. `3-2-digest-delivery`, `gh-47-fix-auth`). If `{implementation_artifacts}/spec-{slug}.md` already exists, append `-2`, `-3`, etc. Set `spec_file` = `{implementation_artifacts}/spec-{slug}.md`.
60
69
 
61
70
 
62
71
  ## NEXT
@@ -24,6 +24,8 @@ Capture `baseline_commit` (current HEAD, or `NO_VCS` if version control is unava
24
24
 
25
25
  Change `{spec_file}` status to `in-progress` in the frontmatter before starting implementation.
26
26
 
27
+ If `{spec_file}` has a non-empty `context:` list in its frontmatter, load those files before implementation begins. When handing to a sub-agent, include them in the sub-agent prompt so it has access to the referenced context.
28
+
27
29
  Hand `{spec_file}` to a sub-agent/task and let it implement. If no sub-agents are available, implement directly.
28
30
 
29
31
  **Path formatting rule:** Any markdown links written into `{spec_file}` must use paths relative to `{spec_file}`'s directory so they are clickable in VS Code. Any file paths displayed in terminal/conversation output must use CWD-relative format with `:line` notation (e.g., `src/path/file.ts:42`) for terminal clickability. No leading `/` in either case.
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  deferred_work_file: '{implementation_artifacts}/deferred-work.md'
3
+ spec_file: '' # set by step-01 before entering this step
3
4
  ---
4
5
 
5
6
  # Step One-Shot: Implement, Review, Present
@@ -29,19 +30,31 @@ Deduplicate all review findings. Three categories only:
29
30
 
30
31
  If a finding is caused by this change but too significant for a trivial patch, HALT and present it to the human for decision before proceeding.
31
32
 
33
+ ### Generate Spec Trace
34
+
35
+ Set `{title}` = a concise title derived from the clarified intent.
36
+
37
+ Write `{spec_file}` using `./spec-template.md`. Fill only these sections — delete all others:
38
+
39
+ 1. **Frontmatter** — set `title: '{title}'`, `type`, `created`, `status: 'done'`. Add `route: 'one-shot'`.
40
+ 2. **Title and Intent** — `# {title}` heading and `## Intent` with **Problem** and **Approach** lines. Reuse the summary you already generated for the terminal.
41
+ 3. **Suggested Review Order** — append after Intent. Build using the same convention as `./step-05-present.md` § "Generate Suggested Review Order" (spec-file-relative links, concern-based ordering, ultra-concise framing).
42
+
32
43
  ### Commit
33
44
 
34
45
  If version control is available and the tree is dirty, create a local commit with a conventional message derived from the intent. If VCS is unavailable, skip.
35
46
 
36
47
  ### Present
37
48
 
38
- 1. Open all changed files in the user's editor so they can review the code directly:
39
- - Resolve two sets of absolute paths: (1) the repository root (`git rev-parse --show-toplevel` — returns the worktree root when in a worktree, project root otherwise; if this fails, fall back to the current working directory), (2) each changed file. Run `code -r "{absolute-root}" <absolute-changed-file-paths>` — the root first so VS Code opens in the right context, then each changed file. Always double-quote paths to handle spaces and special characters.
40
- - If `code` is not available (command fails), skip gracefully and list the file paths instead.
49
+ 1. Open the spec in the user's editor so they can click through the Suggested Review Order:
50
+ - Resolve two absolute paths: (1) the repository root (`git rev-parse --show-toplevel` — returns the worktree root when in a worktree, project root otherwise; if this fails, fall back to the current working directory), (2) `{spec_file}`. Run `code -r "{absolute-root}" "{absolute-spec-file}"` — the root first so VS Code opens in the right context, then the spec file. Always double-quote paths to handle spaces and special characters.
51
+ - If `code` is not available (command fails), skip gracefully and tell the user the spec file path instead.
41
52
  2. Display a summary in conversation output, including:
42
53
  - The commit hash (if one was created).
43
- - List of files changed with one-line descriptions. Use CWD-relative paths with `:line` notation (e.g., `src/path/file.ts:42`) for terminal clickability. No leading `/`.
54
+ - List of files changed with one-line descriptions. Any file paths shown in conversation/terminal output must use CWD-relative format (no leading `/`) with `:line` notation (e.g., `src/path/file.ts:42`) for terminal clickability this differs from spec-file links which use spec-file-relative paths.
44
55
  - Review findings breakdown: patches applied, items deferred, items rejected. If all findings were rejected, say so.
56
+ - A note that the spec is open in their editor (or the file path if it couldn't be opened). Mention that `{spec_file}` now contains a Suggested Review Order.
57
+ - **Navigation tip:** "Ctrl+click (Cmd+click on macOS) the links in the Suggested Review Order to jump to each stop."
45
58
  3. Offer to push and/or create a pull request.
46
59
 
47
60
  HALT and wait for human input.