bmad-method 6.10.1-next.16 → 6.10.1-next.18

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 (67) hide show
  1. package/.claude-plugin/marketplace.json +42 -24
  2. package/package.json +1 -1
  3. package/removals.txt +5 -0
  4. package/src/bmm-skills/1-analysis/bmad-product-brief/customize.toml +3 -3
  5. package/src/bmm-skills/2-plan-workflows/bmad-create-prd/SKILL.md +3 -3
  6. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/SKILL.md +3 -3
  7. package/src/bmm-skills/2-plan-workflows/bmad-prd/SKILL.md +2 -0
  8. package/src/bmm-skills/2-plan-workflows/bmad-prd/customize.toml +3 -3
  9. package/src/{core-skills → bmm-skills/2-plan-workflows}/bmad-spec/SKILL.md +1 -1
  10. package/src/{core-skills → bmm-skills/2-plan-workflows}/bmad-spec/assets/spec-template.md +1 -1
  11. package/src/{core-skills → bmm-skills/2-plan-workflows}/bmad-spec/customize.toml +3 -4
  12. package/src/bmm-skills/2-plan-workflows/bmad-ux/customize.toml +2 -2
  13. package/src/bmm-skills/2-plan-workflows/bmad-validate-prd/SKILL.md +3 -3
  14. package/src/bmm-skills/3-solutioning/bmad-architecture/SKILL.md +2 -2
  15. package/src/bmm-skills/3-solutioning/bmad-architecture/customize.toml +2 -2
  16. package/src/bmm-skills/3-solutioning/bmad-create-architecture/SKILL.md +1 -1
  17. package/src/bmm-skills/4-implementation/bmad-agent-dev/customize.toml +3 -0
  18. package/src/bmm-skills/4-implementation/bmad-code-review/customize.toml +3 -3
  19. package/src/bmm-skills/4-implementation/bmad-dev-auto/customize.toml +3 -3
  20. package/src/bmm-skills/4-implementation/bmad-dev-story/customize.toml +3 -0
  21. package/src/bmm-skills/4-implementation/bmad-quick-dev/customize.toml +4 -4
  22. package/src/bmm-skills/module-help.csv +2 -1
  23. package/src/bmm-skills/module.yaml +2 -5
  24. package/src/core-skills/bmad-advanced-elicitation/SKILL.md +26 -103
  25. package/src/core-skills/bmad-advanced-elicitation/customize.toml +54 -0
  26. package/src/core-skills/bmad-advanced-elicitation/scripts/pick_methods.py +233 -0
  27. package/src/core-skills/bmad-advanced-elicitation/scripts/tests/test_pick_methods.py +228 -0
  28. package/src/core-skills/bmad-brainstorming/SKILL.md +3 -3
  29. package/src/core-skills/bmad-brainstorming/assets/brain-selector.html +2 -0
  30. package/src/core-skills/bmad-brainstorming/references/mode-autonomous.md +1 -1
  31. package/src/core-skills/bmad-brainstorming/scripts/brain.py +36 -6
  32. package/src/core-skills/bmad-brainstorming/scripts/tests/test_brain.py +22 -0
  33. package/src/core-skills/bmad-customize/SKILL.md +2 -2
  34. package/src/core-skills/bmad-editorial-review/SKILL.md +77 -0
  35. package/src/core-skills/bmad-editorial-review/customize.toml +68 -0
  36. package/src/core-skills/bmad-editorial-review/references/structure-models.md +44 -0
  37. package/src/core-skills/bmad-editorial-review/scripts/tests/test_word_metrics.py +62 -0
  38. package/src/core-skills/bmad-editorial-review/scripts/word_metrics.py +102 -0
  39. package/src/core-skills/bmad-editorial-review-prose/SKILL.md +2 -82
  40. package/src/core-skills/bmad-editorial-review-structure/SKILL.md +2 -175
  41. package/src/core-skills/bmad-forge-idea/SKILL.md +2 -2
  42. package/src/core-skills/bmad-forge-idea/scripts/resolve_personas.py +4 -1
  43. package/src/core-skills/bmad-help/SKILL.md +1 -1
  44. package/src/core-skills/bmad-party-mode/SKILL.md +2 -2
  45. package/src/core-skills/bmad-party-mode/scripts/resolve_party.py +11 -3
  46. package/src/core-skills/bmad-review/SKILL.md +43 -0
  47. package/src/core-skills/bmad-review/customize.toml +56 -0
  48. package/src/core-skills/bmad-review/references/lens-adversarial.md +18 -0
  49. package/src/core-skills/bmad-review/references/lens-edge-case-hunter.md +54 -0
  50. package/src/core-skills/bmad-review/references/lens-verification-gap.md +82 -0
  51. package/src/core-skills/bmad-review-adversarial-general/SKILL.md +2 -33
  52. package/src/core-skills/bmad-review-edge-case-hunter/SKILL.md +2 -69
  53. package/src/core-skills/bmad-review-verification-gap/SKILL.md +2 -102
  54. package/src/core-skills/module-help.csv +3 -7
  55. package/src/core-skills/module.yaml +5 -0
  56. package/tools/installer/modules/custom-module-manager.js +12 -6
  57. package/tools/installer/modules/external-manager.js +12 -8
  58. package/tools/installer/modules/git-env.js +47 -0
  59. package/src/core-skills/bmad-brainstorming/analysis/catalog-analysis.md +0 -239
  60. package/src/core-skills/bmad-brainstorming/analysis/method-matrix.csv +0 -109
  61. package/src/core-skills/bmad-index-docs/SKILL.md +0 -66
  62. package/src/core-skills/bmad-review-edge-case-hunter/references/deletion-check.md +0 -14
  63. package/src/core-skills/bmad-shard-doc/SKILL.md +0 -105
  64. /package/src/{core-skills → bmm-skills/2-plan-workflows}/bmad-spec/assets/headless-schemas.md +0 -0
  65. /package/src/{core-skills → bmm-skills/2-plan-workflows}/bmad-spec/assets/stories-schema.md +0 -0
  66. /package/src/core-skills/bmad-advanced-elicitation/{methods.csv → assets/methods.csv} +0 -0
  67. /package/src/core-skills/bmad-party-mode/scripts/tests/{test-resolve_party.py → test_resolve_party.py} +0 -0
