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

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 (105) 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-correct-course/checklist.md +2 -2
  52. package/src/bmm-skills/4-implementation/bmad-correct-course/workflow.md +8 -8
  53. package/src/bmm-skills/4-implementation/bmad-qa-generate-e2e-tests/checklist.md +1 -1
  54. package/src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md +1 -1
  55. package/src/bmm-skills/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md +11 -2
  56. package/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md +2 -0
  57. package/src/bmm-skills/4-implementation/bmad-quick-dev/step-oneshot.md +17 -4
  58. package/src/bmm-skills/4-implementation/bmad-retrospective/workflow.md +134 -134
  59. package/src/bmm-skills/4-implementation/bmad-sprint-planning/sprint-status-template.yaml +1 -1
  60. package/src/bmm-skills/4-implementation/bmad-sprint-planning/workflow.md +3 -3
  61. package/src/bmm-skills/4-implementation/bmad-sprint-status/workflow.md +2 -2
  62. package/src/bmm-skills/module-help.csv +3 -1
  63. package/src/core-skills/bmad-advanced-elicitation/SKILL.md +1 -2
  64. package/src/core-skills/bmad-distillator/SKILL.md +0 -1
  65. package/src/core-skills/bmad-distillator/resources/distillate-format-reference.md +9 -9
  66. package/src/core-skills/bmad-party-mode/SKILL.md +121 -2
  67. package/tools/installer/core/installer.js +6 -53
  68. package/tools/installer/core/manifest-generator.js +9 -0
  69. package/tools/installer/external-official-modules.yaml +1 -1
  70. package/tools/installer/ide/platform-codes.yaml +6 -4
  71. package/tools/installer/modules/custom-modules.js +105 -0
  72. package/tools/installer/modules/external-manager.js +34 -3
  73. package/tools/platform-codes.yaml +6 -0
  74. package/src/bmm-skills/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -15
  75. package/src/bmm-skills/2-plan-workflows/create-prd/data/prd-purpose.md +0 -197
  76. package/src/bmm-skills/2-plan-workflows/create-prd/data/project-types.csv +0 -11
  77. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -224
  78. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -191
  79. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -209
  80. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -174
  81. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
  82. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -228
  83. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -217
  84. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
  85. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
  86. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -263
  87. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -209
  88. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
  89. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -242
  90. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -232
  91. package/src/bmm-skills/2-plan-workflows/create-prd/workflow-validate-prd.md +0 -65
  92. package/src/bmm-skills/4-implementation/bmad-agent-qa/SKILL.md +0 -59
  93. package/src/bmm-skills/4-implementation/bmad-agent-qa/bmad-skill-manifest.yaml +0 -11
  94. package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md +0 -51
  95. package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml +0 -11
  96. package/src/bmm-skills/4-implementation/bmad-agent-sm/SKILL.md +0 -53
  97. package/src/bmm-skills/4-implementation/bmad-agent-sm/bmad-skill-manifest.yaml +0 -11
  98. package/src/core-skills/bmad-init/SKILL.md +0 -100
  99. package/src/core-skills/bmad-init/resources/core-module.yaml +0 -25
  100. package/src/core-skills/bmad-init/scripts/bmad_init.py +0 -624
  101. package/src/core-skills/bmad-init/scripts/tests/test_bmad_init.py +0 -393
  102. package/src/core-skills/bmad-party-mode/steps/step-01-agent-loading.md +0 -138
  103. package/src/core-skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +0 -187
  104. package/src/core-skills/bmad-party-mode/steps/step-03-graceful-exit.md +0 -167
  105. package/src/core-skills/bmad-party-mode/workflow.md +0 -190
@@ -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.