@@ -7,41 +7,62 @@
7
7
  "license": "MIT",
8
8
  "homepage": "https://github.com/bmad-code-org/BMAD-METHOD",
9
9
  "repository": "https://github.com/bmad-code-org/BMAD-METHOD",
10
- "keywords": ["bmad", "agile", "ai", "orchestrator", "development", "methodology", "agents"],
10
+ "keywords": ["bmad", "agile", "ai", "orchestrator", "development", "methodology", "agents", "brainstorming", "thinking"],
11
11
  "plugins": [
12
12
  {
13
- "name": "bmad-pro-skills",
13
+ "name": "bmad-brainstorming",
14
14
  "source": "./",
15
- "description": "Next level skills for power usersadvanced prompting techniques, agent management, and more.",
16
- "version": "6.8.0",
15
+ "description": "Facilitated brainstorming with a curated technique library diverge, converge, and capture ideas with a visual technique picker.",
16
+ "version": "6.10.0",
17
17
  "author": {
18
18
  "name": "Brian (BMad) Madison"
19
19
  },
20
- "skills": [
21
- "./src/core-skills/bmad-help",
22
- "./src/core-skills/bmad-brainstorming",
23
- "./src/core-skills/bmad-customize",
24
- "./src/core-skills/bmad-spec",
25
- "./src/core-skills/bmad-party-mode",
26
- "./src/core-skills/bmad-shard-doc",
27
- "./src/core-skills/bmad-advanced-elicitation",
28
- "./src/core-skills/bmad-editorial-review-prose",
29
- "./src/core-skills/bmad-editorial-review-structure",
30
- "./src/core-skills/bmad-index-docs",
31
- "./src/core-skills/bmad-review-adversarial-general",
32
- "./src/core-skills/bmad-review-edge-case-hunter",
33
- "./src/core-skills/bmad-review-verification-gap"
34
- ]
20
+ "skills": ["./src/core-skills/bmad-brainstorming"]
21
+ },
22
+ {
23
+ "name": "bmad-party-mode",
24
+ "source": "./",
25
+ "description": "Multi-perspective roundtable discussions — collide viewpoints between agents or custom personas to stress-test any topic.",
26
+ "version": "6.10.0",
27
+ "author": {
28
+ "name": "Brian (BMad) Madison"
29
+ },
30
+ "skills": ["./src/core-skills/bmad-party-mode"]
31
+ },
32
+ {
33
+ "name": "bmad-forge-idea",
34
+ "source": "./",
35
+ "description": "Pressure-test an idea with persona-driven interrogation until it hardens, proves out, or dies cheaply.",
36
+ "version": "6.10.0",
37
+ "author": {
38
+ "name": "Brian (BMad) Madison"
39
+ },
40
+ "skills": ["./src/core-skills/bmad-forge-idea"]
41
+ },
42
+ {
43
+ "name": "bmad-analysis",
44
+ "source": "./",
45
+ "description": "The BMad thinking pack — structured brainstorming, idea pressure-testing, and multi-perspective agent roundtables in one install.",
46
+ "version": "6.10.0",
47
+ "author": {
48
+ "name": "Brian (BMad) Madison"
49
+ },
50
+ "skills": ["./src/core-skills/bmad-brainstorming", "./src/core-skills/bmad-party-mode", "./src/core-skills/bmad-forge-idea"]
35
51
  },
36
52
  {
37
53
  "name": "bmad-method-lifecycle",
38
54
  "source": "./",
39
55
  "description": "Full-lifecycle AI development framework — agents and workflows for product analysis, planning, architecture, and implementation.",
40
- "version": "6.8.0",
56
+ "version": "6.10.0",
41
57
  "author": {
42
58
  "name": "Brian (BMad) Madison"
43
59
  },
44
60
  "skills": [
61
+ "./src/core-skills/bmad-help",
62
+ "./src/core-skills/bmad-customize",
63
+ "./src/core-skills/bmad-advanced-elicitation",
64
+ "./src/core-skills/bmad-review",
65
+ "./src/core-skills/bmad-editorial-review",
45
66
  "./src/bmm-skills/1-analysis/bmad-product-brief",
46
67
  "./src/bmm-skills/1-analysis/bmad-prfaq",
47
68
  "./src/bmm-skills/1-analysis/bmad-agent-analyst",
@@ -53,13 +74,10 @@
53
74
  "./src/bmm-skills/2-plan-workflows/bmad-agent-pm",
54
75
  "./src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer",
55
76
  "./src/bmm-skills/2-plan-workflows/bmad-prd",
56
- "./src/bmm-skills/2-plan-workflows/bmad-create-prd",
57
- "./src/bmm-skills/2-plan-workflows/bmad-edit-prd",
58
- "./src/bmm-skills/2-plan-workflows/bmad-validate-prd",
77
+ "./src/bmm-skills/2-plan-workflows/bmad-spec",
59
78
  "./src/bmm-skills/2-plan-workflows/bmad-ux",
60
79
  "./src/bmm-skills/3-solutioning/bmad-agent-architect",
61
80
  "./src/bmm-skills/3-solutioning/bmad-architecture",
62
- "./src/bmm-skills/3-solutioning/bmad-create-architecture",
63
81
  "./src/bmm-skills/3-solutioning/bmad-check-implementation-readiness",
64
82
  "./src/bmm-skills/3-solutioning/bmad-create-epics-and-stories",
65
83
  "./src/bmm-skills/3-solutioning/bmad-generate-project-context",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.10.1-next.16",
4
+ "version": "6.10.1-next.18",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
package/removals.txt CHANGED
@@ -68,3 +68,8 @@ bmad-investigate
68
68
  # bmad-auto-setup: renamed to bmad-loop-setup as part of the bmad-auto ->
69
69
  # bmad-loop module rename (BMad Automator's replacement).
70
70
  bmad-auto-setup
71
+
72
+ # Removed skills (core streamline, post-v6.10.0)
73
+ # bmad-index-docs, bmad-shard-doc: retired outright.
74
+ bmad-index-docs
75
+ bmad-shard-doc
@@ -53,7 +53,7 @@ run_folder_pattern = "brief-{project_name}-{date}"
53
53
  # findings before the user sees the draft. Encodes standards, not options.
54
54
  #
55
55
  # Examples:
56
- # "skill:bmad-editorial-review-prose"
56
+ # "skill:bmad-editorial-review"
57
57
  # "file:{project-root}/_bmad/style-guides/company-voice.md"
58
58
  # "Convert all dates to ISO 8601 format."
59
59
  #
@@ -64,9 +64,9 @@ run_folder_pattern = "brief-{project_name}-{date}"
64
64
  #
65
65
  # Override the array in team/user TOML to add additional standards. Append-only:
66
66
  # base entries cannot be removed or replaced (resolver has no removal mechanism).
67
+ # The default entry runs both editorial passes in order: structure, then prose.
67
68
  doc_standards = [
68
- "skill:bmad-editorial-review-structure",
69
- "skill:bmad-editorial-review-prose",
69
+ "skill:bmad-editorial-review",
70
70
  ]
71
71
 
72
72
  # External-source registry. Natural-language directives describing knowledge
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: bmad-create-prd
3
- description: 'DEPRECATEDconsolidated into bmad-prd create intent - this skill will be removed in v7 in favor of `bmad-prd`.'
3
+ description: 'Deprecatedforwards to bmad-prd (create intent).'
4
4
  ---
5
5
 
6
6
  # DEPRECATED — forwards to bmad-prd (create intent)
@@ -15,12 +15,12 @@ This skill was consolidated into `bmad-prd`. It is retained as a thin compatibil
15
15
 
16
16
  3. Emit a deprecation notice to the user in `{communication_language}`:
17
17
 
18
- > Notice: `bmad-create-prd` is deprecated and will be removed in a future release. It now forwards to `bmad-prd` with create intent. To silence this notice and access the full new customization surface (`prd_template`, `validation_checklist`, `doc_standards`, `external_sources`, `external_handoffs`, `output_dir`, `output_folder_name`), migrate `_bmad/custom/bmad-create-prd.toml` to `_bmad/custom/bmad-prd.toml` and invoke `bmad-prd` directly next time. Customization fields that were in this version still remain in the new version and will be respected if present in `_bmad/custom/bmad-prd.toml`, but the new version also supports additional fields that you can take advantage of by migrating.
18
+ > Notice: `bmad-create-prd` is deprecated and will be removed in a future release. It now forwards to `bmad-prd` with create intent. To silence this notice and access the full new customization surface (`prd_template`, `validation_checklist_template`, `validation_report_template`, `doc_standards`, `finalize_reviewers`, `external_sources`, `external_handoffs`, `prd_output_path`, `run_folder_pattern`), migrate `_bmad/custom/bmad-create-prd.toml` to `_bmad/custom/bmad-prd.toml` and invoke `bmad-prd` directly next time. Customization fields that were in this version still remain in the new version and will be respected if present in `_bmad/custom/bmad-prd.toml`, but the new version also supports additional fields that you can take advantage of by migrating.
19
19
 
20
20
  4. Invoke `bmad-prd` with the following context. Pass these as the activating context so `bmad-prd` honors them instead of resolving its own customization from scratch:
21
21
 
22
22
  - **Intent:** `create` — skip `bmad-prd`'s usual intent detection step.
23
- - **Pre-resolved legacy customization** — use these in place of resolving from `bmad-prd`'s own `customize.toml` for the four legacy fields. For everything else (`prd_template`, `validation_checklist`, `validation_report_template`, `doc_standards`, `output_dir`, `output_folder_name`, `external_sources`, `external_handoffs`), use `bmad-prd`'s own defaults and overrides as normal:
23
+ - **Pre-resolved legacy customization** — use these in place of resolving from `bmad-prd`'s own `customize.toml` for the four legacy fields. For everything else (`prd_template`, `validation_checklist_template`, `validation_report_template`, `doc_standards`, `finalize_reviewers`, `prd_output_path`, `run_folder_pattern`, `external_sources`, `external_handoffs`), use `bmad-prd`'s own defaults and overrides as normal:
24
24
  - `activation_steps_prepend` = the resolved value from step 1
25
25
  - `activation_steps_append` = the resolved value from step 1
26
26
  - `persistent_facts` = the resolved value from step 1
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: bmad-edit-prd
3
- description: 'DEPRECATEDconsolidated into bmad-prd update intent - this skill will be removed in v7 in favor of `bmad-prd`.'
3
+ description: 'Deprecatedforwards to bmad-prd (update intent).'
4
4
  ---
5
5
 
6
6
  # DEPRECATED — forwards to bmad-prd (update intent)
@@ -15,12 +15,12 @@ This skill was consolidated into `bmad-prd`. It is retained as a thin compatibil
15
15
 
16
16
  3. Emit a deprecation notice to the user in `{communication_language}`:
17
17
 
18
- > Notice: `bmad-edit-prd` is deprecated and will be removed in a future release. It now forwards to `bmad-prd` with update intent. To silence this notice and access the full new customization surface (`prd_template`, `validation_checklist`, `doc_standards`, `external_sources`, `external_handoffs`, `output_dir`, `output_folder_name`), migrate `_bmad/custom/bmad-edit-prd.toml` to `_bmad/custom/bmad-prd.toml` and invoke `bmad-prd` directly next time. Customization fields that were in this version still remain in the new version and will be respected if present in `_bmad/custom/bmad-prd.toml`, but the new version also supports additional fields that you can take advantage of by migrating.
18
+ > Notice: `bmad-edit-prd` is deprecated and will be removed in a future release. It now forwards to `bmad-prd` with update intent. To silence this notice and access the full new customization surface (`prd_template`, `validation_checklist_template`, `validation_report_template`, `doc_standards`, `finalize_reviewers`, `external_sources`, `external_handoffs`, `prd_output_path`, `run_folder_pattern`), migrate `_bmad/custom/bmad-edit-prd.toml` to `_bmad/custom/bmad-prd.toml` and invoke `bmad-prd` directly next time. Customization fields that were in this version still remain in the new version and will be respected if present in `_bmad/custom/bmad-prd.toml`, but the new version also supports additional fields that you can take advantage of by migrating.
19
19
 
20
20
  4. Invoke `bmad-prd` with the following context. Pass these as the activating context so `bmad-prd` honors them instead of resolving its own customization from scratch:
21
21
 
22
22
  - **Intent:** `update` — skip `bmad-prd`'s usual intent detection step.
23
- - **Pre-resolved legacy customization** — use these in place of resolving from `bmad-prd`'s own `customize.toml` for the four legacy fields. For everything else (`prd_template`, `validation_checklist`, `validation_report_template`, `doc_standards`, `output_dir`, `output_folder_name`, `external_sources`, `external_handoffs`), use `bmad-prd`'s own defaults and overrides as normal:
23
+ - **Pre-resolved legacy customization** — use these in place of resolving from `bmad-prd`'s own `customize.toml` for the four legacy fields. For everything else (`prd_template`, `validation_checklist_template`, `validation_report_template`, `doc_standards`, `finalize_reviewers`, `prd_output_path`, `run_folder_pattern`, `external_sources`, `external_handoffs`), use `bmad-prd`'s own defaults and overrides as normal:
24
24
  - `activation_steps_prepend` = the resolved value from step 1
25
25
  - `activation_steps_append` = the resolved value from step 1
26
26
  - `persistent_facts` = the resolved value from step 1
@@ -15,6 +15,8 @@ You are a master facilitator and coach helping the user create, edit, or validat
15
15
 
16
16
  ## On Activation
17
17
 
18
+ **Forwarded activation:** if a caller invoked you with a stated intent and pre-resolved customization fields (e.g. the `bmad-create-prd` / `bmad-edit-prd` / `bmad-validate-prd` shims), honor them verbatim — skip your own intent inference, use the supplied values for those named fields, and resolve only the remaining fields from your own `customize.toml`.
19
+
18
20
  1. Resolve customization: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow`. On failure, read `{skill-root}/customize.toml` directly and use defaults.
19
21
  2. Run `{workflow.activation_steps_prepend}`. Treat `{workflow.persistent_facts}` as foundational context (entries prefixed `file:` are loaded). `{workflow.external_sources}` is an org-configured registry of internal tools (knowledge bases, MCP tools); consult them alongside generic web research on the same triggers, org tools preferred when their directive matches. Research itself fires during Discovery — see **Research subagents**.
20
22
  3. Load `{project-root}/_bmad/bmm/config.yaml` (+ `config.user.yaml` if present). Resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{planning_artifacts}`, `{project_name}`, `{date}`. Missing keys → neutral defaults; never block.
@@ -71,7 +71,7 @@ run_folder_pattern = "prd-{project_name}-{date}"
71
71
  # findings before the user sees the draft. Encodes standards, not options.
72
72
  #
73
73
  # Examples:
74
- # "skill:bmad-editorial-review-prose"
74
+ # "skill:bmad-editorial-review"
75
75
  # "file:{project-root}/_bmad/style-guides/company-voice.md"
76
76
  # "Convert all dates to ISO 8601 format."
77
77
  #
@@ -82,9 +82,9 @@ run_folder_pattern = "prd-{project_name}-{date}"
82
82
  #
83
83
  # Override the array in team/user TOML to add additional standards. Append-only:
84
84
  # base entries cannot be removed or replaced (resolver has no removal mechanism).
85
+ # The default entry runs both editorial passes in order: structure, then prose.
85
86
  doc_standards = [
86
- "skill:bmad-editorial-review-structure",
87
- "skill:bmad-editorial-review-prose",
87
+ "skill:bmad-editorial-review",
88
88
  ]
89
89
 
90
90
  # External-source registry. Natural-language directives describing knowledge
@@ -20,7 +20,7 @@ Multiple skills may call to update the same spec over time.
20
20
 
21
21
  1. Resolve customization: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow`. On failure, read `{skill-root}/customize.toml` directly.
22
22
  2. Run `{workflow.activation_steps_prepend}`. Treat `{workflow.persistent_facts}` as foundational context (`file:` entries are loaded).
23
- 3. Load `{project-root}/_bmad/core/config.yaml` (and `config.user.yaml` if present), root level and `bmm` section. Resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{planning_artifacts}`, `{project_name}`, `{date}`.
23
+ 3. Resolve config: `uv run {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (merges `_bmad/config.toml`, `_bmad/config.user.toml`, and the `_bmad/custom/` overrides). From the merged JSON resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{project_name}`, `{output_folder}` (under `core`), and `{date}`.
24
24
  4. Detect mode. **Headless** when any of: no TTY, programmatic caller (another skill or non-interactive runner), or the first message pre-supplies all inputs and asks for an artifact path back. **Interactive** otherwise. In interactive mode, greet by `{user_name}` in `{communication_language}`, stay in that language, and mention that `bmad-party-mode` and `bmad-advanced-elicitation` are available for deeper exploration on any field.
25
25
 
26
26
  Run `{workflow.activation_steps_append}`.
@@ -4,7 +4,7 @@ companions: [] # files downstream MUST read alongside SPEC.md. Paths may poi
4
4
  sources: [] # files fully absorbed into the SPEC (audit only; downstream does NOT read these). Never the memlog.
5
5
  ---
6
6
 
7
- > **Canonical contract.** This SPEC and the files in `companions:` are the complete, preservation-validated contract for what to build, test, and validate. Source documents listed in frontmatter are for traceability only — consult them only if you need narrative rationale or prose color this contract intentionally omits.
7
+ > **Canonical contract.** This SPEC and the files in `companions:` are the complete, preservation-validated contract for what to build, test, and validate. Source documents listed in frontmatter are for traceability — consult them only if you need narrative rationale or prose color this contract intentionally omits.
8
8
 
9
9
  # {Spec Title}
10
10
 
@@ -38,10 +38,9 @@ spec_template = "assets/spec-template.md"
38
38
  # Uppercase by convention to signal "the central source of truth."
39
39
  spec_filename = "SPEC.md"
40
40
 
41
- # Output path for spec folders. Lands directly under {output_folder}
42
- # so bmad-spec works in core-only installs and matches the
43
- # long-term BMad direction of grouping artifacts as siblings under
44
- # {output_folder}/<type>/ rather than nested inside planning vs
41
+ # Output path for spec folders. Lands directly under {output_folder},
42
+ # matching the long-term BMad direction of grouping artifacts as siblings
43
+ # under {output_folder}/<type>/ rather than nested inside planning vs
45
44
  # implementation folders.
46
45
  spec_output_path = "{output_folder}/specs"
47
46
 
@@ -78,9 +78,9 @@ creative_tools = [
78
78
  # Polish passes applied to DESIGN.md and EXPERIENCE.md at finalize.
79
79
  # Entries: `skill:NAME`, `file:PATH`, or plain text directive.
80
80
  # Suggested order: structural → content/voice → prose mechanics.
81
+ # The default entry runs both editorial passes in order: structure, then prose.
81
82
  doc_standards = [
82
- "skill:bmad-editorial-review-structure",
83
- "skill:bmad-editorial-review-prose",
83
+ "skill:bmad-editorial-review",
84
84
  ]
85
85
 
86
86
  # Information retrieval registry. Consulted on demand when the conversation
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: bmad-validate-prd
3
- description: 'DEPRECATEDconsolidated into bmad-prd validate intent - this skill will be removed in v7 in favor of `bmad-prd`.'
3
+ description: 'Deprecatedforwards to bmad-prd (validate intent).'
4
4
  ---
5
5
 
6
6
  # DEPRECATED — forwards to bmad-prd (validate intent)
@@ -15,12 +15,12 @@ This skill was consolidated into `bmad-prd`. It is retained as a thin compatibil
15
15
 
16
16
  3. Emit a deprecation notice to the user in `{communication_language}`:
17
17
 
18
- > Notice: `bmad-validate-prd` is deprecated and will be removed in a future release. It now forwards to `bmad-prd` with validate intent. To silence this notice and access the full new customization surface (`prd_template`, `validation_checklist`, `doc_standards`, `external_sources`, `external_handoffs`, `output_dir`, `output_folder_name`), migrate `_bmad/custom/bmad-validate-prd.toml` to `_bmad/custom/bmad-prd.toml` and invoke `bmad-prd` directly next time. Customization fields that were in this version still remain in the new version and will be respected if present in `_bmad/custom/bmad-prd.toml`, but the new version also supports additional fields that you can take advantage of by migrating.
18
+ > Notice: `bmad-validate-prd` is deprecated and will be removed in a future release. It now forwards to `bmad-prd` with validate intent. To silence this notice and access the full new customization surface (`prd_template`, `validation_checklist_template`, `validation_report_template`, `doc_standards`, `finalize_reviewers`, `external_sources`, `external_handoffs`, `prd_output_path`, `run_folder_pattern`), migrate `_bmad/custom/bmad-validate-prd.toml` to `_bmad/custom/bmad-prd.toml` and invoke `bmad-prd` directly next time. Customization fields that were in this version still remain in the new version and will be respected if present in `_bmad/custom/bmad-prd.toml`, but the new version also supports additional fields that you can take advantage of by migrating.
19
19
 
20
20
  4. Invoke `bmad-prd` with the following context. Pass these as the activating context so `bmad-prd` honors them instead of resolving its own customization from scratch:
21
21
 
22
22
  - **Intent:** `validate` — skip `bmad-prd`'s usual intent detection step.
23
- - **Pre-resolved legacy customization** — use these in place of resolving from `bmad-prd`'s own `customize.toml` for the four legacy fields. For everything else (`prd_template`, `validation_checklist`, `validation_report_template`, `doc_standards`, `output_dir`, `output_folder_name`, `external_sources`, `external_handoffs`), use `bmad-prd`'s own defaults and overrides as normal:
23
+ - **Pre-resolved legacy customization** — use these in place of resolving from `bmad-prd`'s own `customize.toml` for the four legacy fields. For everything else (`prd_template`, `validation_checklist_template`, `validation_report_template`, `doc_standards`, `finalize_reviewers`, `prd_output_path`, `run_folder_pattern`, `external_sources`, `external_handoffs`), use `bmad-prd`'s own defaults and overrides as normal:
24
24
  - `activation_steps_prepend` = the resolved value from step 1
25
25
  - `activation_steps_append` = the resolved value from step 1
26
26
  - `persistent_facts` = the resolved value from step 1
@@ -48,10 +48,10 @@ Writes go through the shared script (don't read the file back except on resume):
48
48
 
49
49
  ## On Activation
50
50
 
51
- **Forwarded activation:** if a caller (e.g. the `bmad-create-architecture` shim) invoked you with a stated intent and pre-resolved customization fields, honor them verbatim — skip your own intent inference, use the supplied values for those named fields, and resolve only the remaining fields from your own `customize.toml`.
51
+ **Forwarded activation:** if a caller invoked you with a stated intent and pre-resolved customization fields, honor them verbatim — skip your own intent inference, use the supplied values for those named fields, and resolve only the remaining fields from your own `customize.toml`.
52
52
 
53
53
  1. Resolve customization: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow` (on failure read `{skill-root}/customize.toml`, use defaults). Run `{workflow.activation_steps_prepend}`, then `{workflow.activation_steps_append}`. Hold `{workflow.persistent_facts}` as standing context — the default loads `project-context.md`, load-bearing for brownfield — and consult `{workflow.external_sources}` on demand.
54
- 2. Load `{project-root}/_bmad/bmm/config.yaml` (+ `config.user.yaml`) for `{user_name}`, `{communication_language}`, `{document_output_language}`, `{planning_artifacts}`, `{project_name}`, `{date}`; missing keys take neutral defaults, never block.
54
+ 2. Resolve config: `uv run {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (merges `_bmad/config.toml`, `_bmad/config.user.toml`, and the `_bmad/custom/` overrides). From the merged JSON resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{project_name}` (under `core`), `{planning_artifacts}` (under `modules.bmm`), and `{date}`; missing keys take neutral defaults, never block.
55
55
  3. Headless (no interactive user) → follow `references/headless.md` for the whole run. Otherwise greet `{user_name}` in `{communication_language}`. Detect the intent from the conversation and input — **create** (the default), **update** an existing spine, or **validate** one (see those sections). If the real ask is requirements / UX / a capability contract / epic breakdown / an agent, invoke the `bmad-prd`, `bmad-ux`, `bmad-spec`, `bmad-create-epics-and-stories`, or `bmad-workflow-builder` (if the BMad Builder module is installed) skill instead.
56
56
  4. If a run folder for this target already exists under `{workflow.spine_output_path}`, offer to resume from its memlog rather than restart.
57
57
  5. Interactive create: offer the working mode in `{communication_language}` — **Coaching path** (default) or **Fast path** (see *How you work*) — before any drafting; default to Coaching unless the user asks for speed.
@@ -59,9 +59,9 @@ run_folder_pattern = "architecture-{project_name}-{date}"
59
59
  # short, structured outputs, which are terse and carry decisions in AD-n blocks and diagrams by
60
60
  # design. Each entry is a `skill:`, `file:`, or plain-text directive applied before the user sees
61
61
  # the polished draft. Suggested order: structural passes first, prose mechanics last. Append-only.
62
+ # The default entry runs both editorial passes in order: structure, then prose.
62
63
  doc_standards = [
63
- "skill:bmad-editorial-review-structure",
64
- "skill:bmad-editorial-review-prose",
64
+ "skill:bmad-editorial-review",
65
65
  ]
66
66
 
67
67
  # External-source registry. Natural-language directives describing knowledge bases, MCP tools, or
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: bmad-create-architecture
3
- description: 'DEPRECATEDconsolidated into bmad-architecture create intent - this skill will be removed in v7 in favor of `bmad-architecture`.'
3
+ description: 'Deprecatedforwards to bmad-architecture (create intent).'
4
4
  ---
5
5
 
6
6
  # DEPRECATED — forwards to bmad-architecture (create intent)
@@ -48,6 +48,9 @@ principles = [
48
48
  "No task complete without passing tests.",
49
49
  "Red, green, refactor — in that order.",
50
50
  "Tasks executed in the sequence written.",
51
+ "Never add epic or story references as inline code comments (e.g. # Epic: X, # Story: PROJ-42).",
52
+ "Code comments explain why, not what — no AI workflow metadata, planning refs, or story tracking in source code.",
53
+ "Generated code must be production-ready: clean, minimal, and free of AI-generated noise.",
51
54
  ]
52
55
 
53
56
  # Capabilities menu. Overrides merge by `code`: matching codes replace the item
@@ -52,7 +52,7 @@ name = "Blind Hunter"
52
52
  instruction = """
53
53
  Launch a subagent with no prior conversation context, with this prompt:
54
54
 
55
- > Invoke the `bmad-review-adversarial-general` skill on this diff:
55
+ > Invoke the `bmad-review` skill with only the `adversarial` lens on this diff:
56
56
  >
57
57
  > {diff_output}
58
58
  """
@@ -63,7 +63,7 @@ name = "Edge Case Hunter"
63
63
  instruction = """
64
64
  Launch a subagent with no prior conversation context, with this prompt:
65
65
 
66
- > Invoke the `bmad-review-edge-case-hunter` skill on this diff:
66
+ > Invoke the `bmad-review` skill with only the `edge-case-hunter` lens on this diff:
67
67
  >
68
68
  > {diff_output}
69
69
  """
@@ -74,7 +74,7 @@ name = "Verification Gap Reviewer"
74
74
  instruction = """
75
75
  Launch a subagent with no prior conversation context, with this prompt:
76
76
 
77
- > Invoke the `bmad-review-verification-gap` skill on this diff:
77
+ > Invoke the `bmad-review` skill with only the `verification-gap` lens on this diff:
78
78
  >
79
79
  > {diff_output}
80
80
  """
@@ -63,7 +63,7 @@ name = "Blind Hunter"
63
63
  instruction = """
64
64
  Launch a subagent with no prior conversation context, with this prompt:
65
65
 
66
- > Invoke the `bmad-review-adversarial-general` skill on this diff:
66
+ > Invoke the `bmad-review` skill with only the `adversarial` lens on this diff:
67
67
  >
68
68
  > {diff_output}
69
69
  """
@@ -74,7 +74,7 @@ name = "Edge Case Hunter"
74
74
  instruction = """
75
75
  Launch a subagent with no prior conversation context, with this prompt:
76
76
 
77
- > Invoke the `bmad-review-edge-case-hunter` skill on this diff:
77
+ > Invoke the `bmad-review` skill with only the `edge-case-hunter` lens on this diff:
78
78
  >
79
79
  > {diff_output}
80
80
  """
@@ -85,7 +85,7 @@ name = "Verification Gap Reviewer"
85
85
  instruction = """
86
86
  Launch a subagent with no prior conversation context, with this prompt:
87
87
 
88
- > Invoke the `bmad-review-verification-gap` skill on this diff:
88
+ > Invoke the `bmad-review` skill with only the `verification-gap` lens on this diff:
89
89
  >
90
90
  > {diff_output}
91
91
  """
@@ -32,6 +32,9 @@ activation_steps_append = []
32
32
 
33
33
  persistent_facts = [
34
34
  "file:{project-root}/**/project-context.md",
35
+ "Never add epic or story references as inline code comments (e.g. # Epic: X, # Story: PROJ-42).",
36
+ "Code comments explain why, not what — no AI workflow metadata, planning refs, or story tracking in source code.",
37
+ "Generated code must be production-ready: clean, minimal, and free of AI-generated noise.",
35
38
  ]
36
39
 
37
40
  # Scalar: executed when the workflow reaches its final step,
@@ -44,7 +44,7 @@ name = "Blind Hunter"
44
44
  instruction = """
45
45
  Launch a subagent with no prior conversation context, with this prompt:
46
46
 
47
- > Invoke the `bmad-review-adversarial-general` skill on this diff:
47
+ > Invoke the `bmad-review` skill with only the `adversarial` lens on this diff:
48
48
  >
49
49
  > {diff_output}
50
50
  """
@@ -55,7 +55,7 @@ name = "Edge Case Hunter"
55
55
  instruction = """
56
56
  Launch a subagent with no prior conversation context, with this prompt:
57
57
 
58
- > Invoke the `bmad-review-edge-case-hunter` skill on this diff:
58
+ > Invoke the `bmad-review` skill with only the `edge-case-hunter` lens on this diff:
59
59
  >
60
60
  > {diff_output}
61
61
  """
@@ -66,7 +66,7 @@ name = "Verification Gap Reviewer"
66
66
  instruction = """
67
67
  Launch a subagent with no prior conversation context, with this prompt:
68
68
 
69
- > Invoke the `bmad-review-verification-gap` skill on this diff:
69
+ > Invoke the `bmad-review` skill with only the `verification-gap` lens on this diff:
70
70
  >
71
71
  > {diff_output}
72
72
  """
@@ -79,5 +79,5 @@ name = "Blind Hunter"
79
79
  instruction = """
80
80
  Launch a subagent with no prior conversation context, with this prompt:
81
81
 
82
- > Invoke the `bmad-review-adversarial-general` skill on the changed files.
82
+ > Invoke the `bmad-review` skill with only the `adversarial` lens on the changed files.
83
83
  """
@@ -3,13 +3,14 @@ BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
3
3
  BMad Method,bmad-document-project,Document Project,DP,Analyze an existing project to produce useful documentation.,,,anytime,,,false,project-knowledge,*
4
4
  BMad Method,bmad-generate-project-context,Generate Project Context,GPC,Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects.,,,anytime,,,false,output_folder,project context
5
5
  BMad Method,bmad-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,,anytime,,,false,implementation_artifacts,spec and project implementation
6
+ BMad Method,bmad-spec,Spec,SPC,"Use to distill any intent input (brief, PRD, transcript, brain dump, design folder, mixed multi-source) into a succinct, no-fluff SPEC.md contract + companions that downstream work derives from. Locks the WHAT before the HOW. Works for software, game design, research, editorial, policy, business, anything intent-bearing. Validation mode also available.",,[path],anytime,,,false,{output_folder}/specs/spec-{slug},SPEC.md + companion files
6
7
  BMad Method,bmad-correct-course,Correct Course,CC,Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories.,,,anytime,,,false,planning_artifacts,change proposal
7
8
  BMad Method,bmad-agent-tech-writer,Write Document,WD,"Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review.",write,,anytime,,,false,project-knowledge,document
8
9
  BMad Method,bmad-agent-tech-writer,Update Standards,US,Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.,update-standards,,anytime,,,false,_bmad/_memory/tech-writer-sidecar,standards
9
10
  BMad Method,bmad-agent-tech-writer,Mermaid Generate,MG,Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.,mermaid,,anytime,,,false,planning_artifacts,mermaid diagram
10
11
  BMad Method,bmad-agent-tech-writer,Validate Document,VD,Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.,validate,[path],anytime,,,false,planning_artifacts,validation report
11
12
  BMad Method,bmad-agent-tech-writer,Explain Concept,EC,Create clear technical explanations with examples and diagrams for complex concepts.,explain,[topic],anytime,,,false,project_knowledge,explanation
12
- BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,,1-analysis,,,false,planning_artifacts,brainstorming session
13
+ BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,,1-analysis,,,false,{output_folder}/brainstorming,brainstorming session
13
14
  BMad Method,bmad-market-research,Market Research,MR,Market analysis competitive landscape customer needs and trends.,,,1-analysis,,,false,planning_artifacts|project-knowledge,research documents
14
15
  BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
15
16
  BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
@@ -40,11 +40,8 @@ project_knowledge: # Artifacts from research, document-project output, other lon
40
40
  default: "docs"
41
41
  result: "{project-root}/{value}"
42
42
 
43
- # Directories to create during installation (declarative, no code execution)
44
- directories:
45
- - "{planning_artifacts}"
46
- - "{implementation_artifacts}"
47
- - "{project_knowledge}"
43
+ # No pre-created directories: planning_artifacts, implementation_artifacts, and
44
+ # project_knowledge are created lazily by whichever skill first writes to them.
48
45
 
49
46
  # Agent roster — essence only. External skills (party-mode, retrospective,
50
47
  # advanced-elicitation, help catalog) read these descriptors to route, display,